aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
Commit message (Expand)AuthorAge
...
* Fix scratchpad related crashesLibravatar Ryan Dwyer2018-09-05
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Rename fowa enum and use switch in view_request_activateLibravatar Ryan Dwyer2018-09-02
* Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Fix jumping viewsLibravatar Ryan Dwyer2018-08-20
* Fix crash when adding outputLibravatar Ryan Dwyer2018-08-20
* Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Merge branch 'master' into commandsLibravatar Ryan Dwyer2018-08-19
|\
| * Merge pull request #2466 from RyanDwyer/geometryLibravatar Drew DeVault2018-08-18
| |\
| | * Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
| | * Add view_get_geometryLibravatar emersion2018-08-18
* | | commands: complete assign commandLibravatar Ian Fan2018-08-18
|/ /
* / Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
|/
* Merge branch 'master' into masterLibravatar Brian Ashworth2018-08-08
|\
| * commands: fix workspace edge casesLibravatar Ian Fan2018-08-06
| * commands: complete move implementationLibravatar Ian Fan2018-08-06
* | Fix segv when sway is terminatingLibravatar Mariusz Bialonczyk2018-08-05
|/
* Move workspace pid code to root.cLibravatar Ryan Dwyer2018-08-04
* Fix crash when fullscreen view closes on inactive workspaceLibravatar Ryan Dwyer2018-08-03
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Fix focus related crashesLibravatar Ryan Dwyer2018-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
| * | ipc: add window::title eventLibravatar Ian Fan2018-08-01
| |/
* / Correctly track saved surfaces during multiple transactionsLibravatar Ryan Dwyer2018-08-01
|/
* 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 assign to workspaceLibravatar Ryan Dwyer2018-07-27
* Refactor view_mapLibravatar Ryan Dwyer2018-07-26
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* 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 branch 'master' into pid-workspacesLibravatar Drew DeVault2018-07-23
|\
| * Implement scratchpadLibravatar Ryan Dwyer2018-07-23
| * 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
| * Implement assign to outputLibravatar Ryan Dwyer2018-07-19