aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/bind.c
Commit message (Expand)AuthorAge
* Use container under cursor for mouse bindings1.0-rc3Libravatar Brian Ashworth2019-02-18
* 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
* binding releaseLibravatar Tony Crisci2018-01-04
* fix nitpicksLibravatar Tony Crisci2017-12-29
* overwrite old bindingsLibravatar Tony Crisci2017-12-28
* binding configLibravatar Tony Crisci2017-12-27
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
* fix use-after-free bugLibravatar Tobias Blass2017-07-10
* Add mouse button bindingsLibravatar Josip Janzic2017-05-04
* Handle allocation failure in commandsLibravatar Drew DeVault2016-12-15
* merge in latest commitsLibravatar Zandr Martin2016-09-02
* refactor commands.cLibravatar Zandr Martin2016-09-01