aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
Commit message (Expand)AuthorAge
* workspace_next_name: fallback to next available numberLibravatar Brian Ashworth2019-02-18
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-18
* workspace_get_initial_output: handle focused layer1.0-rc2Libravatar Brian Ashworth2019-02-11
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Allow output ids and wildcard for workspace outputLibravatar Brian Ashworth2018-12-17
* list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
* Allow multiple outputs for workspace outputLibravatar Brian Ashworth2018-11-11
* Implement per side and per direction outer gapsLibravatar Brian Ashworth2018-11-07
* Use output identifier for workspace configLibravatar Robinhuett2018-10-27
* Rebase the cursor after applying transactionsLibravatar Ryan Dwyer2018-10-25
* Make workspace back_and_forth seat-specificLibravatar Ryan Dwyer2018-10-21
* Merge pull request #2870 from RyanDwyer/refactor-input-managerLibravatar emersion2018-10-20
|\
| * Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* | Fix crash when view unmaps while no outputs connectedLibravatar Ryan Dwyer2018-10-20
|/
* Introduce cursor_rebaseLibravatar Ryan Dwyer2018-10-19
* fix_edge_gaps: Allow negative values for outer gaps.Libravatar Tarmack2018-10-13
* Only consider tiling views for gaps outerLibravatar Brian Ashworth2018-10-08
* Move sticky containers when switching workspace via criteriaLibravatar Ryan Dwyer2018-10-06
* Fix smart gapsLibravatar Brian Ashworth2018-10-01
* Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
* Check for NULL output in workspace_valid_on_outputLibravatar Ryan Dwyer2018-09-28
* Rename workspace_outputs to workspace_configs and fix memory leakLibravatar Ryan Dwyer2018-09-28
* Prevent sticky containers from jumping on workspace switchLibravatar Ryan Dwyer2018-09-23
* commands: remove obselete code for sticky windows when switching workspaceLibravatar Ian Fan2018-09-22
* Fix crash in workspace_wrap_childrenLibravatar Ryan Dwyer2018-09-11
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Give windows pointer focus immediately when they are switched toLibravatar William Wold2018-09-10
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Change _XOPEN_SOURCE defines to _POSIX_C_SOURCELibravatar sghctoma2018-09-03
* Fix feature macros for FreeBSDLibravatar sghctoma2018-08-30
* Fix gaps issuesLibravatar Ryan Dwyer2018-08-28
* Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Improve new workspace name selectionLibravatar minus2018-08-20
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* commands: saner workspace number handlingLibravatar Ian Fan2018-08-18
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Rename container_sort_workspaces and container_wrap_childrenLibravatar Ryan Dwyer2018-08-18
* When the workspace is focused, return it instead of checking parentLibravatar Donnie West2018-08-16
* Use list_find in more places and refactor/fix workspace prev_next functionsLibravatar Ryan Dwyer2018-08-15
* Use assigned workspace name for outputLibravatar minus2018-08-12
* Deny moving a sticky container to workspace if it's the same outputLibravatar Ryan Dwyer2018-08-08
* Fix infinite loop when focusing sticky containers via workspace commandLibravatar Ryan Dwyer2018-08-07
* commands: check for special workspaces in workspace & move commandsLibravatar Ian Fan2018-08-06
* commands: complete workspace implementationLibravatar Ian Fan2018-08-06
* commands: fix layout implementation (also better name for previous split layout)Libravatar Ian Fan2018-08-06