aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop/output.c
AgeCommit message (Expand)Author
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
2019-01-18output: remove output_add_listenersemersion
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2018-12-22Fix wlr_box_intersection args for wlroots 1441Brian Ashworth
2018-12-22Fixes per wlroots#1441Drew DeVault
2018-12-20Combine output_by_name and output_by_identifierBrian Ashworth
2018-12-10Call wlr_output_enable for disabled new outputsBrian Ashworth
2018-11-18Use #if instead of #ifdefemersion
2018-11-17Move view {x,y,width,height} into container structRyan Dwyer
2018-11-12Use #if instead of #ifdef for WLR_HAS_*emersion