summaryrefslogtreecommitdiffstats
path: root/sway/commands
Commit message (Expand)AuthorAge
* 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
|\ \ \
| * | | 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