aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-24Install library, headers, and pkg-configScott Anderson
2017-09-24Add error checking to DRM legacyScott Anderson
2017-09-24Send failure code on partial atomic commitScott Anderson
2017-09-24Set state properlyScott Anderson
2017-09-23Initial keyboard support in rootstonDrew DeVault
2017-09-23Implement xdg surface request_moveDrew DeVault
2017-09-23Implement tool tip -> click simulationDrew DeVault
2017-09-23Implement pointer motion and buttonsDrew DeVault
2017-09-23Merge pull request #156 from acrisci/feature/wlr-keyboard-eventsDrew DeVault
2017-09-23Fix rootston executable nameDrew DeVault
2017-09-23Implement wlr_cursor in rootstonDrew DeVault
2017-09-23add keys array param to seat keyboard enterTony Crisci
2017-09-23bugfix: correct type in keyboard resource destroyTony Crisci
2017-09-23wlr-seat: keyboard layoutTony Crisci
2017-09-23Render XDG shell surfacesDrew DeVault
2017-09-23Wire up pointer, start on cursorDrew DeVault
2017-09-23Initial pass on roots_inputDrew DeVault
2017-09-23Merge pull request #157 from emersion/include-guards-namesTony Crisci
2017-09-23Fix some include guard names in interfaces/emersion
2017-09-23Use more consistent include guard namesemersion
2017-09-23Simplify retry_pageflipScott Anderson
2017-09-23Add error recovery for failed page flipsScott Anderson
2017-09-23Add timeout to DRM cleanupScott Anderson
2017-09-23Initialize display, backend; add frame handlingDrew DeVault
2017-09-22Establish rootston headers & mainDrew DeVault
2017-09-23Print connector name on atomic commit failureScott Anderson
2017-09-23Allow forcing legacy DRM interfaceScott Anderson
2017-09-22wlr-seat: keyboard modifiersTony Crisci
2017-09-22wlr-seat-keyboard: basic eventsTony Crisci
2017-09-22Merge pull request #155 from emersion/next-serialDrew DeVault
2017-09-22Use wl_display_next_serialemersion
2017-09-22Merge pull request #154 from Dudemanguy911/masterDrew DeVault
2017-09-22Clarify either/or dependencydudemanguy
2017-09-22Add elogind supportdudemanguy
2017-09-22Fix use of serial on motion_requestDrew DeVault
2017-09-22Merge pull request #152 from acrisci/feature/wlr-seat-axis-eventsDrew DeVault
2017-09-22wlr-seat: implement cursor axis eventsTony Crisci
2017-09-22Fix possibly uninitialized variableDrew DeVault
2017-09-22Add super+click to move windows around without xdgDrew DeVault
2017-09-22wlr-seat: add guards for no pointer resourceTony Crisci
2017-09-22Use time_usec for event serialsDrew DeVault
2017-09-22Implement xdg request_move in reference compositorDrew DeVault
2017-09-22Add stdbool.hScott Anderson
2017-09-21Merge pull request #149 from acrisci/feature/wlr-seat-pointerDrew DeVault
2017-09-21Handle tablet motion in example compositorDrew DeVault
2017-09-21compositor.c: implement cursor motion absoluteTony Crisci
2017-09-21compositor.c: add guards for unconfigured surfacesTony Crisci
2017-09-21compositor.c: determine xdg position by window geomTony Crisci
2017-09-21use double for cursor coordinatesTony Crisci
2017-09-20wlr_seat: pointer eventsTony Crisci