ES-DE/es-core/src/components
2021-05-11 18:06:30 +02: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 Made BusyComponent scale properly on high resolution displays. 2021-01-15 20:27:54 +01:00
BusyComponent.h Added SPDX license identifiers to all source files. 2020-09-21 19:17:34 +02:00
ButtonComponent.cpp Added debug overlay support to ButtonComponent, DateTimeEditComponent and TextListComponent. 2021-03-22 18:07:15 +01:00
ButtonComponent.h Added support for graying out menu entries via switch callbacks. 2020-12-15 18:49:43 +01:00
ComponentGrid.cpp Fixed some minor warnings reported by the Clang static analyzer. 2021-03-01 19:40:23 +01:00
ComponentGrid.h Fixed an issue where separator lines would not be rendered correctly. 2021-01-16 22:52:10 +01:00
ComponentList.cpp Minor cosmetic code cleanup. 2021-03-27 10:26:13 +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 Added debug overlay support to ButtonComponent, DateTimeEditComponent and TextListComponent. 2021-03-22 18:07:15 +01:00
DateTimeEditComponent.h Left aligned DateTimeEditComponent in the scraper GUI. 2021-03-20 11:08:28 +01:00
GridTileComponent.cpp Some code cleanup. 2021-03-23 22:01:47 +01:00
GridTileComponent.h Fixed an issue where a missing texture in GridTileComponent generated a lot of log warnings. 2021-01-05 15:57:50 +01:00
HelpComponent.cpp Changed to static loading of the help icons to avoid texture pop-in. 2021-04-05 13:26:25 +02:00
HelpComponent.h Minor cosmetic code cleanup. 2021-03-27 10:26:13 +01:00
IList.h Slightly decreased the time needed to reach the highest scrolling tier. 2021-03-14 10:04:52 +01:00
ImageComponent.cpp Some code cleanup. 2021-03-23 22:01:47 +01:00
ImageComponent.h Made the switches slightly smaller in the metadata editor. 2020-12-17 20:49:20 +01:00
ImageGridComponent.h Some code cleanup. 2021-03-23 22:01:47 +01:00
MenuComponent.cpp Minor cosmetic code cleanup. 2021-03-27 10:26:13 +01:00
MenuComponent.h Multi-scraper no longer jumps to the main menu after finished scraping. 2021-01-17 12:21:33 +01:00
NinePatchComponent.cpp Some code cleanup. 2021-03-23 22:01:47 +01:00
NinePatchComponent.h Removed a deprecated function from NinePatchComponent. 2021-01-15 20:26:33 +01:00
OptionListComponent.h Fixed a GUI element placement issue on high resolution displays. 2021-01-14 18:24:41 +01:00
RatingComponent.cpp Changed some debug overlay colors. 2021-03-22 17:56:38 +01:00
RatingComponent.h Implemented (somehow) proper inversions for images in menus. 2020-11-08 13:03:45 +01:00
ScrollableContainer.cpp Fixed an issue in ScrollableContainer where the reset animation played when it shouldn't. 2021-03-14 09:49:26 +01:00
ScrollableContainer.h Improved the speed consistency for ScrollableContainer. 2021-01-19 00:11:02 +01:00
SliderComponent.cpp Improved the knob position calculation for SliderComponent. 2021-02-01 00:07:15 +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 some debug overlay colors. 2021-03-22 17:56:38 +01:00
TextComponent.h Added support to TextComponent to return the horizontal and vertical alignments. 2021-03-21 11:50:13 +01:00
TextEditComponent.cpp Updated TextEditComponent to scale properly on high resolution diplays. 2021-01-15 18:53:38 +01:00
TextEditComponent.h Improved the speed consistency for ScrollableContainer. 2021-01-19 00:11:02 +01:00
TextListComponent.h Added debug overlay support to ButtonComponent, DateTimeEditComponent and TextListComponent. 2021-03-22 18:07:15 +01:00
VideoComponent.cpp Fixed an issue where the static video image would not be displayed after metadata changes. 2021-04-09 22:54:00 +02:00
VideoComponent.h The video player is now stopped before attempting to remove media files. 2021-01-31 20:51:24 +01:00
VideoFFmpegComponent.cpp Fixed a stupid iterator issue in VideoFFmpegComponent. 2021-05-11 18:06:30 +02:00
VideoFFmpegComponent.h Added multithreading to VideoFFmpegComponent. 2021-05-11 17:35:55 +02: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 Improved the audio streaming in AudioManager. 2021-05-09 22:47:46 +02:00
VideoVlcComponent.h Improved the audio streaming in AudioManager. 2021-05-09 22:47:46 +02:00