ES-DE/es-core/src/components
2023-07-29 20:26:27 +02:00
..
primary Fixed an issue where the textlist properties selectedBackgroundColor and selectedSecondaryBackgroundColor were not offset by selectorVerticalOffset 2023-07-25 00:06:00 +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 game manual badge 2023-06-29 20:43:32 +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 Added a rounding when sizing BusyComponent to improve its rendering at low resolutions 2023-07-29 16:33:07 +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 Improved menu system font rendering on GPUs without proper texture filtering support 2023-07-29 18:41:43 +02:00
ComponentList.h Changed ComponentList to fixed row heights 2023-07-29 11:25:13 +02:00
DateTimeComponent.cpp Added support for overriding the default 'unknown' values when a game has no metadata available. 2023-01-10 22:20:00 +01: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 Added an iterationCount property to GIFAnimComponent and LottieAnimComponent. 2023-03-04 20:36:49 +01:00
GIFAnimComponent.h Added an iterationCount property to GIFAnimComponent and LottieAnimComponent. 2023-03-04 20:36:49 +01:00
HelpComponent.cpp Added help prompts to the media viewer and PDF viewer 2023-06-28 20:32:49 +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 Enabled linear interpolation support for ImageComponent::setRawImage() 2023-07-04 17:41:41 +02:00
ImageComponent.h Removed the PoDoFo dependency and replaced its functionality with the Poppler library 2023-06-22 11:34:03 +02:00
LottieAnimComponent.cpp Added an iterationCount property to GIFAnimComponent and LottieAnimComponent. 2023-03-04 20:36:49 +01:00
LottieAnimComponent.h Added an iterationCount property to GIFAnimComponent and LottieAnimComponent. 2023-03-04 20:36:49 +01: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 Changed the order of some NinePatchComponent functions 2023-07-02 11:58:59 +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 Fixed an issue where the rating component was sometimes color shifted incorrectly 2023-06-29 21:04:44 +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 Fixed an issue where the scissor box size in ScrollableContainer was sometimes not calculated correctly 2023-03-26 19:29:35 +02:00
ScrollableContainer.h Fixed multiple issues in ScrollableContainer and added a new containerVerticalSnap property. 2022-09-16 18:49:39 +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 Added support for changing between light and dark color schemes for the menu system 2023-05-07 22:56:24 +02:00
TextComponent.h Added theme support for the 'manual' metadata type for the text element 2023-07-20 17:33:49 +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 a new cropSize property to the video element. 2023-03-01 20:55:22 +01:00
VideoComponent.h Added a new cropSize property to the video element. 2023-03-01 20:55:22 +01:00
VideoFFmpegComponent.cpp Moved a #define in VideoFFmpegComponent 2023-06-21 20:35:19 +02:00
VideoFFmpegComponent.h Added a new cropSize property to the video element. 2023-03-01 20:55:22 +01:00