Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-01 | Merge pull request #1021 from Ongy/xdg_geometry | emersion | |
Add wlr_surface_get_geometry | |||
2018-06-01 | Add wlr_surface_get_geometry | Markus Ongyerth | |
This function defaults and clips the xdg-surface geometry to the bounding box of the surface + its subsurfaces, as specified by the protocol spec. | |||
2018-05-31 | Merge pull request #1020 from emersion/remove-check-dmabuf | emersion | |
render: remove wlr_renderer_check_import_dmabuf | |||
2018-05-30 | rootston: xdg-shell*: Fix get_size() for newly-mapped views | Genki Sky | |
The user-visible issue is that newly-mapped xdg-shell* windows would sometimes start with their top-left-corner, rather than their center, in the center of the screen. This is because get_size() would conservatively fall back on (width, height) == (0, 0) if both set_window_geometry() had not been called, and it found view->wlr_surface to be NULL. But, view->wlr_surface is only set to non-NULL in view_map(). We call get_size() before this. Fortunately, the wlr_surface in question is accessible via view->xdg_shell{,_v6}->surface, so always fall back on that. We can assert its presence instead of further falling back on (width, height) == (0, 0). Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-05-30 | cleanup: Use void for zero-parameter functions | Genki Sky | |
Signed-off-by: Genki Sky <sky@genki.is> | |||
2018-05-30 | linux-dmabuf: fix bound checks for stride and height | emersion | |
- Fix bound checking for offset + stride * height - Make offset bound checking more consistent - Reject zero strides | |||
2018-05-30 | render: remove wlr_renderer_check_import_dmabuf | emersion | |
It's possible to implement it outside the renderer, by creating a texture and destroying it right away. This reduces the API surface of the renderer. | |||
2018-05-30 | Merge pull request #1019 from emersion/virtual-keyboard-destroy | emersion | |
virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy | |||
2018-05-30 | Merge pull request #1015 from emersion/dmabuf-single-modifier | Drew DeVault | |
Only allow one modifier per DMA-BUF, split attributes struct in render/ | |||
2018-05-30 | Only allow one modifier per DMA-BUF, split attributes struct in render/ | emersion | |
2018-05-30 | virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy | emersion | |
2018-05-30 | Merge pull request #1017 from tobiasblass/examples_rotation_fix_doublefree | emersion | |
Fix double-free in the rotation.c example. | |||
2018-05-30 | examples/output-layout: destroy wl_display | emersion | |
Thanks @tobiasblass for pointing this out. See #1017. | |||
2018-05-30 | Fix double-free in the tablet.c and touch.c examples | Tobias Blass | |
The wl_display_destroy function already destroys the backend's renderer. Freeing it by hand causes a segmentation fault. | |||
2018-05-29 | Merge pull request #1016 from emersion/wl-display-destroy-clients | Drew DeVault | |
rootston: use wl_display_destroy_clients | |||
2018-05-30 | Fix double-free in the rotation.c example. | Tobias Blass | |
The wl_display_destroy function already destroys the backend's renderer. Freeing it by hand causes a segmentation fault. | |||
2018-05-29 | rootston: use wl_display_destroy_clients | emersion | |
2018-05-29 | Merge pull request #1014 from RyanDwyer/fix-wlr-box-contains-point | emersion | |
Fix wlr_box_contains_point comparison | |||
2018-05-29 | Merge pull request #999 from dcz-purism/virtual-keyboard | emersion | |
Support virtual keyboard protocol | |||
2018-05-29 | Fix wlr_box_contains_point comparison | Ryan Dwyer | |
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 | |