ES-DE/es-core/src/components
2022-06-04 17:25:36 +02:00
..
primary Fixed an issue where large pixelated fonts sometimes displayed too many textlist rows. 2022-06-03 23:24:34 +02:00
AnimatedImageComponent.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
AnimatedImageComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
BadgeComponent.cpp Added an Xbox Kinect controller badge icon. 2022-05-12 23:31:11 +02:00
BadgeComponent.h Added a folder badge including support for a folder link overlay. 2022-04-13 16:53:28 +02:00
BusyComponent.cpp Code cleanup by moving a lot of casts to the appropriate getter functions. 2022-02-11 23:38:23 +01:00
BusyComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
ButtonComponent.cpp Found a better solution to the single-pixel alignment rendering issue. 2022-04-27 18:40:28 +02:00
ButtonComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
ComponentGrid.cpp Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
ComponentGrid.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
ComponentList.cpp Fully generalized SystemView and GamelistView and rewrote CarouselComponent into a template class. 2022-03-24 23:05:23 +01:00
ComponentList.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
DateTimeComponent.cpp Standardized some theme warning log output. 2022-03-18 20:31:04 +01:00
DateTimeComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
DateTimeEditComponent.cpp Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
DateTimeEditComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
FlexboxComponent.cpp Added a folder badge including support for a folder link overlay. 2022-04-13 16:53:28 +02:00
FlexboxComponent.h Added a folder badge including support for a folder link overlay. 2022-04-13 16:53:28 +02:00
GameSelectorComponent.h Fully generalized SystemView and GamelistView and rewrote CarouselComponent into a template class. 2022-03-24 23:05:23 +01:00
GIFAnimComponent.cpp Added theme support for defining color saturation for the image, video and animation components. 2022-03-17 19:33:09 +01:00
GIFAnimComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
GridTileComponent.cpp Added support for defining multiple imageType entries. 2022-02-14 19:32:07 +01:00
GridTileComponent.h Added support for defining multiple imageType entries. 2022-02-14 19:32:07 +01:00
HelpComponent.cpp Changed the helpsystem properties entrySpacing and iconTextSpacing to relative values. 2022-03-20 19:07:52 +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 Fully generalized SystemView and GamelistView and rewrote CarouselComponent into a template class. 2022-03-24 23:05:23 +01:00
ImageComponent.cpp Added size restrictions to the 'size' and 'maxSize' theme properties for the image and video elements. 2022-06-04 17:25:36 +02:00
ImageComponent.h Added reflections support to CarouselComponent. 2022-04-18 21:37:58 +02:00
ImageGridComponent.h Code cleanup by moving a lot of casts to the appropriate getter functions. 2022-02-11 23:38:23 +01:00
LottieAnimComponent.cpp Standardized some theme warning log output. 2022-03-18 20:31:04 +01:00
LottieAnimComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
MenuComponent.cpp Fixed an issue where the scroll indicators sometimes overlapped the menu titles. 2022-06-03 18:27:46 +02:00
MenuComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
NinePatchComponent.cpp Found a better solution to the single-pixel alignment rendering issue. 2022-04-27 18:40:28 +02:00
NinePatchComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
OptionListComponent.h Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
RatingComponent.cpp Added size restrictions to fonts and textures to avoid crashes caused by invalid theme configuration. 2022-04-10 11:53:44 +02:00
RatingComponent.h Added dimming support to RatingComponent. 2022-03-21 20:35:24 +01:00
ScrollableContainer.cpp Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
ScrollableContainer.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
ScrollIndicatorComponent.h Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
SliderComponent.cpp Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
SliderComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
SwitchComponent.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
SwitchComponent.h Added support for setting component opacity from the theme configuration. 2022-02-12 17:38:55 +01:00
TextComponent.cpp Found a better solution to the single-pixel alignment rendering issue. 2022-04-27 18:40:28 +02:00
TextComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
TextEditComponent.cpp Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
TextEditComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00
VideoComponent.cpp Added size restrictions to the 'size' and 'maxSize' theme properties for the image and video elements. 2022-06-04 17:25:36 +02:00
VideoComponent.h Added theme support for disabling audio playback for each defined video. 2022-02-19 21:45:31 +01:00
VideoFFmpegComponent.cpp Added theme support for defining color saturation for the image, video and animation components. 2022-03-17 19:33:09 +01:00
VideoFFmpegComponent.h Refactored the rendering code into proper classes. 2022-03-14 19:51:48 +01:00