aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/output.c
AgeCommit message (Expand)Author
2022-01-31chore: chase wlr_output_layout_get_box() updateKirill Primak
2022-01-13Upgrade for wlroots surface refactoringSimon Ser
2021-12-17output: change output::destroy to output::disableRonan Pigott
2021-12-09Fixup headless output namesSimon Ser
2021-12-06output: remove surface buffer damage checkKirill Primak
2021-11-25sway: replace noop_output by fallback_outputSimon Zeni
2021-11-18sway: create wlr_renderer and wlr_allocatorSimon Zeni
2021-10-15Handle present events with NULL timespec fieldSimon Ser
2021-09-20Add -Dnoscanout debug optionSimon Ser
2021-09-09introduce wlr_drm_lease_v1Simon Zeni
2021-07-07Update wlr_box includesSimon Ser
2021-04-26Remove support for arbitrary rotationsSimon Ser
2021-04-26Remove usage of surface->sx|syKenny Levinsen
2021-04-01output: damage whole output when exiting scanoutRonan Pigott
2021-03-11output: simplify layer surface iterationVyivel
2021-02-22Fix #5643, #5064: rounding issues in floating-point -> integer conversionsDimitris Triantafyllidis
2021-01-26desktop/output: Disable head if mode is NULLKenny Levinsen
2021-01-12Rename output_layer_for_each_surface_{toplevel,popup}Simon Ser
2021-01-12Switch to wlr_xdg_surface_for_each_popup_surfaceSimon Ser
2020-12-20Test output before direct scan-outSimon Ser
2020-11-16Log which output is using direct scan-outSimon Ser
2020-08-27Use wlr_output_event_commitSimon Ser
2020-07-18desktop: output: Scale custom output refresh rateAndri Yngvason
2020-07-10config/output: don't change output state before commitSimon Ser
2020-06-30output: simplify loop over layer surfacesIsaac Freund
2020-06-03container: Remove useless surface dimensionsKenny Levinsen
2020-06-03view: Save all buffers associated with viewKenny Levinsen
2020-04-10Render layer shell popups over the top layerDavid96
2020-04-10output: remove damage listeners in damage destroyRouven Czerwinski
2020-04-08Add test-only support to wlr-output-management-unstable-v1Simon Ser
2020-04-08Stop checking wlr_output_attach_buffer return valueSimon Ser
2020-03-10Null check sway_layer_surface when checking damageTadeo Kondrak
2020-03-06Use wlr_client_bufferSimon Ser
2020-03-06Drop sway_output.surface_needs_frameSimon Ser
2020-03-06Only schedule a frame if client has requested a frame callbackSimon Ser
2020-03-04Make handle_destroy and output_repaint_timer_handler staticSimon Ser
2020-02-26Add support for wlr-output-power-management-unstable-v1Simon Ser
2020-02-11Call apply_output_config instead of output_enableSimon Ser
2020-01-16desktop/output: fix mem leak in handle_new_outputBrian Ashworth
2019-12-30Re-add support for wlr_output's atomic APISimon Ser
2019-12-01output: Restore previous max_render_time behaviorKenny Levinsen
2019-12-01output: Schedule idle frames if we do not renderKenny Levinsen
2019-12-01output: Replace block_idle_frame with frame_pendingKenny Levinsen
2019-11-28output: Ensure that frame_done is delayed on max_render_timeKenny Levinsen
2019-11-23Amend typosJason
2019-11-21Use new presentation-time helperSimon Ser
2019-11-17output: check wlr_output in repaint handlerIvan Molodetskikh
2019-11-17view: add max_render_timeIvan Molodetskikh
2019-11-17output: add max_render_timeIvan Molodetskikh
2019-10-27Fix presentation feedback when scanning out fullscreen viewSimon Ser