aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-08-18Merge pull request #2473 from RyanDwyer/iterators-per-typeDrew DeVault-110/+268
2018-08-18Implement iterators per container typeRyan Dwyer-110/+268
2018-08-18Merge pull request #2460 from RyanDwyer/implement-mousedownDrew DeVault-8/+63
2018-08-18Merge pull request #2481 from RyanDwyer/rename-functionsDrew DeVault-54/+54
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer-54/+54
2018-08-18Merge pull request #2480 from RyanDwyer/fix-mod-resizeemersion-5/+5
2018-08-18Fix mod+resizeRyan Dwyer-5/+5
2018-08-18Don't send motion if the cursor hasn't movedRyan Dwyer-1/+6
2018-08-18Rename mousedown to down and make seat operation a named enumRyan Dwyer-17/+18
2018-08-18Implement mousedown operationRyan Dwyer-1/+50
2018-08-17Merge pull request #2472 from RyanDwyer/refactor-seat-get-focusDrew DeVault-55/+81
2018-08-17Merge pull request #2471 from RyanDwyer/reap-when-floatingemersion-1/+2
2018-08-17Merge pull request #2474 from RyanDwyer/transactionise-csdemersion-3/+5
2018-08-17Add using_csd variable to transaction stateRyan Dwyer-3/+5
2018-08-17Refactor seat_get_focus functionsRyan Dwyer-55/+81
2018-08-17Attempt to reap old tiling parent when floating a containerRyan Dwyer-1/+2
2018-08-17Merge pull request #2465 from DonnieWest/masterRyan Dwyer-1/+2
2018-08-16When the workspace is focused, return it instead of checking parentDonnie West-1/+2
2018-08-15Merge pull request #2458 from RyanDwyer/cleanup-transactionsDrew DeVault-80/+51
2018-08-15Merge pull request #2459 from RyanDwyer/fix-workspace-prev-nextemersion-69/+36
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer-69/+36
2018-08-15Simplify transactionsRyan Dwyer-80/+51
2018-08-14Merge pull request #2445 from RyanDwyer/resize-tiling-via-cursorDrew DeVault-145/+355
2018-08-13Merge pull request #2454 from minus7/workspace-namesemersion-2/+13
2018-08-12Use assigned workspace name for outputminus-2/+13
2018-08-12Don't commit multiple transactions at the same timeRyan Dwyer-31/+49
2018-08-12Don't progress transaction queue if any are partially completeRyan Dwyer-0/+12
2018-08-12Make mod+resize a floating container resize the container itselfRyan Dwyer-1/+1
2018-08-12Use col-resize and row-resize cursor imagesRyan Dwyer-6/+23
2018-08-12Fix right-click/popups and add state checksRyan Dwyer-3/+5
2018-08-12Allow resizing tiled views via mod keyRyan Dwyer-18/+42
2018-08-12Refactor dispatch_cursor_buttonRyan Dwyer-96/+94
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer-34/+173
2018-08-11Merge pull request #2452 from janza/position-command-fix-argsDrew DeVault-1/+1
2018-08-11man: Correct format for output position configJosip Janzic-1/+1
2018-08-11Merge pull request #2451 from RyanDwyer/fix-ancestor-crashDrew DeVault-1/+1
2018-08-12Fix container_has_ancestor crashRyan Dwyer-1/+1
2018-08-11Merge pull request #2449 from RyanDwyer/remove-bfsDrew DeVault-62/+15
2018-08-11Merge pull request #2448 from RyanDwyer/remove-container-has-childemersion-22/+3
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer-62/+15
2018-08-11Remove container_has_childRyan Dwyer-22/+3
2018-08-10Merge pull request #2447 from ianyfan/swaynag-leakemersion-0/+3
2018-08-10swaynag: destroy old cursor theme when updatedIan Fan-0/+3
2018-08-10Merge pull request #2446 from emersion/xwayland-unmanaged-orderDrew DeVault-1/+1
2018-08-10xwayland: fix unmanaged surfaces orderemersion-1/+1
2018-08-09Merge pull request #2441 from RyanDwyer/finish-resize-commandsBrian Ashworth-21/+81
2018-08-10Update resize documentationRyan Dwyer-9/+9
2018-08-10Implement resize set <width> <height> for tiled containersRyan Dwyer-4/+39
2018-08-10Implement resize grow|shrink <direction> <amount> for tiled containersRyan Dwyer-8/+33
2018-08-09Remove obsolete security sanity checkDrew DeVault-22/+0