aboutsummaryrefslogtreecommitdiff
path: root/sway/tree/output.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-01-18container: Don't track outputsAlexander Orzechowski
2024-01-18scene_graph: Port layer_shellAlexander Orzechowski
2024-01-18scene_graph: Port ext_session_v1Alexander Orzechowski
2024-01-18scene_graph: Maintain `wlr_scene_node`s for the sway tree.Alexander Orzechowski
2024-01-18desktop: Rename layers to shell_layersAlexander Orzechowski
2023-11-16Only reconfigure input mappings on output changeSimon Ser
2023-07-31output: drop current_modeSimon Ser
2022-11-11Use wlr_damage_ringKirill Primak
2022-11-10Use wl_signal_emit_mutable()Simon Ser
2022-09-19sway: Add non-desktop-output typeAlex Maese
2022-01-31chore: chase wlr_output_layout_get_box() updateKirill Primak
2021-12-17output: emit node::destroy eventRonan Pigott
2021-12-17output: change output::destroy to output::disableRonan Pigott
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2021-02-16container: Move pending state to state structKenny Levinsen
2020-12-20Change workspace_layout to match i3 behaviorRonan Pigott
2020-10-28output: Revert implementation of evacuate_sticky()mwenzkowski
2020-10-27output: evacuate sticky containers only if new output has a workspacemwenzkowski
2020-07-13Assert output is found before removing from listSimon Ser
2020-07-10config/output: don't change output state before commitSimon Ser
2020-06-19input: disable events for map_to_output devices when output not presentTudor Brindus
2020-02-16output: fix updating output manager configBrian Ashworth
2020-02-11Stop calling apply_output_config from output_enableSimon Ser
2019-11-29add scale_filter output config optionRonan Pigott
2019-11-17output: add max_render_timeIvan Molodetskikh
2019-10-27Fix segfault in wlr_output_manager_v1_set_configurationSimon Ser
2019-10-27Fix apply_output_config return value when enabling outputSimon Ser
2019-04-04swaybg: one instance for all outputsBrian Ashworth
2019-03-31Fix xwayland configure request scratchpad crashBrian Ashworth
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-03-23fix opening a floating view on the NOOP outputBrian Ashworth
2019-03-16Fix output config retrieval for new outputsBrian Ashworth
2019-03-11Stop using wlr_output->{lx,ly}emersion
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-20output_evacuate: call workspace_consider_destroyBrian Ashworth
2019-02-16Disconnect swaybg instead of killing itemersion
2019-02-16Remove unused header include/sway/tree/output.hemersion
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer
2019-01-21Move sway-specific functions in common/util.c into sway/M Stoeckl
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-18Fix segfault in output_enableemersion
2019-01-18Better handle outputs without CRTCemersion
2019-01-18output: remove output_add_listenersemersion
2019-01-10Fix segfaults on output destructionBrian Ashworth
2018-12-19Terminate swaybg in output_disableBrian Ashworth
2018-11-28Fix default_orientation autoBrian Ashworth
2018-11-11Allow multiple outputs for workspace outputBrian Ashworth
2018-11-01Fix #2992mwenzkowski
2018-10-30Remove enum movement_directionRyan Dwyer