aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
Commit message (Expand)AuthorAge
* 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
| |\ \
| | * | Render containers as urgent if they have an urgent childLibravatar Ryan Dwyer2018-07-16
| | * | Mark containers as urgent in IPC if they have urgent viewsLibravatar Ryan Dwyer2018-07-16
| | * | Update workspace urgent state when views close or move workspacesLibravatar Ryan Dwyer2018-07-16
| | * | Make container_for_each_descendant_dfs descend into floating viewsLibravatar Ryan Dwyer2018-07-16
| | * | Fix urgency IPC eventsLibravatar Ryan Dwyer2018-07-16
| | * | Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
| * | | Focus view before running criteria when mappingLibravatar Ryan Dwyer2018-07-16
| * | | Implement no_focus commandLibravatar Ryan Dwyer2018-07-16
| |/ /
| * | Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
| * | Don't disable borders for xwayland floating viewsLibravatar emersion2018-07-12
| * | Updates for swaywm/wlroots#1116Libravatar emersion2018-07-11
| * | Implement floating_minimum_size and floating_maximum_sizeLibravatar Ryan Dwyer2018-07-11
| * | Update for swaywm/wlroots#1126Libravatar emersion2018-07-09