aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* Implement resizing tiled containers via cursorLibravatar Ryan Dwyer2018-08-12
* Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* Implement resize set <width> <height> for tiled containersLibravatar Ryan Dwyer2018-08-10
* Implement resize grow|shrink <direction> <amount> for tiled containersLibravatar Ryan Dwyer2018-08-10
* Don't call swaynag_log for bg when not readingLibravatar Brian Ashworth2018-08-08
* Allow a fallback color to be specified for swaybgLibravatar Brian Ashworth2018-08-08
* Deny moving a sticky container to workspace if it's the same outputLibravatar Ryan Dwyer2018-08-08
* Fix crash when running `move container to workspace back_and_forth`Libravatar Ryan Dwyer2018-08-07
* Merge branch 'master' into workspace-move-to-outputLibravatar Brian Ashworth2018-08-06
|\
| * commands: fix workspace edge casesLibravatar Ian Fan2018-08-06
| * commands: check for special workspaces in workspace & move commandsLibravatar Ian Fan2018-08-06
| * commands: add optional flags to moveLibravatar Ian Fan2018-08-06
| * commands: complete workspace implementationLibravatar Ian Fan2018-08-06
| * commands: fix layout implementation (also better name for previous split layout)Libravatar Ian Fan2018-08-06
| * commands: complete move implementationLibravatar Ian Fan2018-08-06
| * commands: complete layout implementationLibravatar Ian Fan2018-08-06
* | Move workspace moving code out of container_move_toLibravatar Ryan Dwyer2018-08-07
|/
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04
* Write to swaynag pipe fd directly on config errorsLibravatar Brian Ashworth2018-08-03
* Show swaynag on config errorsLibravatar Brian Ashworth2018-08-03
* Deny "move container" when an empty workspace is focusedLibravatar Ryan Dwyer2018-08-03
* Merge pull request #2404 from RyanDwyer/move-containers-when-workspace-focusedLibravatar Drew DeVault2018-08-02
|\
| * Allow moving containers when workspace itself is focusedLibravatar Ryan Dwyer2018-08-02
* | Reset signal mask after forkLibravatar Marien Zwart2018-08-02
|/
* ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* ipc: add workspace::reload eventLibravatar Ian Fan2018-08-01
* ipc: add binding eventLibravatar Ian Fan2018-08-01
* ipc: add window::mark eventLibravatar Ian Fan2018-08-01
* ipc: add barconfig_update event on config reloadLibravatar Ian Fan2018-08-01
* Create list for mouse binds when creating new modeLibravatar Brian Ashworth2018-07-31
* 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
|\ \ \