aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-24Move keyboard logic to wlr_{keyboard,seat}Drew DeVault
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-23Fix rootston executable nameDrew DeVault
2017-09-23Implement wlr_cursor in rootstonDrew DeVault
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-23Initialize display, backend; add frame handlingDrew DeVault
2017-09-22Establish rootston headers & mainDrew DeVault
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
2017-09-19wlr_seat: formatting cleanupTony Crisci
2017-09-19Merge pull request #148 from acrisci/feature/xdg-toplevel-layout-positionDrew DeVault
2017-09-19compositor.c: xdg-surface layout positionTony Crisci
2017-09-17Fix minor typosDrew DeVault
2017-09-17Merge pull request #145 from acrisci/feature/xdg-shell-toplevelDrew DeVault
2017-09-17use wl_list_for_each_safe() to unlink client surfacesTony Crisci
2017-09-16xdg-shell-v6 misc cleanupTony Crisci
2017-09-16xdg-toplevel-v6 set parentTony Crisci
2017-09-16reset pending geometry on ack configureTony Crisci
2017-09-16toplevel protocol errorsTony Crisci
2017-09-16xdg-surface-v6: implement pingTony Crisci
2017-09-16compositor.c: implement xdg-toplevel-v6 request eventsTony Crisci
2017-09-16xdg-toplevel-v6: seat eventsTony Crisci
2017-09-15xdg-shell new surface and ack configure eventsTony Crisci
2017-09-15schedule configure request on toplevel first commitTony Crisci
2017-09-14xdg-shell-toplevel configure requestsTony Crisci
2017-09-14xdg-surface-v6: add eventsTony Crisci