aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bind.c
Commit message (Expand)AuthorAge
* Fix incorrect format specifiersLibravatar Antonin Décimo2020-07-30
* Fix a use-after-free error in switch bindingLibravatar Di Ma2020-04-14
* Fix a use-after-free error in switch bindingLibravatar Di Ma2020-04-14
* add --no-repeat option for bindingsLibravatar Linus Heckemann2020-03-30
* commands/bind.c: remove unnecessary checkLibravatar Jason Nader2020-03-15
* input: Add support for keyboard shortcuts inhibitLibravatar Michael Weiser2020-03-11
* bindsym/code: add group supportLibravatar Brian Ashworth2019-08-01
* cmd_bindswitch: add option to execute on reloadLibravatar Brian Ashworth2019-07-09
* bindings: defer while initiailizingLibravatar Brian Ashworth2019-06-12
* bindings: allow unlocked and locked bindingsLibravatar Brian Ashworth2019-05-30
* config: simplify keysym translation fieldsLibravatar Konstantin Pospelov2019-04-26
* Implement bindsym --to-codeLibravatar Konstantin Pospelov2019-04-26
* Add unbindswitch commandLibravatar Alex Maese2019-04-17
* Create unbindsym and unbindcode commandsLibravatar Alex Maese2019-04-17
* bindings: fix overwrite log argument mismatchLibravatar Jan Pokorný2019-03-27
* Support WLR_INPUT_DEVICE_SWITCH in swayLibravatar Ryan Walklin2019-03-19
* Use container under cursor for mouse bindingsLibravatar Brian Ashworth2019-02-17
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* bind{code,sym}: utilize mouse button helpersLibravatar Brian Ashworth2019-01-09
* Simplify evdev includes on FreeBSD by relying on up-to-date packageLibravatar Jan Beich2019-01-09
* cmd_bind: pass the seat to execute_commandLibravatar Brian Ashworth2019-01-09
* Change mouse buttons to x11 map and libevdev namesLibravatar Brian Ashworth2018-12-25
* list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
* Cleanup list codeLibravatar Ian Fan2018-12-09
* list.c: Remove list_foreachLibravatar Ian Fan2018-12-09
* Add option to bindsym/bindcode to suppress warning on overrideLibravatar Alex Maese2018-12-02
* Introduce a way to show config warnings in swaynagLibravatar Brian Ashworth2018-11-28
* Change execute_command to return a list of resultsLibravatar Brian Ashworth2018-11-27
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* commands: remove EXPECTED_MORE_THANLibravatar Ian Fan2018-10-23
* cmd_bind{sym,code}: Implement per-device bindingsLibravatar Brian Ashworth2018-10-18
* Reload config using idle eventLibravatar Ryan Dwyer2018-10-08
* Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* Fix management of bindings during reloadLibravatar Ryan Dwyer2018-09-06
* Deny repeating reload by holding keyLibravatar Ryan Dwyer2018-09-04
* Allow reload command to exist anywhere in the command stringLibravatar Ryan Dwyer2018-09-01
* Fix crash on reloadLibravatar Ryan Dwyer2018-09-01
* ipc: add binding eventLibravatar Ian Fan2018-08-01
* Invoke mouse bindingsLibravatar frsfnrrg2018-07-23
* Parse mouse binding optionsLibravatar frsfnrrg2018-07-23
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Sort binding key listsLibravatar frsfnrrg2018-06-12
* Style fixes for bind.cLibravatar frsfnrrg2018-06-01
* Fix binding bindcode flag initializationLibravatar frsfnrrg2018-06-01
* Use XKB keycode numbering for bindcodeLibravatar frsfnrrg2018-06-01
* Share common code between bindsym and bindcode commandsLibravatar frsfnrrg2018-06-01
* Implement bindsym/bindcode --lockedLibravatar frsfnrrg2018-05-27
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05