4409 Commits (1be75fe7403fd64e084008b0ed677fa4df32ed5b)
 

Author SHA1 Message Date
Ian Fan 1be75fe740 Fix double iterating in container_for_each_child
6 years ago
Drew DeVault 744724b3cb
Merge pull request #2473 from RyanDwyer/iterators-per-type
6 years ago
Ryan Dwyer d6cd79c342 Implement iterators per container type
6 years ago
Drew DeVault d4a32800d5
Merge pull request #2460 from RyanDwyer/implement-mousedown
6 years ago
Drew DeVault 5c779c11f6
Merge pull request #2481 from RyanDwyer/rename-functions
6 years ago
Ryan Dwyer 16c663ed49 Rename container_sort_workspaces and container_wrap_children
6 years ago
emersion cfe205b36f
Merge pull request #2480 from RyanDwyer/fix-mod-resize
6 years ago
Ryan Dwyer d22420689d Fix mod+resize
6 years ago
Ryan Dwyer 07a897b3b7 Don't send motion if the cursor hasn't moved
6 years ago
Ryan Dwyer b637b61a7a Rename mousedown to down and make seat operation a named enum
6 years ago
Ryan Dwyer a36625a482 Implement mousedown operation
6 years ago
Drew DeVault db4b4935b3
Merge pull request #2472 from RyanDwyer/refactor-seat-get-focus
6 years ago
emersion 754bbd03c0
Merge pull request #2471 from RyanDwyer/reap-when-floating
6 years ago
emersion 782d0e087e
Merge pull request #2474 from RyanDwyer/transactionise-csd
6 years ago
Ryan Dwyer 1801b725e2 Add using_csd variable to transaction state
6 years ago
Ryan Dwyer 3a888163a0 Refactor seat_get_focus functions
6 years ago
Ryan Dwyer 6a26b499a4 Attempt to reap old tiling parent when floating a container
6 years ago
Ryan Dwyer 32193c7e4d
Merge pull request #2465 from DonnieWest/master
6 years ago
Donnie West a9433cbded
When the workspace is focused, return it instead of checking parent
6 years ago
Drew DeVault 98ed05225e
Merge pull request #2458 from RyanDwyer/cleanup-transactions
6 years ago
emersion 647ace1d6d
Merge pull request #2459 from RyanDwyer/fix-workspace-prev-next
6 years ago
Ryan Dwyer 701fcafc70 Use list_find in more places and refactor/fix workspace prev_next functions
6 years ago
Ryan Dwyer c3ef36d6b5 Simplify transactions
6 years ago
Drew DeVault b4887ba154
Merge pull request #2445 from RyanDwyer/resize-tiling-via-cursor
6 years ago
emersion d0fb2d9a53
Merge pull request #2454 from minus7/workspace-names
6 years ago
minus 18e425eda6 Use assigned workspace name for output
6 years ago
Ryan Dwyer 4b8e3a885b Don't commit multiple transactions at the same time
6 years ago
Ryan Dwyer e7a7306063 Don't progress transaction queue if any are partially complete
6 years ago
Ryan Dwyer 4d023c0390 Make mod+resize a floating container resize the container itself
6 years ago
Ryan Dwyer e9d46ccbdd Use col-resize and row-resize cursor images
6 years ago
Ryan Dwyer 1893515d3a Fix right-click/popups and add state checks
6 years ago
Ryan Dwyer 2dceae6224 Allow resizing tiled views via mod key
6 years ago
Ryan Dwyer f4280e506b Refactor dispatch_cursor_button
6 years ago
Ryan Dwyer b4a0363d17 Implement resizing tiled containers via cursor
6 years ago
Drew DeVault 146cc0a441
Merge pull request #2452 from janza/position-command-fix-args
6 years ago
Josip Janzic 5aca2b42e6
man: Correct format for output position config
6 years ago
Drew DeVault b6428f4751
Merge pull request #2451 from RyanDwyer/fix-ancestor-crash
6 years ago
Ryan Dwyer 5f3757c927 Fix container_has_ancestor crash
6 years ago
Drew DeVault 2aa6d98c5a
Merge pull request #2449 from RyanDwyer/remove-bfs
6 years ago
emersion 9545c70928
Merge pull request #2448 from RyanDwyer/remove-container-has-child
6 years ago
Ryan Dwyer 4ad1ccc9dc Remove container_for_each_descendant_bfs
6 years ago
Ryan Dwyer 31844bf42b Remove container_has_child
6 years ago
emersion e474d87e42
Merge pull request #2447 from ianyfan/swaynag-leak
6 years ago
Ian Fan 6e7052fc44 swaynag: destroy old cursor theme when updated
6 years ago
Drew DeVault c7e99ee0d4
Merge pull request #2446 from emersion/xwayland-unmanaged-order
6 years ago
emersion d1433c637a xwayland: fix unmanaged surfaces order
6 years ago
Brian Ashworth df1aeed6c2
Merge pull request #2441 from RyanDwyer/finish-resize-commands
6 years ago
Ryan Dwyer af693cba26 Update resize documentation
6 years ago
Ryan Dwyer 6c730a2cb2 Implement resize set <width> <height> for tiled containers
6 years ago
Ryan Dwyer 9395d3c93c Implement resize grow|shrink <direction> <amount> for tiled containers
6 years ago