.. |
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 |
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
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
ButtonComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |
ComponentGrid.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
ComponentGrid.h
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
ComponentList.cpp
|
Fixed a small cosmetic issue introduced by a previous commit.
|
2021-08-19 20:30:04 +02:00 |
ComponentList.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +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
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
DateTimeEditComponent.h
|
Replaced the internal Vector3f and Vector4f data types and functions with the GLM library equivalents.
|
2021-08-15 22:03:17 +02:00 |
GridTileComponent.cpp
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +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
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +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
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
ImageComponent.cpp
|
Added support for upscaling bitmap images using linear filtering.
|
2021-08-19 20:16:42 +02:00 |
ImageComponent.h
|
Added support for upscaling bitmap images using linear filtering.
|
2021-08-19 20:16:42 +02:00 |
ImageGridComponent.h
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +02:00 |
MenuComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
MenuComponent.h
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
NinePatchComponent.cpp
|
Added support for upscaling bitmap images using linear filtering.
|
2021-08-19 20:16:42 +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
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
RatingComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +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
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +02:00 |
ScrollableContainer.h
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
SliderComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
SliderComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |
SwitchComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
SwitchComponent.h
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
|
2021-08-15 19:30:31 +02:00 |
TextComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
TextComponent.h
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
TextEditComponent.cpp
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +02:00 |
TextEditComponent.h
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
TextListComponent.h
|
Added a function to generate MD5 hashes.
|
2021-08-18 21:03:25 +02:00 |
VideoComponent.cpp
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +02:00 |
VideoComponent.h
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
VideoFFmpegComponent.cpp
|
(Windows) Fixed a MinGW compiler error.
|
2021-08-18 18:52:41 +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
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
|
2021-08-17 18:41:45 +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 |