aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/layer_shell.c
Commit message (Expand)AuthorAge
* handle_layer_shell_surface: do not use noop outputLibravatar Brian Ashworth2019-02-25
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-18
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* layer_shell: do not SIGABRT sway on zero outputsLibravatar Brian Ashworth2019-01-16
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Give focus to another swaylock surface when output is disconnectedLibravatar Ryan Dwyer2018-10-04
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* handle_layer_shell_surface: Do not crash if seat doesn't have focusLibravatar Armin Preiml2018-09-10
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Don't send never-ending transactions when a focused layer surface commitsLibravatar Ryan Dwyer2018-08-31
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Address first round review for swaynagLibravatar Brian Ashworth2018-08-01
* Arrange output in arrange_layers and commit dirtyLibravatar Brian Ashworth2018-08-01
* Fix memory leak in handle_layer_shell_surfaceLibravatar frsfnrrg2018-07-17
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* sway views: add helpers to get view and layer from wlr_surfaceLibravatar Dominique Martinet2018-06-30
* Merge remote-tracking branch 'upstream/master' into atomicLibravatar Ryan Dwyer2018-06-29
|\
| * layer_shell: order destroying before sway_outputLibravatar Dominique Martinet2018-06-26
| * layer_shell: cleanup output link on output destroyLibravatar Dominique Martinet2018-06-26
* | Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
|/
* Address emersions comments on output re-enablingLibravatar Brian Ashworth2018-06-06
* Restore focus when unmapping layer shell surfacesLibravatar Ryan Dwyer2018-06-04
* layer-shell: use usable_area when arranging non-exclusive layer surfacesLibravatar emersion2018-05-10
* Fix layer surface crash on output destroyLibravatar db2018-05-01
* Refactor arrange_windows()Libravatar Ryan Dwyer2018-04-28
* Updates per swaywm/wlroots#887Libravatar Drew DeVault2018-04-23
* Simplify damage tracking functions, use them in layer shellLibravatar emersion2018-04-06
* Send enter event to layer shell surfacesLibravatar emersion2018-04-03
* Give exclusive focus to layers above shell layerLibravatar Drew DeVault2018-04-02
* Identify topmost interactive layer post-arrangeLibravatar Drew DeVault2018-04-02
* Fix two segfaults when destroying outputsLibravatar emersion2018-03-31
* Add lite damage trackingLibravatar emersion2018-03-30
* Merge remote-tracking branch 'origin/wlroots' into swaybar-layersLibravatar 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
| * arrange windowsLibravatar Tony Crisci2018-03-29
| * more renaming thingsLibravatar Tony Crisci2018-03-29
| * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
* | Fix failure to rearrange output in some casesLibravatar Drew DeVault2018-03-29
* | Do some small cleanupLibravatar Drew DeVault2018-03-29
* | Call arrange_windows on layer destroyLibravatar Drew DeVault2018-03-29
* | Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
* | Some layer shell fixesLibravatar Drew DeVault2018-03-29
|/
* Address review feedbackLibravatar Drew DeVault2018-03-28
* Render layer surfaces and respect exclusive zoneLibravatar Drew DeVault2018-03-28
* Add initial layer shell skeletonLibravatar Drew DeVault2018-03-28