Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
2018-05-16 | Merge pull request #982 from RedSoxFan/fix-alpha | emersion | |
Fix alpha for src_rgba and src_rgbx | |||
2018-05-15 | Fix alpha for src_rgba and src_rgbx | Brian Ashworth | |
2018-05-15 | Merge pull request #981 from emersion/fix-lingering-hw-cursor | Drew DeVault | |
output: fix lingering hardware cursors | |||
2018-05-15 | output: fix lingering hardware cursors | emersion | |
2018-05-14 | Merge pull request #979 from emersion/wayland-backend-title-output-name | Drew DeVault | |
backend/wayland: print output name in window title | |||
2018-05-15 | backend/wayland: print output name in window title | emersion | |
2018-05-14 | xdg-shell: split into multiple files | emersion | |
2018-05-14 | xdg-shell-v6: rename shared private functions to prevent conflicts with ↵ | emersion | |
xdg-shell stable | |||
2018-05-13 | Merge pull request #973 from emersion/split-xdg-shell-v6 | Drew DeVault | |
xdg-shell-v6: split into separate files | |||
2018-05-13 | xdg-shell-v6: split into separate files | emersion | |
2018-05-13 | Merge pull request #975 from acrisci/fix-pointer-example | Drew DeVault | |
pointer example fixes | |||
2018-05-13 | rename sample state to "state" | Tony Crisci | |
2018-05-13 | pointer example: use xcursor manager | Tony Crisci | |
2018-05-13 | Merge pull request #974 from agreppin/master | Drew DeVault | |
fix check of EGL_WL_bind_wayland_display presence | |||
2018-05-13 | make pointer show up in pointer example | Tony Crisci | |
2018-05-13 | Merge pull request #972 from emersion/fix-xdg-shell-popups | Drew DeVault | |
Fix xdg-shell stable popups | |||
2018-05-13 | fix check of EGL_WL_bind_wayland_display presence | Alain Greppin | |
2018-05-13 | xdg-shell: fix positioner | emersion | |
The anchor and gravity bitfields in xdg-shell-unstable-v6 have been changed to a plain enum whose values cannot be used as a bitfield in xdg-shell. While it makes input validation easier, it also makes positioner operations a pain in the ass. | |||
2018-05-12 | Don't use unsafe casts in wlr_xdg_popup_get_toplevel_coords | emersion | |
2018-05-12 | Merge pull request #971 from emersion/fix-xdg-output-transform | emersion | |
xdg-output: fix logical_size | |||
2018-05-12 | xdg-output: fix logical_size | emersion | |
It should be the size of the output in layout coordinates. Prior to this commit we were not applying the output transform to the size. | |||
2018-05-12 | Merge pull request #970 from emersion/pointer-axis-discrete | Drew DeVault | |
Add support for discrete axis values and axis source | |||
2018-05-12 | Send axis source event | emersion | |
2018-05-12 | Add support for discrete axis values | emersion | |
2018-05-11 | Merge pull request #969 from emersion/redesign-xdg-output-resource-destroy | Drew DeVault | |
xdg-output: redesign resource destroy |