Commit Graph

5062 Commits (31f82830b22cd8cafd61a498b03f2bb137e37f89)
 

Author SHA1 Message Date
Ryan Dwyer af693cba26 Update resize documentation 7 years ago
Ryan Dwyer 6c730a2cb2 Implement resize set <width> <height> for tiled containers 7 years ago
Ryan Dwyer 9395d3c93c Implement resize grow|shrink <direction> <amount> for tiled containers 7 years ago
Drew DeVault db0fa066e5 Remove obsolete security sanity check 7 years ago
Drew DeVault 425ee270b4
Merge pull request from RedSoxFan/bg-swaynag-reading-only 7 years ago
Brian Ashworth b6f4623551 Don't call swaynag_log for bg when not reading 7 years ago
Drew DeVault 78c0f013dd
Merge pull request from RedSoxFan/fix-2434 7 years ago
Brian Ashworth 43d1ffc9dd Allow a fallback color to be specified for swaybg 7 years ago
Brian Ashworth fc039f0759
Merge pull request from manio/master 7 years ago
Brian Ashworth 3c26536267
Merge branch 'master' into master 7 years ago
Drew DeVault e28101e6e1 私の日本語が上手じゃないですね 7 years ago
Drew DeVault 1c7a6a49b6 Remove setcap instructions 7 years ago
emersion 89e176d3fb
Merge pull request from RyanDwyer/fix-floating-deco-focus 7 years ago
Ryan Dwyer f5dc3ac09d Don't call send_pointer_notify_button when doing move or resize 7 years ago
Ryan Dwyer 4c5dc6f135 Focus floating views when beginning move/resize operations 7 years ago
Ryan Dwyer a0ece6f956 Rename container_at_view to surface_at_view and make it return void 7 years ago
Ryan Dwyer 1e984fec05 Fix focus when clicking floating decorations 7 years ago
Drew DeVault c8a8216629
Merge pull request from RyanDwyer/floating-move-to-workspace 7 years ago
Ryan Dwyer 5653fc754b Deny moving a sticky container to workspace if it's the same output 7 years ago
Ryan Dwyer a0649190de Fix edge cases when moving floating container to new workspace 7 years ago
Ryan Dwyer 36281609ea Implement move to workspace on a floating container 7 years ago
Drew DeVault 6f0bc469e9
Merge pull request from RyanDwyer/fix-move-crash 7 years ago
Drew DeVault 84845adb8e
Merge pull request from RyanDwyer/fix-sticky-infinite-loop 7 years ago
Ryan Dwyer 50f3a7ff5c Fix infinite loop when focusing sticky containers via workspace command 7 years ago
Ryan Dwyer 5ac6f2f429 Fix crash when running `move container to workspace back_and_forth` 7 years ago
Drew DeVault 1818c58e40
Merge pull request from ianyfan/socketpath-leaks 7 years ago
Ian Fan baf4604629 ipc-client: fix memory leaks in get_socketpath 7 years ago
Brian Ashworth 17f557298e
Merge pull request from RyanDwyer/workspace-move-to-output 7 years ago
Brian Ashworth 639f3368e1
Merge branch 'master' into workspace-move-to-output 7 years ago
Drew DeVault d8b65193c4
Merge pull request from emersion/server-decoration-borders 7 years ago
Drew DeVault 1a8bee68b4
Merge pull request from ianyfan/commands 7 years ago
emersion d2ac48f920 Handle views created after decoration mode is sent for xdg-shell-v6 7 years ago
emersion 9d578e0a0f Handle views created after decoration mode is sent for xdg-shell 7 years ago
emersion 700941dde8 Listen to server-decoration mode changes 7 years ago
Ryan Dwyer f57a3919cf Move workspace moving code out of container_move_to 7 years ago
Ian Fan f7c21451df commands: fix workspace edge cases 7 years ago
Ian Fan 667b8dcb67 commands: check for special workspaces in workspace & move commands 7 years ago
Ian Fan 3b1f58e135 commands: document <criteria> focus 7 years ago
Ian Fan dd48c8a579 commands: add optional flags to move 7 years ago
Ian Fan 85ae121caa commands: complete workspace implementation 7 years ago
Ian Fan 356063b6c0 commands: fix layout implementation (also better name for previous split layout) 7 years ago
Ian Fan 3a980857cb commands: better type for con_id string length 7 years ago
Ian Fan 69e1a421fc commands: complete move implementation 7 years ago
Ian Fan be64c46624 commands: complete layout implementation 7 years ago
Ian Fan 11ac66d6fe commands: allow __focused__ for con_id criterion 7 years ago
Ian Fan 710f27d0d2 commands: allow "first", "last", "newest" and "recent" as values for urgent criteria 7 years ago
Mariusz Bialonczyk 776b9b7e1f Fix segv when sway is terminating 7 years ago
emersion 0cd418ba42
Merge pull request from ggreer/compiler-errors 7 years ago
Geoff Greer 208831aec6 Fix compiler errors. 7 years ago
emersion 0016f77440
Merge pull request from RyanDwyer/separate-root 7 years ago