aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
Commit message (Expand)AuthorAge
...
* 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
* Address first round of review for generic blocksLibravatar Brian Ashworth2018-06-02
* Make command block implementation genericLibravatar Brian Ashworth2018-06-02
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
* Implement config parser for workspace_layoutLibravatar Brian Ashworth2018-05-28
* Support i3's legacy force_focus_wrapping commandLibravatar Brian Ashworth2018-05-28
* Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
* Implement swap commandLibravatar Brian Ashworth2018-05-26
* Implement show_marksLibravatar Ryan Dwyer2018-05-17
* Change unmark implemention to match i3'sLibravatar Ryan Dwyer2018-05-15