aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/bind.c
AgeCommit message (Expand)Author
2019-03-27bindings: fix overwrite log argument mismatchJan Pokorný
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-02-17Use container under cursor for mouse bindingsBrian Ashworth
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-09bind{code,sym}: utilize mouse button helpersBrian Ashworth
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2019-01-09cmd_bind: pass the seat to execute_commandBrian Ashworth
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan
2018-12-09Cleanup list codeIan Fan
2018-12-09list.c: Remove list_foreachIan Fan
2018-12-02Add option to bindsym/bindcode to suppress warning on overrideAlex Maese
2018-11-28Introduce a way to show config warnings in swaynagBrian Ashworth
2018-11-27Change execute_command to return a list of resultsBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-08Reload config using idle eventRyan Dwyer
2018-09-23Allow running commands on containers without focusing themRyan Dwyer
2018-09-06Fix management of bindings during reloadRyan Dwyer
2018-09-04Deny repeating reload by holding keyRyan Dwyer
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer
2018-09-01Fix crash on reloadRyan Dwyer
2018-08-01ipc: add binding eventIan Fan
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-23Parse mouse binding optionsfrsfnrrg
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-12Sort binding key listsfrsfnrrg
2018-06-01Style fixes for bind.cfrsfnrrg
2018-06-01Fix binding bindcode flag initializationfrsfnrrg
2018-06-01Use XKB keycode numbering for bindcodefrsfnrrg
2018-06-01Share common code between bindsym and bindcode commandsfrsfnrrg
2018-05-27Implement bindsym/bindcode --lockedfrsfnrrg
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2018-01-04binding releaseTony Crisci
2017-12-29fix nitpicksTony Crisci
2017-12-28overwrite old bindingsTony Crisci
2017-12-27binding configTony Crisci
2017-11-18Move everything to sway/old/Drew DeVault
2017-07-10fix use-after-free bugTobias Blass
2017-05-04Add mouse button bindingsJosip Janzic
2016-12-15Handle allocation failure in commandsDrew DeVault
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin