Leon Styhre
|
18eade57ad
|
Added localization support to the label entries in capabilities.xml
|
2024-08-31 20:54:29 +02:00 |
|
Leon Styhre
|
d4a0f32dd0
|
Added support for using language variables in the theme configuration
|
2024-08-31 12:52:20 +02:00 |
|
Leon Styhre
|
eecd84ac09
|
Added basic configuration support and menu entries for theme localization
|
2024-08-29 19:09:33 +02:00 |
|
Leon Styhre
|
be95b494dc
|
Added localization support to parts of the application
|
2024-07-13 19:14:34 +02:00 |
|
Leon Styhre
|
6b541ad501
|
Added localization support to parts of the application
|
2024-07-04 18:53:13 +02:00 |
|
Leon Styhre
|
f1642393a4
|
Added a 'backgroundMargins' property to the text element
|
2024-06-02 22:30:41 +02:00 |
|
Leon Styhre
|
10d9fa9a7c
|
Added support for defining font sizes from the theme configuration and selecting these from the UI settings menu
|
2023-12-20 21:58:40 +01:00 |
|
Leon Styhre
|
56ccba81d1
|
Removed all instances of hardcoded application directory entries
Also changed some source file headers
|
2023-12-15 18:33:02 +01:00 |
|
Leon Styhre
|
481e2869ec
|
Changed the concept of 'theme set' to simply 'theme' everywhere in the code
|
2023-08-14 22:40:32 +02:00 |
|
Leon Styhre
|
ed1e11418b
|
Completely removed support for legacy EmulationStation theme sets
|
2023-07-30 18:17:27 +02:00 |
|
Leon Styhre
|
772f2dea90
|
(macOS) Changed the minimum required OS version from 10.14 'Mojave' to 10.15 'Catalina'
Also completely removed support for the legacy OS build
|
2023-07-29 16:08:40 +02:00 |
|
Leon Styhre
|
f22da24486
|
Added a theme loading log entry about the applied aspect ratio configuration.
Also renamed some incorrectly named variables in ThemeData.
|
2023-02-10 00:34:24 +01:00 |
|
Leon Styhre
|
623540dd35
|
Added support for specifying a theme name in the capabilities.xml file.
|
2023-01-20 18:37:32 +01:00 |
|
Leon Styhre
|
941fa013b6
|
Added support for applying per-variant transition profiles from included theme configuration files.
|
2023-01-15 18:24:08 +01:00 |
|
Leon Styhre
|
656c3661ea
|
Renamed suppressedTransitionEntries to suppressedTransitionProfiles.
|
2023-01-08 19:30:16 +01:00 |
|
Leon Styhre
|
71b4fc947a
|
Added support for theme-controlled transition animations.
|
2023-01-08 17:00:36 +01:00 |
|
Leon Styhre
|
ad973e1ffa
|
Removed support for all deprecated theme properties.
|
2023-01-04 21:36:22 +01:00 |
|
Leon Styhre
|
fa67018b72
|
Added variant trigger support.
|
2023-01-04 19:01:41 +01:00 |
|
Leon Styhre
|
f4d4abb33b
|
Added theme support for defining relative brightness for images, videos and animations.
|
2022-12-14 20:17:41 +01:00 |
|
Leon Styhre
|
0b5419316d
|
Changed a number of property names in CarouselComponent and GridComponent.
|
2022-12-11 11:22:08 +01:00 |
|
Leon Styhre
|
b91daa113d
|
Fixed an uninitialized variable in ThemeData.
|
2022-11-03 23:19:25 +01:00 |
|
Leon Styhre
|
98d9ce42d2
|
Added support for automatic theme aspect ratio detection.
|
2022-11-01 17:08:51 +01:00 |
|
Leon Styhre
|
8df54bd80e
|
Added support for color schemes.
|
2022-10-31 19:32:13 +01:00 |
|
Leon Styhre
|
c870664615
|
Missing theme files defined using variables now only trigger debug messages instead of errors or warnings.
Also added two DebugSkipMissingThemeFiles and DebugSkipMissingThemeFilesCustomCollections settings.
|
2022-10-29 13:04:00 +02:00 |
|
Leon Styhre
|
8cc3d1aac5
|
Added some more workarounds for legacy theme sets with incorrectly defined element types.
|
2022-09-09 18:03:58 +02:00 |
|
Leon Styhre
|
c537de51ef
|
Some general code cleanup.
|
2022-09-07 19:59:27 +02:00 |
|
Leon Styhre
|
b69706fc35
|
The currently loaded theme set name is now logged to to es_log.txt on startup, reload and theme change.
|
2022-08-14 20:24:26 +02:00 |
|
Leon Styhre
|
5699988767
|
Added a workaround for legacy theme sets where the md_releasedate and md_lastplayed element types have incorrectly been defined as text instead of datetime.
|
2022-08-14 14:46:56 +02:00 |
|
Leon Styhre
|
40bf018aaa
|
Changed theme loading into a populateThemeSets function and created a separate getter function.
Also removed a deprecated theme check in the game directory.
|
2022-06-11 18:34:53 +02:00 |
|
Leon Styhre
|
45af7441e9
|
Added support for launching game files inside folders without having to enter the folder.
|
2022-04-11 23:28:18 +02:00 |
|
Leon Styhre
|
16955e5318
|
Fixed an issue where the theme sets were not always sorted correctly.
|
2022-04-09 15:57:37 +02:00 |
|
Leon Styhre
|
5de2855d60
|
Added theme support for defining color saturation for the image, video and animation components.
|
2022-03-17 19:33:09 +01:00 |
|
Leon Styhre
|
60213003b1
|
(Windows) Fixed some incomprehensible compiler errors.
|
2022-03-05 22:12:50 +01:00 |
|
Leon Styhre
|
31c5b200d1
|
Added support for using unsigned integers for theme properties.
|
2022-02-13 15:01:55 +01:00 |
|
Leon Styhre
|
f585f87497
|
Added support for setting component opacity from the theme configuration.
|
2022-02-12 17:38:55 +01:00 |
|
Leon Styhre
|
4eb763d816
|
Replaced the ambiguous alignment properties with specific horizontal and vertical properties.
|
2022-02-11 00:19:08 +01:00 |
|
Leon Styhre
|
09bc9770f2
|
Changed the theme property forceUppercase to the more versatile letterCase property.
|
2022-02-09 22:06:34 +01:00 |
|
Leon Styhre
|
69b9b587d6
|
Added support for text entries to CarouselComponent.
Also fixed some issues with the carousel wheels and removed an unused function in ThemeData.
|
2022-02-07 21:05:56 +01:00 |
|
Leon Styhre
|
061974eddf
|
Added UI labels to the theme aspect ratios.
|
2022-01-31 23:22:42 +01:00 |
|
Leon Styhre
|
c35a297d9a
|
Large update to get the new theme engine up and running.
|
2022-01-29 18:41:22 +01:00 |
|
Leon Styhre
|
dc20a9e21b
|
Cleaned up ThemeData a bit.
|
2022-01-23 20:03:50 +01:00 |
|
Leon Styhre
|
644f79ebec
|
Improved the theme loading error logging.
Also cleaned up the code a bit.
|
2022-01-23 17:50:51 +01:00 |
|
Leon Styhre
|
6229592c74
|
Added two new 'metadata' and 'scrollHide' elements to ThemeData.
|
2022-01-22 21:21:13 +01:00 |
|
Leon Styhre
|
a443f86235
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
|
Leon Styhre
|
8a6652552f
|
Set the clang-format option SpaceBeforeCpp11BracedList to true.
|
2022-01-16 12:09:55 +01:00 |
|
Leon Styhre
|
87ace0b8cb
|
Changed some shared_ptr return values to use values instead of references.
|
2022-01-04 22:36:15 +01:00 |
|
Leon Styhre
|
a2253113f7
|
(macOS) Some fixes to make the legacy build work again.
|
2021-12-01 17:57:23 +01:00 |
|
Leon Styhre
|
af52d9b0ac
|
Changed most increment and decrement operators from postfix to prefix for es-core.
|
2021-11-17 17:48:49 +01:00 |
|
Leon Styhre
|
63767347f2
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
|
Leon Styhre
|
12c853bc31
|
Moved the remaining math functions to a math utility namespace.
|
2021-08-17 22:11:16 +02:00 |
|