summaryrefslogtreecommitdiff
path: root/sway/tree/output.c
AgeCommit message (Expand)Author
2024-04-15feat: 1.9 merge (#277)Reza Jelveh
2023-01-04rebase: Sway 1.8 (#78)Erik Reider
2022-08-15Revert "merge sway master"Will McKinnon
2022-04-27merge sway masterWilliam McKinnon
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
2018-10-28output: initialize layers and signal before using functionsRouven Czerwinski
2018-10-27Revert "Fix #2992"Drew DeVault
2018-10-26Fix #2992mwenzkowski
2018-10-23Implement the presentation-time protocolemersion
2018-10-20Merge pull request #2870 from RyanDwyer/refactor-input-manageremersion
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-20Fix crash when view unmaps while no outputs connectedRyan Dwyer
2018-09-28Move sticky containers in output_evacuateBrian Ashworth