ES-DE/es-core/src/components
2021-07-02 17:36:05 +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 Removed a ComponentGrid assert that prevented portrait orientation to work at all. 2021-07-02 17:31:35 +02: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 Minimal code cleanup of HelpComponent. 2021-07-02 17:32:55 +02:00
HelpComponent.h Added support for selecting between different controller types. 2021-05-23 19:12:31 +02:00
IList.h Slightly decreased the time needed to reach the highest scrolling tier. 2021-03-14 10:04:52 +01:00
ImageComponent.cpp Fixed an issue where images were only scaled down but never up during cropping. 2021-06-14 19:56:21 +02:00
ImageComponent.h Added a function to ImageComponent to crop fully transparent areas around an image. 2021-06-12 21:08:35 +02:00
ImageGridComponent.h Some code cleanup. 2021-03-23 22:01:47 +01:00
MenuComponent.cpp Adjusted the size and position of the various menus. 2021-05-23 10:40:11 +02:00
MenuComponent.h Adjusted the size and position of the various menus. 2021-05-23 10:40:11 +02:00
NinePatchComponent.cpp Window corner sizes are now calculated based on the screen height instead of the screen width. 2021-07-02 17:36:05 +02:00
NinePatchComponent.h Removed a deprecated function from NinePatchComponent. 2021-01-15 20:26:33 +01:00
OptionListComponent.h Adjusted the size and position of the various menus. 2021-05-23 10:40:11 +02: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 Added a game launch screen. 2021-06-14 19:15:22 +02: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 Fixed an issue where horizontally scrolling game names would sometimes flicker. 2021-06-28 20:45:58 +02:00
VideoComponent.cpp Updated VideoFFmpegComponent to use libavfilter for frame processing and conversion. 2021-05-29 10:58:51 +02:00
VideoComponent.h Updated VideoFFmpegComponent to use libavfilter for frame processing and conversion. 2021-05-29 10:58:51 +02:00
VideoFFmpegComponent.cpp Fixed a glitch in VideoFFmpegComponent as the video texture was not properly reset. 2021-06-22 18:17:06 +02:00
VideoFFmpegComponent.h Updated VideoFFmpegComponent to use libavfilter for frame processing and conversion. 2021-05-29 10:58:51 +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 Added a CMake option to build with or without the VLC video player. 2021-06-23 00:24:15 +02:00
VideoVlcComponent.h Improved the audio streaming in AudioManager. 2021-05-09 22:47:46 +02:00