.. |
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
|
Removed a deprecated function from NinePatchComponent.
|
2021-01-15 20:26:33 +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
|
Fixed a slight but annoying rendering issue for the menu selector bar.
|
2021-02-01 21:23: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
|
Eliminated some unnecessary processing in DateTimeEditComponent if not right aligning.
|
2021-03-20 11:11:19 +01:00 |
DateTimeEditComponent.h
|
Left aligned DateTimeEditComponent in the scraper GUI.
|
2021-03-20 11:08:28 +01:00 |
GridTileComponent.cpp
|
Fixed two uninitialized variables in GridTileComponent.
|
2021-03-16 20:53:53 +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
|
Improved GUI consistency when running on high resolution devices.
|
2021-01-13 19:45:56 +01:00 |
HelpComponent.h
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +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 a texture pop-in problem for some bundled graphic files.
|
2021-03-16 21:43:14 +01:00 |
ImageComponent.h
|
Made the switches slightly smaller in the metadata editor.
|
2020-12-17 20:49:20 +01:00 |
ImageGridComponent.h
|
Added support for more imageSource types to the Grid view style.
|
2021-03-21 11:24:34 +01:00 |
MenuComponent.cpp
|
Made the menus slightly wider to accomodate the new standard font.
|
2021-02-01 00:12:04 +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
|
Clamped the scale factor in NinePatchComponent to avoid artifacts for extreme screen resolutions.
|
2021-01-16 20:53:09 +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
|
Fixed an issue where SVG rating components would not render immediately.
|
2021-03-13 11:46:19 +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
|
The gamelist description text no longer scrolls above the starting position.
|
2021-03-13 16:52:15 +01:00 |
TextComponent.h
|
The gamelist description text no longer scrolls above the starting position.
|
2021-03-13 16:52:15 +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 the quick list scroll overlay and made it configurable using a menu option.
|
2021-01-12 22:41:28 +01:00 |
VideoComponent.cpp
|
The video player is now stopped before attempting to remove media files.
|
2021-01-31 20:51:24 +01:00 |
VideoComponent.h
|
The video player is now stopped before attempting to remove media files.
|
2021-01-31 20:51:24 +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
|
Fixed a Valgrind error in VideoVlcComponent.
|
2021-03-01 18:52:20 +01:00 |
VideoVlcComponent.h
|
Yet another attempt to get libVLC to reliably set the audio volume.
|
2021-01-29 21:46:48 +01:00 |