aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* Workspace move cycleLibravatar Armin Preiml2018-08-25
* Merge pull request #2510 from RyanDwyer/relocate-layout-functionsLibravatar Drew DeVault2018-08-25
|\
| * Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* | Merge branch 'master' into commandsLibravatar Ryan Dwyer2018-08-25
|\|
| * Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
| * Merge pull request #2507 from RyanDwyer/move-workspace-translate-floatingLibravatar emersion2018-08-22
| |\
| | * Translate floating containers when a workspace is movedLibravatar Ryan Dwyer2018-08-22
| * | Add app_id and class to get_tree outputLibravatar vilhalmer2018-08-21
| |/
| * Fix sending fullscreen event to viewLibravatar Ryan Dwyer2018-08-22
| * Replace enum resize_edge with wlr_edgesLibravatar Ryan Dwyer2018-08-21
| * Improve new workspace name selectionLibravatar minus2018-08-20
* | commands: implement move absoluteLibravatar Ian Fan2018-08-20
|/
* Fix jumping viewsLibravatar Ryan Dwyer2018-08-20
* Merge pull request #2483 from RyanDwyer/floating-emit-reparentLibravatar Drew DeVault2018-08-19
|\
| * Fix crash when adding outputLibravatar Ryan Dwyer2018-08-20
| * Clean up tracked outputs when an output is destroyedLibravatar Ryan Dwyer2018-08-20
| * Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* | Fix crash when a view destroys with pending transactionsLibravatar Ryan Dwyer2018-08-20
|/
* Merge pull request #2493 from RyanDwyer/fix-popup-positionLibravatar emersion2018-08-19
|\
| * Fix popup position when parent uses geometryLibravatar Ryan Dwyer2018-08-19
* | Merge pull request #2478 from RyanDwyer/standardise-debugLibravatar Drew DeVault2018-08-19
|\ \ | |/ |/|
| * Use enum for damage debug optionsLibravatar Ryan Dwyer2018-08-19
| * Standardise debug variablesLibravatar Ryan Dwyer2018-08-19
* | 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
| |\
| | * Fix nitpickLibravatar Ryan Dwyer2018-08-18
| | * Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
| | * Set current size when a floating xwayland view resizesLibravatar Ryan Dwyer2018-08-18
| | * Handle xwayland views sending new sizes in their commitsLibravatar Ryan Dwyer2018-08-18
| | * Add get_geometry for xdg_shell_v6Libravatar Ryan Dwyer2018-08-18
| | * Render saved buffer using saved geometryLibravatar Ryan Dwyer2018-08-18
| | * Fix geometryLibravatar Ryan Dwyer2018-08-18
| | * Add view_get_geometryLibravatar emersion2018-08-18
| * | Fix double iterating in container_for_each_childLibravatar Ian Fan2018-08-18
* | | commands: move newly-stickied containers to focused workspaceLibravatar Ian Fan2018-08-18
* | | commands: prevent focusing mode with no containersLibravatar Ian Fan2018-08-18
* | | commands: complete assign commandLibravatar Ian Fan2018-08-18
* | | commands: saner workspace number handlingLibravatar Ian Fan2018-08-18
* | | commands: handle quoted exec commandLibravatar Ian Fan2018-08-18
* | | commands: fix documentation formatting mistakes for move commandLibravatar Ian Fan2018-08-18
* | | commands: require set variable to start with $Libravatar Ian Fan2018-08-18
* | | commands: add nopLibravatar Ian Fan2018-08-18
|/ /
* | Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* | Merge pull request #2460 from RyanDwyer/implement-mousedownLibravatar Drew DeVault2018-08-18
|\ \
| * | Don't send motion if the cursor hasn't movedLibravatar Ryan Dwyer2018-08-18
| * | Rename mousedown to down and make seat operation a named enumLibravatar Ryan Dwyer2018-08-18
| * | Implement mousedown operationLibravatar Ryan Dwyer2018-08-18
| |/