aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
* Fix for_window criteria and mouse button bindingsLibravatar ftilde2021-02-25
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* Declare all struct cmd_handler arrays constLibravatar Manuel Stoeckl2021-02-04
* commands: disallow runtime includeLibravatar Ronan Pigott2020-07-27
* Remove code related to the security featuresLibravatar Érico Rolim2020-05-21
* commands: Add per-view shortcuts_inhibitor commandLibravatar Michael Weiser2020-05-13
* criteria: match containers without viewLibravatar Anders2020-02-04
* bar_cmd_colors: remove add_colorLibravatar Brian Ashworth2019-12-28
* view: add max_render_timeLibravatar Ivan Molodetskikh2019-11-17
* Fix various memory leaksLibravatar lbonn2019-11-01
* ipc: collapse multi-container command resultsLibravatar Laurent Bonnans2019-08-22
* config: fix find_handler logicLibravatar Brian Ashworth2019-06-20
* Fix segfaults caused by faulty command parsingLibravatar Matt Coffin2019-06-11
* criteria: reset on semicolon separationLibravatar Brian Ashworth2019-06-05
* Add unbindswitch commandLibravatar Alex Maese2019-04-17
* Create unbindsym and unbindcode commandsLibravatar Alex Maese2019-04-17
* Add deprecation warnings for new_float, new_window, and force_focus_wrapping.Libravatar Connor E2019-04-14
* Implement inhibit_idle commandLibravatar Brian Ashworth2019-03-24
* Fix #3924Libravatar Philipe Goulet2019-03-24
* Support WLR_INPUT_DEVICE_SWITCH in swayLibravatar Ryan Walklin2019-03-19
* Fix quoting of commands passed to for_windowLibravatar minus2019-03-15
* execute_command: do not strip qoutes for cmd_modeLibravatar Brian Ashworth2019-02-26
* Fix quote strippingLibravatar emersion2019-02-05
* execute_command: dont strip quotes for exec_alwaysLibravatar Brian Ashworth2019-02-05
* pointer_constraint: change to a seat subcommandLibravatar Brian Ashworth2019-01-31
* Add pointer_constraint commandLibravatar Drew DeVault2019-01-30
* Make json-c include respect pkg-config --cflagsLibravatar Jan Beich2019-01-23
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Remove 'input' field of IPC command return jsonLibravatar M Stoeckl2019-01-14
* Merge pull request #3144 from emersion/cmd-xwaylandLibravatar Drew DeVault2019-01-13
|\
| * Add xwayland commandLibravatar emersion2018-11-19
* | Merge pull request #3275 from ianyfan/remove-readlineLibravatar emersion2019-01-08
|\ \
| * | stringop.c: rewrite strip_whitespaceLibravatar Ian Fan2019-01-01
* | | Implement tiling_drag_thresholdLibravatar Brian Ashworth2019-01-02
|/ /
* | hide_cursor: change to a seat subcommandLibravatar Brian Ashworth2018-12-30
* | Revamp seat configsLibravatar Brian Ashworth2018-12-29
* | Implement hide_cursor <timeout> commandLibravatar Brian Ashworth2018-12-25
* | Cleanup list codeLibravatar Ian Fan2018-12-09
* | Fix command list executionLibravatar mwenzkowski2018-12-05
* | Merge pull request #3204 from RedSoxFan/cmd-res-listLibravatar emersion2018-11-28
|\ \
| * | Change execute_command to return a list of resultsLibravatar Brian Ashworth2018-11-27
* | | Do not strip quotes for cmd_modeLibravatar Brian Ashworth2018-11-28
|/ /
* | Implement title alignmentLibravatar Brian Ashworth2018-11-25
* | Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
|/
* Alter config variable replacement processLibravatar Brian Ashworth2018-11-10
* commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOSTLibravatar Ian Fan2018-10-23
* commands: clean-up checkarg functionLibravatar Ian Fan2018-10-23
* commands: remove EXPECTED_MORE_THANLibravatar Ian Fan2018-10-23
* Remove raise_floating directiveLibravatar Ryan Dwyer2018-10-20