aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell_v6.c
Commit message (Collapse)AuthorAge
* 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
| | | | | This skips the renderer if nothing has changed, and renders everything otherwise.
* 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
| | | | | This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
|
* Merge pull request #1647 from acrisci/refactor-treeLibravatar Drew DeVault2018-03-29
|\ | | | | Refactor tree
| * 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
|/ | | | | | | Makes them look better yo In the future we might want to only do this for tiled windows, and let floating windows do their own thing.
* 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
|
* add kill commandLibravatar Tony Crisci2018-01-20
|
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
|
* desktop: use wlr-surface commitLibravatar Tony Crisci2017-12-27
|
* remove verbose commit loggingLibravatar Tony Crisci2017-12-18
|
* sway input deviceLibravatar Tony Crisci2017-12-12
|
* set focus on new windowLibravatar Tony Crisci2017-12-10
|
* view activateLibravatar Tony Crisci2017-12-06
|
* view set positionLibravatar Tony Crisci2017-12-05
|
* use "size" instead of "dimensions"Libravatar Tony Crisci2017-12-03
|
* Handle view destruction properlyLibravatar Drew DeVault2017-11-25
|
* Fix rendering issues, wire up some xdg listenersLibravatar Drew DeVault2017-11-25
|
* Arrange windows on desktopLibravatar Drew DeVault2017-11-25
|
* Add views to tree and render themLibravatar Drew DeVault2017-11-22
|
* xdg_shell_v6: add _POSIX_C_SOURCE define for struct timespecLibravatar Dominique Martinet2017-11-23
| | | | | wlroots 1e0e73 added struct timespec to wlr_seat.h, so we need to define a _POSIX_C_SOURCE large enough whenever we include wlr_seat.h
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
|
* Initial (awful) pass on xdg shell supportLibravatar Drew DeVault2017-11-11