aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop
AgeCommit message (Collapse)Author
2018-04-05Handle unmanaged surfaces motionemersion
2018-04-05Fix desktop_damage_whole_surfaceemersion
2018-04-05Add container_damage_wholeemersion
2018-04-05Add damage tracking for xwayland unmanaged surfacesemersion
2018-04-05Handle xwayland configure requests for unmanaged surfacesemersion
2018-04-05Make xwayland surface destroy more foolproofemersion
2018-04-05Fix xwayland unmanaged surfacesemersion
2018-04-05Track damage of xdg-shell-v6 popupsemersion
2018-04-05Implement shell viewsemersion
2018-04-04Use new wlr_*_surface_at functionsemersion
2018-04-04Remove unused SWAY_VIEW_TYPESemersion
2018-04-04Implement opacity commandTony Crisci
2018-04-04Merge branch 'wlroots' into split-containers2Tony Crisci
2018-04-03Merge pull request #1717 from emersion/fix-multiple-outputsDrew DeVault
Fix rendering with multiple outputs
2018-04-03move workspace create to workspace.cTony Crisci
2018-04-03Fix rendering with multiple outputsemersion
2018-04-03address feedbackTony Crisci
2018-04-03Send enter event to layer shell surfacesemersion
2018-04-03move output code out of the treeTony Crisci
2018-04-03unify container destroy functionsTony Crisci
2018-04-02Give exclusive focus to layers above shell layerDrew DeVault
2018-04-02Identify topmost interactive layer post-arrangeDrew DeVault
2018-04-02Merge branch 'wlroots' into view-redesignemersion
2018-04-02Xwayland unmanaged views aren't views anymoreemersion
2018-04-02Merge branch 'wlroots' into seat-fixesTony Crisci
2018-04-02Partially implement move commandDrew DeVault
Works: - move [container|window] to workspace <name> - Note, this should be able to move C_CONTAINER but this is untested - move [workspace] to output [left|right|up|down|<name>] Not implemented yet: - move [left|right|up|down] - move scratchpad - move position
2018-04-02Address review commentsemersion
2018-04-02rename input-manager functionsTony Crisci
2018-04-02rename seat functionsTony Crisci
2018-03-31Add sway_view_implemersion
2018-03-31Introduce common functions to create, map, unmap, destroy viewsemersion
2018-03-31Fix two segfaults when destroying outputsemersion
2018-03-31Merge pull request #1681 from emersion/xwayland-configure-positionDrew DeVault
Fix various xwayland issues
2018-03-31Fix xwayland configure in set_sizeemersion
2018-03-31Fix unmanaged views rendering on all outputsemersion
2018-03-31Fix xwayland configure positionemersion
2018-03-30Maximize xwayland views by defaultemersion
2018-03-30Handle map/unmap events in xdg-shell-v6emersion
2018-03-30Remove debug, add explicit TODOemersion
2018-03-30Fix white screen due to bad castemersion
2018-03-30Add lite damage trackingemersion
This skips the renderer if nothing has changed, and renders everything otherwise.
2018-03-30Merge branch 'wlroots' into wlroots-xwayland-mapTony Crisci
2018-03-30Fix workspace deletion edge casesDrew DeVault
2018-03-30Use the new map/unmap events for xwayland viewsemersion
2018-03-30Add xwayland views to focused containerDrew DeVault
2018-03-30Fix segfault on xwayland unmanaged view unmapemersion
2018-03-30Unify initial xwayland view mapping with map handleremersion
2018-03-30Cleanup and remove global renderer referenceemersion
2018-03-30Fix crash when override redirect views closeDrew DeVault
2018-03-30Use output coords for layer surfacesDrew DeVault
This will need to be more carefully thought out when we get the output_layout working entirely.