aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* commands: make primary_selection a config-only commandLibravatar Simon Ser2024-02-05
* Use format_str() throughoutLibravatar Simon Ser2023-04-14
* commands: add printf attribute to cmd_results_new()Libravatar Simon Ser2023-04-14
* Make cmd_handler.command constLibravatar Carl Smedstad2023-01-03
* Add `primary_selection` config optionLibravatar Aidan Dang2022-12-05
* Allocate enough space for `cmd_results->error`Libravatar kraftwerk282022-06-16
* sway: add bindgesture commandLibravatar Florian Franzen2022-05-30
* Add focused_tab_titleLibravatar Vsevolod2021-12-10
* commands: Remove unused code after 1d3681f52135Libravatar Evgeniy Khramtsov2021-10-01
* 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