Age | Commit message (Expand) | Author |
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 |
2018-08-01 | ipc: always include old property in workspace events | Ian Fan |
2018-08-01 | ipc: add binding event | Ian Fan |
2018-08-01 | ipc: add shutdown event | Ian Fan |
2018-07-15 | Make focus part of transactions | Ryan Dwyer |
2018-07-10 | Add get_config message type to ipc | Ian Fan |
2018-07-10 | Add get_binding_modes message type to ipc | Ian Fan |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-07-06 | Merge branch 'master' into leaks | emersion |
2018-07-05 | Implement mode --pango_markup | Brian Ashworth |
2018-07-05 | cmd_results_to_json: return copied string and properly free the json | Dominique Martinet |
2018-07-05 | ipc-server: free clients at destroy | Dominique Martinet |
2018-07-04 | ipc-server: add display destroy listener and remove ipc_terminate | Dominique Martinet |
2018-07-02 | ipc-server: fix more use-after-frees on ipc_send_reply error | Dominique Martinet |
2018-07-02 | ipc-server: minor code cleanup | Dominique Martinet |
2018-07-02 | ipc-server: fix double-free on send error in ipc_send_event | Dominique Martinet |
2018-06-06 | Switch output storing from list_t to wl_list | Brian Ashworth |
2018-06-06 | Store sway_outputs so that they can be reenabled | Brian Ashworth |
2018-06-02 | Make command block implementation generic | Brian Ashworth |
2018-05-22 | Implement IPC_GET_MARKS | Brian Ashworth |
2018-05-12 | Implement IPC get_seats command | Ryan Dwyer |
2018-04-13 | Fix gcc string truncation warnings | Dominique Martinet |
2018-04-05 | address feedback | Tony Crisci |
2018-04-05 | dont send ipc events when there are no listeners | Tony Crisci |
2018-04-02 | rename input-manager functions | Tony Crisci |