ES-DE/es-core/src/components
2023-03-31 20:33:38 +02:00
..
primary Fixed an issue where cursor callbacks were not always executed in CarouselComponent. 2023-03-05 17:51:16 +01:00
AnimatedImageComponent.cpp Refactored some image resizing functions. 2022-11-07 23:58:22 +01:00
AnimatedImageComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
BadgeComponent.cpp Fixed an issue where there was a theme loading error message if the 'all' badge slot type was used. 2023-02-13 22:41:42 +01: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 support for changing the BusyComponent text dynamically 2023-03-21 18:35:43 +01:00
BusyComponent.h Added support for changing the BusyComponent text dynamically 2023-03-21 18:35:43 +01:00
ButtonComponent.cpp Made many improvements to GUI sizing and positioning when running in vertical screen resolutions. 2023-02-07 18:51:04 +01:00
ButtonComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
ComponentGrid.cpp Added proper helpsystem handling to ComponentGrid for some previously unhandled horizontal grid layouts 2023-03-31 20:33:38 +02:00
ComponentGrid.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +02:00
ComponentList.cpp Made some improvements to the layout when running on a vertically oriented screen. 2023-02-10 17:29:48 +01:00
ComponentList.h Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine. 2022-06-05 12:36:55 +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 Fixed a cosmetic text sizing issue in DateTimeEditComponent. 2022-12-18 15:53:12 +01: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 Changed the PlayStation 3 controller type to PlayStation 1/2/3 2023-01-21 13:45:54 +01: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 Fixed an incorrect cropSize calculation which sometimes triggered an assertion. 2023-03-08 19:47:30 +01:00
ImageComponent.h Renamed an incorrectly named static variable in ImageComponent. 2022-12-17 22:15:19 +01: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 Avoided some SVG rasterization attempts before the image size was set for some built-in assets. 2023-02-15 23:58:50 +01:00
MenuComponent.h Made many improvements to GUI sizing and positioning when running in vertical screen resolutions. 2023-02-07 18:51:04 +01:00
NinePatchComponent.cpp Multiple layout improvements when running on a vertically oriented screen. 2023-02-10 01:00:10 +01:00
NinePatchComponent.h Removed the unnecessary applyTheme function from NinePatchComponent. 2022-11-03 15:44:52 +01:00
OptionListComponent.h Made the callback function in OptionListComponent more generic. 2023-02-20 17:52:51 +01:00
RatingComponent.cpp Changed a number of theme properties to be read by reference instead of via copy. 2022-11-03 16:03:21 +01:00
RatingComponent.h Set linear interpolation for the rating component in GuiMetaDataEd and GuiScraperSearch. 2022-09-03 21:43:36 +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 Removed the 'Enable menu scroll indicators' menu option. 2022-06-10 19:54:29 +02:00
SliderComponent.cpp Avoided some SVG rasterization attempts before the image size was set for some built-in assets. 2023-02-15 23:58:50 +01: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 Fixed some issues where bundled SVG images would not get cached at the correct resolution. 2022-08-30 20:26:48 +02:00
SwitchComponent.h Refactored some image resizing functions. 2022-11-07 23:58:22 +01:00
TextComponent.cpp Added support for changing the saturation for font textures. 2023-03-03 22:37:39 +01:00
TextComponent.h Added support for changing the saturation for font textures. 2023-03-03 22:37:39 +01:00
TextEditComponent.cpp Made many improvements to GUI sizing and positioning when running in vertical screen resolutions. 2023-02-07 18:51:04 +01:00
TextEditComponent.h Rewrite of the text wrapping code to work with languages which generally lack spaces, like Japanese. 2022-10-08 09:33:57 +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 Added a format exception to get around a clang-format bug. 2023-03-09 21:11:08 +01:00
VideoFFmpegComponent.h Added a new cropSize property to the video element. 2023-03-01 20:55:22 +01:00