aboutsummaryrefslogtreecommitdiff
path: root/sway/container.c
AgeCommit message (Expand)Author
2017-02-14use absolute view geometry to calculate positionZandr Martin
2017-01-19Add window instance supportMykyta Holubakha
2017-01-08Indent cleanupswil
2016-12-29cleanup in auto layoutswil
2016-12-29Added Awesome/Monad type "auto" layoutswil
2016-12-18Put floating views in center, fallback on top leftNicolas Cornu
2016-12-15Handle calloc failuresDrew DeVault
2016-12-15Add remaining sway allocation failure handlingDrew DeVault
2016-12-04fix layout switching (was broken because of workspace_layout)D.B
2016-12-04add workspace_layout to containerD.B
2016-10-12Revert "Merge pull request #952 from SirCmpwn/revert-948-floating-titlebar-cl...Drew DeVault
2016-10-12Revert "Fixes dealing with workspace_layout and related bugs [rfc]"Drew DeVault
2016-10-12Revert "also check floating cons in container_find"Drew DeVault
2016-10-11Merge pull request #945 from thejan2009/workspace_layoutDrew DeVault
2016-10-11add workspace_layout, ensure ws is always L_HORIZD.B
2016-10-11also check floating cons in container_findD.B
2016-10-06add click on title_bar to focus a containerNicolas Cornu
2016-09-21add unique IDs to containersZandr Martin
2016-09-17Fix swaybar when running on named outputs.Ryan Dwyer
2016-09-01Reorganize includesDrew DeVault
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-21outer gap 0 with smart_gaps onD.B
2016-07-16refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...D.B
2016-07-07Fix tabbed/stacked corner case #742D.B
2016-07-04implement `get_tree` commandZandr Martin
2016-06-18Added a null check in tabbed_stacked_parentHummer12007
2016-06-02Initial implementation for floating_maximum_sizeDenis Doria
2016-05-31Initial work for floating view with sane valuesDenis Doria
2016-05-28enforce workspace output assignentsZandr Martin
2016-05-27Implement sort_workspaces() function for outputs.Zandr Martin
2016-05-14Revert "sway/container.c: fix segfault where view is assigned prematurely"Drew DeVault
2016-05-09sway/container.c: fix segfault where view is assigned prematurelyDaniel Lockyer
2016-04-25Remove unused functionMikkel Oscar Lyderik
2016-04-25Don't send invisble view to backMikkel Oscar Lyderik
2016-04-25Disable inner gaps when in tabbed/stacked modeMikkel Oscar Lyderik
2016-04-25Add support for nested tabbed/stacked containersMikkel Oscar Lyderik
2016-04-25Reapply prev layout when exiting tabbed/stackedMikkel Oscar Lyderik
2016-04-25Correctly determine default layoutMikkel Oscar Lyderik
2016-04-25Fix problems with floating windowsMikkel Oscar Lyderik
2016-04-25Tabbed and stacked layoutMikkel Oscar Lyderik
2016-04-17Use correct format string for x86_64 and i686Mikkel Oscar Lyderik
2016-04-12Plug two memory leaksChang Liu
2016-04-09Don't init desired width/height on new_viewMikkel Oscar Lyderik
2016-04-02Fix spelling mistakesEric Engestrom
2016-03-31Fix pointer related crash when stacked/tabbedMikkel Oscar Lyderik
2016-03-31Add cmds new_window and new_floatMikkel Oscar Lyderik
2016-03-30Implement bordersMikkel Oscar Lyderik
2016-03-30Implement some more on bordersDrew DeVault
2016-03-20Implement 'smart_gaps' feature from i3-gapsMikkel Oscar Lyderik