aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2017-06-30Joysticks: Implement new keymap handlingGarrett Brown
2017-06-30Joysticks: Remove keymap handlingGarrett Brown
2017-06-30Joysticks: Remove action mapping from button mapperGarrett Brown
2017-06-30Joysticks: Remove rumble functionality from default controllerGarrett Brown
2017-06-29[modernize][peripherals] Prefer 'override' usageh.udo
2017-06-28[addons] change CreateInstance function to return ADDON_STATUSAlwin Esch
2017-06-26Joysticks: Move common test outside of interfacesGarrett Brown
2017-06-26Joysticks: Add IInputProvider abstractionGarrett Brown
2017-06-24[peripheral] change addon interface to new C++ styleAlwin Esch
2017-06-17[addons] make binary addon management independentAlwin Esch
2017-06-08Fix c/p error in 54620fcGarrett Brown
2017-06-07Merge pull request #12251 from Montellese/settings_cpp11Sascha Montellese
2017-06-07[addons] move AddonProps to new CAddonInfo classAlwin Esch
2017-06-06Merge pull request #12180 from garbear/joystick-holdtimeGarrett Brown
2017-06-06[settings] adjust code using settings library to C++11montellese
2017-06-05Merge pull request #12245 from Montellese/addon_settings_falloutMartijn Kaijser
2017-06-05Joysticks: Allow Kodi input from within gameGarrett Brown
2017-06-05Joysticks: Add base class for default joystickGarrett Brown
2017-06-05Joysticks: Move IDs to new header fileGarrett Brown
2017-06-05Merge pull request #12223 from garbear/fix-circular-depGarrett Brown
2017-06-05[peripherals] CPeripherals: fix CID 170205montellese
2017-06-03Games: Fix crash due to circular dependencyGarrett Brown
2017-06-02[add-ons/settings] move GUIDialogAddonSettings.h/cpp from xbmc/addons/ to xbm...montellese
2017-06-01[settings] used shared instead of raw pointersmontellese
2017-06-01[settings] CSettingInt/CSettingString: support translatable and fixed string ...montellese
2017-05-25[cleanup] Fix headers included twiceh.udo
2017-05-18[peripheral] change to new addon to kodi callback wayAlwin Esch
2017-05-16[addons] change version check to new wayAlwin Esch
2017-05-16[addons] remove old no more needed addon version check wayAlwin Esch
2017-05-12[Peripherals] Add "Driver settings" action in settings to fix iMON devicesGarrett Brown
2017-04-27[gui][refactor] add window id as arg to GetWindow template because window ins...xhaggi
2017-04-03[Peripherals] Improve shutdown speed by a small amountGarrett Brown
2017-04-03[Peripherals] Improve logging in CPeripherals::TestFeature()Garrett Brown
2017-04-03[Peripherals] Improve logging for button pressesGarrett Brown
2017-04-03[Peripherals] Remove check for successful add-on enablingGarrett Brown
2017-04-03[Peripherals] Remove unused variablesGarrett Brown
2017-03-31[joysticks] Update copyright headersGarrett Brown
2017-03-23Merge pull request #11824 from garbear/input-fixesGarrett Brown
2017-03-23[Peripherals] Fix segfault on startupGarrett Brown
2017-03-23[Peripherals] Move g_peripherals to ServiceManagerGarrett Brown
2017-03-21Merge pull request #11869 from xhaggi/generic-get-windowjenkins4kodi
2017-03-21[refactor] use generic GetWindow() or GetDialog()xhaggi
2017-03-18CHG : [jni] use jni lib from dependsChris Koying Browet
2017-03-08[Peripherals] Fix segfault when invoking deinitialized add-onsGarrett Brown
2017-03-08[Peripherals] Power off controllers before services are deinitializedGarrett Brown
2017-03-07[Peripherals] Fix uninitialized variablesGarrett Brown
2017-03-02Merge pull request #11793 from garbear/android-fixesGarrett Brown
2017-03-01[Peripherals] Fix mapping axes on AndroidGarrett Brown
2017-03-01[Peripherals] Pass by referenceGarrett Brown
2017-03-01[Peripherals] Silence debug log spam on AndroidGarrett Brown