summaryrefslogtreecommitdiffstats
path: root/include/sway
Commit message (Expand)AuthorAge
* Merge pull request #2676 from ianyfan/ipcLibravatar Drew DeVault2018-09-19
|\
| * ipc: add pid information for views in layout treeLibravatar Ian Fan2018-09-19
* | Introduce create_output command (for developer use)Libravatar Ryan Dwyer2018-09-19
|/
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Introduce tiling_drag directiveLibravatar Ryan Dwyer2018-09-11
* Rename OP_MOVE to OP_MOVE_FLOATINGLibravatar Ryan Dwyer2018-09-11
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Deny repeating reload by holding keyLibravatar Ryan Dwyer2018-09-04
* Implement window_role criteria tokenLibravatar Ryan Dwyer2018-09-04
* move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs"Libravatar Pascal Pascher2018-09-03
* Fixed window_type with disabled xwayland support.Libravatar Pascal Pascher2018-09-03
* Rename fowa enum and use switch in view_request_activateLibravatar Ryan Dwyer2018-09-02
* Implement focus_on_window_activationLibravatar Ryan Dwyer2018-09-02
* Implement window_type criteria tokenLibravatar Ryan Dwyer2018-09-01
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Merge pull request #2513 from RyanDwyer/rename-root-outputsLibravatar Drew DeVault2018-08-26
|\
| * Add comment for sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
| * Rename sway_root.outputs to sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
* | Remove layout.cLibravatar Ryan Dwyer2018-08-26
* | Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
|/
* Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Replace enum resize_edge with wlr_edgesLibravatar Ryan Dwyer2018-08-21
* Fix crash when adding outputLibravatar Ryan Dwyer2018-08-20
* Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
* Merge pull request #2478 from RyanDwyer/standardise-debugLibravatar Drew DeVault2018-08-19
|\
| * Use enum for damage debug optionsLibravatar Ryan Dwyer2018-08-19
| * Standardise debug variablesLibravatar Ryan Dwyer2018-08-19
* | Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
|/
* Merge branch 'master' into commandsLibravatar Ryan Dwyer2018-08-19
|\
| * Merge pull request #2466 from RyanDwyer/geometryLibravatar Drew DeVault2018-08-18
| |\
| | * Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
| | * Fix geometryLibravatar Ryan Dwyer2018-08-18
| | * Add view_get_geometryLibravatar emersion2018-08-18
* | | commands: complete assign commandLibravatar Ian Fan2018-08-18
* | | commands: add nopLibravatar Ian Fan2018-08-18
|/ /
* | Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* | Merge pull request #2460 from RyanDwyer/implement-mousedownLibravatar Drew DeVault2018-08-18
|\ \
| * | Don't send motion if the cursor hasn't movedLibravatar Ryan Dwyer2018-08-18
| * | Rename mousedown to down and make seat operation a named enumLibravatar Ryan Dwyer2018-08-18
| * | Implement mousedown operationLibravatar Ryan Dwyer2018-08-18
| |/
* / Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
|/
* Merge pull request #2472 from RyanDwyer/refactor-seat-get-focusLibravatar Drew DeVault2018-08-17
|\