Age | Commit message (Expand) | Author |
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 |
2018-06-01 | Fix binding bindcode flag initialization | frsfnrrg |
2018-06-01 | Use XKB keycode numbering for bindcode | frsfnrrg |
2018-06-01 | Share common code between bindsym and bindcode commands | frsfnrrg |
2018-05-27 | Implement bindsym/bindcode --locked | frsfnrrg |
2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet |
2018-01-04 | binding release | Tony Crisci |
2017-12-29 | fix nitpicks | Tony Crisci |
2017-12-28 | overwrite old bindings | Tony Crisci |
2017-12-27 | binding config | Tony Crisci |
2017-11-18 | Move everything to sway/old/ | Drew DeVault |
2017-07-10 | fix use-after-free bug | Tobias Blass |
2017-05-04 | Add mouse button bindings | Josip Janzic |
2016-12-15 | Handle allocation failure in commands | Drew DeVault |