aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
* fullscreen: init floating on disable without sizeLibravatar 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
* 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
* commands: allow tiled containers to be stickiedLibravatar Ian Fan2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Set font options when computing text width.Libravatar John Chen2018-12-31
* Fix wlr_box_intersection args for wlroots 1441Libravatar Brian Ashworth2018-12-22
* 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
* Adding commands for configuring titlebar borders and paddingLibravatar Florent de Lamotte2018-11-22
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* gaps: remove duplicate inner gapsLibravatar Brian Ashworth2018-11-07
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Move view border properties to container structLibravatar Ryan Dwyer2018-10-31
* Fix re-tiling for floating containersLibravatar Mihai Coman2018-10-25
* Fix crash when resizing container hidden in the scratchpadLibravatar Ryan Dwyer2018-10-23
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Introduce seat_set_raw_focus and remove notify argument from seat_set_focus_warpLibravatar Ryan Dwyer2018-10-15
* Fix floating click eventsLibravatar Ryan Dwyer2018-10-10
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Reenable popup-handling for determining focusLibravatar Jonathan Buch2018-10-03
* Use "raycasting" for determining focus for floating windowsLibravatar Jonathan Buch2018-10-03
* Fix focusing topmost floating windowsLibravatar Jonathan Buch2018-10-03
* Merge pull request #2703 from RyanDwyer/csd-borderLibravatar Drew DeVault2018-10-03
|\
| * Improve CSD logicLibravatar Ryan Dwyer2018-09-27
| * Add CSD to border modesLibravatar Ryan Dwyer2018-09-27
* | Fix smart gapsLibravatar Brian Ashworth2018-10-01
* | Merge pull request #2726 from RyanDwyer/overhaul-gapsLibravatar Drew DeVault2018-09-30
|\ \
| * | Make gaps implementation consistent with i3-gapsLibravatar Ryan Dwyer2018-09-29
| |/
* | Merge pull request #2728 from RedSoxFan/move-sticky-on-evacLibravatar Drew DeVault2018-09-30
|\ \
| * | Move sticky containers in output_evacuateLibravatar Brian Ashworth2018-09-28
| |/
* / Turn funcs() into funcs(void)Libravatar Arkadiusz Hiler2018-09-30
|/
* Fix race condition crash when view unmaps + maps quicklyLibravatar Ryan Dwyer2018-09-26
* Fix crash when disconnecting outputLibravatar Ryan Dwyer2018-09-25
* Merge pull request #2686 from RyanDwyer/tab-scrollingLibravatar emersion2018-09-23
|\
| * Implement tab cycling using mouse wheelLibravatar Ryan Dwyer2018-09-22
* | swaybar, swaylock, & tree/container: Set cairo font options to render text an...Libravatar Geoff Greer2018-09-22
|/
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Fix crash when unmapping last child of a tabbed workspaceLibravatar Ryan Dwyer2018-09-16
* Minor fixes to tiling drag implementationLibravatar Ryan Dwyer2018-09-12