aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/mode.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2022-05-30sway: add bindgesture commandFlorian Franzen
2021-02-04Declare all struct cmd_handler arrays constManuel Stoeckl
2019-08-27cmd_mode: don't reset to default after subcommandBrian Ashworth
2019-08-06cmd_mode: make modes case sensitiveBrian Ashworth
2019-06-20cmd_mode: allow runtime creation and modificationBrian Ashworth
2019-03-23cmd_mode: allow cmd_set to be a subcommandBrian Ashworth
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-07-31Create list for mouse binds when creating new modeBrian Ashworth
2018-07-09Update for swaywm/wlroots#1126emersion
2018-07-05Implement mode --pango_markupBrian Ashworth
2018-06-02Address first round of review for generic blocksBrian Ashworth
2018-06-02Make command block implementation genericBrian Ashworth
2018-03-29Implement modesDrew DeVault
2017-11-18Move everything to sway/old/Drew DeVault
2017-03-10UnGNUify the codebaseDrew DeVault
2016-12-15Handle allocation failure in commandsDrew DeVault
2016-09-02merge in latest commitsZandr Martin
2016-09-01refactor commands.cZandr Martin