emersion
41e53d1499
Merge pull request #1019 from emersion/virtual-keyboard-destroy
...
virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy
7 years ago
Drew DeVault
5d8e387021
Merge pull request #1015 from emersion/dmabuf-single-modifier
...
Only allow one modifier per DMA-BUF, split attributes struct in render/
7 years ago
emersion
28020ff577
Only allow one modifier per DMA-BUF, split attributes struct in render/
7 years ago
emersion
f580112dca
virtual-keyboard: fix wlr_virtual_keyboard_manager_v1_destroy
7 years ago
emersion
8c9d0f15ce
Merge pull request #1017 from tobiasblass/examples_rotation_fix_doublefree
...
Fix double-free in the rotation.c example.
7 years ago
emersion
0c1f50168b
examples/output-layout: destroy wl_display
...
Thanks @tobiasblass for pointing this out. See #1017 .
7 years ago
Tobias Blass
a21894a844
Fix double-free in the tablet.c and touch.c examples
...
The wl_display_destroy function already destroys the backend's renderer.
Freeing it by hand causes a segmentation fault.
7 years ago
Drew DeVault
f076cc45ee
Merge pull request #1016 from emersion/wl-display-destroy-clients
...
rootston: use wl_display_destroy_clients
7 years ago
Tobias Blass
75f9feb6de
Fix double-free in the rotation.c example.
...
The wl_display_destroy function already destroys the backend's renderer.
Freeing it by hand causes a segmentation fault.
7 years ago
emersion
f9ad63c5cb
rootston: use wl_display_destroy_clients
7 years ago
emersion
87fe9f3466
Merge pull request #1014 from RyanDwyer/fix-wlr-box-contains-point
...
Fix wlr_box_contains_point comparison
7 years ago
emersion
e1f56538a8
Merge pull request #999 from dcz-purism/virtual-keyboard
...
Support virtual keyboard protocol
7 years ago
Ryan Dwyer
f8a831859f
Fix wlr_box_contains_point comparison
7 years ago
emersion
3444f43c16
Merge pull request #1012 from acrisci/doc-map-unmap
...
document the map/unmap xdg-shell events
7 years ago
Tony Crisci
044fa52be4
reword new_surface docs
7 years ago
Tony Crisci
c27cd5f065
document the map/unmap xdg-shell events
7 years ago
Dorota Czaplejewicz
5334ee8bfd
virtual-keyboard: add support for the virtual-keyboard-v1 protocol
7 years ago
Drew DeVault
f95bd1facf
Merge pull request #1007 from emersion/xdg-toplevel-tiled
...
xdg-shell: add wlr_xdg_toplevel_set_tiled
7 years ago
emersion
47f097e09b
xdg-shell: add wlr_xdg_toplevel_set_tiled
7 years ago
Drew DeVault
ebc8004c8c
Merge pull request #1006 from emersion/drm-logs
...
backend/drm: better connector cleanup, add more logs
7 years ago
emersion
79683ee497
backend/drm: better connector cleanup, add more logs
7 years ago
Drew DeVault
b597f5e380
Merge pull request #1004 from emersion/surface-buffer-send-release
...
surface: remove wl_resource_post_event
7 years ago
emersion
da504f9253
surface: remove wl_resource_post_event
7 years ago
emersion
4dfcbcf5dd
Merge pull request #1003 from acrisci/document-keyboard-events
...
document key and modifier signals
7 years ago
Tony Crisci
9971d06afb
document key and modifier signals
7 years ago
emersion
0eec0c7303
Merge pull request #1001 from ammen99/xterm-fix
...
xwm: set the proper event mask in client messages
7 years ago
Ilia Bozhinov
5dd1a838f3
xwm: set the proper event mask in client messages
...
Fixes #927
7 years ago
emersion
6eb4b5b54d
Merge pull request #993 from emersion/bind-wl-drm-in-renderer
...
render: bind wl_drm in renderer
7 years ago
Drew DeVault
35b31dcfb7
Merge pull request #1000 from ammen99/custom-renderer-initialization
...
[RFC] backends: implement custom EGL and renderer initialization
7 years ago
Ilia Bozhinov
24cf70ae96
backends: implement custom EGL and renderer initialization
...
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
7 years ago
Drew DeVault
a0eb37e2ea
Merge pull request #997 from dcz-purism/master
...
Ignore clicks on un-focuseable things.
7 years ago
Dorota Czaplejewicz
a94c56a828
rootston: Keep focus unchanged when non-focusable element clicked
...
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.
7 years ago
Dorota Czaplejewicz
fa13493ad5
rootston: Disable keyboard focus on inactive views
...
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.
7 years ago
emersion
0ab37db543
Merge pull request #994 from agreppin/master
...
fix server error on exit: eglMakeCurrent Invalid display
7 years ago
agr
4e89e0fc6c
fix server exit: eglMakeCurrent Invalid display
7 years ago
emersion
41130fe54b
render: bind wl_drm in renderer
7 years ago
Drew DeVault
341af97125
Merge pull request #978 from emersion/wlr-backend-env
...
backend: add WLR_BACKEND env variable
7 years ago
emersion
327aa7f49d
Merge pull request #990 from emersion/fullscreen-clear-alpha
...
output: correctly clear screen when fullscreened
7 years ago
emersion
e849a68e6e
output: correctly clear screen when fullscreened
7 years ago
emersion
8585533a78
Merge pull request #989 from ascent12/unused_arg
...
Remove unused argument
7 years ago
Scott Anderson
1a3921d4d4
Remove unused argument
7 years ago
emersion
9e3dd6b560
backend/wayland: fix segfault when destroying backend before starting it
7 years ago
emersion
75b10cd621
backend: support creating DRM and libinput via WLR_BACKENDS
7 years ago
emersion
b547279625
Merge pull request #986 from ammen99/master
...
gles2: pre-multiply alpha and fix blending function
7 years ago
emersion
007d83c6ee
backend: allow multiple backends in WLR_BACKENDS
7 years ago
emersion
52bd8aa716
backend/multi: disallow multiple renderers at the same time
7 years ago
emersion
a1631dd9ee
backend: add WLR_BACKEND env variable
7 years ago
Ilia Bozhinov
47ffd0e184
gles2: pre-multiply alpha and fix blending function
7 years ago
Drew DeVault
98088e78df
Merge pull request #977 from emersion/split-xdg-shell
...
Split xdg-shell into multiple files
7 years ago
emersion
c74f5b1138
xdg-output: bump output manager version to 2
7 years ago