aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
Commit message (Expand)AuthorAge
* sway_view_child: add listener for view unmapLibravatar Brian Ashworth2019-03-11
* fullscreen: init floating on disable without sizeLibravatar Brian Ashworth2019-03-11
* arrange: use int not size_t for title offsetsLibravatar Brian Ashworth2019-03-11
* Fix container_parent_layout for scratchpad windowsLibravatar emersion2019-03-11
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-04
* Fix crash exiting fullscreened floating containerLibravatar minus2019-02-25
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-25
* output_evacuate: call workspace_consider_destroyLibravatar Brian Ashworth2019-02-25
* workspace_next_name: fallback to next available numberLibravatar Brian Ashworth2019-02-18
* Disconnect swaybg instead of killing itLibravatar emersion2019-02-18
* Remove unused header include/sway/tree/output.hLibravatar emersion2019-02-18
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-18
* subsurface_get_root_coords: break on NULLLibravatar Brian Ashworth2019-02-18
* workspace_get_initial_output: handle focused layer1.0-rc2Libravatar Brian Ashworth2019-02-11
* view: remove pointer constraints on unmapLibravatar Brian Ashworth2019-02-11
* container_at_stacked: skip titles when zero pixelsLibravatar Brian Ashworth2019-02-11
* Remove bad assertion in container_handle_fullscreen_reparentLibravatar Ryan Dwyer2019-01-29
* Check xdg_surface's role before using its toplevelLibravatar mwenzkowski2019-01-28
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Center surface inside container when it's too smallLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Fix dead stores found by scan-buildLibravatar M Stoeckl2019-01-22
* Merge pull request #3494 from ianyfan/commandsLibravatar Drew DeVault2019-01-22
|\
| * commands: allow tiled containers to be stickiedLibravatar Ian Fan2019-01-22
* | root_scratchpad_remove_container: do not showLibravatar Brian Ashworth2019-01-22
|/
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Move sway-specific functions in common/util.c into sway/Libravatar M Stoeckl2019-01-21
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Fix segfault in output_enableLibravatar emersion2019-01-18
* Better handle outputs without CRTCLibravatar emersion2019-01-18
* output: remove output_add_listenersLibravatar emersion2019-01-18
* Do not damage view child when container is NULLLibravatar Brian Ashworth2019-01-15
* Handle hidden scratchpad containers in commandsLibravatar Brian Ashworth2019-01-15
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Fix segfaults on output destructionLibravatar Brian Ashworth2019-01-10
* seat: unhide the cursor if it is warped to focusLibravatar Rouven Czerwinski2019-01-07
* view: use seat_consider_warp_to_focus in view_unmapLibravatar Rouven Czerwinski2019-01-07
* Set font options when computing text width.Libravatar John Chen2018-12-31
* Fix crash when scratchpad contains split containersLibravatar Ryan Dwyer2018-12-29
* Fix wlr_box_intersection args for wlroots 1441Libravatar Brian Ashworth2018-12-22
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Terminate swaybg in output_disableLibravatar Brian Ashworth2018-12-19
* Allow output ids and wildcard for workspace outputLibravatar Brian Ashworth2018-12-17
* Fix criteria execution in view_mapLibravatar mwenzkowski2018-12-12
* list.c: rename free_flat_list to list_free_items_and_destroyLibravatar Ian Fan2018-12-09
* list.c: Remove list_foreachLibravatar Ian Fan2018-12-09
* Fix default_orientation autoLibravatar Brian Ashworth2018-11-28
* Fix scratchpad segfault - NULL focused workspaceLibravatar Brian Ashworth2018-11-28
* Fix segfault when destroying unmapped child viewLibravatar emersion2018-11-28
* Merge pull request #3199 from emersion/handle-subsurface-destroyLibravatar Ryan Dwyer2018-11-28
|\