aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer-0/+4
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer-9/+5
2018-09-20swaybar: handle hotpluggingemersion-3/+1
2018-09-19Merge pull request #2676 from ianyfan/ipcDrew DeVault-0/+2
2018-09-19ipc: add pid information for views in layout treeIan Fan-0/+2
2018-09-19Introduce create_output command (for developer use)Ryan Dwyer-0/+1
2018-09-18swaybar: rewrite i3bar protocol handlingIan Fan-18/+6
2018-09-18swaybar: rewrite text protocol handlingIan Fan-6/+2
2018-09-18swaybar: fix empty function prototypesIan Fan-2/+2
2018-09-17swaybar: use output names instead of output indexesemersion-1/+4
2018-09-16Rename seat_get_active_child to seat_get_active_tiling_childRyan Dwyer-1/+1
2018-09-14Update for swaywm/wlroots#1243emersion-9/+9
2018-09-12i3bar: count references to blocksIan Fan-1/+2
2018-09-12Minor fixes to tiling drag implementationRyan Dwyer-1/+1
2018-09-11Implement tiling dragRyan Dwyer-1/+13
2018-09-11Introduce tiling_drag directiveRyan Dwyer-0/+2
2018-09-11Rename OP_MOVE to OP_MOVE_FLOATINGRyan Dwyer-3/+3
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