aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/output.c
AgeCommit message (Expand)Author
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
2019-10-27Fix segfault in wlr_output_manager_v1_set_configurationSimon Ser
2019-10-21Fix refresh rate scale of outputDanilo Spinella
2019-10-16Updates per wlroots layer shell changesDrew DeVault
2019-09-26Fix direct scan-out flickeringSimon Ser
2019-08-19properly check pixman_region32_contains_rectangle returnIlia Bozhinov
2019-08-14layer-shell: add support for popupsDrew DeVault
2019-07-27Remove all wayland-server.h includesSimon Ser
2019-07-17Update output manager on layout changeJosef Gajdusek
2019-06-22use surface coordinates for damaging buffersmurray
2019-06-02desktop: output: fix use-after-free in destroyRouven Czerwinski
2019-05-24Update output manager config on all output eventsJosef Gajdusek
2019-05-24Implement wlr-output-management-v1Josef Gajdusek
2019-05-14Implement output toggleMoelf
2019-04-23Update for wlroots#1660Simon Ser
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-04-04swaybg: one instance for all outputsBrian Ashworth
2019-03-16Fix output config retrieval for new outputsBrian Ashworth
2019-03-11Stop using wlr_output->{lx,ly}emersion
2019-03-10damage: remove output_damage_viewBrian Ashworth
2019-03-10output_damage_whole_container: damage subsurfacesBrian Ashworth
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-21output_get_active_workspace: check workspaces lengthBrian Ashworth
2019-02-16Disconnect swaybg instead of killing itemersion
2019-01-28Introduce container_is_scratchpad_hiddenRyan Dwyer
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-22Use noop output when there's no outputs connectedRyan Dwyer
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19Fix re-enabling outputs gaining a CRTCemersion
2019-01-19Prevent crashes in handle_transform and handle_scale tooemersion
2019-01-18Better handle outputs without CRTCemersion