aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.c
AgeCommit message (Expand)Author
2016-09-05Make it possible to move views between outputsMikkel Oscar Lyderik
2016-09-02Correct `hide_edge_borders` commandLukas Lihotzki
2016-09-01Reorganize includesDrew DeVault
2016-08-07Sort workspaces when moving workspace to outputD.B
2016-07-31Refactor functions to update container bordersTony Crisci
2016-07-30revert border hiding to more recent versionD.B
2016-07-30properly hide top border inside tabbed/stackedD.B
2016-07-28Update hidpi support to latest wlc APIDrew DeVault
2016-07-28Initial pass on HiDPI supportDrew DeVault
2016-07-28Merge pull request #793 from thejan2009/workspace_layout_first_window_fixDrew DeVault
2016-07-28bugfix: windows on empty workspaces with layout tabbed/stacked would spawn wi...D.B
2016-07-27Implement `focus child` commandTony Crisci
2016-07-22properly hide bottom and right bordersD.B
2016-07-21fix regression in hide_edge_bordersZandr Martin
2016-07-21rename ws to workspace for clarityD.B
2016-07-21calculate borders for hiding from workspace geometryD.B
2016-07-21Arrange backgrounds only when requiredMykyta Holubakha
2016-07-21Initial work on window eventsMykyta Holubakha
2016-07-18Move backgrounds to back after arrange_windowsDrew DeVault
2016-07-16refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where...D.B
2016-07-04implement `get_tree` commandZandr Martin
2016-06-02redo smart_gaps/hide_edge_borders fixZandr Martin
2016-05-18Fix issue #661.Jasen Borisov
2016-04-29Fix uninitialized variableMikkel Oscar Lyderik
2016-04-27border: clear buffer on fullscreen viewsMikkel Oscar Lyderik
2016-04-25Remove commented codeMikkel Oscar Lyderik
2016-04-25Use correct geometry for nested containersMikkel 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-25Make floating border fixes work with tabbed/stacked codeMikkel Oscar Lyderik
2016-04-25Improve move command with tabbed/stacked layoutMikkel 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-16Remove clang warnings (-Wsign-compare)Mikkel Oscar Lyderik
2016-04-03Fix window borderscrondog
2016-04-02Fix spelling mistakesEric Engestrom
2016-03-31Correctly reset border geometryMikkel Oscar Lyderik
2016-03-30Fix borders with floating windowsMikkel 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
2016-03-04Fix assigning workspaces to outputsMikkel Oscar Lyderik
2016-02-28Correctly move focus from one output to a new one.Mikkel Oscar Lyderik
2015-12-28arrange_windows_r: Round pixels to match reality, fixes calculations.S. Christoffer Eliesen
2015-12-28arrange_windows_r: Bring parent coordinates into layout calculations.S. Christoffer Eliesen
2015-12-25Focus new sibling added to containerMikkel Oscar Lyderik
2015-12-25Trigger workspace init event (floating)Mikkel Oscar Lyderik
2015-12-21Trigger ipc_event_workspace in all casesMikkel Oscar Lyderik
2015-12-20layout: Fix `edge_gaps off` with top/left panels.S. Christoffer Eliesen