aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
* execute_command: do not strip qoutes for cmd_modeLibravatar Brian Ashworth2019-03-04
* Fix quote strippingLibravatar emersion2019-02-11
* execute_command: dont strip quotes for exec_alwaysLibravatar Brian Ashworth2019-02-11
* 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
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
* Shim client.background and client.placeholderLibravatar Drew DeVault2018-10-07
* Add configuration for raising containers on focusLibravatar Jonathan Buch2018-10-03
* Handle border options for gapsLibravatar Brian Ashworth2018-10-01
* Do not strip quotes for cmd_setLibravatar Brian Ashworth2018-09-30
* Do not strip quotes for exec or bind commandsLibravatar Brian Ashworth2018-09-30
* Fix quote handling for commandsLibravatar Brian Ashworth2018-09-28
* Implement support for input wildcardLibravatar Brian Ashworth2018-09-23
* Allow running commands on containers without focusing themLibravatar Ryan Dwyer2018-09-23
* Merge pull request #2671 from emersion/output-execute-no-focusLibravatar emersion2018-09-20
|\
| * Fix segfault when executing command without focusLibravatar emersion2018-09-19
* | Introduce create_output command (for developer use)Libravatar Ryan Dwyer2018-09-19
|/
* Introduce tiling_drag directiveLibravatar Ryan Dwyer2018-09-11
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Change _XOPEN_SOURCE defines to _POSIX_C_SOURCELibravatar sghctoma2018-09-03
* Merge remote-tracking branch 'upstream/master' into fix-freebsd-buildLibravatar sghctoma2018-09-03
|\
| * Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
| * Implement deprecated new_window and new_float commandsLibravatar Ryan Dwyer2018-09-01
* | Fix feature macros for FreeBSDLibravatar sghctoma2018-08-30
|/
* commands: add nopLibravatar Ian Fan2018-08-18