aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/workspace.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* Delete old damage tracking codeLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Maintain `wlr_scene_node`s for the sway tree.Libravatar Alexander Orzechowski2024-01-18
* Use output_match_name_or_id() in workspace functionsLibravatar Simon Ser2023-04-14
* workspace_create: Don't allow NULL nameLibravatar Alexander Orzechowski2022-11-11
* Use wl_signal_emit_mutable()Libravatar Simon Ser2022-11-10
* sway: replace noop_output by fallback_outputLibravatar Simon Zeni2021-11-25
* Add smart_gaps inverse_outer commandLibravatar bR3iN2021-10-29
* Revert "Add workspace {prev,next}_on_output --create"Libravatar Ragnar Groot Koerkamp2021-06-22
* Only call workspace_auto_back_and_forth when neededLibravatar Ragnar Groot Koerkamp2021-06-18
* Move auto_back_and_forth logic out of workspace_switchLibravatar Ragnar Groot Koerkamp2021-06-18
* workspace: reap empty parents when adding tilesLibravatar Ronan Pigott2021-04-26
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* workspace: rework workspace prev|next like i3Libravatar Ronan Pigott2020-12-20
* introduce workspace_squashLibravatar Ronan Pigott2020-12-20
* Change workspace_layout to match i3 behaviorLibravatar Ronan Pigott2020-12-20
* tree/container: introduce `container_is_sticky[_or_child]` functionsLibravatar Tudor Brindus2020-11-11
* output: evacuate sticky containers only if new output has a workspaceLibravatar mwenzkowski2020-10-27
* commands/move: unwrap workspace container on move to new workspaceLibravatar Tudor Brindus2020-07-01
* 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