aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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-03-31Address review feedbackDrew DeVault
2018-03-31Implement focus_follows_mouseDrew DeVault
Also contains two other small changes: - Clicking any button will focus the container clicked (not just left) - Remove seamless_mouse (doesn't make sense on wlroots)
2018-03-31Merge pull request #1678 from emersion/xwayland-xcursorDrew DeVault
Set xwayland cursor
2018-03-31Set xwayland cursoremersion
2018-03-30Implement workspace switch on clickDrew DeVault
2018-03-30Implement scroll wheel workspace switchingDrew DeVault
2018-03-30Initialize seat pointer in swaybarDrew DeVault
2018-03-30Merge branch 'wlroots' into client-cursorsemersion
2018-03-30Handle map/unmap events in xdg-shell-v6emersion
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-30Merge pull request #1659 from swaywm/default-orientationemersion
Add default_orientation command
2018-03-30Merge pull request #1657 from emersion/render-fixesDrew DeVault
Misc minor fixes
2018-03-30Handle set_cursor requests from clientsemersion
Allow clients to set a custom cursor if they have the seat's pointer focus.
2018-03-30Destroy empty workspaces when moving awayDrew DeVault
2018-03-30Add default_orientation commandDrew DeVault
2018-03-30Cleanup and remove global renderer referenceemersion
2018-03-30Fix issues with swaybar on DRMDrew DeVault
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Fix oversights from previous pull requestTony Crisci
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29arrange windowsTony Crisci
2018-03-29rename container_for_each_descendentTony Crisci
2018-03-29Implement modesDrew DeVault
2018-03-29Spawn swaybars when outputs are addedDrew DeVault
2018-03-29Add swaybg_commandDrew DeVault
2018-03-29Move bar config into its own fileDrew DeVault
2018-03-29Add bar configuration commandsDrew DeVault
2018-03-29Implement enough IPC for swaybar to workDrew DeVault
2018-03-29Implement status lineDrew DeVault
Does not yet support i3bar json protocol
2018-03-29Some layer shell fixesDrew DeVault
Based on the corresponding rootston changes
2018-03-29Pixel-perfect renderingDrew DeVault
2018-03-29Re-render bar on IPC updatesDrew DeVault
2018-03-29Round up workspaces on each outputDrew DeVault
2018-03-29Only utilize the configured outputsDrew DeVault
2018-03-29Wire up basic IPC supportDrew DeVault
2018-03-29Start port of swaybar to layer shellDrew DeVault
This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
2018-03-29address feedbackTony Crisci
2018-03-29fix container_get_in_direction nameTony Crisci
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29remove swayc_t typedefTony 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