aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Collapse)Author
2018-03-30Add xwayland views to focused containerDrew DeVault
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-30Fix segfault on xwayland unmanaged view unmapemersion
2018-03-30Destroy empty workspaces when moving awayDrew DeVault
2018-03-30Add default_orientation commandDrew DeVault
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-30Finish porting over workspace_next_nameDrew 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.
2018-03-30Set WAYLAND_DISPLAY earlier in startupDrew 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-29Merge pull request #1647 from acrisci/refactor-treeDrew DeVault
Refactor tree
2018-03-29arrange windowsTony Crisci
2018-03-29rename container_for_each_descendentTony Crisci
2018-03-29Move declaration into loopDrew DeVault
2018-03-29Exit ipc_get_workspace_callback earlyDrew DeVault
2018-03-29Implement modesDrew DeVault
2018-03-29Clean up imported bar commandsDrew DeVault
2018-03-29Use statically allocated text bufferDrew DeVault
2018-03-29Fix failure to rearrange output in some casesDrew DeVault
2018-03-29Do some small cleanupDrew DeVault
- Fix workspace events (security config isn't in use so it wasn't being sent) - Kill status bar process when swaybar exits - Don't rearrange windows on every layer surface commit
2018-03-29Call arrange_windows on layer destroyDrew DeVault
2018-03-29Restart swaybar on config reloadDrew DeVault
2018-03-29Terminate swaybar when freeing bar configDrew 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-29Some layer shell fixesDrew DeVault
Based on the corresponding rootston changes
2018-03-30Clear buffer after beginning rendererScott Anderson
2018-03-29address feedbackTony Crisci
2018-03-2980colTony Crisci
2018-03-29fix container_get_in_direction nameTony Crisci
2018-03-29rename container destroy funcTony Crisci
2018-03-29rename layout initTony Crisci
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-29Maximize xdg shell surfaces on creationDrew DeVault
Makes them look better yo In the future we might want to only do this for tiled windows, and let floating windows do their own thing.
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
2018-03-28Update input events per swaywm/wlroots#765Drew DeVault