aboutsummaryrefslogtreecommitdiff
path: root/xbmc/events
AgeCommit message (Expand)Author
2024-04-21changed: put CFileItemList in separate source fileArne Morten Kvarving
2024-01-16[Keyboard] Refactor keyboard files into input/keyboard/ folderGarrett Brown
2023-10-13[clang-tidy] modernize-make-uniqueRechi
2022-10-02EventsDirectory.h: avoid include of FileItem.hArne Morten Kvarving
2022-02-23CSingleLock: replace with std::unique_lockLukas Rusak
2021-11-14ServiceBroker EventLog use pointer instead of referencefuzzard
2021-05-25fix a few last format updatesLukas Rusak
2021-05-14remove use of c_str() from StringUtils::Format callsLukas Rusak
2020-10-30[clang-tidy] performance-unnecessary-value-paramRechi
2020-08-22[addons][gui] move addon gui source files to own folderAlwin Esch
2020-02-17PlatformDefs.h: remove inttypes definitionsLukas Rusak
2019-09-16[modernize] use-emplaceRechi
2019-07-09[format] fix include orderRechi
2018-10-17[filesystem] Cleanup includes.ace20022
2018-10-08Rename ProfilesManager -> ProfileManager (source files, class name, variable ...Kai Sommerfeld
2018-10-07Eliminate CServiceBroker::GetSettings(); use CServiceBroker::GetSettingsCompo...Kai Sommerfeld
2018-09-08CServiceBroker: return a pointer for CSettingsLukas Rusak
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-16[threads] remove const constructor from CSingleLockRechi
2018-06-14utils/ISortable: remove virtual destructorMax Kellermann
2018-06-12[xbmc] pragma once positionh.udo
2018-04-06move GraphicsContext from guilib to windowingRainer Hochecker
2018-04-01kill global g_windowManager, co-author Rechi'Rainer Hochecker
2018-02-02Kill CEventLog "singleton" (really singletons)Garrett Brown
2017-08-17make classes non-copyable c++11 styleArne Morten Kvarving
2017-08-15mark constructors explicitArne Morten Kvarving
2017-07-07[modernize][events] Prefer 'default' for declarationsh.udo
2017-06-29[modernize][events] Prefer 'override' usageh.udo
2017-06-01[settings] used shared instead of raw pointersmontellese
2016-12-15remove autotools buildsystemnotspiff
2016-12-02[settings] integrate CSettings into CServiceManager/CServiceBrokermontellese
2016-11-29fix format specifiers to quell compiler warningsArne Morten Kvarving
2016-10-04[eventlog] implement high resolution datetime sort method (CDateTime granular...Kai Sommerfeld
2016-07-21[cmake] Add project wide dependency to libcpluff and ffmpegChristian Fetzer
2016-06-20Merge pull request #9886 from ronie/deprecated-windows2ronie
2016-06-19Merge pull request #9857 from Memphiz/fix_warningsMemphiz
2016-06-13[doxygen] todo listMartijn Kaijser
2016-06-04[Cleanup] - fixed around 1000 warnings because of missing override keywordsMemphiz
2016-05-30remove WINDOW_MUSIC_FILESronie
2016-05-30remove WINDOW_VIDEO_FILESronie
2016-03-20Merge pull request #9343 from tamland/media_window_vfs_roottamland
2016-03-17[contextmenu] remove duplicate menus in eventlogThomas Amland
2016-03-17[gui] remove 'sources' workarounds addons/event windowThomas Amland
2016-02-12[cmake] Add CMakeLists.txt to xbmc subfoldersChristian Fetzer
2015-12-29fix overrides for GUIMediaWindowRainer Hochecker
2015-12-06[events] change level enum to enum classThomas Amland
2015-12-01[events] fix removal of events (fixes #16403)montellese
2015-09-28[cleanup] get rid of unused function warnings from eventlevelMatthias Kortstiege
2015-09-19Add missing include of <utility>Pär Björklund