Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-29 | export-dmabuf: correctly finish wlr_linux_dmabuf_attribs | emersion | |
2018-05-29 | Update wlr-export-dmabuf protocol | emersion | |
2018-05-29 | rootston: enable export-dmabuf | emersion | |
2018-05-29 | export-dmabuf: wait for the frame to be ready, send timestamp | emersion | |
2018-05-29 | render: add wlr_texture_to_dmabuf | emersion | |
2018-05-29 | backend/drm: support multi-planar DMA-BUFs when exporting | emersion | |
2018-05-29 | export-dmabuf: add basic and incomplete implementation | emersion | |
2018-05-29 | output, backend/drm: add wlr_output_export_dmabuf | emersion | |
2018-05-29 | Merge pull request #999 from dcz-purism/virtual-keyboard | emersion | |
Support virtual keyboard protocol | |||
2018-05-28 | Merge pull request #1012 from acrisci/doc-map-unmap | emersion | |
document the map/unmap xdg-shell events | |||
2018-05-28 | reword new_surface docs | Tony Crisci | |
2018-05-28 | document the map/unmap xdg-shell events | Tony Crisci | |
2018-05-28 | virtual-keyboard: add support for the virtual-keyboard-v1 protocol | Dorota Czaplejewicz | |
2018-05-27 | Merge pull request #1007 from emersion/xdg-toplevel-tiled | Drew DeVault | |
xdg-shell: add wlr_xdg_toplevel_set_tiled | |||
2018-05-27 | xdg-shell: add wlr_xdg_toplevel_set_tiled | emersion | |
2018-05-27 | Merge pull request #1006 from emersion/drm-logs | Drew DeVault | |
backend/drm: better connector cleanup, add more logs | |||
2018-05-27 | backend/drm: better connector cleanup, add more logs | emersion | |
2018-05-26 | Merge pull request #1004 from emersion/surface-buffer-send-release | Drew DeVault | |
surface: remove wl_resource_post_event | |||
2018-05-26 | surface: remove wl_resource_post_event | emersion | |
2018-05-26 | Merge pull request #1003 from acrisci/document-keyboard-events | emersion | |
document key and modifier signals | |||
2018-05-26 | document key and modifier signals | Tony Crisci | |
2018-05-26 | Merge pull request #1001 from ammen99/xterm-fix | emersion | |
xwm: set the proper event mask in client messages | |||
2018-05-26 | xwm: set the proper event mask in client messages | Ilia Bozhinov | |
Fixes #927 | |||
2018-05-25 | Merge pull request #993 from emersion/bind-wl-drm-in-renderer | emersion | |
render: bind wl_drm in renderer | |||
2018-05-25 | Merge pull request #1000 from ammen99/custom-renderer-initialization | Drew DeVault | |
[RFC] backends: implement custom EGL and renderer initialization | |||
2018-05-25 | backends: implement custom EGL and renderer initialization | Ilia Bozhinov | |
Compositors now have more control over how the backend creates its renderer. Currently all backends create an EGL/GLES2 renderer, so the necessary attributes for creating the context are passed to a user-provided callback function. It is responsible for initializing provided wlr_egl and to return a renderer. On fail, return 0. Fixes #987 | |||
2018-05-24 | Merge pull request #997 from dcz-purism/master | Drew DeVault | |
Ignore clicks on un-focuseable things. | |||
2018-05-24 | rootston: Keep focus unchanged when non-focusable element clicked | Dorota Czaplejewicz | |
Before this change, a view would lose focus after clicking something that's not keyboard-interactive. This would lead to edge cases with layer-shell windows like input methods, which are pointer-only-interactive, but are not intended to change the state of any focus. | |||
2018-05-24 | rootston: Disable keyboard focus on inactive views | Dorota Czaplejewicz | |
After clicking on something non-interactive, the current view was getting deactivated, but still received keyboard events. roots_seat_set_focus now changes both together in this case. | |||
2018-05-23 | Merge pull request #994 from agreppin/master | emersion | |
fix server error on exit: eglMakeCurrent Invalid display | |||
2018-05-23 | fix server exit: eglMakeCurrent Invalid display | agr | |
2018-05-21 | render: bind wl_drm in renderer | emersion | |
2018-05-20 | Merge pull request #978 from emersion/wlr-backend-env | Drew DeVault | |
backend: add WLR_BACKEND env variable | |||
2018-05-20 | Merge pull request #990 from emersion/fullscreen-clear-alpha | emersion | |
output: correctly clear screen when fullscreened | |||
2018-05-20 | output: correctly clear screen when fullscreened | emersion | |
2018-05-19 | Merge pull request #989 from ascent12/unused_arg | emersion | |
Remove unused argument | |||
2018-05-19 | Remove unused argument | Scott Anderson | |
2018-05-19 | backend/wayland: fix segfault when destroying backend before starting it | emersion | |
2018-05-19 | backend: support creating DRM and libinput via WLR_BACKENDS | emersion | |
2018-05-19 | Merge pull request #986 from ammen99/master | emersion | |
gles2: pre-multiply alpha and fix blending function | |||
2018-05-19 | backend: allow multiple backends in WLR_BACKENDS | emersion | |
2018-05-19 | backend/multi: disallow multiple renderers at the same time | emersion | |
2018-05-19 | backend: add WLR_BACKEND env variable | emersion | |
2018-05-18 | gles2: pre-multiply alpha and fix blending function | Ilia Bozhinov | |
2018-05-17 | Merge pull request #977 from emersion/split-xdg-shell | Drew DeVault | |
Split xdg-shell into multiple files | |||
2018-05-17 | xdg-output: bump output manager version to 2 | emersion | |
2018-05-17 | Merge pull request #966 from emersion/xdg-output-2 | emersion | |
Add support for version 2 of the xdg-output protocol | |||
2018-05-17 | Add support for version 2 of the xdg-output protocol | emersion | |
2018-05-16 | Merge pull request #983 from Ongy/drm_cursor_transform | emersion | |
update drm cursor matrix on set_transform | |||
2018-05-16 | recalculate cursor projection matrix on set_cursor | Markus Ongyerth | |
Updates the projection matrix for the cursor plane in the DRM backend, when the cursor is set, so new cursor are uploaded with the correct transformation. |