aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-09-08Align titles to baselineRyan Dwyer-1/+3
2018-09-06Introduce seat_set_focus_container and seat_set_focus_workspaceRyan Dwyer-0/+6
2018-09-06Remove __PRETTY_FUNCTION__Scott Anderson-1/+1
2018-09-05Remove offset argument to container_add_siblingRyan Dwyer-1/+1
2018-09-05Don't use wlr_output propertiesRyan Dwyer-0/+3
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer-201/+286
2018-09-04Deny repeating reload by holding keyRyan Dwyer-4/+5
2018-09-04Implement window_role criteria tokenRyan Dwyer-0/+1
2018-09-03move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs"Pascal Pascher-3/+3
2018-09-03Fixed window_type with disabled xwayland support.Pascal Pascher-1/+1
2018-09-02Rename fowa enum and use switch in view_request_activateRyan Dwyer-2/+2
2018-09-02Implement focus_on_window_activationRyan Dwyer-0/+18
2018-09-01Merge pull request #2547 from RyanDwyer/fix-reload-crashDrew DeVault-0/+2
2018-09-01Implement window_type criteria tokenRyan Dwyer-1/+2
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer-0/+2
2018-08-28Prepare arrange code for type safe argumentsRyan Dwyer-4/+8
2018-08-26Merge pull request #2513 from RyanDwyer/rename-root-outputsDrew DeVault-1/+2
2018-08-26Remove layout.cRyan Dwyer-54/+42
2018-08-26Make separate gaps functions per container typeRyan Dwyer-6/+8
2018-08-25Add comment for sway_root.all_outputsRyan Dwyer-0/+1
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer-1/+1
2018-08-25Relocate container_move, container_move_to and container_get_in_directionRyan Dwyer-8/+11
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer-29/+21
2018-08-21Replace enum resize_edge with wlr_edgesRyan Dwyer-8/+2
2018-08-20Fix bad-free in swaynagBrian Ashworth-1/+1
2018-08-20Fix crash when adding outputRyan Dwyer-0/+6
2018-08-20Send output enter/leave events correctlyRyan Dwyer-6/+5
2018-08-19Merge pull request #2478 from RyanDwyer/standardise-debugDrew DeVault-10/+16
2018-08-19Replace hacky L_FLOATING container with a listRyan Dwyer-3/+5
2018-08-19Use enum for damage debug optionsRyan Dwyer-2/+6
2018-08-19Standardise debug variablesRyan Dwyer-10/+12
2018-08-19Merge branch 'master' into commandsRyan Dwyer-2/+13
2018-08-18Merge pull request #2466 from RyanDwyer/geometryDrew DeVault-2/+13
2018-08-18commands: complete assign commandIan Fan-4/+5
2018-08-18commands: add nopIan Fan-0/+1
2018-08-18Implement iterators per container typeRyan Dwyer-9/+35
2018-08-18Merge pull request #2460 from RyanDwyer/implement-mousedownDrew DeVault-7/+13
2018-08-18Rename container_sort_workspaces and container_wrap_childrenRyan Dwyer-10/+9
2018-08-18Store geometry in the view and handle any floating view resizingRyan Dwyer-4/+15
2018-08-18Fix geometryRyan Dwyer-0/+3
2018-08-18Add view_get_geometryemersion-4/+1
2018-08-18Don't send motion if the cursor hasn't movedRyan Dwyer-0/+1
2018-08-18Rename mousedown to down and make seat operation a named enumRyan Dwyer-9/+10
2018-08-18Implement mousedown operationRyan Dwyer-0/+4
2018-08-17Merge pull request #2472 from RyanDwyer/refactor-seat-get-focusDrew DeVault-0/+3
2018-08-17Add using_csd variable to transaction stateRyan Dwyer-0/+1
2018-08-17Refactor seat_get_focus functionsRyan Dwyer-0/+3
2018-08-15Merge pull request #2458 from RyanDwyer/cleanup-transactionsDrew DeVault-2/+10
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer-1/+1
2018-08-15Simplify transactionsRyan Dwyer-2/+10