aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
Commit message (Collapse)AuthorAge
* Implement gaps (PR #2047)Libravatar Nate Symer2018-06-09
|
* Switch restore workspaces to a nested for-loopLibravatar Brian Ashworth2018-06-08
|
* Restore workspaces to outputs based on priorityLibravatar Brian Ashworth2018-06-08
|
* Merge pull request #2084 from RedSoxFan/runtime-var-expansionLibravatar emersion2018-06-07
|\ | | | | Runtime variable expansion
| * Support runtime var expansion and set at runtimeLibravatar Brian Ashworth2018-06-05
| |
* | Switch output storing from list_t to wl_listLibravatar Brian Ashworth2018-06-06
| |
* | Address emersions comments on output re-enablingLibravatar Brian Ashworth2018-06-06
| |
* | Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
| |
* | Remove tab/stack check for focusing after a splitLibravatar Brian Ashworth2018-06-06
| |
* | Fix focusing after splitting tabs/stacksLibravatar Brian Ashworth2018-06-06
|/
* Fix movement crashes/issuesLibravatar Brian Ashworth2018-06-05
|
* Fix initial workspace orientation on a rotated outputLibravatar Ryan Dwyer2018-06-03
|
* Merge pull request #2096 from kupospelov/fix-title-updateLibravatar emersion2018-06-03
|\ | | | | Fix view title update order
| * Fix view title update orderLibravatar Konstantin Pospelov2018-06-03
| | | | | | | | | | This commit fixes the function call order to make sure that the title texture is updated using the relevant global font size.
* | Fix potential crash when destroying workspaceLibravatar Ryan Dwyer2018-06-03
|/ | | | | | | | | | | | | `_container_destroy` emits a destroy event, and any listener for this event should have access to the full container, not a half destroyed one. `_container_destroy` also destroys the swayc, so we have to grab a reference to the sway_workspace so we can free it afterwards. This also fixes a memory leak where the floating container wasn't freed. Fixes #2092.
* Fix top border when a view is initially floatingLibravatar Ryan Dwyer2018-06-02
| | | | Fixes #2085.
* Fix mpv damage issue when unfullscreening into floatingLibravatar Ryan Dwyer2018-06-01
|
* Fix fullscreen positionLibravatar Ryan Dwyer2018-06-01
|
* Don't unmaximize floating viewsLibravatar Ryan Dwyer2018-06-01
|
* Fix getting adjacent outputLibravatar Ryan Dwyer2018-06-01
|
* Remove container_self_or_parent_floatingLibravatar Ryan Dwyer2018-06-01
|
* Rename container_set_geometry_from_viewLibravatar Ryan Dwyer2018-06-01
|
* Store swayc coordinates as layout-localLibravatar Ryan Dwyer2018-06-01
|
* Rename set_maximized functions to set_tiledLibravatar Ryan Dwyer2018-06-01
|
* Fix issues with sticky containers and workspacesLibravatar Ryan Dwyer2018-06-01
| | | | | | | | | * Attach sticky containers to new workspaces when switching * Fire the close event *before* we start destroying the workspace to prevent a crash Because the sticky container now follows the visible workspace, this simplifies the rendering and container_at logic.
* Fix unfullscreening a floating viewLibravatar Ryan Dwyer2018-06-01
|
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
|
* Use L_FLOATING instead of reapable booleanLibravatar Ryan Dwyer2018-06-01
|
* Implement floatingLibravatar Ryan Dwyer2018-06-01
|
* Implement `floating enable`Libravatar Drew DeVault2018-06-01
|
* Merge pull request #2081 from RedSoxFan/fix-2077Libravatar emersion2018-06-01
|\ | | | | Send reparent events in container_split
| * Send reparent events in container_splitLibravatar Brian Ashworth2018-05-31
| |
* | Fix move perpendicular segfaultLibravatar Brian Ashworth2018-06-01
|/
* Fix typoLibravatar Brian Ashworth2018-05-31
|
* Fix moving out of tab/stack when only childLibravatar Brian Ashworth2018-05-31
|
* Notify of subtree changeLibravatar Brian Ashworth2018-05-29
|
* Fix moving out of a tabbed/stacked workspaceLibravatar Brian Ashworth2018-05-29
|
* Fix breaking out of tabs/stacksLibravatar Brian Ashworth2018-05-29
|
* Add tree representation to IPC workspace descriptionLibravatar Ryan Dwyer2018-05-29
|
* Merge pull request #2060 from RedSoxFan/focus-wrappingLibravatar emersion2018-05-28
|\ | | | | Implement focus_wrapping
| * Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
| |
* | Merge pull request #2058 from RyanDwyer/refactor-parse-title-formatLibravatar emersion2018-05-28
|\ \ | | | | | | Refactor parse_title_format
| * | Refactor parse_title_formatLibravatar Ryan Dwyer2018-05-28
| |/ | | | | | | Don't read properties until needed, and do it with less lines of code.
* / Fix ancestor typosLibravatar Ryan Dwyer2018-05-28
|/
* Send workspace::move in container_output_destroyLibravatar Brian Ashworth2018-05-27
|
* Don't move empty workspaces when output is destroyedLibravatar emersion2018-05-27
|
* Merge branch 'master' into cmd-swapLibravatar Ryan Dwyer2018-05-28
|\
| * Rename view_get_type to view_get_shellLibravatar Ryan Dwyer2018-05-27
| |
| * Add %app_id to title_formatLibravatar Ryan Dwyer2018-05-27
| |
* | Implement swap commandLibravatar Brian Ashworth2018-05-26
|/