aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
Commit message (Expand)AuthorAge
* damage: remove output_damage_viewLibravatar Brian Ashworth2019-03-11
* output_damage_whole_container: damage subsurfacesLibravatar Brian Ashworth2019-03-11
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-25
* output_get_active_workspace: check workspaces lengthLibravatar Brian Ashworth2019-02-25
* Disconnect swaybg instead of killing itLibravatar emersion2019-02-18
* Introduce container_is_scratchpad_hiddenLibravatar Ryan Dwyer2019-01-28
* Implement fullscreen globalLibravatar Ryan Dwyer2019-01-25
* Use noop output when there's no outputs connectedLibravatar Ryan Dwyer2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Fix re-enabling outputs gaining a CRTCLibravatar emersion2019-01-19
* Prevent crashes in handle_transform and handle_scale tooLibravatar emersion2019-01-19
* Better handle outputs without CRTCLibravatar emersion2019-01-18
* output: remove output_add_listenersLibravatar emersion2019-01-18
* Refactor seat operations to use an interfaceLibravatar Ryan Dwyer2019-01-10
* Fix wlr_box_intersection args for wlroots 1441Libravatar Brian Ashworth2018-12-22
* Fixes per wlroots#1441Libravatar Drew DeVault2018-12-22
* Combine output_by_name and output_by_identifierLibravatar Brian Ashworth2018-12-20
* Call wlr_output_enable for disabled new outputsLibravatar Brian Ashworth2018-12-10
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Move view {x,y,width,height} into container structLibravatar Ryan Dwyer2018-11-17
* Use #if instead of #ifdef for WLR_HAS_*Libravatar emersion2018-11-12
* Use wlr_surface_get_effective_damageLibravatar emersion2018-11-04
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Use output identifier for workspace configLibravatar Robinhuett2018-10-27
* Implement the presentation-time protocolLibravatar emersion2018-10-23
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Fix pixel leaks when using fractional scalingLibravatar Ryan Dwyer2018-10-12
* Introduce container_is_transient_forLibravatar Ryan Dwyer2018-10-08
* Implement popup_during_fullscreenLibravatar Ryan Dwyer2018-10-08
* 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
|/