ES-DE/es-core/src/components
2022-03-12 10:11:04 +01: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 support for using unsigned integers for theme properties. 2022-02-13 15:01:55 +01:00
BadgeComponent.h Large update to get the new theme engine up and running. 2022-01-29 18:41:22 +01: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 Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
ButtonComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
CarouselComponent.cpp Fixed a few GCC compiler warnings. 2022-02-27 15:23:33 +01:00
CarouselComponent.h Replaced the ambiguous alignment properties with specific horizontal and vertical properties. 2022-02-11 00:19:08 +01:00
ComponentGrid.cpp Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
ComponentGrid.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
ComponentList.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
ComponentList.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
DateTimeComponent.cpp Changed to the more specific imageType and systemdata theme properties. 2022-02-13 11:45:06 +01:00
DateTimeComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
DateTimeEditComponent.cpp Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
DateTimeEditComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
FlexboxComponent.cpp Code cleanup by moving a lot of casts to the appropriate getter functions. 2022-02-11 23:38:23 +01:00
FlexboxComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
GameSelectorComponent.h Fixed a use-after-free in GameSelectorComponent. 2022-02-20 19:31:19 +01:00
GIFAnimComponent.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
GIFAnimComponent.h (Windows) Made GIFAnimComponent work with filenames containing Unicode characters. 2022-03-06 12:53:20 +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 Added themeable opacity support for the help system. 2022-02-13 12:18:33 +01:00
HelpComponent.h Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
IList.h Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
ImageComponent.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
ImageComponent.h Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01: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 Disabled rlottie caching in debug mode so animations can be replaced on the fly. 2022-03-12 10:11:04 +01:00
LottieAnimComponent.h Renamed LottieComponent to LottieAnimComponent. 2022-02-23 21:54:57 +01:00
MenuComponent.cpp Code cleanup by moving a lot of casts to the appropriate getter functions. 2022-02-11 23:38:23 +01:00
MenuComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
NinePatchComponent.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
NinePatchComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +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 Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
RatingComponent.h Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
ScrollableContainer.cpp Added support for setting component opacity from the theme configuration. 2022-02-12 17:38:55 +01:00
ScrollableContainer.h ScrollableContainer parameters are now themeable. 2022-02-10 20:02:56 +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 Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
SliderComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +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 Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
TextComponent.h Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
TextEditComponent.cpp Changed the opacity data type and functions from unsigned char to float. 2022-02-11 22:10:25 +01:00
TextEditComponent.h Removed a huge amount of unnecessary Window* function arguments. 2022-01-19 18:01:54 +01:00
TextListComponent.h Changed to the more specific imageType and systemdata theme properties. 2022-02-13 11:45:06 +01:00
VideoComponent.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
VideoComponent.h Added theme support for disabling audio playback for each defined video. 2022-02-19 21:45:31 +01:00
VideoFFmpegComponent.cpp Changed some render variables to more verbose names. 2022-03-11 23:51:41 +01:00
VideoFFmpegComponent.h Fixed some compiler errors when building with FFmpeg 5.0 2022-03-06 14:38:19 +01:00