aboutsummaryrefslogtreecommitdiff
path: root/sway/config/output.c
AgeCommit message (Expand)Author
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
2019-11-04Add --custom to `output mode` commandSimon Ser
2019-11-01Rename symbol set_cloexec to sway_set_cloexec, remove duplicates.Sheena Artrip
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-10-21Fix refresh rate scale of outputDanilo Spinella
2019-08-07Revert "Add support for wlr_output's atomic API"Rouven Czerwinski
2019-08-07config/output: rebase cursors after config appliedBrian Ashworth
2019-08-02Allocator sizeof operand mismatchAntonin Décimo
2019-08-02Add support for wlr_output's atomic APISimon Ser
2019-07-10config/output: correctly set width/height in applyBrian Ashworth
2019-05-09config/output: fix typo in merge_id_on_nameBrian Ashworth
2019-05-04Destroy swaybg client on reloadBrian Ashworth
2019-04-14Spawn swaynag as a wayland clientBrian Ashworth
2019-04-08config/output: unbreak on 32-bit architecturesJan Beich
2019-04-04swaybg: one instance for all outputsBrian Ashworth
2019-03-24Add support for manually setting subpixel hinting on outputs.Geoff Greer
2019-03-17config/output: handle wildcard in get_output_configBrian Ashworth
2019-03-16config/output: revamp identifier/name layeringBrian Ashworth
2019-03-16Fix output config retrieval for new outputsBrian Ashworth
2019-03-11Stop using wlr_output->{lx,ly}emersion
2019-03-03Fixes crash in spawn_swaybg (closes #3733)Noam Preil
2019-02-27config: remove double assignement to result in get_output_configRouven Czerwinski
2019-02-19Don't use SOCK_CLOEXECemersion
2019-02-16Disconnect swaybg instead of killing itemersion
2019-02-16Fix reload freeze when not modsetting current modeBrian Ashworth
2019-02-15apply_output_config: dpms on before modesetBrian Ashworth