aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
Commit message (Expand)AuthorAge
* Rename seat_get_active_child to seat_get_active_tiling_childLibravatar Ryan Dwyer2018-09-16
* Update for swaywm/wlroots#1243Libravatar emersion2018-09-14
* Merge pull request #2603 from emersion/fix-dndLibravatar Drew DeVault2018-09-07
|\
| * Fix drag-and-dropLibravatar emersion2018-09-07
* | Fix output position issueLibravatar Ryan Dwyer2018-09-05
* | Update output propertes on mode changeLibravatar Ryan Dwyer2018-09-05
* | Apply default config to outputLibravatar Ryan Dwyer2018-09-05
* | Don't use wlr_output propertiesLibravatar Ryan Dwyer2018-09-05
* | Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
|/
* Do not modeset disabled outputsLibravatar emersion2018-09-01
* Prepare arrange code for type safe argumentsLibravatar Ryan Dwyer2018-08-28
* Merge pull request #2513 from RyanDwyer/rename-root-outputsLibravatar Drew DeVault2018-08-26
|\
| * Rename sway_root.outputs to sway_root.all_outputsLibravatar Ryan Dwyer2018-08-25
* | Remove layout.cLibravatar Ryan Dwyer2018-08-26
|/
* Refactor destroy functions and save workspaces when there's no outputsLibravatar Ryan Dwyer2018-08-24
* Fix popup position when parent uses geometryLibravatar Ryan Dwyer2018-08-19
* Replace hacky L_FLOATING container with a listLibravatar Ryan Dwyer2018-08-19
* Merge pull request #2466 from RyanDwyer/geometryLibravatar Drew DeVault2018-08-18
|\
| * Store geometry in the view and handle any floating view resizingLibravatar Ryan Dwyer2018-08-18
| * Fix geometryLibravatar Ryan Dwyer2018-08-18
* | Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
|/
* Revert "Revert "Fix popups""Libravatar Ryan Dwyer2018-08-02
* Revert "Fix popups"Libravatar Drew DeVault2018-08-02
* Close popups when changing focusLibravatar Ryan Dwyer2018-07-31
* Fix popupsLibravatar Ryan Dwyer2018-07-31
* Fix segfault with fullscreenLibravatar emersion2018-07-30
* Merge pull request #2367 from emersion/iterator-redesignLibravatar Drew DeVault2018-07-30
|\
| * Make output_surface_for_each_surface_iterator staticLibravatar emersion2018-07-29
| * Remove unused output_from_wlr_outputLibravatar emersion2018-07-29
| * Remove output_surface_for_each_surface from headerLibravatar emersion2018-07-29
| * Completely switch over to new iteratorsLibravatar emersion2018-07-29
| * wip: redesign output_view_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_layer_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_drag_icons_for_each_surface iteratorLibravatar emersion2018-07-29
| * wip: redesign output_unmanaged_for_each_surface iteratorLibravatar emersion2018-07-29
* | Fix title textures on scale changeLibravatar Brian Ashworth2018-07-30
|/
* Allow containers to be fullscreenLibravatar Ryan Dwyer2018-07-26
* Merge pull request #2353 from emersion/render-opaque-overlayLibravatar Drew DeVault2018-07-25
|\
| * Improve rendering with a fullscreen opaque overlay surfaceLibravatar emersion2018-07-25
* | reverted includes of "sway/config.h" and replaced with "config.h" from meson ...Libravatar Pascal Pascher2018-07-25
* | style fixes, exclude sway/desctop/xwayland.c when enable_xwayland: falseLibravatar Pascal Pascher2018-07-24
* | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
|/
* Fix damage issue when moving and resizingLibravatar Ryan Dwyer2018-07-22
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* Fix output_has_opaque_lockscreenLibravatar emersion2018-07-13
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Split rendererLibravatar emersion2018-07-07
* Fix titles when container titles contain UTF-8 charactersLibravatar Ryan Dwyer2018-07-07
* Translate surface by its geo when doing opaque box checkLibravatar Ryan Dwyer2018-07-07
* Don't clear when using opaque lockscreenLibravatar Ryan Dwyer2018-07-07