ES-DE/es-core/src
2023-04-08 15:35:56 +02:00
..
animations Small refactoring of AnimationController. 2022-11-11 18:11:31 +01:00
components Added proper helpsystem handling to ComponentGrid for some previously unhandled horizontal grid layouts 2023-03-31 20:33:38 +02:00
guis Fixed several container overflows in GuiTextEditKeyboardPopup that could lead to rare crashes when running on an ARM processor 2023-03-12 12:13:49 +01:00
renderers Fixed multiple issues with the postprocessing shaders. 2023-02-21 18:41:35 +01:00
resources Fixed a line wrapping issue for text with blank lines that was not displayed in a scrollable container 2023-04-08 15:35:56 +02:00
utils Fixed an issue where FileSystemUtil::renameFile() did sometimes not provide a return value for if it actually succeeded or not 2023-04-02 21:01:28 +02:00
AsyncHandle.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
AudioManager.cpp Fixed an issue where defining the same sound file for multiple navigation sounds would log an error to es_log.txt on theme change. 2023-01-05 11:17:34 +01:00
AudioManager.h Removed an unused function declaration in AudioManager. 2022-02-21 19:04:07 +01:00
CECInput.cpp Changed the RPi preprocessor name from _RPI_ to RASPBERRY_PI. 2022-04-19 17:29:29 +02:00
CECInput.h Large refactoring to improve thread safety and improve singleton pattern usage. 2022-01-04 21:21:26 +01:00
GuiComponent.cpp Some code cleanup. 2022-12-20 21:52:48 +01:00
GuiComponent.h Added support to GridComponent for color shifting the selected item. 2023-01-28 14:14:30 +01:00
HelpPrompt.h Removed some unnecessary typedefs and replaced the remaining ones with the more modern 'using' keyword. 2022-01-11 21:57:00 +01:00
HelpStyle.cpp Set a different placement and font size for the helpsystem when running on a vertically oriented screen. 2023-02-10 00:54:00 +01:00
HelpStyle.h Changed the PlayStation 3 controller type to PlayStation 1/2/3 2023-01-21 13:45:54 +01:00
HttpReq.cpp Added an application updater that checks for new releases on startup. 2023-02-18 12:42:19 +01:00
HttpReq.h Added an application updater that checks for new releases on startup. 2023-02-18 12:42:19 +01:00
ImageIO.cpp Changed the renderer pixel format from RGBA to BGRA. 2022-10-28 00:08:41 +02:00
ImageIO.h Formatted the es-core source tree using clang-format. 2021-07-07 20:31:46 +02:00
InputConfig.cpp General refactoring and code cleanup. 2022-01-16 18:18:28 +01:00
InputConfig.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
InputManager.cpp Cleaned up some code in InputeManager. 2023-01-21 11:29:43 +01:00
InputManager.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
Log.cpp Added a comment to the Log file headers that the class is thread safe. 2023-02-18 20:32:36 +01:00
Log.h Added a comment to the Log file headers that the class is thread safe. 2023-02-18 20:32:36 +01:00
MameNames.cpp (Windows) Changed many logging entries to use backslashes instead of forward slashes as directory separators. 2022-07-01 16:39:18 +02:00
MameNames.h Added a menu option to retain extra MAME name information for unscraped game names. 2023-02-14 17:28:43 +01:00
Scripting.cpp Added explicit sorting of the custom event scripts. 2022-09-07 20:01:04 +02:00
Scripting.h Added explicit sorting of the custom event scripts. 2022-09-07 20:01:04 +02:00
Settings.cpp Added a UserThemeDirectory setting for relocating the user theme directory 2023-04-06 11:40:32 +02:00
Settings.h Added an application updater that checks for new releases on startup. 2023-02-18 12:42:19 +01:00
Sound.cpp Added checks for nonexistent navigation sounds in the theme configuration with fallback to the default sounds. 2022-12-22 17:15:15 +01:00
Sound.h Added checks for nonexistent navigation sounds in the theme configuration with fallback to the default sounds. 2022-12-22 17:15:15 +01:00
ThemeData.cpp (Windows) Converted forward slashes to backslashes for a log message. 2023-04-06 11:50:18 +02:00
ThemeData.h Added a theme loading log entry about the applied aspect ratio configuration. 2023-02-10 00:34:24 +01:00
Window.cpp Disabled non-blurred backgrounds when rotating screen 90 or 270 degrees. 2023-02-21 18:39:56 +01:00
Window.h Added a startup progress bar to the splash screen. 2023-01-22 21:03:08 +01:00