aboutsummaryrefslogtreecommitdiff
path: root/xbmc/peripherals
AgeCommit message (Expand)Author
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
2022-10-08Merge pull request #21934 from notspiff/app_comp_power_handlingArne Morten Kvarving
2022-10-06[addons] Remove unneeded includes from 'addons' header files (forward-declare...Kai Sommerfeld
2022-10-05avoid include of XBDateTime.h in headersArne Morten Kvarving
2022-10-03ApplicationPowerHandling: move to ApplicationComponentsArne Morten Kvarving
2022-10-03remove unused headersArne Morten Kvarving
2022-10-02AddonDatabase.h: avoid FileItem.h includeArne Morten Kvarving
2022-10-02obtain ApplicationPlayer from components in xbmc/peripheralsArne Morten Kvarving
2022-10-02ApplicationPlayer: move to ApplicationComponentsArne Morten Kvarving
2022-09-22Application: relocate to application directoryArne Morten Kvarving
2022-09-20remove unnecessary Util.h includesArne Morten Kvarving
2022-09-17cec: add alternative (terminology) German language codeAlexander Stein
2022-09-15PeripheralCecAdapter: make 'device_type' configurablePortisch
2022-08-28[addons] rename value id inside AddonEvent to addonIdAlwin Esch
2022-05-22Input: Expose input frame to higher-level inputgarrett
2022-05-22Peripherals: Allow devices to have a controller profileGarrett Brown
2022-05-04changed: put application volume handling in separate classArne Morten Kvarving
2022-03-26Peripherals: Fix clang formattingGarrett Brown
2022-03-10[ServiceBroker][ApplicationMessenger] Get rid of application messenger global...Kai Sommerfeld
2022-03-10[ServiceBroker][JobManager] Get rid of job manager global singleton.Kai Sommerfeld
2022-02-23CExclusiveLock: replace with std::unique_lockLukas Rusak
2022-02-23CSharedLock: replace with std::shared_lockLukas Rusak
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2022-02-20cppcheck: fix unusedVariable warningsfuzzard