aboutsummaryrefslogtreecommitdiff
path: root/swaymsg/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Add -p/--pretty option to swaymsgPeter Grayson1-1/+6
2019-03-07ipc: describe libinput device configurationBrian Ashworth1-3/+7
2019-02-11ipc: handle unnamed xkb_active_layout_nameBrian Ashworth1-2/+2
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich1-1/+1
2019-01-21Replace wlr_log with sway_logM Stoeckl1-2/+2
2019-01-09get_inputs: add libinput send events modeBrian Ashworth1-1/+5
2019-01-01Remove readline.cIan Fan1-1/+0
2018-11-28swaymsg: parse success of single objectBrian Ashworth1-0/+3
2018-11-28Implement support for swaymsg -t SUBSCRIBE [-m]Brian Ashworth1-13/+57
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion1-1/+1
2018-11-12IPC: Send keyboard layout info in IPC_GET_INPUTSHarish Krupo1-2/+9
2018-11-03ipc: move refresh from output to output->current_modeCole Mickens1-11/+9
2018-11-03swaymsg: get_outputs: use output->current_mode for current mode displayCole Mickens1-3/+8
2018-10-29swaymsg: fix get_outputs status codeemersion1-1/+1
2018-10-10Fix program name in version stringsRyan Dwyer1-1/+1
2018-08-01ipc: add tick eventIan Fan1-1/+7
2018-07-10Remove `clipboard` command and `get_clipboard` messageemersion1-42/+2
2018-07-10Add get_config message type to ipcIan Fan1-1/+14
2018-07-10Add get_binding_modes message type to ipcIan Fan1-0/+2
2018-07-09Update for swaywm/wlroots#1126emersion1-1/+1
2018-06-30refactor success_objectArmin Preiml1-5/+1
2018-06-30fix swaymsg: errors are displayed againArmin Preiml1-6/+21
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth1-20/+29
2018-05-29Add tree representation to IPC workspace descriptionRyan Dwyer1-3/+7
2018-05-28swaymsg: Fix exit codeRyan Dwyer1-4/+17
2018-05-12Implement IPC get_seats commandRyan Dwyer1-1/+36
2018-05-05swaymsg: Fix spelling in error messageNicolas Braud-Santoni1-1/+1
2018-03-12ipc: add output modesemersion1-2/+24
2018-01-05swaymsg: convert to wlr_logDominique Martinet1-1/+1
2018-01-04update json-c dep to 0.13Rachel K1-1/+1
2017-12-29Pretty-print all output info in swaymsg -t get_outputsemersion1-3/+16
2017-12-19fix memory leak in swaymsgTony Crisci1-1/+3
2017-12-18fix memory leak in swaymsgTony Crisci1-1/+1
2017-12-18ipc get_inputsTony Crisci1-39/+33
2017-07-11Add get_clipbard ipc errors; Adapt swaymsgnyorain1-2/+14
2017-07-07Rework get_clipboard implementationnyorain1-14/+27
2017-07-07Implement ipc get_clipboardnyorain1-1/+21
2017-04-26Add -DVERSION flag for release version numbersSebastian Noack1-5/+1
2017-04-03Add pretty printing to swaymsgDrew DeVault1-5/+179
2017-03-10UnGNUify the codebaseDrew DeVault1-0/+2
2016-07-31swaymsg: pretty print ipc responseTony Crisci1-2/+14
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik1-2/+2
2016-01-19libinputCole Mickens1-0/+2
2015-12-02swaymsg: add newline after responseChristoph Gysin1-1/+1
2015-11-28Fix option parsingChristoph Gysin1-2/+3
2015-11-28swaymsg: Add --help option that prints usageChristoph Gysin1-1/+3
2015-11-28swaymsg: Print usage and exit on unknown optionsChristoph Gysin1-0/+11
2015-11-28Use macros for exit valuesChristoph Gysin1-2/+2
2015-11-27Add command line to swaygrabDrew DeVault1-1/+4
2015-11-27Move IPC client into common, refactor IPCDrew DeVault1-68/+2