aboutsummaryrefslogtreecommitdiff
path: root/include/sway
AgeCommit message (Collapse)Author
2018-04-03move container_set_layout to layout.hTony Crisci
2018-04-03make container_finish privateTony Crisci
2018-04-03unify workspace create functionsTony Crisci
2018-04-03unify container destroy functionsTony Crisci
2018-04-03move view and workspace destructors to container.cTony Crisci
2018-04-02change reap container approachTony Crisci
2018-04-02fix more close segfaultsTony Crisci
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Merge branch 'wlroots' into view-redesignemersion
2018-04-02Xwayland unmanaged views aren't views anymoreemersion
2018-04-02Merge branch 'wlroots' into split-containersTony Crisci
2018-04-02Merge branch 'wlroots' into seat-fixesTony Crisci
2018-04-02dont copy input configTony Crisci
2018-04-02remove unused attachment configTony 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-02dont copy seat config on the seatTony Crisci
2018-04-02rename input-manager functionsTony Crisci
2018-04-02rename seat functionsTony Crisci
2018-03-31add docstrings and todosTony Crisci
2018-03-31Add sway_view_implemersion
2018-03-31Introduce common functions to create, map, unmap, destroy viewsemersion
2018-03-31handle container destroy in the seatTony Crisci
2018-03-31basic split containersTony Crisci
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-31Set xwayland cursoremersion
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-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