index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
ipc-server.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-02-06
ipc: add ability to subscribe to output event
Baltazár Radics
2023-02-01
ipc: add support for output event
Simon Ser
2023-01-03
Remove redundant return statements
Carl Smedstad
2023-01-03
Remove duplicate declarations
Carl Smedstad
2022-09-19
sway: add non-desktop outputs to json when running `swaymsg -t get_outputs`
Alex Maese
2022-05-30
ipc: remove chatty debug log messages
Simon Ser
2021-11-25
sway: replace noop_output by fallback_output
Simon Zeni
2020-07-30
Fix incorrect format specifiers
Antonin Décimo
2020-07-30
ipc: fix aligment issue of data buffer
Antonin Décimo
2020-06-14
i3-compat: add GET_BINDING_STATE IPC command
Jason Nader
2020-05-21
Remove code related to the security features
Érico Rolim
2020-02-29
ipc-server: improve error message
Jason Nader
2020-01-30
ipc: Handle unsupported binding event types
Nathan Rossi
2019-07-27
Remove all wayland-server.h includes
Simon Ser
2019-07-23
ipc: add an input event
Brian Ashworth
2019-04-16
Fix the payload type returned by IPC
Ashkan Kiani
2019-03-24
Add support for manually setting subpixel hinting on outputs.
Geoff Greer
2019-02-06
ipc_has_event_listeners: fix inverted check of subscribed_events
Daniel Eklöf
2019-02-05
IPC_COMMAND: split on newline
Brian Ashworth
2019-01-23
Make json-c include respect pkg-config --cflags
Jan Beich
2019-01-22
Hide noop output in IPC
Ryan Dwyer
2019-01-21
Move sway-specific functions in common/util.c into sway/
M Stoeckl
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-16
Use static arrays where possible.
Connor E
2019-01-16
Remove usage of VLAs.
Connor E
2019-01-09
bind{code,sym}: utilize mouse button helpers
Brian Ashworth
2019-01-09
Simplify evdev includes on FreeBSD by relying on up-to-date package
Jan Beich
2018-12-29
Add failure reply on IPC_SYNC
Brian Ashworth
2018-12-22
IPC_SUBSCRIBE ensure request object is an array
Aidan Harris
2018-12-09
Cleanup list code
Ian Fan
2018-11-29
Fix json object ipc return
John Axel Eriksson
2018-11-28
Implement support for swaymsg -t SUBSCRIBE [-m]
Brian Ashworth
2018-11-27
Change execute_command to return a list of results
Brian Ashworth
2018-11-19
ipc: fix focused in get_outputs reply
emersion
2018-11-01
Move view marks properties to container struct
Ryan Dwyer
2018-10-25
sway-ipc: don't log errno if unneeded and add more descriptive errors
Ferdinand Bachmann
2018-10-20
Minor refactor of input manager
Ryan Dwyer
2018-10-14
swaybar: show hidden bar on key event
Ian Fan
2018-09-26
Make sway/ipc-server.c POSIX 2001 compliant
sghctoma
2018-09-23
Allow running commands on containers without focusing them
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-09-02
prevent ub caused by misaligned stores/loads
taiyu
2018-08-26
Merge pull request #2513 from RyanDwyer/rename-root-outputs
Drew DeVault
2018-08-26
Remove layout.c
Ryan Dwyer
2018-08-25
Rename sway_root.outputs to sway_root.all_outputs
Ryan Dwyer
2018-08-18
Implement iterators per container type
Ryan Dwyer
2018-08-11
Remove container_for_each_descendant_bfs
Ryan Dwyer
2018-08-01
ipc: remove extraneous values
Ian Fan
2018-08-01
ipc: add tick event
Ian Fan
[next]