aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
Commit message (Expand)AuthorAge
...
* | Count descendant views for hide_edge_borders smartLibravatar Brian Ashworth2018-05-12
* | Implement hide_edge_bordersLibravatar Brian Ashworth2018-05-11
|/
* Damage borders when damaging viewLibravatar emersion2018-05-10
* Add extra check for view title being NULLLibravatar Ryan Dwyer2018-05-05
* Move code for re-arranging after font height change into a common placeLibravatar Ryan Dwyer2018-05-05
* Refactor parse_title_format()Libravatar Ryan Dwyer2018-05-05
* Implement title_formatLibravatar Ryan Dwyer2018-05-05
* Render titlesLibravatar Ryan Dwyer2018-05-03
* Fixed #1888 GCC cannot compile due to uninitialized variables (#1889)Libravatar Dillen Meijboom2018-05-02
* Restore view_update_position()Libravatar Ryan Dwyer2018-05-01
* Move docblock and fix indenting of switch/case.Libravatar Ryan Dwyer2018-05-01
* Implement bordersLibravatar Ryan Dwyer2018-05-01
* Fix segfault in view_unmap()Libravatar Ryan Dwyer2018-05-01
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
* Update wording about unmanaged/unmapped viewsLibravatar Ryan Dwyer2018-04-24
* Add assert to view_execute_criteria()Libravatar Ryan Dwyer2018-04-24
* Implement criteria commandsLibravatar Ryan Dwyer2018-04-24
* Update for wlroots#885Libravatar emersion2018-04-21
* Fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
* Fix views unmapping their own fullscreen windows.Libravatar Ryan Dwyer2018-04-17
* Create sway_workspace struct.Libravatar Ryan Dwyer2018-04-17
* Feedback for fullscreen.Libravatar Ryan Dwyer2018-04-17
* Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
* Simplify damage tracking functions, use them in layer shellLibravatar emersion2018-04-06
* Send surface enter/leave events to view childrenLibravatar emersion2018-04-06
* Fix wl_output enter/leave eventsLibravatar emersion2018-04-06
* Remove outdated TODOLibravatar emersion2018-04-05
* Track damage of xdg-shell-v6 popupsLibravatar emersion2018-04-05
* Accumulate damage from subsurfacesLibravatar emersion2018-04-05
* Implement shell viewsLibravatar emersion2018-04-05
* address feedbackLibravatar Tony Crisci2018-04-03
* move view and workspace destructors to container.cLibravatar Tony Crisci2018-04-03
* change reap container approachLibravatar Tony Crisci2018-04-02
* fix more close segfaultsLibravatar Tony Crisci2018-04-02
* Merge branch 'wlroots' into view-redesignLibravatar emersion2018-04-02
|\
* | Xwayland unmanaged views aren't views anymoreLibravatar emersion2018-04-02
* | Address review commentsLibravatar emersion2018-04-02
* | Add sway_view_implLibravatar emersion2018-03-31
* | Introduce common functions to create, map, unmap, destroy viewsLibravatar emersion2018-03-31
|/
* Add lite damage trackingLibravatar emersion2018-03-30
* Fix workspace deletion edge casesLibravatar Drew DeVault2018-03-30
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
* rename container_for_each_descendentLibravatar Tony Crisci2018-03-29
* move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
* Send surface enter/leave eventsLibravatar Drew DeVault2018-02-25
* view interfaceLibravatar Tony Crisci2018-01-21