aboutsummaryrefslogtreecommitdiff
path: root/sway
AgeCommit message (Expand)Author
2018-05-28Move previous cursor_position inline.Scott Leggett
2018-05-28Remove unused function.Scott Leggett
2018-05-28Simplify logic, remove redundant variables.Scott Leggett
2018-05-28Rely on view_is_visible rather thank walking the tree ourselves.Scott Leggett
2018-05-28Store previous position in sway_cursor.Scott Leggett
2018-05-27Focus containers only on entry.Scott Leggett
2018-05-26Replace oft-failing abort with if statementDrew DeVault
2018-05-26Check for next_focus before assertIvan Chebykin
2018-05-26Fix usage of sway_assertIvan Chebykin
2018-05-26Moved visibility check of of loop, added assertsIvan Chebykin
2018-05-25Break after first tabbed/stacked layoutIvan Chebykin
2018-05-25Fix mouse focusing for horizontal/vertical views in tabbed containersIvan Chebykin
2018-05-25Fixed styling issuesIvan Chebykin
2018-05-25Focus inactive container instead of checking cursor positionIvan Chebykin
2018-05-25Skip all nested containersIvan Chebykin
2018-05-25Implement correct focusing for tabbed containersIvan Chebykin
2018-05-25Fix focusing from other containersIvan Chebykin
2018-05-25Don't focus tabbed and stacked containers on mouseoverIvan Chebykin
2018-05-25Update for swaywm/wlroots#1000emersion
2018-05-25Merge pull request #2017 from emersion/wlroots-993emersion
2018-05-25Merge pull request #2036 from RyanDwyer/workspace-switch-on-mapDrew DeVault
2018-05-25Merge pull request #2033 from RyanDwyer/arrange-after-flattenDrew DeVault
2018-05-25Merge pull request #2034 from RyanDwyer/cleanup-container-titlesDrew DeVault
2018-05-25Switch workspace if required when mapping a viewRyan Dwyer
2018-05-25Fix focus bug when moving between outputsRyan Dwyer
2018-05-25Clean up container title functionsRyan Dwyer
2018-05-25Arrange views after flattening the parentRyan Dwyer
2018-05-24Fix crash in move workspace to output commandRyan Dwyer
2018-05-24Fix nested tabsRyan Dwyer
2018-05-22Implement IPC_GET_MARKSBrian Ashworth
2018-05-22Implement clicking stacked title barsRyan Dwyer
2018-05-22Use constants for titlebar dimensionsRyan Dwyer
2018-05-22Implement stacked layoutRyan Dwyer
2018-05-21Fix focus follows mouse with no focusDrew DeVault
2018-05-21Update for swaywm/wlroots#993emersion
2018-05-21Fix hide_edge_borders smart for tabs and stacksBrian Ashworth
2018-05-21Pre-multiply alpha for tab decorationsRyan Dwyer
2018-05-21Add left/right borders to tabsRyan Dwyer
2018-05-21Fix tab border issuesRyan Dwyer
2018-05-21Use class or app_id in tree representationRyan Dwyer
2018-05-21Don't track damage for views on inactive tabsRyan Dwyer
2018-05-21Add assertion in container_at_viewRyan Dwyer
2018-05-21Implement tabbed layoutRyan Dwyer
2018-05-21Fix hide_edge_borders constraintsRyan Dwyer
2018-05-20Fix border commands from changing focusBrian Ashworth
2018-05-20Merge pull request #2007 from swaywm/fix-focus-follows-mouseDrew DeVault
2018-05-20Fix focus_follows_mouse over swaybarDrew DeVault
2018-05-20Pre-multiply alpha for non-texturesBrian Ashworth
2018-05-19Fix pixel bar below titleKonstantin Pospelov
2018-05-19Rebuild textures if needed when moving a containerRyan Dwyer