aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-09-01Merge pull request #2547 from RyanDwyer/fix-reload-crashDrew DeVault
2018-09-01Implement window_type criteria tokenRyan Dwyer
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer
2018-08-26Merge pull request #2513 from RyanDwyer/rename-root-outputsDrew DeVault
2018-08-26Remove layout.cRyan Dwyer
2018-08-26Make separate gaps functions per container typeRyan Dwyer
2018-08-25Add comment for sway_root.all_outputsRyan Dwyer
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer
2018-08-20Fix bad-free in swaynagBrian Ashworth
2018-08-20Fix crash when adding outputRyan Dwyer
2018-08-20Send output enter/leave events correctlyRyan Dwyer
2018-08-19Merge pull request #2478 from RyanDwyer/standardise-debugDrew DeVault
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer
2018-08-19Use enum for damage debug optionsRyan Dwyer
2018-08-19Standardise debug variablesRyan Dwyer
2018-08-19Merge branch 'master' into commandsRyan Dwyer
2018-08-18Merge pull request #2466 from RyanDwyer/geometryDrew DeVault
2018-08-18commands: complete assign commandIan Fan
2018-08-18commands: add nopIan Fan
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-18Merge pull request #2460 from RyanDwyer/implement-mousedownDrew DeVault
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer
2018-08-18Fix geometryRyan Dwyer
2018-08-18Add view_get_geometryemersion
2018-08-18Don't send motion if the cursor hasn't movedRyan Dwyer
2018-08-18Rename mousedown to down and make seat operation a named enumRyan Dwyer
2018-08-18Implement mousedown operationRyan Dwyer
2018-08-17Merge pull request #2472 from RyanDwyer/refactor-seat-get-focusDrew DeVault
2018-08-17Add using_csd variable to transaction stateRyan Dwyer
2018-08-17Refactor seat_get_focus functionsRyan Dwyer
2018-08-15Merge pull request #2458 from RyanDwyer/cleanup-transactionsDrew DeVault
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer
2018-08-15Simplify transactionsRyan Dwyer
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer
2018-08-11Merge pull request #2449 from RyanDwyer/remove-bfsDrew DeVault
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-11Remove container_has_childRyan Dwyer
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth
2018-08-08Deny moving a sticky container to workspace if it's the same outputRyan Dwyer
2018-08-08Fix edge cases when moving floating container to new workspaceRyan Dwyer
2018-08-08Implement move to workspace on a floating containerRyan Dwyer
2018-08-06Merge pull request #2268 from emersion/server-decoration-bordersDrew DeVault
2018-08-06Handle views created after decoration mode is sent for xdg-shellemersion
2018-08-06Listen to server-decoration mode changesemersion
2018-08-06commands: complete workspace implementationIan Fan