aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
Commit message (Expand)AuthorAge
...
* 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
* Fix crash in workspace_wrap_childrenLibravatar Ryan Dwyer2018-09-11
* Implement tiling dragLibravatar Ryan Dwyer2018-09-11
* Prevent stacked layout from crashingLibravatar William Wold2018-09-10
* Give windows pointer focus immediately when they are switched toLibravatar William Wold2018-09-10
* Align titles to baselineLibravatar Ryan Dwyer2018-09-08
* Second attempt at restoring focus when closing a fullscreen viewLibravatar Ryan Dwyer2018-09-06
* Introduce seat_set_focus_container and seat_set_focus_workspaceLibravatar Ryan Dwyer2018-09-06
* Allow marked containers to be moved out of the scratchpad via move commandLibravatar Ryan Dwyer2018-09-05
* Fix floating view moving to 0,0 when splittingLibravatar Ryan Dwyer2018-09-05
* Remove offset argument to container_add_siblingLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Fix crash when reaping a workspaceLibravatar Ryan Dwyer2018-08-29
* Fix gaps issuesLibravatar Ryan Dwyer2018-08-28
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Merge pull request #2494 from RyanDwyer/fix-overflowing-subsurfacesLibravatar Drew DeVault2018-08-27
|\
| * Allow subsurfaces which overflow the container to be interacted withLibravatar Ryan Dwyer2018-08-19
* | ipc: clean-up container_create_notify functionLibravatar Ian Fan2018-08-26
* | ipc: emit window close event earlier, before destroyingLibravatar Ian Fan2018-08-26
* | Remove layout.cLibravatar Ryan Dwyer2018-08-26
* | Make separate gaps functions per container typeLibravatar Ryan Dwyer2018-08-26
* | Relocate container_move, container_move_to and container_get_in_directionLibravatar Ryan Dwyer2018-08-25
* | Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* | Fix sending fullscreen event to viewLibravatar Ryan Dwyer2018-08-22
* | Fix crash when adding outputLibravatar Ryan Dwyer2018-08-20
* | Clean up tracked outputs when an output is destroyedLibravatar Ryan Dwyer2018-08-20
* | Send output enter/leave events correctlyLibravatar Ryan Dwyer2018-08-20
|/
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19