aboutsummaryrefslogtreecommitdiff
path: root/sway/config/output.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2024-01-29sway/output: Improve logging of swaybg execvp failure and more checksTamino Bauknecht
2024-01-18scene_graph: Port opacity and filter modesAlexander Orzechowski
2024-01-18Delete old damage tracking codeAlexander Orzechowski
2023-11-16Only reconfigure input mappings on output changeSimon Ser
2023-10-23config/output: Allow approximation of output refresh rateTamino Bauknecht
2023-07-31output: drop current_modeSimon Ser
2023-04-14Use format_str() throughoutSimon Ser
2023-04-14Use output_match_name_or_id() in apply_output_config_to_outputs()Simon Ser
2023-04-14Use all_output_by_name_or_id() in merge_id_on_name()Simon Ser
2023-02-22Adjust scale for fractional-scale-v1Simon Ser
2023-01-03Replace math functions that promote float to doubleCarl Smedstad
2022-11-28Make DRM backend optionalSimon Ser
2022-08-30config/output: test adaptive syncSimon Ser
2022-07-04Remove internal references to DPMSSimon Ser
2022-06-10config/output: use wlr_output_commit_stateSimon Ser
2022-05-26Handle NULL output make/model/serialSimon Ser
2022-01-31chore: chase wlr_output_layout_get_box() updateKirill Primak
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2021-11-23Add 'output render_bit_depth [8|10]' commandManuel Stoeckl
2021-10-30Bump RLIMIT_NOFILESimon Ser
2021-09-28Add support for DRM panel orientationSimon Ser
2021-08-31Add `output modeline` commandDavid Rosca
2021-08-12Fallback to other output modes if preferred mode failsSimon Ser
2021-02-24output: Reconfigure xcursor when applying output configTadeo Kondrak
2021-01-15config/output: correct refresh rate rounding errorRonan Pigott
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-06-05Use new wlroots API for clearing keyboard/pointer focus during grabsThomas Hebb
2020-04-26config/output: reconfigure input devices after full output initTudor Brindus
2020-04-24config/output: reconfigure input devices on new outputTudor Brindus
2020-04-09Don't add disabled outputs back to output layoutSimon Ser
2020-04-09Fix initial modesetSimon Ser
2020-04-08Introduce test_output_configSimon Ser
2020-03-07Add an adaptive_sync output commandSimon Ser
2020-02-16output: fix updating output manager configBrian Ashworth
2020-02-13Fix crash: use wlr_output->name instead of possibly missing oc->nameYorick van Pelt
2020-02-11Apply the output scale filter after the output commitSimon Ser
2020-02-11Stop calling apply_output_config from output_enableSimon Ser
2020-02-11Fix output scale auto-detectionSimon Ser
2020-01-16output: apply oc to outputs using wl_for_each_safeBrian Ashworth
2019-12-31Fix sway_log using non initialised output_config pointerPaul Riou
2019-12-30Re-add support for wlr_output's atomic APISimon Ser
2019-12-27config/output: apply scale_filter even when scale has not changedRonan Pigott
2019-12-12Auto-detect output scaleSimon Ser
2019-11-29add scale_filter output config optionRonan Pigott
2019-11-17output: add max_render_timeIvan Molodetskikh
2019-11-05Use wlr_output_preferred_mode instead of the last modeSimon Ser
2019-11-05Fix segfault in set_modeSimon Ser
2019-11-05Prefer higher refresh rate default modesRonan Pigott