| .. |
|
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
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
ComponentGrid.h
|
Rewrote some code from C to C++
|
2020-12-16 23:59:00 +01:00 |
|
ComponentList.cpp
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +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
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +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
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
ImageComponent.cpp
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
ImageComponent.h
|
Made the switches slightly smaller in the metadata editor.
|
2020-12-17 20:49:20 +01:00 |
|
ImageGridComponent.h
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +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
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
NinePatchComponent.h
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
OptionListComponent.h
|
The scraper filter setting is now retained throughout the program session.
|
2020-12-16 17:35:23 +01:00 |
|
RatingComponent.cpp
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
RatingComponent.h
|
Implemented (somehow) proper inversions for images in menus.
|
2020-11-08 13:03:45 +01:00 |
|
ScrollableContainer.cpp
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +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
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
VideoComponent.cpp
|
Fixed some MSVC compiler warnings.
|
2020-12-29 11:06:01 +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
|
Fixed a lot of MSVC compiler warnings.
|
2020-12-29 12:54:24 +01:00 |
|
VideoVlcComponent.h
|
Further modernizations of the audio handling code.
|
2020-12-22 23:27:23 +01:00 |