aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Expand)Author
2024-05-28[tinyxml1] Add forward declarations where they should be in headersfuzzard
2024-05-28[Addons] IAddon remove unused forward declarationfuzzard
2024-05-28[Addons] skintimer remove unused forward declarationfuzzard
2024-05-28[Addon/AddonInfo] AddonType Remove unused forward declarationfuzzard
2024-05-28Merge pull request #25255 from fuzzard/tinyxml2_moar3fuzzard
2024-05-26[addons] Remove unnecessary include from Repository.cppfuzzard
2024-05-26[addons] Migrate AddonInfoBuilder to tinyxml2 usagefuzzard
2024-04-27changed: consistently use KODI::VIDEO namespaceArne Morten Kvarving
2024-04-23simplify AddAddonIfLatestFrank Howie
2024-04-23AddonRepos.cpp: use structured bindings where possible and don't take referen...Frank Howie
2024-04-23follow up to clang-tidy 'modernize-use-emplace'Frank Howie
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2024-03-24Merge pull request #24886 from yol/repo-update-on-db-failyol
2024-03-23[Docs] Add revisions for v22enen92
2024-03-23Enforce minimum interval between add-on repository updatesPhilipp Kerling
2024-03-22[addons] Fix addonmgr/profilemgr deadlock when switching profilesksooo
2024-02-10add action to change tempo speedAndrey Filipenkov
2024-01-21Game API v3.0.2: Add /keyboard and /mouse addressesGarrett Brown
2024-01-21Game API v3.0.1: Begin port address with a /Garrett Brown
2024-01-21Game API: Improve documentationGarrett Brown
2024-01-16[Keyboard] Refactor keyboard files into input/keyboard/ folderGarrett Brown
2024-01-06Merge pull request #24392 from garbear/peripheral-locationsGarrett Brown
2024-01-02Merge pull request #24381 from garbear/format-codeGarrett Brown
2024-01-01Peripheral API: Fix typoGarrett Brown
2024-01-01Peripheral API v3.0.2: Add comparison operatorsGarrett Brown
2023-12-31[Addons] Format with clang-format-14Garrett Brown
2023-12-23[Pictures addons] support Date Taken sort for pics decoded via addonsrubpa
2023-12-09Merge pull request #24197 from neo1973/fix_24175fuzzard
2023-12-08Merge pull request #23840 from webosbrew/scraper-filename-identifiersStephan Sundermann
2023-12-06AddonSettings: Correct order of destructor callsMarkus Härer
2023-12-03Merge pull request #23855 from webosbrew/fix-glesv3-headerfuzzard
2023-12-02[Scraper] Parse filename identifiersStephan Sundermann
2023-11-20[clang-tidy] modernize-use-emplaceRechi
2023-11-06[Doxy] Improve documentation of "gamecontroller" and "gamecontrollerlist"Garrett Brown
2023-10-30[PVR] const correctness improvements, part 5.ksooo
2023-10-14Merge pull request #23920 from mlauss2/gcc14-fixMiguel Borges de Freitas
2023-10-13add missing c++ headersManuel Lauss
2023-10-13[clang-tidy] modernize-make-uniqueRechi
2023-10-13[clang-tidy] modernize-make-sharedRechi
2023-10-03CAddonSettings: Prevent reference cycle with CAddonMarkus Härer
2023-10-03Revert "[AddonSettings] Simplify code by removing member strings"Markus Härer
2023-10-02Remove GLES3/gl3ext.h includeStephan Sundermann
2023-09-29[utils] Introduce LanCheckMode to remove old offlinecheck bool in IsHostOnLANenen92
2023-09-13[MUSIC] Add, store and process scraped video links for artist songsthe-black-eagle
2023-08-24Merge pull request #23541 from CastagnaIT/is_audio_profilesStefano Gottardo
2023-08-24[addons] increase global API to 3.3.0, videocodec to 2.1.0CastagnaIT
2023-08-24[Android] support ClearKey crypto typeGlenn Guy
2023-08-24[InputStream] Add support to audio codec profilesCastagnaIT
2023-08-21Merge pull request #23627 from enen92/skintimer_tinyxml2Miguel Borges de Freitas
2023-08-20[skintimers] Migrate to tinyxml2enen92