aboutsummaryrefslogtreecommitdiff
path: root/sway/desktop
AgeCommit message (Expand)Author
2020-05-21Fix typos in commentsMartin Michlmayr
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-30change apply_exclusive() to closer match layer shell protocolLeon Plickat
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-25Revert "Don't apply exclusive zones of unmapped layer-shell surfaces"Brian Ashworth
2020-02-24Don't apply exclusive zones of unmapped layer-shell surfacesSimon Ser
2020-02-19Fix get_int_prop(WINDOW_TYPE) crashSimon Ser
2020-02-11Call apply_output_config instead of output_enableSimon Ser
2020-02-06Fix seat_set_focus_layer crash when disabling outputSimon Ser
2020-01-16desktop/output: fix mem leak in handle_new_outputBrian Ashworth
2020-01-13Fix unreliable scaling filterSimon Ser
2020-01-05render: do not render indicator on floating viewsBrian Ashworth
2020-01-03xwayland: handle size_hints == NULLRouven Czerwinski
2019-12-30Re-add support for wlr_output's atomic APISimon Ser
2019-12-27layer-shell: refocus if keyboard interactive lostBrian Ashworth
2019-12-24desktop/surface: Fix crash when timer is NULLManuel Stoeckl
2019-12-10layer-shell: unfocus output-less layer on unmapBrian Ashworth
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-29add scale_filter output config optionRonan Pigott
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-17Add sway_surfaceIvan Molodetskikh
2019-11-17output: add max_render_timeIvan Molodetskikh
2019-11-16xwayland: get_constraints using size hintsRouven Czerwinski
2019-10-27Fix presentation feedback when scanning out fullscreen viewSimon Ser
2019-10-27Handle layer changes for layer shell surfacesSimon Ser
2019-10-27Fix segfault in wlr_output_manager_v1_set_configurationSimon Ser
2019-10-21Fix refresh rate scale of outputDanilo Spinella
2019-10-17xwayland.c handle_map(): NULL out xsurface->data() to prevent crashing.A. M. Joseph
2019-10-16Updates per wlroots layer shell changesDrew DeVault
2019-09-29layer-shell: Fix damage tracking of nested popupsSebastian Krzyszkowiak
2019-09-26Fix direct scan-out flickeringSimon Ser
2019-09-25Add support for fullscreen view direct scan-outSimon Ser
2019-09-19render: set surface as sampled for presentationIvan Molodetskikh
2019-09-01layer-shell: don't give focus to unmapped layer surfacesSimon Ser
2019-09-01Ensure that seat->focused_layer is cleared on unmapKenny Levinsen
2019-08-27A layer-shell will only be focused if it is non-nullasdfjkluiop