.. |
animations
|
Small refactoring of AnimationController.
|
2022-11-11 18:11:31 +01:00 |
components
|
The textlist navigation sound will now always start playing immediately when scrolling a single entry
|
2023-07-13 14:26:11 +02:00 |
guis
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
renderers
|
(Windows) Added a check for whether OpenGL 3.3 is supported by the GPU driver
|
2023-06-26 22:43:52 +02:00 |
resources
|
Enabled linear interpolation support for ImageComponent::setRawImage()
|
2023-07-04 17:41:41 +02:00 |
utils
|
(macOS) Suppressed a compiler warning
|
2023-07-07 18:32:11 +02:00 |
AsyncHandle.h
|
Added an option to scrape game manuals using ScreenScraper
|
2023-05-08 17:14:52 +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
|
Changed the order of some GuiComponent functions
|
2023-07-04 22:20:32 +02:00 |
GuiComponent.h
|
Changed the order of some GuiComponent functions
|
2023-07-04 22:20:32 +02: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
|
Added six new theme properties for sizing and placement of the helpsystem when a menu is open
|
2023-04-09 12:47:44 +02:00 |
HelpStyle.h
|
Added help prompts to the media viewer and PDF viewer
|
2023-06-28 20:32:49 +02: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
|
Improved resilience to buggy controller drivers which would sometimes crash the application
|
2023-05-06 10:40:36 +02:00 |
InputManager.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
Log.cpp
|
(Windows) Fixed an issue where the log output time stamp was missing in es_log.txt when built using MinGW
|
2023-06-28 22:21:42 +02: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
|
Removed the entry counter from the media viewer and added an option for whether to display the media types
|
2023-07-05 23:19:57 +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
|
Added a scaleInwards property to the grid element to contain scaling within the element boundaries
|
2023-04-12 23:06:13 +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
|
Popup notifications are now stopped when starting the media viewer
|
2023-07-04 18:09:10 +02:00 |
Window.h
|
Added zoom support to the PDF viewer
|
2023-07-04 17:47:00 +02:00 |