.. |
primary
|
Added an itemFit property to GridComponent.
|
2022-12-10 20:25:49 +01:00 |
AnimatedImageComponent.cpp
|
Refactored some image resizing functions.
|
2022-11-07 23:58:22 +01:00 |
AnimatedImageComponent.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
BadgeComponent.cpp
|
Changed a number of theme properties to be read by reference instead of via copy.
|
2022-11-03 16:03:21 +01:00 |
BadgeComponent.h
|
The badge overlay images are now retained in the texture cache.
|
2022-09-08 19:04:56 +02:00 |
BusyComponent.cpp
|
Fixed a small font rendering issue in BusyComponent on some devices at low resolutions.
|
2022-11-04 13:32:10 +01:00 |
BusyComponent.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
ButtonComponent.cpp
|
Fixed a rendering issue in ButtonComponent.
|
2022-09-04 23:55:53 +02:00 |
ButtonComponent.h
|
Refactored the rendering code into proper classes.
|
2022-03-14 19:51:48 +01:00 |
ComponentGrid.cpp
|
Some minor code cleanup.
|
2022-09-02 20:52:49 +02:00 |
ComponentGrid.h
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +02:00 |
ComponentList.cpp
|
Removed some unnecessary roundings.
|
2022-10-25 20:39:12 +02:00 |
ComponentList.h
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +02:00 |
DateTimeComponent.cpp
|
Added support for linear interpolation for font texture magnifications.
|
2022-12-07 18:24:00 +01:00 |
DateTimeComponent.h
|
Changed the argument order for the TextComponent constructor.
|
2022-09-24 21:37:00 +02:00 |
DateTimeEditComponent.cpp
|
OCD commit.
|
2022-10-27 19:11:23 +02:00 |
DateTimeEditComponent.h
|
Removed all short enums comments as they're now properly solved by AllowShortEnumsOnASingleLine.
|
2022-06-05 12:36:55 +02:00 |
FlexboxComponent.cpp
|
Changed a function name in FlexboxComponent.
|
2022-11-11 18:05:59 +01:00 |
FlexboxComponent.h
|
Changed a function name in FlexboxComponent.
|
2022-11-11 18:05:59 +01:00 |
GameSelectorComponent.h
|
Tidied up an if statement in GameSelectorComponent.
|
2022-11-05 15:50:03 +01:00 |
GIFAnimComponent.cpp
|
Changed a number of theme properties to be read by reference instead of via copy.
|
2022-11-03 16:03:21 +01:00 |
GIFAnimComponent.h
|
Refactored the rendering code into proper classes.
|
2022-03-14 19:51:48 +01:00 |
HelpComponent.cpp
|
Added support for a left/right trigger help system button.
|
2022-12-07 17:34:07 +01:00 |
HelpComponent.h
|
Added alignment support and separate dimming of gamelist and system views to the help system.
|
2022-03-18 20:14:51 +01:00 |
IList.h
|
Fixed an issue where using the trigger buttons did not reset any currently held buttons.
|
2022-12-03 15:15:53 +01:00 |
ImageComponent.cpp
|
Added cover fit cropping support to ImageComponent.
|
2022-12-10 20:20:45 +01:00 |
ImageComponent.h
|
Added cover fit cropping support to ImageComponent.
|
2022-12-10 20:20:45 +01:00 |
LottieAnimComponent.cpp
|
Changed a number of theme properties to be read by reference instead of via copy.
|
2022-11-03 16:03:21 +01:00 |
LottieAnimComponent.h
|
Suppressed MSVC compiler warnings C4251 caused by rlottie DLL interface exports.
|
2022-06-07 17:55:26 +02:00 |
MenuComponent.cpp
|
Removed some unnecessary roundings.
|
2022-10-25 20:39:12 +02:00 |
MenuComponent.h
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
NinePatchComponent.cpp
|
Removed the unnecessary applyTheme function from NinePatchComponent.
|
2022-11-03 15:44:52 +01:00 |
NinePatchComponent.h
|
Removed the unnecessary applyTheme function from NinePatchComponent.
|
2022-11-03 15:44:52 +01:00 |
OptionListComponent.h
|
Removed two unnecessary roundings from OptionListComponent.
|
2022-10-25 20:49:22 +02:00 |
RatingComponent.cpp
|
Changed a number of theme properties to be read by reference instead of via copy.
|
2022-11-03 16:03:21 +01:00 |
RatingComponent.h
|
Set linear interpolation for the rating component in GuiMetaDataEd and GuiScraperSearch.
|
2022-09-03 21:43:36 +02:00 |
ScrollableContainer.cpp
|
Greatly improved text sizing and rendering.
|
2022-10-25 00:39:40 +02:00 |
ScrollableContainer.h
|
Fixed multiple issues in ScrollableContainer and added a new containerVerticalSnap property.
|
2022-09-16 18:49:39 +02:00 |
ScrollIndicatorComponent.h
|
Removed the 'Enable menu scroll indicators' menu option.
|
2022-06-10 19:54:29 +02:00 |
SliderComponent.cpp
|
Some minor font sizing improvements.
|
2022-10-25 01:20:31 +02:00 |
SliderComponent.h
|
Refactored the rendering code into proper classes.
|
2022-03-14 19:51:48 +01:00 |
SwitchComponent.cpp
|
Fixed some issues where bundled SVG images would not get cached at the correct resolution.
|
2022-08-30 20:26:48 +02:00 |
SwitchComponent.h
|
Refactored some image resizing functions.
|
2022-11-07 23:58:22 +01:00 |
TextComponent.cpp
|
Added support for linear interpolation for font texture magnifications.
|
2022-12-07 18:24:00 +01:00 |
TextComponent.h
|
Greatly improved text sizing and rendering.
|
2022-10-25 00:39:40 +02:00 |
TextEditComponent.cpp
|
Rewrite of the text wrapping code to work with languages which generally lack spaces, like Japanese.
|
2022-10-08 09:33:57 +02:00 |
TextEditComponent.h
|
Rewrite of the text wrapping code to work with languages which generally lack spaces, like Japanese.
|
2022-10-08 09:33:57 +02:00 |
VideoComponent.cpp
|
Changed a number of theme properties to be read by reference instead of via copy.
|
2022-11-03 16:03:21 +01:00 |
VideoComponent.h
|
Refactored some image resizing functions.
|
2022-11-07 23:58:22 +01:00 |
VideoFFmpegComponent.cpp
|
Refactored some image resizing functions.
|
2022-11-07 23:58:22 +01:00 |
VideoFFmpegComponent.h
|
Refactored some image resizing functions.
|
2022-11-07 23:58:22 +01:00 |