summaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* Send floating container to scratchpad when a child is focusedLibravatar Ryan Dwyer2018-07-28
* Fix focus mode_toggle from a child of a floating containerLibravatar Ryan Dwyer2018-07-28
* Allow splitting a floating viewLibravatar Ryan Dwyer2018-07-28
* When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
* Operate on floating split container when a child is focusedLibravatar Ryan Dwyer2018-07-28
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Restrict CapsLock and NumLock commands to the configuration fileLibravatar ProgAndy2018-07-25
* Add xkb_numlock/xkb_capslock commands (#2311)Libravatar ProgAndy2018-07-25
* Merge pull request #2350 from ppascher/xwayland-optionalLibravatar Drew DeVault2018-07-25
|\
| * reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
| * more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
| * style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
| * Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* | Implement floating_modifier <mod> [inverse|normal]Libravatar Brian Ashworth2018-07-24
|/
* Merge pull request #2165 from swaywm/pid-workspacesLibravatar Drew DeVault2018-07-24
|\
| * Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
| |\
| * | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
* | | Merge branch 'master' into mouse-bindingsLibravatar Ryan Dwyer2018-07-24
|\ \ \
| * | | Address review comments on parse_booleanLibravatar Brian Ashworth2018-07-23
| * | | Switch to using a function to parse booleansLibravatar Brian Ashworth2018-07-23
| | |/ | |/|
* | | Invoke mouse bindingsLibravatar frsfnrrg2018-07-23
* | | Parse mouse binding optionsLibravatar frsfnrrg2018-07-23
|/ /
* | Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
* | Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* | Remove unnecessary includesLibravatar Ryan Dwyer2018-07-22
* | Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* | Reset outputs on reloadLibravatar Brian Ashworth2018-07-20
* | Fix urgent timer logic and remove unnecessary header includesLibravatar Ryan Dwyer2018-07-21
* | Implement force_display_urgency_hintLibravatar Ryan Dwyer2018-07-21
* | Fix output wildcard handlingLibravatar Brian Ashworth2018-07-20
* | Use parse_movement_directionLibravatar Ryan Dwyer2018-07-19
* | Defer the focus commandsLibravatar Ryan Dwyer2018-07-19
* | Implement focus output commandLibravatar 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
|/ /
* | bar: free old position when changingLibravatar Ian Fan2018-07-15
* | Merge pull request #2272 from RyanDwyer/simplify-transactionsLibravatar Drew DeVault2018-07-15
|\ \
| * | Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* | | Implement tap_button_map for input devicesLibravatar Brian Ashworth2018-07-14
|/ /
* | Force min/max size when resizing floating containersLibravatar Ryan Dwyer2018-07-14
* | Implement resize grow|shrink <direction> <amount> or <amount>Libravatar Ryan Dwyer2018-07-14
* | Implement resize command for floating viewsLibravatar Ryan Dwyer2018-07-14
* | add error handling for scroll button out of rangeLibravatar Robert Kubosz2018-07-13
* | expanded error detection for scroll button optionLibravatar Robert Kubosz2018-07-12
* | rm constraint for max value of button identifierLibravatar Robert Kubosz2018-07-12
* | increase maximum value of button identifierLibravatar Robert Kubosz2018-07-12
* | add scroll button optionLibravatar Robert Kubosz2018-07-11