aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree
Commit message (Expand)AuthorAge
...
* scratchpad: set initial sizeLibravatar Brian Ashworth2019-03-31
* floating: fix size of non-view containersLibravatar Brian Ashworth2019-03-31
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* Allow for workspace renaming during exec handlingLibravatar mliszcz2019-03-23
* fix opening a floating view on the NOOP outputLibravatar Brian Ashworth2019-03-23
* Fix output config retrieval for new outputsLibravatar Brian Ashworth2019-03-16
* Set prev_workspace_name based off of focusLibravatar Brian Ashworth2019-03-14
* Handle seat_get_focused_workspace returning NULLLibravatar Brian Ashworth2019-03-12
* Stop using wlr_output->{lx,ly}Libravatar emersion2019-03-11
* sway_view_child: add listener for view unmapLibravatar Brian Ashworth2019-03-11
* fullscreen: init floating on disable without sizeLibravatar Brian Ashworth2019-03-10
* arrange: use int not size_t for title offsetsLibravatar Brian Ashworth2019-03-10
* Fix container_parent_layout for scratchpad windowsLibravatar emersion2019-03-06
* floating_maximum_size: change default behaviorLibravatar Brian Ashworth2019-03-02
* add --i3 flag to hide_edge_bordersLibravatar db2019-02-24
* Fix crash exiting fullscreened floating containerLibravatar minus2019-02-23
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* output_evacuate: call workspace_consider_destroyLibravatar Brian Ashworth2019-02-20
* workspace_next_name: fallback to next available numberLibravatar Brian Ashworth2019-02-17
* Add workspace {prev,next}_on_output --createLibravatar Drew DeVault2019-02-17
* Disconnect swaybg instead of killing itLibravatar emersion2019-02-16
* Remove unused header include/sway/tree/output.hLibravatar emersion2019-02-16
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-14
* subsurface_get_root_coords: break on NULLLibravatar Brian Ashworth2019-02-13
* workspace_get_initial_output: handle focused layerLibravatar Brian Ashworth2019-02-11
* view: remove pointer constraints on unmapLibravatar Brian Ashworth2019-02-10
* container_at_stacked: skip titles when zero pixelsLibravatar Brian Ashworth2019-02-09
* 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