Age | Commit message (Expand) | Author |
2017-09-25 | Merge branch 'master' into rootston | Drew DeVault |
2017-09-24 | Move keyboard logic to wlr_{keyboard,seat} | Drew DeVault |
2017-09-24 | Merge pull request #159 from ascent12/meson-install | Drew DeVault |
2017-09-24 | Add Archlinux PKGBUILD script | Scott Anderson |
2017-09-24 | Install library, headers, and pkg-config | Scott Anderson |
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 keyboard support in rootston | Drew DeVault |
2017-09-23 | Implement xdg surface request_move | Drew DeVault |
2017-09-23 | Implement tool tip -> click simulation | Drew DeVault |
2017-09-23 | Implement pointer motion and buttons | Drew DeVault |
2017-09-23 | Merge pull request #156 from acrisci/feature/wlr-keyboard-events | Drew DeVault |
2017-09-23 | Fix rootston executable name | Drew DeVault |
2017-09-23 | Implement wlr_cursor in rootston | Drew DeVault |
2017-09-23 | add keys array param to seat keyboard enter | Tony Crisci |
2017-09-23 | bugfix: correct type in keyboard resource destroy | Tony Crisci |
2017-09-23 | wlr-seat: keyboard layout | Tony Crisci |
2017-09-23 | Render XDG shell surfaces | Drew DeVault |
2017-09-23 | Wire up pointer, start on cursor | Drew DeVault |
2017-09-23 | Initial pass on roots_input | Drew DeVault |
2017-09-23 | Merge pull request #157 from emersion/include-guards-names | Tony Crisci |
2017-09-23 | Fix some include guard names in interfaces/ | emersion |
2017-09-23 | Use more consistent include guard names | emersion |
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-22 | Establish rootston headers & main | 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 | wlr-seat: keyboard modifiers | Tony Crisci |
2017-09-22 | wlr-seat-keyboard: basic events | Tony Crisci |
2017-09-22 | Merge pull request #155 from emersion/next-serial | Drew DeVault |
2017-09-22 | Use wl_display_next_serial | emersion |
2017-09-22 | Merge pull request #154 from Dudemanguy911/master | Drew DeVault |
2017-09-22 | Clarify either/or dependency | dudemanguy |
2017-09-22 | Add elogind support | dudemanguy |
2017-09-22 | Fix use of serial on motion_request | Drew DeVault |
2017-09-22 | Merge pull request #152 from acrisci/feature/wlr-seat-axis-events | Drew DeVault |
2017-09-22 | wlr-seat: implement cursor axis events | Tony Crisci |
2017-09-22 | Fix possibly uninitialized variable | Drew DeVault |
2017-09-22 | Add super+click to move windows around without xdg | Drew DeVault |
2017-09-22 | wlr-seat: add guards for no pointer resource | Tony Crisci |
2017-09-22 | Use time_usec for event serials | Drew DeVault |
2017-09-22 | Implement xdg request_move in reference compositor | Drew DeVault |
2017-09-22 | Add stdbool.h | Scott Anderson |
2017-09-21 | Merge pull request #149 from acrisci/feature/wlr-seat-pointer | Drew DeVault |
2017-09-21 | Handle tablet motion in example compositor | Drew DeVault |
2017-09-21 | compositor.c: implement cursor motion absolute | Tony Crisci |