index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
peripherals
Age
Commit message (
Expand
)
Author
2022-10-22
Merge pull request #22042 from Rechi/clang_tidy/performance
fuzzard
2022-10-18
Merge pull request #21938 from notspiff/app_comp_volume_handling
Arne Morten Kvarving
2022-10-18
[clang-tidy] performance-inefficient-vector-operation
Rechi
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-15
ApplicationVolumeHandling: move to ApplicationComponents
Arne Morten Kvarving
2022-10-13
use CFileUtils::Exists instead of CFile::Exists where appropriate
Arne Morten Kvarving
2022-10-10
changed: avoid AddonManager.h includes in headers
Arne Morten Kvarving
2022-10-08
Merge pull request #21934 from notspiff/app_comp_power_handling
Arne Morten Kvarving
2022-10-06
[addons] Remove unneeded includes from 'addons' header files (forward-declare...
Kai Sommerfeld
2022-10-05
avoid include of XBDateTime.h in headers
Arne Morten Kvarving
2022-10-03
ApplicationPowerHandling: move to ApplicationComponents
Arne Morten Kvarving
2022-10-03
remove unused headers
Arne Morten Kvarving
2022-10-02
AddonDatabase.h: avoid FileItem.h include
Arne Morten Kvarving
2022-10-02
obtain ApplicationPlayer from components in xbmc/peripherals
Arne Morten Kvarving
2022-10-02
ApplicationPlayer: move to ApplicationComponents
Arne Morten Kvarving
2022-09-22
Application: relocate to application directory
Arne Morten Kvarving
2022-09-20
remove unnecessary Util.h includes
Arne Morten Kvarving
2022-09-17
cec: add alternative (terminology) German language code
Alexander Stein
2022-09-15
PeripheralCecAdapter: make 'device_type' configurable
Portisch
2022-08-28
[addons] rename value id inside AddonEvent to addonId
Alwin Esch
2022-05-22
Input: Expose input frame to higher-level input
garrett
2022-05-22
Peripherals: Allow devices to have a controller profile
Garrett Brown
2022-05-04
changed: put application volume handling in separate class
Arne Morten Kvarving
2022-03-26
Peripherals: Fix clang formatting
Garrett 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-23
CExclusiveLock: replace with std::unique_lock
Lukas Rusak
2022-02-23
CSharedLock: replace with std::shared_lock
Lukas Rusak
2022-02-23
CSingleLock: replace with std::unique_lock
Lukas Rusak
2022-02-20
cppcheck: fix unusedVariable warnings
fuzzard
2022-02-20
cppcheck: fix multiCondition warnings
fuzzard
2022-02-07
CThread: make thread priority an enum class
Lukas Rusak
2022-01-29
[cleanup] change indentifiers YES and NO to CHOICE_YES and CHOICE_NO
howie-f
2021-12-28
[addons] Revise addon "C" structures
Alwin Esch
2021-10-08
Merge pull request #20075 from garbear/gsoc-fixes
Garrett Brown
2021-10-03
[addons] Add used class headers directly
Alwin Esch
2021-09-28
[cleanup] Remove unnecessary semicolons from headers
thexai
2021-09-27
Fix compiler warning in PeripheralJoystick.cpp
Garrett Brown
2021-09-27
[GSoC 2020] Replaced deviceName with Location
cool-pants
2021-06-10
Merge pull request #19780 from lrusak/chrono-condition
Lukas Rusak
2021-05-31
fix more old style StringUtils::Format() format strings
Montellese
2021-05-27
CThread: template sleep to allow using an arbitrary duration
Lukas Rusak
2021-05-27
CEvent: rename WaitMSec to Wait
Lukas Rusak
2021-05-27
ConditionVariable: template wait methods to use an arbitrary duration
Lukas Rusak
2021-05-20
remove use of c_str() from CLog::Log calls
Lukas Rusak
2021-05-20
update logging to new format
Lukas Rusak
2021-05-19
[Darwin][Input] Extend GCController support to osx
fuzzard
[next]