aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
Commit message (Expand)AuthorAge
* commands/move: unwrap workspace container on move to new workspaceLibravatar Tudor Brindus2020-07-15
* tree/view: fix smart gaps when ancestor container is tabbed or stackedLibravatar Tudor Brindus2020-06-08
* workspace_split: focus middle if workspace focusedLibravatar Brian Ashworth2019-08-14
* workspace: do not destroy if any seat is focusingLibravatar Brian Ashworth2019-08-13
* workspace: prefer identifiers for output priorityLibravatar Brian Ashworth2019-08-13
* Sanity check gaps on the outside of the workspaceLibravatar Pedro Côrte-Real2019-07-15
* Avoid negative outer gapsLibravatar Pedro Côrte-Real2019-07-15
* Rework gaps code to be simpler and correctLibravatar Pedro Côrte-Real2019-07-15
* ws-output-priority: fix logic issue in find_outputLibravatar Brian Ashworth2019-06-23
* Fix segfaults caused by faulty command parsingLibravatar Matt Coffin2019-06-11
* cmd_move: respect workspace layout when insertingLibravatar Brian Ashworth2019-04-24
* Set prev_workspace_name based off of focusLibravatar Brian Ashworth2019-03-14
* Handle seat_get_focused_workspace returning NULLLibravatar Brian Ashworth2019-03-12
* workspace_next_name: fallback to next available numberLibravatar Brian Ashworth2019-02-17
* Add workspace {prev,next}_on_output --createLibravatar Drew DeVault2019-02-17
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-14
* workspace_get_initial_output: handle focused layerLibravatar 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