aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
...
* | 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
* Write to swaynag pipe fd directly on config errorsLibravatar Brian Ashworth2018-08-03
* Show swaynag on config errorsLibravatar Brian Ashworth2018-08-03
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* Implement force_display_urgency_hintLibravatar Ryan Dwyer2018-07-21
* Defer the focus commandsLibravatar Ryan Dwyer2018-07-19
* Implement default_floating_border command and adjust CSD behaviourLibravatar Ryan Dwyer2018-07-17
* Merge pull request #2276 from RyanDwyer/urgencyLibravatar Drew DeVault2018-07-16
|\
| * Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
* | Implement no_focus commandLibravatar Ryan Dwyer2018-07-16
|/
* Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Implement floating_minimum_size and floating_maximum_sizeLibravatar Ryan Dwyer2018-07-11
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* cmd_results_to_json: return copied string and properly free the jsonLibravatar Dominique Martinet2018-07-05
* config_commands_command: make alloc failure check more permanentLibravatar Dominique Martinet2018-07-02
* Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
* Remove strip quoting and fix strncpy-overlapLibravatar Brian Ashworth2018-06-07
* Support runtime var expansion and set at runtimeLibravatar Brian Ashworth2018-06-05