aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-09backend/wayland: handle display errors more gracefullySimon Ser
2020-01-09backend/wayland: listen to wl_buffer.release eventsSimon Ser
2020-01-08Allow WLR_RDP_PORT to be any valid TCP/UDP port numberJason
2020-01-06Update version to 0.9.1Drew DeVault
2020-01-05xwm: allow applications to change focus between their own surfacesIlia Bozhinov
2020-01-03virtual-pointer: Actually use the value passed to axis_discreteAndri Yngvason
2020-01-02backend/wayland: fix frame callback not registeredSimon Ser
2019-12-31Update version to 0.9.0Drew DeVault
2019-12-31render: guard rendering operations between begin() and end()Simon Ser
2019-12-31xwayland: Clean up if Xwayland fails to startScott Moreau
2019-12-31virtual-pointer: Add support for the wlr-virtual-pointer-unstable-v1Josef Gajdusek
2019-12-30backend/drm: don't modeset with a NULL mode after TTY switchSimon Ser
2019-12-30output: only advertise current modeSimon Ser
2019-12-30xdg-shell: make wlr_xdg_surface_from_resource reject NULLSimon Ser
2019-12-30xdg-shell: fix inert xdg_surface handlingSimon Ser
2019-12-30tinywl: enable and commit output when modesettingSimon Ser
2019-12-30output: refuse to commit a buffer or modeset a disabled outputSimon Ser
2019-12-30output: clear pending bit if pending == currentSimon Ser
2019-12-30backend/drm: modeset before enabling an outputSimon Ser
2019-12-30output: re-introduce atomic mode, enabled, scale and transformSimon Ser
2019-12-29wlr_keyboard_group: fix mem leak in refresh_stateBrian Ashworth
2019-12-29output-management-v1: use wlr_output.descriptionSimon Ser
2019-12-29xdg-output-v1: use wlr_output.descriptionSimon Ser
2019-12-29output: add descriptionSimon Ser
2019-12-29ci: add a build run with all features disabledSimon Ser
2019-12-23Revert "ci: add xorgproto dep to Arch build"Simon Ser
2019-12-23meson: Remove tag generationScott Anderson
2019-12-23meson: Various improvementsScott Anderson
2019-12-22backend/session/freebsd: Fix the way to get TTY pathTing-Wei Lan
2019-12-21render: fix EGL extensions not loadedSimon Ser
2019-12-21ci: add xorgproto dep to Arch buildSimon Ser
2019-12-20backend/drm: print preferred modeRouven Czerwinski
2019-12-20Refactor EGL/GL API loadingSimon Ser
2019-12-18Send tablet tool frame on proximity_outmyfreeweb
2019-12-16output: fix wlr_output_preferred_mode fallbackSimon Ser
2019-12-14surface: don't unref the current buffer on failureSimon Ser
2019-12-14buffer: improve error handlingSimon Ser
2019-12-11backend/drm: add BenQ to manufacturer listSimon Ser
2019-12-09output: fix cursor wl_surface.{enter,leave} trackingManuel Stoeckl
2019-12-05backend/drm: fix segfault in init_drm_surfaceSimon Ser
2019-12-01backend/drm, backend/libinput: listen to session destroySimon Ser
2019-12-01keyboard: emit key events without keymapSimon Ser
2019-12-01Revert "output: add block_idle_frame"Simon Ser
2019-11-28note libinput as welln3rdopolis
2019-11-28Update environment variable documentation to include more backendsn3rdopolis
2019-11-27virtual_keyboard: Accept keycode 0Dorota Czaplejewicz
2019-11-26render/gles2: do not set GL_TEXTURE_MAG_FILTERRonan Pigott
2019-11-25Simplify globals implementation by removing destructorsSimon Ser
2019-11-25render: remove return in wlr_texture_get_sizeSimon Ser
2019-11-23Use layer shell v2Timidger