.. |
AnimatedImageComponent.cpp
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
AnimatedImageComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |
BadgeComponent.cpp
|
Added support for two more controller icons.
|
2021-11-02 19:01:00 +01:00 |
BadgeComponent.h
|
Renamed BadgesComponent to BadgeComponent.
|
2021-10-23 20:28:07 +02:00 |
BusyComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
BusyComponent.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
ButtonComponent.cpp
|
Manual merges to align with master branch.
|
2021-09-27 21:27:07 +02:00 |
ButtonComponent.h
|
Manual merges to align with master branch.
|
2021-09-27 21:27:07 +02:00 |
ComponentGrid.cpp
|
Fixed multiple issues where ComponentGrid would display incorrect help prompts.
|
2021-10-12 23:32:26 +02:00 |
ComponentGrid.h
|
Manual merges to align with master branch.
|
2021-09-27 21:27:07 +02:00 |
ComponentList.cpp
|
Fixed an issue where ComponentList elements would not get correctly centered vertically.
|
2021-10-29 19:44:27 +02:00 |
ComponentList.h
|
Added horizontal scrolling of long game names to the scraper GUI.
|
2021-10-18 19:24:47 +02:00 |
DateTimeComponent.cpp
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
DateTimeComponent.h
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
DateTimeEditComponent.cpp
|
Added key repeat support to DateTimeEditComponent.
|
2021-10-08 19:38:14 +02:00 |
DateTimeEditComponent.h
|
Added key repeat support to DateTimeEditComponent.
|
2021-10-08 19:38:14 +02:00 |
FlexboxComponent.cpp
|
Reintroduced column mode for BadgeComponent.
|
2021-10-25 19:13:54 +02:00 |
FlexboxComponent.h
|
Reintroduced column mode for BadgeComponent.
|
2021-10-25 19:13:54 +02:00 |
GridTileComponent.cpp
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
GridTileComponent.h
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
HelpComponent.cpp
|
Moved the resources/help directory to resources/graphics/help
|
2021-10-23 20:49:00 +02:00 |
HelpComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |
IList.h
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
ImageComponent.cpp
|
Renamed alwaysRasterize to forceRasterization.
|
2021-10-26 18:22:41 +02:00 |
ImageComponent.h
|
Removed an unnecessary force load setter from ImageComponent.
|
2021-10-26 18:28:21 +02:00 |
ImageGridComponent.h
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
MenuComponent.cpp
|
Fixed a potential rounding issue.
|
2021-10-17 21:20:17 +02:00 |
MenuComponent.h
|
Added menu scroll indicators.
|
2021-10-10 18:15:37 +02:00 |
NinePatchComponent.cpp
|
Fixed an issue where rasterized window corners would look excessively pixelated.
|
2021-10-30 13:07:07 +02:00 |
NinePatchComponent.h
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
OptionListComponent.h
|
Fixed an issue where the OptionList arrows would not get correctly centered vertically.
|
2021-10-29 19:45:46 +02:00 |
RatingComponent.cpp
|
Fixed two casting issues.
|
2021-10-23 15:53:31 +02:00 |
RatingComponent.h
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
ScrollableContainer.cpp
|
Fixed an issue with international characters getting clipped in ScrollableContainer.
|
2021-10-15 20:31:51 +02:00 |
ScrollableContainer.h
|
Text in ScrollableContainer now mostly stays within the initial area.
|
2021-10-14 21:59:09 +02:00 |
ScrollIndicatorComponent.h
|
The scroll indicators don't fade in and out any longer if quick jumping in a list.
|
2021-10-16 13:21:52 +02:00 |
SliderComponent.cpp
|
Fixed an incorrect text debug overlay color in SliderComponent.
|
2021-10-24 14:53:53 +02:00 |
SliderComponent.h
|
Added text debug overlay to SliderComponent.
|
2021-10-24 14:48:42 +02:00 |
SwitchComponent.cpp
|
Made a large optimization to the SVG rasterization logic.
|
2021-10-25 18:39:58 +02:00 |
SwitchComponent.h
|
Made a large optimization to the SVG rasterization logic.
|
2021-10-25 18:39:58 +02:00 |
TextComponent.cpp
|
Improved the layout of the scraper GUIs.
|
2021-10-15 20:58:40 +02:00 |
TextComponent.h
|
Improved the layout of the scraper GUIs.
|
2021-10-15 20:58:40 +02:00 |
TextEditComponent.cpp
|
TextEditComponent will now return an empty string if only whitespace characters were entered.
|
2021-09-21 22:18:18 +02:00 |
TextEditComponent.h
|
TextEditComponent will now return an empty string if only whitespace characters were entered.
|
2021-09-21 22:18:18 +02:00 |
TextListComponent.h
|
Fixed some small rounding issues in TextListComponent.h
|
2021-10-18 19:15:50 +02:00 |
VideoComponent.cpp
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
VideoComponent.h
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
VideoFFmpegComponent.cpp
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
VideoFFmpegComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |
VideoVlcComponent.cpp
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
VideoVlcComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |