.. |
animations
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
components
|
Added CarouselComponent skeleton.
|
2022-02-04 21:42:08 +01:00 |
guis
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
renderers
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
resources
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
utils
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
AsyncHandle.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
AudioManager.cpp
|
Fixed an issue where the audio device was accessed after it had been closed.
|
2022-01-05 00:08:50 +01:00 |
AudioManager.h
|
Some minor code cleanup.
|
2022-01-29 18:16:30 +01:00 |
CECInput.cpp
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
CECInput.h
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
GuiComponent.cpp
|
Added support for two new 'scrollFadeIn' and 'defaultImage' properties.
|
2022-01-30 19:30:38 +01:00 |
GuiComponent.h
|
Removed an unnecessary color opacity variable from GuiComponent.
|
2022-01-31 22:36:08 +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
|
Large update to get the new theme engine up and running.
|
2022-01-29 18:41:22 +01:00 |
HelpStyle.h
|
Added support for including the left and right trigger buttons in the help prompts.
|
2021-09-17 21:14:43 +02:00 |
HttpReq.cpp
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
HttpReq.h
|
Fixed lots of code formatting issues.
|
2021-09-27 21:06:07 +02:00 |
ImageIO.cpp
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01: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
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
InputManager.cpp
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
InputManager.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
Log.cpp
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
Log.h
|
Some minor code cleanup.
|
2022-01-29 18:16:30 +01:00 |
MameNames.cpp
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
MameNames.h
|
(RPi) Fixed a compiler error.
|
2021-11-17 21:38:27 +01:00 |
Scripting.cpp
|
Renamed Platform to utils/PlatformUtil
|
2022-01-10 18:56:04 +01:00 |
Scripting.h
|
Increased the amount of custom event arguments from two to four.
|
2021-12-05 11:25:11 +01:00 |
Settings.cpp
|
Enabled the video player audio by default.
|
2022-02-01 20:54:36 +01:00 |
Settings.h
|
Changed Settings::getInstance() from returning a smart_ptr to returning a regular pointer.
|
2022-01-04 21:54:55 +01:00 |
Sound.cpp
|
Large update to get the new theme engine up and running.
|
2022-01-29 18:41:22 +01:00 |
Sound.h
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
ThemeData.cpp
|
Added UI labels to the theme aspect ratios.
|
2022-01-31 23:22:42 +01:00 |
ThemeData.h
|
Added UI labels to the theme aspect ratios.
|
2022-01-31 23:22:42 +01:00 |
Window.cpp
|
Reduced CPU usage significantly when a menu is open.
|
2022-01-19 19:31:27 +01:00 |
Window.h
|
Added a small delay to the cached background invalidation to give components some time to render.
|
2022-01-09 17:56:17 +01:00 |