aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
2021-02-25Fix for_window criteria and mouse button bindingsftilde
2021-02-16container: Move pending state to state structKenny Levinsen
2021-02-04Declare all struct cmd_handler arrays constManuel Stoeckl
2020-07-27commands: disallow runtime includeRonan Pigott
2020-05-21Remove code related to the security featuresÉrico Rolim
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-02-04criteria: match containers without viewAnders
2019-12-28bar_cmd_colors: remove add_colorBrian Ashworth
2019-11-17view: add max_render_timeIvan Molodetskikh
2019-11-01Fix various memory leakslbonn
2019-08-22ipc: collapse multi-container command resultsLaurent Bonnans
2019-06-20config: fix find_handler logicBrian Ashworth
2019-06-11Fix segfaults caused by faulty command parsingMatt Coffin
2019-06-05criteria: reset on semicolon separationBrian Ashworth
2019-04-17Add unbindswitch commandAlex Maese
2019-04-17Create unbindsym and unbindcode commandsAlex Maese
2019-04-14Add deprecation warnings for new_float, new_window, and force_focus_wrapping.Connor E
2019-03-24Implement inhibit_idle commandBrian Ashworth
2019-03-24Fix #3924Philipe Goulet
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-03-15Fix quoting of commands passed to for_windowminus
2019-02-26execute_command: do not strip qoutes for cmd_modeBrian Ashworth
2019-02-05Fix quote strippingemersion
2019-02-05execute_command: dont strip quotes for exec_alwaysBrian Ashworth
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth
2019-01-30Add pointer_constraint commandDrew DeVault
2019-01-23Make json-c include respect pkg-config --cflagsJan Beich
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-14Remove 'input' field of IPC command return jsonM Stoeckl
2019-01-13Merge pull request #3144 from emersion/cmd-xwaylandDrew DeVault
2019-01-08Merge pull request #3275 from ianyfan/remove-readlineemersion
2019-01-02Implement tiling_drag_thresholdBrian Ashworth
2019-01-01stringop.c: rewrite strip_whitespaceIan Fan
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-29Revamp seat configsBrian Ashworth
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth
2018-12-09Cleanup list codeIan Fan
2018-12-05Fix command list executionmwenzkowski
2018-11-28Merge pull request #3204 from RedSoxFan/cmd-res-listemersion
2018-11-28Do not strip quotes for cmd_modeBrian Ashworth
2018-11-27Change execute_command to return a list of resultsBrian Ashworth
2018-11-25Implement title alignmentBrian Ashworth
2018-11-22Adding commands for configuring titlebar borders and paddingFlorent de Lamotte
2018-11-19Add xwayland commandemersion
2018-11-10Alter config variable replacement processBrian Ashworth
2018-10-23commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOSTIan Fan
2018-10-23commands: clean-up checkarg functionIan Fan
2018-10-23commands: remove EXPECTED_MORE_THANIan Fan
2018-10-20Remove raise_floating directiveRyan Dwyer