aboutsummaryrefslogtreecommitdiff
path: root/sway/ipc-server.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-02-06ipc: add ability to subscribe to output eventBaltazár Radics
2023-02-01ipc: add support for output eventSimon Ser
2023-01-03Remove redundant return statementsCarl Smedstad
2023-01-03Remove duplicate declarationsCarl Smedstad
2022-09-19sway: add non-desktop outputs to json when running `swaymsg -t get_outputs`Alex Maese
2022-05-30ipc: remove chatty debug log messagesSimon Ser
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2020-07-30Fix incorrect format specifiersAntonin Décimo
2020-07-30ipc: fix aligment issue of data bufferAntonin Décimo
2020-06-14i3-compat: add GET_BINDING_STATE IPC commandJason Nader
2020-05-21Remove code related to the security featuresÉrico Rolim
2020-02-29ipc-server: improve error messageJason Nader
2020-01-30ipc: Handle unsupported binding event typesNathan Rossi
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-07-23ipc: add an input eventBrian Ashworth
2019-04-16Fix the payload type returned by IPCAshkan Kiani
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-02-06ipc_has_event_listeners: fix inverted check of subscribed_eventsDaniel Eklöf
2019-02-05IPC_COMMAND: split on newlineBrian Ashworth
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich
2019-01-22Hide noop output in IPCRyan Dwyer
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-16Use static arrays where possible.Connor E
2019-01-16Remove usage of VLAs.Connor E
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2018-12-29Add failure reply on IPC_SYNCBrian Ashworth
2018-12-22IPC_SUBSCRIBE ensure request object is an arrayAidan Harris
2018-12-09Cleanup list codeIan Fan
2018-11-29Fix json object ipc returnJohn Axel Eriksson
2018-11-28Implement support for swaymsg -t SUBSCRIBE [-m]Brian Ashworth
2018-11-27Change execute_command to return a list of resultsBrian Ashworth
2018-11-19ipc: fix focused in get_outputs replyemersion
2018-11-01Move view marks properties to container structRyan Dwyer
2018-10-25sway-ipc: don't log errno if unneeded and add more descriptive errorsFerdinand Bachmann
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-14swaybar: show hidden bar on key eventIan Fan
2018-09-26Make sway/ipc-server.c POSIX 2001 compliantsghctoma
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-02prevent ub caused by misaligned stores/loadstaiyu
2018-08-26Merge pull request #2513 from RyanDwyer/rename-root-outputsDrew DeVault
2018-08-26Remove layout.cRyan Dwyer
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-01ipc: remove extraneous valuesIan Fan
2018-08-01ipc: add tick eventIan Fan