Age | Commit message (Expand) | Author |
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 | Change egl_get_config to always use visual id | Scott Anderson |
2017-09-29 | Open X11 Window | Scott Anderson |
2017-09-29 | Add X11 backend skeleton | Scott Anderson |
2017-09-28 | fix libinput wlr-keyboard use after free | Tony Crisci |
2017-09-27 | Merge remote-tracking branch 'origin/master' into rootston | Drew DeVault |
2017-09-27 | Merge pull request #144 from ascent12/drm-dp-mst | Drew DeVault |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault |
2017-09-24 | Add error checking to DRM legacy | Scott Anderson |
2017-09-24 | Send failure code on partial atomic commit | Scott Anderson |
2017-09-24 | Set state properly | Scott Anderson |
2017-09-23 | Initial pass on roots_input | Drew DeVault |
2017-09-23 | Simplify retry_pageflip | Scott Anderson |
2017-09-23 | Add error recovery for failed page flips | Scott Anderson |
2017-09-23 | Add timeout to DRM cleanup | Scott Anderson |
2017-09-23 | Initialize display, backend; add frame handling | Drew DeVault |
2017-09-23 | Print connector name on atomic commit failure | Scott Anderson |
2017-09-23 | Allow forcing legacy DRM interface | Scott Anderson |
2017-09-22 | Add elogind support | dudemanguy |
2017-09-17 | Fix minor typos | Drew DeVault |
2017-09-10 | Remove non-blocking flag on modesetting commits | Scott Anderson |
2017-09-09 | Retry atomic commit on failure | Scott Anderson |
2017-09-09 | Check for disappearing DRM connectors | Scott Anderson |
2017-09-06 | Add set_gamma and get_gamma_size to wlr_output_impl | emersion |
2017-08-30 | Refactor meson build files | Tony Crisci |
2017-08-29 | Merge pull request #120 from acrisci/feature/wlr-cursor | Drew DeVault |
2017-08-28 | implement tablet tool devices | Tony Crisci |
2017-08-27 | add device to touch events | Tony Crisci |
2017-08-26 | implement wlr_cursor_map_input_to_output | Tony Crisci |
2017-08-26 | add wlr_cursor basic implementation | Tony Crisci |
2017-08-26 | Remove single GPU assumptions from wlr_session | Scott Anderson |
2017-08-26 | Merge wlr_udev into wlr_session | Scott Anderson |
2017-08-26 | Rename functions to be consistent with #93 | Scott Anderson |
2017-08-19 | wayland backend: wl_event_source_remove on destroy | Dominique Martinet |
2017-08-19 | wlr renderer/texture: rename init to create when it does alloc | Dominique Martinet |
2017-08-19 | libinput: wl_event_source_remove on destroy | Dominique Martinet |
2017-08-19 | wayland backend: remove explicit scale = 1 | Dominique Martinet |
2017-08-18 | drm realloc_crtcs: check we found an output | Dominique Martinet |
2017-08-18 | fix uninitialized warning | Tony Crisci |
2017-08-17 | wayland backend: fix xdg-shell for weston | Dominique Martinet |
2017-08-17 | wayland backend: fix xdg-shell for gnome | Dominique Martinet |
2017-08-17 | wayland backend: Fix shell title/app_id to wlroots | Dominique Martinet |
2017-08-17 | wayland output: add error handling for xdg shell | Dominique Martinet |