aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop
Commit message (Expand)AuthorAge
* Render layer shell popups over the top layerLibravatar David962020-04-10
* output: remove damage listeners in damage destroyLibravatar Rouven Czerwinski2020-04-10
* Add test-only support to wlr-output-management-unstable-v1Libravatar Simon Ser2020-04-08
* Stop checking wlr_output_attach_buffer return valueLibravatar Simon Ser2020-04-08
* change apply_exclusive() to closer match layer shell protocolLibravatar Leon Plickat2020-03-30
* Null check sway_layer_surface when checking damageLibravatar Tadeo Kondrak2020-03-10
* Use wlr_client_bufferLibravatar Simon Ser2020-03-06
* Drop sway_output.surface_needs_frameLibravatar Simon Ser2020-03-06
* Only schedule a frame if client has requested a frame callbackLibravatar Simon Ser2020-03-06
* Make handle_destroy and output_repaint_timer_handler staticLibravatar Simon Ser2020-03-04
* Add support for wlr-output-power-management-unstable-v1Libravatar Simon Ser2020-02-26
* Revert "Don't apply exclusive zones of unmapped layer-shell surfaces"Libravatar Brian Ashworth2020-02-25
* Don't apply exclusive zones of unmapped layer-shell surfacesLibravatar Simon Ser2020-02-24
* Fix get_int_prop(WINDOW_TYPE) crashLibravatar Simon Ser2020-02-19
* Call apply_output_config instead of output_enableLibravatar Simon Ser2020-02-11
* Fix seat_set_focus_layer crash when disabling outputLibravatar Simon Ser2020-02-06
* desktop/output: fix mem leak in handle_new_outputLibravatar Brian Ashworth2020-01-16
* Fix unreliable scaling filterLibravatar Simon Ser2020-01-13
* render: do not render indicator on floating viewsLibravatar Brian Ashworth2020-01-05
* xwayland: handle size_hints == NULLLibravatar Rouven Czerwinski2020-01-03
* Re-add support for wlr_output's atomic APILibravatar Simon Ser2019-12-30
* layer-shell: refocus if keyboard interactive lostLibravatar Brian Ashworth2019-12-27
* desktop/surface: Fix crash when timer is NULLLibravatar Manuel Stoeckl2019-12-24
* layer-shell: unfocus output-less layer on unmapLibravatar Brian Ashworth2019-12-10
* output: Restore previous max_render_time behaviorLibravatar Kenny Levinsen2019-12-01
* output: Schedule idle frames if we do not renderLibravatar Kenny Levinsen2019-12-01
* output: Replace block_idle_frame with frame_pendingLibravatar Kenny Levinsen2019-12-01
* add scale_filter output config optionLibravatar Ronan Pigott2019-11-29
* output: Ensure that frame_done is delayed on max_render_timeLibravatar Kenny Levinsen2019-11-28
* Amend typosLibravatar Jason2019-11-23
* Use new presentation-time helperLibravatar Simon Ser2019-11-21
* output: check wlr_output in repaint handlerLibravatar Ivan Molodetskikh2019-11-17
* view: add max_render_timeLibravatar Ivan Molodetskikh2019-11-17
* Add sway_surfaceLibravatar Ivan Molodetskikh2019-11-17
* output: add max_render_timeLibravatar Ivan Molodetskikh2019-11-17
* xwayland: get_constraints using size hintsLibravatar Rouven Czerwinski2019-11-16
* Fix presentation feedback when scanning out fullscreen viewLibravatar Simon Ser2019-10-27
* Handle layer changes for layer shell surfacesLibravatar Simon Ser2019-10-27
* Fix segfault in wlr_output_manager_v1_set_configurationLibravatar Simon Ser2019-10-27
* Fix refresh rate scale of outputLibravatar Danilo Spinella2019-10-21
* xwayland.c handle_map(): NULL out xsurface->data() to prevent crashing.Libravatar A. M. Joseph2019-10-17
* Updates per wlroots layer shell changesLibravatar Drew DeVault2019-10-16
* layer-shell: Fix damage tracking of nested popupsLibravatar Sebastian Krzyszkowiak2019-09-29
* Fix direct scan-out flickeringLibravatar Simon Ser2019-09-26
* Add support for fullscreen view direct scan-outLibravatar Simon Ser2019-09-25
* render: set surface as sampled for presentationLibravatar Ivan Molodetskikh2019-09-19
* layer-shell: don't give focus to unmapped layer surfacesLibravatar Simon Ser2019-09-01
* Ensure that seat->focused_layer is cleared on unmapLibravatar Kenny Levinsen2019-09-01
* A layer-shell will only be focused if it is non-nullLibravatar asdfjkluiop2019-08-27
* Update titlebar borders to match i3's current behavior.Libravatar Dark2019-08-24