ES-DE/es-core/src/components
2020-12-28 23:23:01 +01:00
..
AnimatedImageComponent.cpp Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
AnimatedImageComponent.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
BusyComponent.cpp Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
BusyComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
ButtonComponent.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
ButtonComponent.h Added support for graying out menu entries via switch callbacks. 2020-12-15 18:49:43 +01:00
ComponentGrid.cpp Created a common pixel conversion function for both renderers. 2020-12-18 16:49:11 +01:00
ComponentGrid.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
ComponentList.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
ComponentList.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
DateTimeComponent.cpp Changed some more code from C to C++ 2020-12-17 20:43:52 +01:00
DateTimeComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
DateTimeEditComponent.cpp Changed some more code from C to C++ 2020-12-17 20:43:52 +01:00
DateTimeEditComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
GridTileComponent.cpp Changed to C++ casts throughout the application. 2020-11-17 23:06:54 +01:00
GridTileComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
HelpComponent.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
HelpComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
IList.h Removed the deprecated PowerSaver. 2020-12-16 17:57:10 +01:00
ImageComponent.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
ImageComponent.h Made the switches slightly smaller in the metadata editor. 2020-12-17 20:49:20 +01:00
ImageGridComponent.h Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
MenuComponent.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
MenuComponent.h (Windows) Added support for the MSVC compiler. 2020-12-28 23:23:01 +01:00
NinePatchComponent.cpp Created a common pixel conversion function for both renderers. 2020-12-18 16:49:11 +01:00
NinePatchComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
OptionListComponent.h The scraper filter setting is now retained throughout the program session. 2020-12-16 17:35:23 +01:00
RatingComponent.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
RatingComponent.h Implemented (somehow) proper inversions for images in menus. 2020-11-08 13:03:45 +01:00
ScrollableContainer.cpp Overhaul of the screensaver. 2020-11-10 22:18:20 +01:00
ScrollableContainer.h Text scrolling now stops when launching a game and when the screensaver starts. 2020-09-17 22:00:07 +02:00
SliderComponent.cpp Changed to C++ casts throughout the application. 2020-11-17 23:06:54 +01:00
SliderComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
SwitchComponent.cpp Made the switches slightly smaller in the metadata editor. 2020-12-17 20:49:20 +01:00
SwitchComponent.h Made the switches slightly smaller in the metadata editor. 2020-12-17 20:49:20 +01:00
TextComponent.cpp Changed to C++ casts throughout the application. 2020-11-17 23:06:54 +01:00
TextComponent.h Added support for hidden text fields (intended for passwords). 2020-11-07 12:50:30 +01:00
TextEditComponent.cpp Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
TextEditComponent.h Rewrote some code from C to C++ 2020-12-16 23:59:00 +01:00
TextListComponent.h Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
VideoComponent.cpp Fixed an issue where videos would not pause on screensaver activation. 2020-12-16 18:03:23 +01:00
VideoComponent.h Made the switches slightly smaller in the metadata editor. 2020-12-17 20:49:20 +01:00
VideoOmxComponent.cpp Changed to C++ casts throughout the application. 2020-11-17 23:06:54 +01:00
VideoOmxComponent.h Renamed VideoPlayerComponent to VideoOmxComponent. 2020-11-12 17:40:06 +01:00
VideoVlcComponent.cpp Replaced the custom math functions with standard C++ functions. 2020-12-28 11:29:32 +01:00
VideoVlcComponent.h Further modernizations of the audio handling code. 2020-12-22 23:27:23 +01:00