aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/layer_shell.c
AgeCommit message (Expand)Author
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-04Give focus to another swaylock surface when output is disconnectedRyan Dwyer
2018-09-14Update for swaywm/wlroots#1243emersion
2018-09-10handle_layer_shell_surface: Do not crash if seat doesn't have focusArmin Preiml
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-08-31Don't send never-ending transactions when a focused layer surface commitsRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-01Address first round review for swaynagBrian Ashworth
2018-08-01Arrange output in arrange_layers and commit dirtyBrian Ashworth
2018-07-17Fix memory leak in handle_layer_shell_surfacefrsfnrrg
2018-07-14Simplify transactions by utilising a dirty flag on containersRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-30sway views: add helpers to get view and layer from wlr_surfaceDominique Martinet
2018-06-29Merge remote-tracking branch 'upstream/master' into atomicRyan Dwyer
2018-06-26layer_shell: order destroying before sway_outputDominique Martinet
2018-06-26layer_shell: cleanup output link on output destroyDominique Martinet
2018-06-09Refactor everything that needs to arrange windowsRyan Dwyer
2018-06-06Address emersions comments on output re-enablingBrian Ashworth
2018-06-04Restore focus when unmapping layer shell surfacesRyan Dwyer
2018-05-10layer-shell: use usable_area when arranging non-exclusive layer surfacesemersion
2018-05-01Fix layer surface crash on output destroydb
2018-04-28Refactor arrange_windows()Ryan Dwyer
2018-04-23Updates per swaywm/wlroots#887Drew DeVault
2018-04-06Simplify damage tracking functions, use them in layer shellemersion
2018-04-03Send enter event to layer shell surfacesemersion
2018-04-02Give exclusive focus to layers above shell layerDrew DeVault
2018-04-02Identify topmost interactive layer post-arrangeDrew DeVault
2018-03-31Fix two segfaults when destroying outputsemersion
2018-03-30Add lite damage trackingemersion
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29arrange windowsTony Crisci
2018-03-29Fix failure to rearrange output in some casesDrew DeVault
2018-03-29Do some small cleanupDrew DeVault
2018-03-29Call arrange_windows on layer destroyDrew DeVault
2018-03-29Implement enough IPC for swaybar to workDrew DeVault
2018-03-29Some layer shell fixesDrew DeVault
2018-03-29more renaming thingsTony Crisci
2018-03-29move tree includes to their own directoryTony Crisci
2018-03-28Address review feedbackDrew DeVault
2018-03-28Render layer surfaces and respect exclusive zoneDrew DeVault
2018-03-28Add initial layer shell skeletonDrew DeVault