aboutsummaryrefslogtreecommitdiff
path: root/rootston/input.c
AgeCommit message (Expand)Author
2018-03-27Fix x11 backendDominique Martinet
2018-03-26Address review feedbackDrew DeVault
2018-03-09Make X11 fully optionalCedric Sodhi
2018-02-12Reformat all #include directivesemersion
2018-02-12Remove wlr_backend.events.{output_remove,device_remove}emersion
2017-12-24rootston: add arbitrary libinput config 'tap_enabled'Dominique Martinet
2017-11-22xwayland: clean up seat settingTony Crisci
2017-11-22xwm: send selection dataTony Crisci
2017-11-19Make the close command use roots_seat_get_focus, rename a few symbolsemersion
2017-11-19Remove roots_seat_{add,remove}_viewemersion
2017-11-18Merge branch 'master' into seat-viewsemersion
2017-11-18Add per-seat cursor configurationemersion
2017-11-17rootston: add per-seat viewsemersion
2017-11-11rootston: prefix config structs and functionsTony Crisci
2017-11-10rootston: fix multiseat focusTony Crisci
2017-11-07rootston: log seat nameTony Crisci
2017-11-07rootston: input remove stubsTony Crisci
2017-11-07multiseat: somewhat workingTony Crisci
2017-11-04rootston: move device init to seatTony Crisci
2017-11-04move keyboard to seatTony Crisci
2017-11-03rootston: refactor keyboardTony Crisci
2017-11-02rootston: break up input.hTony Crisci
2017-11-02Use compositor theme for xwm cursoremersion
2017-10-31Remove wlr_cursor_set_xcursor for nowemersion
2017-10-27Move xcursor stuff into its own fileemersion
2017-10-21Merge branch 'master' into feature/data-device-selectionTony Crisci
2017-10-21Merge branch 'master' into feature/data-device-selectionTony Crisci
2017-10-21Remove calls to assert to check runtime errors in rootstonemersion
2017-10-21Remove wl_list_init when using wl_signal_addemersion
2017-10-20Implement simple touch support for rootstonDrew DeVault
2017-10-15wlr-data-device: drag iconsTony Crisci
2017-10-05Fix memory leaksVersus Void
2017-10-01Add basic drawing tablet support to rootstonDrew DeVault
2017-09-30rootston: create desktop before inputTony Crisci
2017-09-28Handle input device removalDrew DeVault
2017-09-23Initial keyboard support in rootstonDrew DeVault
2017-09-23Implement pointer motion and buttonsDrew DeVault
2017-09-23Implement wlr_cursor in rootstonDrew DeVault
2017-09-23Wire up pointer, start on cursorDrew DeVault
2017-09-23Initial pass on roots_inputDrew DeVault