Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-21 | Rename remaining refs to wlr_list | Drew DeVault | |
2017-10-20 | Replace list_t with wl_list in wlr_wl_backend | Heghedus Razvan | |
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> | |||
2017-10-20 | Replace list_t with wl_list for wlr_input_device | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_output | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_drm_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-20 | Replace list_t with wl_list in wlr_multi_backend | Heghedus Razvan | |
Signed-off-by: Heghedus Razvan <heghedus.razvan@gmail.com> | |||
2017-10-18 | Fix hidden cursor on wayland backend | emersion | |
2017-10-17 | Merge pull request #257 from emersion/fix-client-cursors | Drew DeVault | |
[WIP] Fix client cursors | |||
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-12 | Better handling of hidden cursors in wayland backend, add TODOs | emersion | |
2017-10-12 | Allow to update the cursor hotspot without its pixels | emersion | |
2017-10-11 | Add FreeBSD compatibility | Greg V | |
2017-10-08 | Add wlr_output_set_cursor_surface | emersion | |
2017-10-08 | Merge pull request #236 from ascent12/gl-loader | Drew DeVault | |
Add GL/EGL extension loader generator | |||
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-08 | Add GL/EGL extension loader generator | Scott Anderson | |
2017-10-07 | Merge branch 'master' into feature/xdg-popup | Tony Crisci | |
2017-10-06 | Merge pull request #221 from versusvoid/wayland-xkb_state_update_mask | Drew DeVault | |
Use xkb_state_update_mask() with Wayland backend | |||
2017-10-06 | Use xkb_state_update_mask() with Wayland backend | Versus Void | |
Fix #158 | |||
2017-10-06 | Merge branch 'master' into feature/xdg-popup | Tony Crisci | |
2017-10-06 | Transform hotspot with cursor | Versus Void | |
Fix #188 | |||
2017-10-05 | bug: fix x11 event time | Tony Crisci | |
2017-10-05 | Fix memory leaks | Versus Void | |
2017-10-02 | Check for fd failure properly | Scott Anderson | |
2017-10-02 | Add explicitly picking GPUs with environment var | Scott Anderson | |
2017-10-02 | Change iface prefix to suffix | Scott Anderson | |
2017-10-01 | Minor fixes | Scott Anderson | |
2017-10-01 | Multi-GPU DRM | Scott Anderson | |
2017-10-01 | Change wlr_session to open every GPU | Scott Anderson | |
2017-10-01 | Add renderer pointer inside drm_surface | Scott Anderson | |
2017-09-30 | Rename wlr_drm_output to wlr_drm_connector | Scott Anderson | |
2017-09-30 | Rename backend to drm | Scott Anderson | |
2017-09-30 | Add pointer to backend from DRM outputs | Scott Anderson | |
2017-09-30 | Split DRM rendering to its own file | Scott Anderson | |
2017-09-30 | Split DRM internal interface to its own header | Scott Anderson | |
2017-09-30 | Rename files to remove pointless drm prefix | Scott Anderson | |
2017-09-30 | Removed unused fields | Scott Anderson | |
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 | |