summaryrefslogtreecommitdiffstats
path: root/include/sway/tree
Commit message (Expand)AuthorAge
...
| * Handle views created after decoration mode is sent for xdg-shellLibravatar emersion2018-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
|/
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Separate root-related codeLibravatar Ryan Dwyer2018-08-04
* Fix crash when moving cursor over a fullscreen split containerLibravatar Ryan Dwyer2018-08-03
* Fix pointer events for fullscreen viewsLibravatar emersion2018-08-02
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Merge branch 'master' into fix-resize-wiggleLibravatar emersion2018-08-02
|\
| * 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: add window::mark eventLibravatar Ian Fan2018-08-01
| |/
* / Correctly track saved surfaces during multiple transactionsLibravatar Ryan Dwyer2018-08-01
|/
* Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
* Allow containers to floatLibravatar Ryan Dwyer2018-07-28
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar 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 branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
|\
| * Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
| * Implement scratchpadLibravatar Ryan Dwyer2018-07-23
| * Handle set_{title,app_id} for xdg-shell and zxdg-shell-v6Libravatar emersion2018-07-22
| * Consider view's min/max sizes when resizingLibravatar Ryan Dwyer2018-07-22
| * Implement floating_modifier and mouse operations for floating viewsLibravatar Ryan Dwyer2018-07-22
| * Allow xwayland views to become urgent when on a non-visible workspaceLibravatar Ryan Dwyer2018-07-19
| * Implement default_floating_border command and adjust CSD behaviourLibravatar Ryan Dwyer2018-07-17
| * 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
| * Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
| * Make focus part of transactionsLibravatar Ryan Dwyer2018-07-15
| * Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
| * Don't disable borders for xwayland floating viewsLibravatar emersion2018-07-12
| * Implement some floating move commandsLibravatar Ryan Dwyer2018-07-09
* | Implement pid->workspace trackingLibravatar Drew DeVault2018-07-01
|/
* sway views: add helpers to get view and layer from wlr_surfaceLibravatar Dominique Martinet2018-06-30
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-30
|\
| * Revert "Don't unmaximize floating views"Libravatar Rostislav Pehlivanov2018-06-30
* | Add comment about usage to arrange_windows declarationLibravatar Ryan Dwyer2018-06-29
* | Fix memleak in container_get_boxLibravatar Ryan Dwyer2018-06-27
* | Rename view's free callback to destroyLibravatar Ryan Dwyer2018-06-26
* | Damage output when a fullscreen view unmapsLibravatar Ryan Dwyer2018-06-26
* | Implement atomic layout updates for tree operationsLibravatar Ryan Dwyer2018-06-23
* | Preserve buffers during transactionsLibravatar Ryan Dwyer2018-06-18
* | Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-11
|\|
| * Merge pull request #2124 from emersion/drag-icons1.0-alpha.3Libravatar Drew DeVault2018-06-09
| |\
| | * Render drag iconsLibravatar emersion2018-06-09