210 Commits (e93622e4ee387db5c37d24d7a704cd498a14a0da)

Author SHA1 Message Date
Jarkko Oranen 924ed6464c Prevent "move next" and "move prev" commands from crashing
8 years ago
Drew DeVault 9aed9d9359 UnGNUify the codebase
8 years ago
Calvin Lee b35782bcad i3 feature support: Moving flotaing containers
8 years ago
wil a90dddea40 [fix] handle auto layout of empty container
8 years ago
wil b74870f516 Improved behavior of insert/remove child in auto layouts
8 years ago
willakat 4c06a10004 Merge branch 'master' into master
8 years ago
Frantisek Fladung c04819e8c0 Implement hide_edge_borders smart (like in i3 4.13)
8 years ago
wil 52f3a8df51 fixed up space-after-cast style issues
8 years ago
wil 063c79874a Indent cleanups
8 years ago
wil d822150d83 [fix] Keep Clang happy
8 years ago
wil f24ebd75fa Added mouse resize for auto layouts
8 years ago
wil 1f47c58d63 simplification of apply_auto_layout
8 years ago
wil f7269684d0 [fix] scale check to prevent un-necessary layouts was in the wrong place.
8 years ago
wil d99efb5f6f [fix] corner cases win nb_children < nb_master|nb_col
8 years ago
wil bd415029ba Moved auto_* layout functions from resize.c to layout.c
8 years ago
wil 704b2db050 Merge branch 'master' of https://github.com/willakat/sway
8 years ago
wil 97f70987d7 [fix] cleanups suggested by Sway community
8 years ago
wil a62048f15d changed "layout promote" command to "move first"
8 years ago
Drew DeVault c01b898398 Fix inline is_auto_layout
8 years ago
wil 2b0e3c212a [fix] move next/prev behavior for vert/horiz layout
8 years ago
wil 0ff9fe9a7a introduce next/prev as a direction for focus/move commands.
8 years ago
wil ed71e67d7e [fix] handle cases where nb_master > children->length in auto layout
8 years ago
wil 97f7d47413 Added Awesome/Monad type "auto" layouts
8 years ago
D.B 4762bcb3b9 wrap some views under workspaces
8 years ago
D.B 6fb4b6737a add workspace_layout to container
8 years ago
Drew DeVault 4cba91803e Revert "Fixes dealing with workspace_layout and related bugs [rfc]"
8 years ago
D.B 166c2a3687 generalize wrapping views under workspaces
8 years ago
D.B 571321a1d8 add workspace_layout, ensure ws is always L_HORIZ
8 years ago
Nicolas Cornu 382d47e238 Fix creating of sibling floating/children
8 years ago
D.B 379b1a0378 add focus changing between floating containers
8 years ago
D.B d3f5ac8cbb add force_focus_wrapping option
8 years ago
D.B 7f558ce894 wrap container in direction (if possible)
8 years ago
Zandr Martin 7d947fdb95
add unique IDs to containers
8 years ago
Zandr Martin e18b7cdfa9
add global `current_focus` pointer
8 years ago
Mikkel Oscar Lyderik 84d504ebdf Make it possible to move views between outputs
8 years ago
Lukas Lihotzki 6addaca9fa Correct `hide_edge_borders` command
8 years ago
Drew DeVault 416417a54c Reorganize includes
8 years ago
D.B 41b5c6d1a9 Sort workspaces when moving workspace to output
8 years ago
Tony Crisci b39249508f Refactor functions to update container borders
8 years ago
D.B c33e0ee629 revert border hiding to more recent version
8 years ago
D.B 8d0048c8d5 properly hide top border inside tabbed/stacked
8 years ago
Drew DeVault 11e7ca044c Update hidpi support to latest wlc API
8 years ago
Drew DeVault 6ea02f3064 Initial pass on HiDPI support
8 years ago
Drew DeVault d07eaed79f Merge pull request #793 from thejan2009/workspace_layout_first_window_fix
8 years ago
D.B a46cf77549 bugfix: windows on empty workspaces with layout tabbed/stacked would spawn with 0x0 geometry
8 years ago
Tony Crisci 88b7cbe314 Implement `focus child` command
8 years ago
D.B f16cb1464f properly hide bottom and right borders
8 years ago
Zandr Martin 3137615838
fix regression in hide_edge_borders
8 years ago
D.B 03b0180c30 rename ws to workspace for clarity
8 years ago
D.B b893f07ce1 calculate borders for hiding from workspace geometry
8 years ago