emersion
|
0beae99188
|
Apply output transformation to pointer events in Wayland backend
|
7 years ago |
emersion
|
95566c6bdf
|
Transform cursor hotspot, fix wayland cursor hotspot
|
7 years ago |
Tony Crisci
|
875a5b446f
|
remove time usec
|
7 years ago |
Tony Crisci
|
a224e74fad
|
refactor input time_sec to time_msec
|
7 years ago |
Heghedus Razvan
|
d3f0878d71
|
Replace list_t with wl_list in wlr_wl_backend
Now wlr_backend->outputs is a list of wlr_wl_backend_output instead of
wlr_output.
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com>
|
7 years ago |
Drew DeVault
|
08ccc7f653
|
Merge pull request #221 from versusvoid/wayland-xkb_state_update_mask
Use xkb_state_update_mask() with Wayland backend
|
7 years ago |
Versus Void
|
568b270cdf
|
Use xkb_state_update_mask() with Wayland backend
Fix #158
|
7 years ago |
Versus Void
|
641d08ce7e
|
Transform hotspot with cursor
Fix #188
|
7 years ago |
Drew DeVault
|
61e451ea1b
|
Move keyboard logic to wlr_{keyboard,seat}
|
7 years ago |
Tony Crisci
|
98f4cdfccb
|
implement wlr_cursor_map_input_to_output
|
7 years ago |
Calvin Lee
|
901c14c409
|
Prevent alloc errors from crashing in `list_t`
This commit changes the `list_t` api so that alloc errors can be
detected and worked around. Also fixes errors not found in 5cc7342
|
7 years ago |
Drew DeVault
|
27c13d621d
|
Merge pull request #88 from 4e554c4c/alloc_crashing
Prevent alloc errors from crashing
|
7 years ago |
Drew DeVault
|
d2e796edb7
|
Merge pull request #86 from nyorain/master
Fix style issues
|
7 years ago |
Calvin Lee
|
5cc7342606
|
Prevent alloc errors from crashing
Resolves #76
|
7 years ago |
nyorain
|
d7dcbbc175
|
Add wayland backend cursor support
|
7 years ago |
nyorain
|
f998bb8299
|
Fix style issues
|
7 years ago |
Dominique Martinet
|
e922e62924
|
wayland input_device_destroy: add missing braces
|
7 years ago |
Dominique Martinet
|
53e7bebd23
|
Refactor out wlr_pointer_state
|
7 years ago |
Dominique Martinet
|
0a3246ad97
|
Refactor out wlr_keyboard_state
|
7 years ago |
Dominique Martinet
|
e6ad67911b
|
Refactor out wlr_input_device_state
|
7 years ago |
Drew DeVault
|
41e735242d
|
Remove wlr_output_state, update backends
|
7 years ago |
Drew DeVault
|
81cd90297d
|
Refactor out wlr_backend_state from wl/multi
|
7 years ago |
Dominique Martinet
|
3ea878b76e
|
wayland backend: free seatName
|
7 years ago |
Dominique Martinet
|
8427749dd0
|
wayland backend: emit signal for input/output removal
|
7 years ago |
nyorain
|
4ca872c914
|
Improve wayland backend pointer error logging
|
8 years ago |
nyorain
|
dbde1f7340
|
Store wayland backend axis source
|
8 years ago |
nyorain
|
272030652a
|
Implement absolute motion events for wayland
|
8 years ago |
nyorain
|
d26a9ba968
|
Fix pointer motion coords
|
8 years ago |
nyorain
|
c1520077b6
|
Implement wayland backend input events
|
8 years ago |
nyorain
|
0b8e6cccc8
|
Add wayland input listener skeletons
|
8 years ago |
Drew DeVault
|
f4453d104d
|
Reorganize wlr-common
|
8 years ago |
Drew DeVault
|
fd91244e83
|
Update everyone to use new headers
|
8 years ago |
nyorain
|
51f35e7af0
|
Cleanup some leaks/incorrect destructions
|
8 years ago |
nyorain
|
8fbf1ca3ff
|
Continue wayland backend update
Update wayland backend to new api.
Start to use the input interfaces.
Compiling now, not tested.
|
8 years ago |
Drew DeVault
|
1aed987301
|
Add free functions for allocated resources
|
8 years ago |
Drew DeVault
|
1e8970b4a9
|
Flesh out wl_seat and fix some bugs
|
8 years ago |
Drew DeVault
|
5ca9d612f4
|
Flesh out wayland backend registry
|
8 years ago |