aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
Commit message (Expand)AuthorAge
* Don't auto float xdg views if their dimensions are not setLibravatar Ryan Dwyer2018-06-01
* Fix floating position when view is floated when mappedLibravatar Ryan Dwyer2018-06-01
* Don't unmaximize floating viewsLibravatar Ryan Dwyer2018-06-01
* Use surface size if xdg shell's geometry isn't setLibravatar Ryan Dwyer2018-06-01
* Implement wants_floating for xdg_shell and xdg_shell_v6Libravatar 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
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""Libravatar Ryan Dwyer2018-05-14
* Don't destroy view child on xdg-popup unmapLibravatar emersion2018-05-12
* Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"Libravatar Drew DeVault2018-05-12
* Overhaul criteria implementationLibravatar Ryan Dwyer2018-05-11
* Damage borders when damaging viewLibravatar emersion2018-05-10
* Implement title_formatLibravatar Ryan Dwyer2018-05-05
* Update titles when surfaces are committedLibravatar Ryan Dwyer2018-05-03
* Implement bordersLibravatar Ryan Dwyer2018-04-30
* Don't call view_set_fullscreen on unmapped xwayland viewsLibravatar emersion2018-04-28
* Ignore xdg_shell_v6 request_fullscreen if not mappedLibravatar Ryan Dwyer2018-04-20
* xdg_shell_v6: Use client_pending state instead of currentLibravatar Ryan Dwyer2018-04-19
* Fullscreen fixes.Libravatar Ryan Dwyer2018-04-18
* Handle fullscreen flag when mapping a surface.Libravatar Ryan Dwyer2018-04-17
* Implement fullscreen.Libravatar Ryan Dwyer2018-04-16
* Don't damage the whole outputLibravatar emersion2018-04-06
* Simplify damage tracking functions, use them in layer shellLibravatar emersion2018-04-06
* Send surface enter/leave events to view childrenLibravatar emersion2018-04-06
* Fix xwayland unmanaged surfacesLibravatar emersion2018-04-05
* Track damage of xdg-shell-v6 popupsLibravatar emersion2018-04-05
* Implement shell viewsLibravatar emersion2018-04-05
* Remove unused SWAY_VIEW_TYPESLibravatar emersion2018-04-04
* 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
* Handle map/unmap events in xdg-shell-v6Libravatar emersion2018-03-30
* 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
* Merge pull request #1647 from acrisci/refactor-treeLibravatar Drew DeVault2018-03-29
|\
| * arrange windowsLibravatar Tony Crisci2018-03-29
| * more renaming thingsLibravatar Tony Crisci2018-03-29
| * rename container functionsLibravatar Tony Crisci2018-03-29
| * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
* | Maximize xdg shell surfaces on creationLibravatar Drew DeVault2018-03-29
|/
* Fix lingering xdg shell issuesLibravatar Drew DeVault2018-03-27
* Update API to match latest wlrootsLibravatar Drew DeVault2018-03-27
* Send surface enter/leave eventsLibravatar Drew DeVault2018-02-25
* separate seat get focus and seat get focus inactiveLibravatar Tony Crisci2018-02-07
* basic focus overhaulLibravatar Tony Crisci2018-02-04
* Implement workspacesLibravatar Drew DeVault2018-01-30