summaryrefslogtreecommitdiffstats
path: root/sway/tree
Commit message (Expand)AuthorAge
* Merge pull request #2391 from RyanDwyer/fix-popups-v2Libravatar Drew DeVault2018-08-01
|\
| * Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
| * Fix popupsLibravatar Ryan Dwyer2018-07-31
* | ipc: prevent emitting a workspace::focus event when moving a container to a d...Libravatar Ian Fan2018-08-01
* | ipc: fix workspace::focus event behaviourLibravatar Ian Fan2018-08-01
* | ipc: add window::move eventsLibravatar Ian Fan2018-08-01
* | ipc: fix workspace::move calls argument orderLibravatar Ian Fan2018-08-01
* | ipc: only emit window::create event for viewsLibravatar Ian Fan2018-08-01
* | ipc: add window::mark eventLibravatar Ian Fan2018-08-01
* | ipc: add workspace::empty eventLibravatar Ian Fan2018-08-01
* | ipc: add window::title eventLibravatar Ian Fan2018-08-01
* | ipc: add window::close eventLibravatar Ian Fan2018-08-01
* | ipc: add workspace::init eventLibravatar Ian Fan2018-08-01
|/
* Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
* Merge pull request #2360 from RyanDwyer/floating-containersLibravatar Drew DeVault2018-07-28
|\
| * Fix crash when unfloating child of container into empty workspaceLibravatar Ryan Dwyer2018-07-28
| * Fix focus mode_toggle from a child of a floating containerLibravatar Ryan Dwyer2018-07-28
| * When unfloating, return container to previously focused tiled containerLibravatar Ryan Dwyer2018-07-28
| * Fix crash when a child of a floating container is in the scratchpadLibravatar Ryan Dwyer2018-07-28
| * Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* | Fix crash when a deferred command destroys a workspaceLibravatar Ryan Dwyer2018-07-28
|/
* Preserve workspace nameLibravatar Mihai Coman2018-07-28
* Fix assign to workspaceLibravatar Ryan Dwyer2018-07-27
* Refactor view_mapLibravatar Ryan Dwyer2018-07-26
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* fix #2355: "move workspace to output up" crashesLibravatar Cédric Cabessa2018-07-25
* more style fixes, reorder config.h includeLibravatar Pascal Pascher2018-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
* Merge pull request #2165 from swaywm/pid-workspacesLibravatar Drew DeVault2018-07-24
|\
| * Address @emersion's review commentsLibravatar Drew DeVault2018-07-24
| * Merge branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
| |\
| * | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
* | | Also extract first workspace name from bindcodesLibravatar frsfnrrg2018-07-23
| |/ |/|
* | Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
* | Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* | Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22
* | Replace static handle_end_operation with seat_end_mouse_operationLibravatar Ryan Dwyer2018-07-22
* | Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
* | Fix pointer events for overlapping floating viewsLibravatar Ryan Dwyer2018-07-20
* | Implement assign to outputLibravatar Ryan Dwyer2018-07-19
* | Fix crash when moving workspace to outputLibravatar Ryan Dwyer2018-07-19
* | Merge branch 'master' into destroy-output-destroy-empty-workspacesLibravatar Ryan Dwyer2018-07-18
|\ \
| * | Fix uninitialized pointer in view_unmapLibravatar frsfnrrg2018-07-17
| * | Merge branch 'master' into default-floating-borderLibravatar Brian Ashworth2018-07-16
| |\ \
| | * | Remove superfluous IPC urgent eventsLibravatar Ryan Dwyer2018-07-17
| * | | Implement default_floating_border command and adjust CSD behaviourLibravatar Ryan Dwyer2018-07-17
| |/ /
| * | Merge pull request #2276 from RyanDwyer/urgencyLibravatar Drew DeVault2018-07-16
| |\ \