ES-DE/es-app/src
2023-09-18 18:04:47 +02:00
..
guis Reverted the addition of two empty lines 2023-09-17 12:46:28 +02:00
scrapers Added support for the Bit Corporation Gamate (gamate) game system 2023-09-18 18:04:47 +02:00
views Added support for defining an explicit back button function for GuiMsgBox 2023-09-17 11:47:58 +02:00
ApplicationUpdater.cpp Added a download percentage indicator to the application updater together with some other minor improvements 2023-08-01 17:36:15 +02:00
ApplicationUpdater.h Removed Linux DEB package support from ApplicationUpdater 2023-07-29 12:04:03 +02:00
CollectionSystemsManager.cpp Changed the concept of 'theme set' to simply 'theme' everywhere in the code 2023-08-14 22:40:32 +02:00
CollectionSystemsManager.h Added support for cleaning out custom collections entries to GuiOrphanedDataCleanup 2023-07-27 12:11:17 +02:00
EmulationStation.h Bumped the version to 2.2.0-beta 2023-09-09 11:07:44 +02:00
FileData.cpp Changed the sort types 'filename, ascending' and 'filename, descending' to 'name, ascending' and 'name, descending' 2023-08-13 18:19:25 +02:00
FileData.h Added an option to scrape game manuals using ScreenScraper 2023-05-08 17:14:52 +02:00
FileFilterIndex.cpp Added the ability to control the system name suffix from the theme configuration. 2023-01-14 14:05:24 +01:00
FileFilterIndex.h Added the ability to control the system name suffix from the theme configuration. 2023-01-14 14:05:24 +01:00
FileSorts.cpp Changed the sort types 'filename, ascending' and 'filename, descending' to 'name, ascending' and 'name, descending' 2023-08-13 18:19:25 +02:00
FileSorts.h Manual merges to align with master branch. 2021-09-27 21:27:07 +02:00
GamelistFileParser.cpp Fixed an issue where a reference to a deleted object could hang or crash the application. 2022-12-20 18:43:59 +01:00
GamelistFileParser.h Renamed GamelistFileParse to GamelistFileParser and moved it to its own namespace. 2022-01-15 14:12:56 +01:00
main.cpp Renamed the setting 'Only show ROMs from gamelist.xml files' to 'Only show games from gamelist.xml files' 2023-08-14 23:22:50 +02:00
MediaViewer.cpp Improved the blur shaders to run faster at higher resolutions and to look identical regardless of display resolution 2023-08-18 20:22:08 +02:00
MediaViewer.h Added key repeat support to MediaViewer and PDFViewer 2023-08-15 19:52:53 +02:00
MetaData.cpp Renamed 'launch file' to 'folder link'. 2022-04-12 18:35:57 +02:00
MetaData.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
MiximageGenerator.cpp Added options to the miximage generator for how to fit screenshots that do not match the aspect ratio of the miximage frame 2023-07-01 11:15:43 +02:00
MiximageGenerator.h General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
PDFViewer.cpp Fixed an issue where the key repeat in PDFViewer didn't work correctly if pages took a very long time to convert 2023-08-16 18:33:05 +02:00
PDFViewer.h Fixed an issue where the key repeat in PDFViewer didn't work correctly if pages took a very long time to convert 2023-08-16 18:33:05 +02:00
PlatformId.cpp Added support for the Bit Corporation Gamate (gamate) game system 2023-09-18 18:04:47 +02:00
PlatformId.h Added support for the Bit Corporation Gamate (gamate) game system 2023-09-18 18:04:47 +02:00
Screensaver.cpp Changed the screensaver to never show the same game again until all games have been cycled through 2023-08-20 15:28:30 +02:00
Screensaver.h Changed the screensaver to never show the same game again until all games have been cycled through 2023-08-20 15:28:30 +02:00
SystemData.cpp Changed the concept of 'theme set' to simply 'theme' everywhere in the code 2023-08-14 22:40:32 +02:00
SystemData.h Removed the es_log.txt entry when an es_systems.cfg legacy systems configuration file was found on startup 2023-07-30 12:27:27 +02:00
UIModeController.cpp Moved UIModeController.cpp from the es-app/views directory to es-app 2022-01-17 21:53:23 +01:00
UIModeController.h Updated the include guards for UIModeController. 2022-01-17 21:59:00 +01:00
VolumeControl.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
VolumeControl.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00