Age | Commit message (Expand) | Author |
2019-12-09 | output: fix cursor wl_surface.{enter,leave} tracking | Manuel Stoeckl |
2019-12-05 | backend/drm: fix segfault in init_drm_surface | Simon Ser |
2019-12-01 | backend/drm, backend/libinput: listen to session destroy | Simon Ser |
2019-12-01 | keyboard: emit key events without keymap | Simon Ser |
2019-12-01 | Revert "output: add block_idle_frame" | Simon Ser |
2019-11-28 | note libinput as well | n3rdopolis |
2019-11-28 | Update environment variable documentation to include more backends | n3rdopolis |
2019-11-27 | virtual_keyboard: Accept keycode 0 | Dorota Czaplejewicz |
2019-11-26 | render/gles2: do not set GL_TEXTURE_MAG_FILTER | Ronan Pigott |
2019-11-25 | Simplify globals implementation by removing destructors | Simon Ser |
2019-11-25 | render: remove return in wlr_texture_get_size | Simon Ser |
2019-11-23 | Use layer shell v2 | Timidger |
2019-11-23 | Amend typo | Jason |
2019-11-23 | Amend typos | Jason |
2019-11-21 | backend/wayland: add support for presentation-time | Simon Ser |
2019-11-21 | presentation-time: add helper for common case | Simon Ser |
2019-11-21 | presentation-time: make API more flexible | Simon Ser |
2019-11-21 | output: fix off-by-one wlr_output_event_present.commit_seq | Simon Ser |
2019-11-21 | output: set wlr_output.commit_seq before firing the commit event | Simon Ser |
2019-11-20 | examples: set mode when creating shm object | Jan Beich |
2019-11-20 | Add -Wmissing-prototypes | Simon Ser |
2019-11-19 | backend/x11: Revert usage of present extension | Scott Anderson |
2019-11-19 | build: Pass library as first argument to pkgconfig.generate() | Scott Moreau |
2019-11-18 | backend/x11: Drop required present version | Scott Anderson |
2019-11-18 | backend: Do not attempt DRM on X11/WL failure | Scott Anderson |
2019-11-17 | output: add wlr_output_event_present.commit_seq | Simon Ser |
2019-11-13 | backend/wayland: expose remote objects | Simon Ser |
2019-11-13 | backend/wayland: add support for relative-pointer-unstable-v1 | Simon Ser |
2019-11-11 | Introduce wlr_renderer_get_egl | Drew DeVault |
2019-11-08 | Skip assign when sub_x or sub_y is NULL in wlr_surface_surface_at | Alynx Zhou |
2019-11-07 | render/gles2: provide public API to access GL texture | Simon Ser |
2019-11-06 | render: remove EGL includes from wlr_texture.h | Simon Ser |
2019-11-06 | render/gles: Simplify textures a bit | Scott Anderson |
2019-11-05 | Introduce wlr_keyboard_group | Brian Ashworth |
2019-11-03 | session/logind: Clean up add_signal_matches | Scott Anderson |
2019-11-03 | session/logind: support CanGraphical property | Ronan Pigott |
2019-11-02 | backend/x11: Give X11 a real rendering loop | Scott Anderson |
2019-10-27 | Fix heap-use-after-free in wlr_send_tablet_v2_tablet_pad_leave | György Kurucz |
2019-10-27 | output-management-v1: add assertion as a safety net | Simon Ser |
2019-10-27 | backend/drm: add support for custom modes | Simon Ser |
2019-10-23 | backend/drm: retry without modifiers for the primary plane | Simon Ser |
2019-10-23 | render/egl: prevent use-after-free when destroying current surface | Simon Ser |
2019-10-22 | backend/drm: track gbm_bo during direct scan-out | Simon Ser |
2019-10-22 | screencopy: Implement damage reporting | Andri Yngvason |
2019-10-22 | protocol/screencopy: Add damage reporting | Andri Yngvason |
2019-10-22 | output: Add commit sequence number | Andri Yngvason |
2019-10-19 | Add missing include required by mesa and libglvnd change | Ferdinand Bachmann |
2019-10-17 | protocol: sync layer-shell with upstream | Simon Ser |
2019-10-16 | layer_shell: set layer of existing surface | Timidger |
2019-10-16 | render/gles2: don't unset the current EGL surface when destroying texture | Simon Ser |