aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
Commit message (Expand)AuthorAge
* Define _POSIX_C_SOURCE globallyLibravatar Simon Ser2024-02-23
* container: Don't track outputsLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Port layer_shellLibravatar Alexander Orzechowski2024-01-18
* scene_graph: Port ext_session_v1Libravatar Alexander Orzechowski2024-01-18
* scene_graph: Maintain `wlr_scene_node`s for the sway tree.Libravatar Alexander Orzechowski2024-01-18
* desktop: Rename layers to shell_layersLibravatar Alexander Orzechowski2024-01-18
* Only reconfigure input mappings on output changeLibravatar Simon Ser2023-11-16
* output: drop current_modeLibravatar Simon Ser2023-07-31
* Use wlr_damage_ringLibravatar Kirill Primak2022-11-11
* Use wl_signal_emit_mutable()Libravatar Simon Ser2022-11-10
* sway: Add non-desktop-output typeLibravatar Alex Maese2022-09-19
* chore: chase wlr_output_layout_get_box() updateLibravatar Kirill Primak2022-01-31
* output: emit node::destroy eventLibravatar Ronan Pigott2021-12-17
* output: change output::destroy to output::disableLibravatar Ronan Pigott2021-12-17
* sway: replace noop_output by fallback_outputLibravatar Simon Zeni2021-11-25
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* Change workspace_layout to match i3 behaviorLibravatar Ronan Pigott2020-12-20
* output: Revert implementation of evacuate_sticky()Libravatar mwenzkowski2020-10-28
* output: evacuate sticky containers only if new output has a workspaceLibravatar mwenzkowski2020-10-27
* Assert output is found before removing from listLibravatar Simon Ser2020-07-13
* config/output: don't change output state before commitLibravatar Simon Ser2020-07-10
* input: disable events for map_to_output devices when output not presentLibravatar Tudor Brindus2020-06-19
* output: fix updating output manager configLibravatar Brian Ashworth2020-02-16
* Stop calling apply_output_config from output_enableLibravatar Simon Ser2020-02-11
* add scale_filter output config optionLibravatar Ronan Pigott2019-11-29
* output: add max_render_timeLibravatar Ivan Molodetskikh2019-11-17
* Fix segfault in wlr_output_manager_v1_set_configurationLibravatar Simon Ser2019-10-27
* Fix apply_output_config return value when enabling outputLibravatar Simon Ser2019-10-27
* swaybg: one instance for all outputsLibravatar Brian Ashworth2019-04-04
* Fix xwayland configure request scratchpad crashLibravatar Brian Ashworth2019-03-31
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* fix opening a floating view on the NOOP outputLibravatar Brian Ashworth2019-03-23
* Fix output config retrieval for new outputsLibravatar Brian Ashworth2019-03-16
* Stop using wlr_output->{lx,ly}Libravatar emersion2019-03-11
* Handle NULL from output_get_active_workspaceLibravatar Brian Ashworth2019-02-21
* output_evacuate: call workspace_consider_destroyLibravatar Brian Ashworth2019-02-20
* Disconnect swaybg instead of killing itLibravatar emersion2019-02-16
* Remove unused header include/sway/tree/output.hLibravatar emersion2019-02-16
* 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
* Fix segfaults on output destructionLibravatar Brian Ashworth2019-01-10
* Terminate swaybg in output_disableLibravatar Brian Ashworth2018-12-19
* Fix default_orientation autoLibravatar Brian Ashworth2018-11-28
* Allow multiple outputs for workspace outputLibravatar Brian Ashworth2018-11-11
* Fix #2992Libravatar mwenzkowski2018-11-01
* Remove enum movement_directionLibravatar Ryan Dwyer2018-10-30