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
2024-06-26
[Android][Peripherals] Initialize buttonmap with Android mapping, if possible
Garrett Brown
2024-05-18
[cmake][modules] FindCEC cleanup and use core_target_link_libraries
fuzzard
2024-04-21
changed: put CFileItemList in separate source file
Arne Morten Kvarving
2024-02-14
Revert "[Android][Peripherals] Initialize buttonmap with Android mapping, if ...
Garrett Brown
2024-02-08
Merge pull request #24650 from garbear/game-improvements
Garrett Brown
2024-02-05
[Peripherals] Improve const-correctness
Garrett Brown
2024-02-05
[Peripherals] Move #define to constexpr in the Types header
Garrett Brown
2024-02-05
[Input] Allow input handlers to bypass add-on buttonmaps
Garrett Brown
2024-01-31
[Android][Peripherals] Initialize buttonmap with Android mapping, if possible
Garrett Brown
2024-01-22
[Keyboard] Optimize keyboard symbol translation
Garrett Brown
2024-01-17
[Peripherals] Add default buttonmaps for keyboard/mouse
Garrett Brown
2024-01-16
[Peripherals] Add missing \ingroup tags
Garrett Brown
2024-01-16
[Peripherals] Move events to subfolder
Garrett Brown
2024-01-16
[Peripherals] Update copyright year to 2024
Garrett Brown
2024-01-16
[Peripherals] Factor add-on lookup out of buttonmap
Garrett Brown
2024-01-16
[Peripherals] Rename member variables for code clarity
Garrett Brown
2024-01-16
[Keyboard] Rename KeySymbol to XBMCKey for code clarity
Garrett Brown
2024-01-16
[Keyboard] Refactor keyboard files into input/keyboard/ folder
Garrett Brown
2024-01-16
[Keymaps] Refactor keymap code to new folder
Garrett Brown
2024-01-05
Merge pull request #24384 from garbear/fix-peripheral-icons
Garrett Brown
2024-01-01
[Peripherals] Fix missing controller icon in Peripheral Dialog
Garrett Brown
2023-12-31
[Peripherals] Format with clang-format-14
Garrett Brown
2023-10-13
[clang-tidy] modernize-make-unique
Rechi
2023-09-05
[cmake] FindCEC migrate to full TARGET usage
fuzzard
2023-08-21
Merge pull request #23600 from fuzzard/tinyxml2_input
jenkins4kodi
2023-08-21
Merge pull request #23345 from neo1973/CURL_move_semantic
fuzzard
2023-08-21
[input] migrate to tinyxml2 usage
fuzzard
2023-07-24
Merge pull request #23521 from garbear/highlight-ports
Garrett Brown
2023-07-19
[clang-tidy] modernize-use-default-member-init
Rechi
2023-07-18
Peripherals: Ignore empty controller ID
Garrett Brown
2023-07-18
Peripherals: Remove unused function and namespace
Garrett Brown
2023-07-02
Peripheral API v3.0.1: Expose keyboard/mouse types to add-on
Garrett Brown
2023-05-31
CUtil: Optimize ValidatePath + MakeLegal(FileName|Path) for move semantic
Markus Härer
2023-03-02
Merge pull request #22860 from garbear/fix-ignore-input
Garrett Brown
2023-03-02
Peripheral API v3.0.0: Save controller appearance
Garrett Brown
2023-03-02
Peripherals: Allow changing joystick appearance
Garrett Brown
2023-02-24
Controller Dialog: Fix "Ignore Input" buttons not being saved
Garrett Brown
2023-02-24
Peripherals: Use controller image for peripheral icon by default
Garrett Brown
2023-02-24
Peripherals: Refactor button map creation out of deadzone initialization
Garrett Brown
2023-02-24
Peripherals: Remove dependency on ServiceBroker.h
Garrett Brown
2023-02-24
Peripherals: Fix missing mapping node name in log
Garrett Brown
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
[next]