Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-09 | wlr-keyboard: take out modifiers event struct (for now) | Tony Crisci | |
2017-11-04 | move keyboard to seat | Tony Crisci | |
2017-10-31 | Destroy x11 output with backend | emersion | |
2017-10-30 | bug: free x11 backend output in destroy | Tony Crisci | |
2017-10-30 | remove time usec | Tony Crisci | |
2017-10-30 | refactor input time_sec to time_msec | Tony Crisci | |
2017-10-23 | Send output current mode when changed | emersion | |
2017-10-22 | Add pointer to backend inside wlr_output | Scott Anderson | |
2017-10-22 | Move egl.h to render/egl.h | Scott Anderson | |
2017-10-14 | Fix duplicated pointer axis events | D.B | |
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. | |||
2017-10-11 | Add FreeBSD compatibility | Greg V | |
2017-10-08 | Merge pull request #240 from acrisci/feature/x11-backend-axis | Drew DeVault | |
x11-backend: axis events | |||
2017-10-08 | x11-backend: create wlr output global | Tony Crisci | |
2017-10-08 | x11-backend: axis events | Tony Crisci | |
2017-10-07 | Merge branch 'master' into feature/xdg-popup | Tony Crisci | |
2017-10-06 | Use xkb_state_update_mask() with Wayland backend | Versus Void | |
Fix #158 | |||
2017-10-05 | bug: fix x11 event time | Tony Crisci | |
2017-09-29 | Fix time and transform | Scott Anderson | |
2017-09-29 | Remove unused device interfaces | Scott Anderson | |
2017-09-29 | Remove dead code | Scott Anderson | |
2017-09-29 | Cleanup x11 event handler | Scott Anderson | |
2017-09-29 | Don't ask for frame immediately after starting | Scott Anderson | |
2017-09-29 | Add closing with WM button | Scott Anderson | |
2017-09-29 | Add window resizing | Scott Anderson | |
2017-09-29 | Add pointer motion | Scott Anderson | |
2017-09-29 | Add mouse button presses | Scott Anderson | |
2017-09-29 | Add timer for rendering loop | Scott Anderson | |
2017-09-29 | Fix keycodes | Scott Anderson | |
2017-09-29 | Add basic input | Scott Anderson | |
2017-09-29 | Basic rendering | Scott Anderson | |
2017-09-29 | Add EGL for X11 | Scott Anderson | |
2017-09-29 | Open X11 Window | Scott Anderson | |
2017-09-29 | Add X11 backend skeleton | Scott Anderson | |