aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
2024-05-18[cmake][modules] FindCEC cleanup and use core_target_link_librariesfuzzard
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2024-02-14Revert "[Android][Peripherals] Initialize buttonmap with Android mapping, if ...Garrett Brown
2024-02-08Merge pull request #24650 from garbear/game-improvementsGarrett Brown
2024-02-05[Peripherals] Improve const-correctnessGarrett Brown
2024-02-05[Peripherals] Move #define to constexpr in the Types headerGarrett Brown
2024-02-05[Input] Allow input handlers to bypass add-on buttonmapsGarrett Brown
2024-01-31[Android][Peripherals] Initialize buttonmap with Android mapping, if possibleGarrett Brown
2024-01-22[Keyboard] Optimize keyboard symbol translationGarrett Brown
2024-01-17[Peripherals] Add default buttonmaps for keyboard/mouseGarrett Brown
2024-01-16[Peripherals] Add missing \ingroup tagsGarrett Brown
2024-01-16[Peripherals] Move events to subfolderGarrett Brown
2024-01-16[Peripherals] Update copyright year to 2024Garrett Brown
2024-01-16[Peripherals] Factor add-on lookup out of buttonmapGarrett Brown
2024-01-16[Peripherals] Rename member variables for code clarityGarrett Brown
2024-01-16[Keyboard] Rename KeySymbol to XBMCKey for code clarityGarrett Brown
2024-01-16[Keyboard] Refactor keyboard files into input/keyboard/ folderGarrett Brown
2024-01-16[Keymaps] Refactor keymap code to new folderGarrett Brown
2024-01-05Merge pull request #24384 from garbear/fix-peripheral-iconsGarrett Brown
2024-01-01[Peripherals] Fix missing controller icon in Peripheral DialogGarrett Brown
2023-12-31[Peripherals] Format with clang-format-14Garrett Brown
2023-10-13[clang-tidy] modernize-make-uniqueRechi
2023-09-05[cmake] FindCEC migrate to full TARGET usagefuzzard
2023-08-21Merge pull request #23600 from fuzzard/tinyxml2_inputjenkins4kodi
2023-08-21Merge pull request #23345 from neo1973/CURL_move_semanticfuzzard
2023-08-21[input] migrate to tinyxml2 usagefuzzard
2023-07-24Merge pull request #23521 from garbear/highlight-portsGarrett Brown
2023-07-19[clang-tidy] modernize-use-default-member-initRechi
2023-07-18Peripherals: Ignore empty controller IDGarrett Brown
2023-07-18Peripherals: Remove unused function and namespaceGarrett Brown
2023-07-02Peripheral API v3.0.1: Expose keyboard/mouse types to add-onGarrett Brown
2023-05-31CUtil: Optimize ValidatePath + MakeLegal(FileName|Path) for move semanticMarkus Härer
2023-03-02Merge pull request #22860 from garbear/fix-ignore-inputGarrett Brown
2023-03-02Peripheral API v3.0.0: Save controller appearanceGarrett Brown
2023-03-02Peripherals: Allow changing joystick appearanceGarrett Brown
2023-02-24Controller Dialog: Fix "Ignore Input" buttons not being savedGarrett Brown
2023-02-24Peripherals: Use controller image for peripheral icon by defaultGarrett Brown
2023-02-24Peripherals: Refactor button map creation out of deadzone initializationGarrett Brown
2023-02-24Peripherals: Remove dependency on ServiceBroker.hGarrett Brown
2023-02-24Peripherals: Fix missing mapping node name in logGarrett Brown
2022-10-22Merge pull request #22042 from Rechi/clang_tidy/performancefuzzard
2022-10-18Merge pull request #21938 from notspiff/app_comp_volume_handlingArne Morten Kvarving
2022-10-18[clang-tidy] performance-inefficient-vector-operationRechi
2022-10-17[addons] Remove prefix 'ADDONS_' from enum class AddonType member names.Kai Sommerfeld
2022-10-17[addons] Avoid to include addons/addoninfo/AddonType.h in cpp files.Kai Sommerfeld
2022-10-17[addons] Avoid to include addons/addoninfo/AddonType.h in headers.Kai Sommerfeld
2022-10-17[addons] Make enum ADDON::TYPE an enum class ADDON::AddonType.Kai Sommerfeld
2022-10-15ApplicationVolumeHandling: move to ApplicationComponentsArne Morten Kvarving
2022-10-13use CFileUtils::Exists instead of CFile::Exists where appropriateArne Morten Kvarving
2022-10-10changed: avoid AddonManager.h includes in headersArne Morten Kvarving