Age | Commit message (Expand) | Author |
2023-04-14 | commands: add printf attribute to cmd_results_new() | Simon Ser |
2022-06-25 | Strip quotes in bindsym --input-device=... | Thomas Jost |
2022-03-08 | Remove WLR_SWITCH_STATE_TOGGLE usage | Simon Ser |
2021-08-14 | cmd_bind_or_unbind_switch: fix copy/paste typo error message | Eric Engestrom |
2021-02-14 | input: Only commit transactions when necessary | Kenny Levinsen |
2020-07-30 | Fix incorrect format specifiers | Antonin Décimo |
2020-04-14 | Fix a use-after-free error in switch binding | Di Ma |
2020-04-14 | Fix a use-after-free error in switch binding | Di Ma |
2020-03-30 | add --no-repeat option for bindings | Linus Heckemann |
2020-03-15 | commands/bind.c: remove unnecessary check | Jason Nader |
2020-03-11 | input: Add support for keyboard shortcuts inhibit | Michael Weiser |
2019-08-01 | bindsym/code: add group support | Brian Ashworth |
2019-07-09 | cmd_bindswitch: add option to execute on reload | Brian Ashworth |
2019-06-12 | bindings: defer while initiailizing | Brian Ashworth |
2019-05-30 | bindings: allow unlocked and locked bindings | Brian Ashworth |
2019-04-26 | config: simplify keysym translation fields | Konstantin Pospelov |
2019-04-26 | Implement bindsym --to-code | Konstantin Pospelov |
2019-04-17 | Add unbindswitch command | Alex Maese |
2019-04-17 | Create unbindsym and unbindcode commands | Alex Maese |
2019-03-27 | bindings: fix overwrite log argument mismatch | Jan Pokorný |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-02-17 | Use container under cursor for mouse bindings | Brian Ashworth |
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-14 | Remove now-unused "input" argument of cmd_results_new | M Stoeckl |
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 |
2019-01-09 | cmd_bind: pass the seat to execute_command | Brian Ashworth |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-12-09 | list.c: rename free_flat_list to list_free_items_and_destroy | Ian Fan |
2018-12-09 | Cleanup list code | Ian Fan |
2018-12-09 | list.c: Remove list_foreach | Ian Fan |
2018-12-02 | Add option to bindsym/bindcode to suppress warning on override | Alex Maese |
2018-11-28 | Introduce a way to show config warnings in swaynag | Brian Ashworth |
2018-11-27 | Change execute_command to return a list of results | Brian Ashworth |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-10-23 | commands: remove EXPECTED_MORE_THAN | Ian Fan |
2018-10-18 | cmd_bind{sym,code}: Implement per-device bindings | Brian Ashworth |
2018-10-08 | Reload config using idle event | Ryan Dwyer |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-06 | Fix management of bindings during reload | Ryan Dwyer |
2018-09-04 | Deny repeating reload by holding key | Ryan Dwyer |
2018-09-01 | Allow reload command to exist anywhere in the command string | Ryan Dwyer |
2018-09-01 | Fix crash on reload | Ryan Dwyer |
2018-08-01 | ipc: add binding event | Ian Fan |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-23 | Parse mouse binding options | frsfnrrg |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-06-12 | Sort binding key lists | frsfnrrg |
2018-06-01 | Style fixes for bind.c | frsfnrrg |