Commit Graph

162 Commits (f645f8efd688104cdeac01cd940b32a8ff978571)

Author SHA1 Message Date
Simon Ser f984f21b6a Remove all wayland-server.h includes 6 years ago
Brian Ashworth 6effca7b61 ipc: add an input event 6 years ago
Ashkan Kiani aa4deef8a8 Fix the payload type returned by IPC 6 years ago
Geoff Greer 6e3046878d Add support for manually setting subpixel hinting on outputs. 6 years ago
Daniel Eklöf d3b3eb019a ipc_has_event_listeners: fix inverted check of subscribed_events 6 years ago
Brian Ashworth 288e35f99e IPC_COMMAND: split on newline 6 years ago
Jan Beich ba96983bf0 Make json-c include respect pkg-config --cflags 6 years ago
Ryan Dwyer e815e48cee Hide noop output in IPC 6 years ago
M Stoeckl d7ff776552 Move sway-specific functions in common/util.c into sway/ 6 years ago
M Stoeckl 1211a81aad Replace wlr_log with sway_log 6 years ago
Connor E de6f5b3453 Use static arrays where possible. 6 years ago
Connor E aa9d7d8ca1 Remove usage of VLAs. 6 years ago
Brian Ashworth eefa6b1ad3 bind{code,sym}: utilize mouse button helpers 6 years ago
Jan Beich 0a4c4f3e52 Simplify evdev includes on FreeBSD by relying on up-to-date package 6 years ago
Brian Ashworth ae8937b11a Add failure reply on IPC_SYNC 6 years ago
Aidan Harris 0d3cf36c85 IPC_SUBSCRIBE ensure request object is an array 6 years ago
Ian Fan c8776fac42 Cleanup list code 6 years ago
John Axel Eriksson aef52154ec
Fix json object ipc return 6 years ago
Brian Ashworth bf9a52bab0 Implement support for swaymsg -t SUBSCRIBE [-m] 6 years ago
Brian Ashworth 5c6f3d7266 Change execute_command to return a list of results 6 years ago
emersion 2f1050796c
ipc: fix focused in get_outputs reply 6 years ago
Ryan Dwyer 9fc736f4e1 Move view marks properties to container struct 6 years ago
Ferdinand Bachmann 6409a109f6 sway-ipc: don't log errno if unneeded and add more descriptive errors 6 years ago
Ryan Dwyer c006717910 Minor refactor of input manager 6 years ago
Ian Fan 2f1fd80726 swaybar: show hidden bar on key event 6 years ago
sghctoma 2f258eff6f Make sway/ipc-server.c POSIX 2001 compliant 6 years ago
Ryan Dwyer cb66bbea42 Allow running commands on containers without focusing them 7 years ago
Ryan Dwyer 7586f150c0 Implement type safe arguments and demote sway_container 7 years ago
taiyu d625d68d4a
prevent ub caused by misaligned stores/loads 7 years ago
Drew DeVault 10c2c09cf6
Merge pull request from RyanDwyer/rename-root-outputs 7 years ago
Ryan Dwyer 5dbbab7bdc Remove layout.c 7 years ago
Ryan Dwyer 2e7401772e Rename sway_root.outputs to sway_root.all_outputs 7 years ago
Ryan Dwyer d6cd79c342 Implement iterators per container type 7 years ago
Ryan Dwyer 4ad1ccc9dc Remove container_for_each_descendant_bfs 7 years ago
Ian Fan 46cfa8ff56 ipc: remove extraneous values 7 years ago
Ian Fan 3edaf2ce2a ipc: add tick event 7 years ago
Ian Fan 75aba00460 ipc: always include old property in workspace events 7 years ago
Ian Fan 6865b8aae9 ipc: add binding event 7 years ago
Ian Fan e8b179e313 ipc: add shutdown event 7 years ago
Ryan Dwyer a120d4c79f Make focus part of transactions 7 years ago
Ian Fan 23c1c26c3f Add get_config message type to ipc 7 years ago
Ian Fan 5fd36164a0 Add get_binding_modes message type to ipc 7 years ago
emersion 63b4bf5000
Update for 7 years ago
emersion b3c55dd909
Merge branch 'master' into leaks 7 years ago
Brian Ashworth 78c08fb0a2 Implement mode --pango_markup 7 years ago
Dominique Martinet fe72e3b349 cmd_results_to_json: return copied string and properly free the json 7 years ago
Dominique Martinet ffe9de6e24 ipc-server: free clients at destroy 7 years ago
Dominique Martinet b0918b1058 ipc-server: add display destroy listener and remove ipc_terminate 7 years ago
Dominique Martinet ebe69583c7 ipc-server: fix more use-after-frees on ipc_send_reply error 7 years ago
Dominique Martinet 0ab04b7434 ipc-server: minor code cleanup 7 years ago