emersion
eea532911a
Send output current mode when changed
7 years ago
Scott Anderson
822a9f65a4
Add pointer to backend inside wlr_output
7 years ago
Scott Anderson
9b984253e2
Move egl.h to render/egl.h
7 years ago
D.B
7cdc19d57f
Fix duplicated pointer axis events
...
In pointer.c, some axis event was emitted even if the event pointer did not have
current axis.
In X11 backend pointer scroll events seem to be composed of both BUTTON_PRESS
and BUTTON_RELEASE. Therefore we should skip one of them (RELEASE) to avoid
event duplication.
7 years ago
Greg V
a5fe9aa736
Add FreeBSD compatibility
7 years ago
Drew DeVault
2f36e78de1
Merge pull request #240 from acrisci/feature/x11-backend-axis
...
x11-backend: axis events
7 years ago
Tony Crisci
2f2392c39e
x11-backend: create wlr output global
7 years ago
Tony Crisci
6d9b4f330e
x11-backend: axis events
7 years ago
Tony Crisci
4f848000af
Merge branch 'master' into feature/xdg-popup
7 years ago
Versus Void
568b270cdf
Use xkb_state_update_mask() with Wayland backend
...
Fix #158
7 years ago
Tony Crisci
7b697fe841
bug: fix x11 event time
7 years ago
Scott Anderson
1b18b0a27d
Fix time and transform
7 years ago
Scott Anderson
68c3806377
Remove unused device interfaces
7 years ago
Scott Anderson
5ca9a5c083
Remove dead code
7 years ago
Scott Anderson
abe549e01d
Cleanup x11 event handler
7 years ago
Scott Anderson
22d5652599
Don't ask for frame immediately after starting
7 years ago
Scott Anderson
6bf508df81
Add closing with WM button
7 years ago
Scott Anderson
ce76cfba0f
Add window resizing
7 years ago
Scott Anderson
e00b4455fe
Add pointer motion
7 years ago
Scott Anderson
fc0e45f2ee
Add mouse button presses
7 years ago
Scott Anderson
8027232ae5
Add timer for rendering loop
7 years ago
Scott Anderson
38bc0ab1cc
Fix keycodes
7 years ago
Scott Anderson
9ca5b0cae8
Add basic input
7 years ago
Scott Anderson
3a5b150df2
Basic rendering
7 years ago
Scott Anderson
bbe90d41bb
Add EGL for X11
7 years ago
Scott Anderson
7ad2a57feb
Open X11 Window
7 years ago
Scott Anderson
a598e6d026
Add X11 backend skeleton
7 years ago