aboutsummaryrefslogtreecommitdiffstats
path: root/sway/ipc-server.c
Commit message (Expand)AuthorAge
* Fix incorrect format specifiersLibravatar Antonin Décimo2020-07-30
* ipc: fix aligment issue of data bufferLibravatar Antonin Décimo2020-07-30
* i3-compat: add GET_BINDING_STATE IPC commandLibravatar Jason Nader2020-06-14
* Remove code related to the security featuresLibravatar Érico Rolim2020-05-21
* ipc-server: improve error messageLibravatar Jason Nader2020-02-29
* ipc: Handle unsupported binding event typesLibravatar Nathan Rossi2020-01-30
* Remove all wayland-server.h includesLibravatar Simon Ser2019-07-27
* ipc: add an input eventLibravatar Brian Ashworth2019-07-23
* Fix the payload type returned by IPCLibravatar Ashkan Kiani2019-04-16
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* ipc_has_event_listeners: fix inverted check of subscribed_eventsLibravatar Daniel Eklöf2019-02-06
* IPC_COMMAND: split on newlineLibravatar Brian Ashworth2019-02-05
* Make json-c include respect pkg-config --cflagsLibravatar Jan Beich2019-01-23
* Hide noop output in IPCLibravatar Ryan Dwyer2019-01-22
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Use static arrays where possible.Libravatar Connor E2019-01-16
* Remove usage of VLAs.Libravatar Connor E2019-01-16
* bind{code,sym}: utilize mouse button helpersLibravatar Brian Ashworth2019-01-09
* Simplify evdev includes on FreeBSD by relying on up-to-date packageLibravatar Jan Beich2019-01-09
* Add failure reply on IPC_SYNCLibravatar Brian Ashworth2018-12-29
* IPC_SUBSCRIBE ensure request object is an arrayLibravatar Aidan Harris2018-12-22
* Cleanup list codeLibravatar Ian Fan2018-12-09
* Fix json object ipc returnLibravatar John Axel Eriksson2018-11-29
* Implement support for swaymsg -t SUBSCRIBE [-m]Libravatar Brian Ashworth2018-11-28
* Change execute_command to return a list of resultsLibravatar Brian Ashworth2018-11-27
* ipc: fix focused in get_outputs replyLibravatar emersion2018-11-19
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* sway-ipc: don't log errno if unneeded and add more descriptive errorsLibravatar Ferdinand Bachmann2018-10-25
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* swaybar: show hidden bar on key eventLibravatar Ian Fan2018-10-14
* Make sway/ipc-server.c POSIX 2001 compliantLibravatar sghctoma2018-09-26
* Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* prevent ub caused by misaligned stores/loadsLibravatar taiyu2018-09-02
* Merge pull request #2513 from RyanDwyer/rename-root-outputsLibravatar Drew DeVault2018-08-26
|\
| * Rename sway_root.outputs to sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
* | Remove layout.cLibravatar Ryan Dwyer2018-08-26
|/
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* ipc: remove extraneous valuesLibravatar Ian Fan2018-08-01
* ipc: add tick eventLibravatar Ian Fan2018-08-01
* ipc: always include old property in workspace eventsLibravatar Ian Fan2018-08-01
* ipc: add binding eventLibravatar Ian Fan2018-08-01
* ipc: add shutdown eventLibravatar Ian Fan2018-08-01
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Add get_config message type to ipcLibravatar Ian Fan2018-07-10
* Add get_binding_modes message type to ipcLibravatar Ian Fan2018-07-10
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Merge branch 'master' into leaksLibravatar emersion2018-07-06
|\