.. |
primary
|
Removed some unnecessary applyTheme calls from CarouselComponent and GridComponent
|
2023-09-22 17:29:14 +02:00 |
AnimatedImageComponent.cpp
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
AnimatedImageComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
BadgeComponent.cpp
|
Added a 'stationary' property to all secondary elements to set them as stationary during slide transitions
|
2023-08-06 23:51:53 +02:00 |
BadgeComponent.h
|
The badge overlay images are now retained in the texture cache.
|
2022-09-08 19:04:56 +02:00 |
BusyComponent.cpp
|
Improved font rendering for BusyComponent and GuiInfoPopup
|
2023-07-29 20:27:36 +02:00 |
BusyComponent.h
|
Added support for changing the BusyComponent text dynamically
|
2023-03-21 18:35:43 +01:00 |
ButtonComponent.cpp
|
Added a parameter for whether to resize ButtonComponent when calling setText()
|
2023-07-27 13:06:07 +02:00 |
ButtonComponent.h
|
Added a parameter for whether to resize ButtonComponent when calling setText()
|
2023-07-27 13:06:07 +02:00 |
ComponentGrid.cpp
|
Reverted a rounding change in ComponentGrid as it caused unforeseen issues
|
2023-07-29 20:26:27 +02:00 |
ComponentGrid.h
|
Added support for pasting text into the application when a text input field is focused
|
2023-07-20 16:01:24 +02:00 |
ComponentList.cpp
|
Minor code cleanup
|
2023-08-08 20:00:21 +02:00 |
ComponentList.h
|
Fixed some Clang compiler warnings
|
2023-08-08 19:43:40 +02:00 |
DateTimeComponent.cpp
|
Added a 'stationary' property to all secondary elements to set them as stationary during slide transitions
|
2023-08-06 23:51:53 +02:00 |
DateTimeComponent.h
|
Added support for overriding the default 'unknown' values when a game has no metadata available.
|
2023-01-10 22:20:00 +01:00 |
DateTimeEditComponent.cpp
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
DateTimeEditComponent.h
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +02:00 |
FlexboxComponent.cpp
|
Added the ability to center-align badges.
|
2023-01-29 12:03:53 +01:00 |
FlexboxComponent.h
|
Added the ability to center-align badges.
|
2023-01-29 12:03:53 +01:00 |
GameSelectorComponent.h
|
Added an allowDuplicates property to the gameselector element.
|
2023-01-31 19:11:58 +01:00 |
GIFAnimComponent.cpp
|
Removed a lot of unnecessary vertex roundings
|
2023-09-07 21:38:34 +02:00 |
GIFAnimComponent.h
|
Added rounded corner support to the image, video, animation, carousel and grid elements
|
2023-08-20 19:41:07 +02:00 |
HelpComponent.cpp
|
Completely removed support for legacy EmulationStation theme sets
|
2023-07-30 18:17:27 +02:00 |
HelpComponent.h
|
Added alignment support and separate dimming of gamelist and system views to the help system.
|
2022-03-18 20:14:51 +01:00 |
IList.h
|
Carousel fastScrolling is now disabled if there are less than three entries.
|
2023-03-05 17:37:24 +01:00 |
ImageComponent.cpp
|
Removed a lot of unnecessary vertex roundings
|
2023-09-07 21:38:34 +02:00 |
ImageComponent.h
|
Renamed the textureSize shader uniform to texSize to avoid collision with the GLSL keyword
|
2023-08-31 17:11:32 +02:00 |
LottieAnimComponent.cpp
|
Removed a lot of unnecessary vertex roundings
|
2023-09-07 21:38:34 +02:00 |
LottieAnimComponent.h
|
Added rounded corner support to the image, video, animation, carousel and grid elements
|
2023-08-20 19:41:07 +02:00 |
MenuComponent.cpp
|
Changed ComponentList to fixed row heights
|
2023-07-29 11:25:13 +02:00 |
MenuComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
NinePatchComponent.cpp
|
Removed a lot of unnecessary vertex roundings
|
2023-09-07 21:38:34 +02:00 |
NinePatchComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
OptionListComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
RatingComponent.cpp
|
Small change to two RatingComponent theme log warnings
|
2023-08-20 21:01:23 +02:00 |
RatingComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
ScrollableContainer.cpp
|
Removed all horizontal text scrolling code from ComponentList (TextComponent is now used instead for this)
|
2023-08-08 19:18:16 +02:00 |
ScrollableContainer.h
|
Removed all horizontal text scrolling code from ComponentList (TextComponent is now used instead for this)
|
2023-08-08 19:18:16 +02:00 |
ScrollIndicatorComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
SliderComponent.cpp
|
Adjusted some colors for the dark menu color scheme
|
2023-05-07 23:25:52 +02:00 |
SliderComponent.h
|
Avoided some SVG rasterization attempts before the image size was set for some built-in assets.
|
2023-02-15 23:58:50 +01:00 |
SwitchComponent.cpp
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
SwitchComponent.h
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
TextComponent.cpp
|
Fixed an issue where the text debug overlay was not always rendered correctly
|
2023-09-22 17:27:56 +02:00 |
TextComponent.h
|
Added theme support for the 'physicalName' and 'physicalNameExtension' metadata types for the text element
|
2023-09-23 12:52:00 +02:00 |
TextEditComponent.cpp
|
Fixed an issue where SDL_StartTextInput() was sometimes set when not actually inputting any text
|
2023-07-20 16:03:59 +02:00 |
TextEditComponent.h
|
Fixed an issue where SDL_StartTextInput() was sometimes set when not actually inputting any text
|
2023-07-20 16:03:59 +02:00 |
VideoComponent.cpp
|
Added rounded corner support to the image, video, animation, carousel and grid elements
|
2023-08-20 19:41:07 +02:00 |
VideoComponent.h
|
Added rounded corner support to the image, video, animation, carousel and grid elements
|
2023-08-20 19:41:07 +02:00 |
VideoFFmpegComponent.cpp
|
Removed a lot of unnecessary vertex roundings
|
2023-09-07 21:38:34 +02:00 |
VideoFFmpegComponent.h
|
Added rounded corner support to the image, video, animation, carousel and grid elements
|
2023-08-20 19:41:07 +02:00 |