aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
AgeCommit message (Expand)Author
2024-03-01ext-action-binder-v1: implement new protocolAnna (navi) Figueiredo Gomes
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-02-05commands: make primary_selection a config-only commandSimon Ser
2023-04-14Use format_str() throughoutSimon Ser
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2023-01-03Make cmd_handler.command constCarl Smedstad
2022-12-05Add `primary_selection` config optionAidan Dang
2022-06-16Allocate enough space for `cmd_results->error`kraftwerk28
2022-05-30sway: add bindgesture commandFlorian Franzen
2021-12-10Add focused_tab_titleVsevolod
2021-10-01commands: Remove unused code after 1d3681f52135Evgeniy Khramtsov
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