Sophia Hadash
|
97067ae40b
|
remove flexbox padding when item margins are set
|
2021-09-26 02:17:07 +02:00 |
|
Sophia Hadash
|
7820a94442
|
Implement origin.
|
2021-09-24 00:26:41 +02:00 |
|
Sophia Hadash
|
af50921d4b
|
merge master
|
2021-09-24 00:05:32 +02:00 |
|
Sophia Hadash
|
dbf76f92e6
|
merge master
|
2021-09-23 23:28:19 +02:00 |
|
Leon Styhre
|
f1ceb1c2fe
|
Fixed a crash when attempting to navigate multi-cell ComponentGrid entries.
|
2021-09-22 23:42:57 +02:00 |
|
Leon Styhre
|
fc08a83fa0
|
TextEditComponent will now return an empty string if only whitespace characters were entered.
|
2021-09-21 22:18:18 +02:00 |
|
Sophia Hadash
|
4959e72b35
|
fix when badges are shown (reverse)
|
2021-09-19 23:21:38 +02:00 |
|
Leon Styhre
|
00e304f09a
|
Fixed an issue where navigation in menus would behave weirdly under some circumstances.
|
2021-09-19 23:07:04 +02:00 |
|
Leon Styhre
|
fad326c3bd
|
Miscellaneous code cleanup.
|
2021-09-19 19:46:59 +02:00 |
|
Leon Styhre
|
63767347f2
|
Fixed numerous compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-19 14:37:10 +02:00 |
|
Leon Styhre
|
c7d815a125
|
Fixed multiple compiler warnings related to virtual functions.
|
2021-09-18 11:49:39 +02:00 |
|
Leon Styhre
|
0b6d987263
|
Fixed lots of compiler warnings reported by the -Wall and -Wpedantic flags.
|
2021-09-18 09:53:26 +02:00 |
|
Leon Styhre
|
bbaf2739d4
|
Added a blinking cursor to TextEditComponent.
Also fixed a text field sizing bug and made a small padding adjustment.
|
2021-09-17 21:40:48 +02:00 |
|
Leon Styhre
|
08790ed1f3
|
Added support for correctly navigating arbitrarily sized ComponentGrid entries.
Also added a callback for handling navigation attempts beyond the grid boundary as well as a function to move to an absolute cursor position.
|
2021-09-17 21:35:37 +02:00 |
|
Leon Styhre
|
db4fb1ab92
|
Added support for a new type of 'flat style' buttons to ButtonComponent.
Also did some general code cleanup.
|
2021-09-17 21:25:21 +02:00 |
|
Leon Styhre
|
13abaf6734
|
Added support for including the left and right trigger buttons in the help prompts.
|
2021-09-17 21:14:43 +02:00 |
|
Sophia Hadash
|
f230b0de0e
|
replace png badges by svg
|
2021-09-14 02:44:47 +02:00 |
|
Sophia Hadash
|
aaf5d0209b
|
Implement flexbox and badges.
|
2021-09-14 01:01:46 +02:00 |
|
Sophia Hadash
|
efe928852f
|
Separate flexbox functionality in it's own component.
|
2021-09-07 17:21:54 +02:00 |
|
Sophia Hadash
|
fe413bb68f
|
Initial implementation, including flexbox layout for badges.
|
2021-09-05 03:40:23 +02:00 |
|
Leon Styhre
|
db77b6d0df
|
Merge branch '587-make-the-help-component-more-configurable-by-the-theme'
|
2021-09-04 19:51:09 +02:00 |
|
Sophia Hadash
|
24f34df66b
|
invalidate icon cache when an icon is replaced
|
2021-08-30 14:29:43 +02:00 |
|
Leon Styhre
|
db1e595d11
|
Fixed an issue where text coloring in menus would sometimes not get rendered correctly.
|
2021-08-25 21:36:35 +02:00 |
|
Sophia Hadash
|
c1d7f37a07
|
reformat HelpComponent if-else.
|
2021-08-23 15:01:30 +02:00 |
|
Sophia Hadash
|
76a25d2204
|
Implement theme customizable button icons.
|
2021-08-23 12:58:06 +02:00 |
|
Sophia Hadash
|
54df6a5520
|
remove debug logs
|
2021-08-23 12:58:06 +02:00 |
|
Sophia Hadash
|
c2042e66e2
|
Add help component theme options textColorDimmed and iconColorDimmed .
|
2021-08-23 12:58:06 +02:00 |
|
Sophia Hadash
|
dfffd1057d
|
Add help component theme options textStyle .
|
2021-08-23 12:58:06 +02:00 |
|
Sophia Hadash
|
6672fd1ec8
|
Add help component theme options entrySpacing and iconTextSpacing .
|
2021-08-23 12:58:06 +02:00 |
|
Leon Styhre
|
5381f38231
|
Added support for defining and choosing between alternative emulators.
|
2021-08-22 15:26:38 +02:00 |
|
Leon Styhre
|
4676cee4fa
|
Fixed a small cosmetic issue introduced by a previous commit.
|
2021-08-19 20:30:04 +02:00 |
|
Leon Styhre
|
6e882dd564
|
Added support for upscaling bitmap images using linear filtering.
|
2021-08-19 20:16:42 +02:00 |
|
Leon Styhre
|
70a1e4612a
|
Fixed an issue where menu rows would not align properly during navigation.
|
2021-08-19 19:53:05 +02:00 |
|
Leon Styhre
|
192bec6f5c
|
Added a function to generate MD5 hashes.
|
2021-08-18 21:03:25 +02:00 |
|
Leon Styhre
|
91339bf1fa
|
(Windows) Fixed a MinGW compiler error.
|
2021-08-18 18:52:41 +02:00 |
|
Leon Styhre
|
12c853bc31
|
Moved the remaining math functions to a math utility namespace.
|
2021-08-17 22:11:16 +02:00 |
|
Leon Styhre
|
74e21e8c03
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +02:00 |
|
Leon Styhre
|
7b5d673050
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
Also applied some code formatting changes for braced lists using clang-format.
|
2021-08-17 18:41:45 +02:00 |
|
Leon Styhre
|
1fb0ccef0d
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
|
Leon Styhre
|
64a7b8e54a
|
Replaced the internal Vector3f and Vector4f data types and functions with the GLM library equivalents.
|
2021-08-15 22:03:17 +02:00 |
|
Leon Styhre
|
722468129e
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
Also changed some vectors.
|
2021-08-15 19:30:31 +02:00 |
|
Leon Styhre
|
9bbba93edf
|
Added experimental hardware decoding support to VideoFFmpegComponent.
Also fixed some memory leaks and removed the video frame skipping code as it caused more harm than good.
|
2021-07-14 19:13:25 +02:00 |
|
Leon Styhre
|
3b4bb74ac0
|
VideoFFmpegComponent now prioritizes audio by dropping video frames if the computer can't keep up.
|
2021-07-09 19:47:33 +02:00 |
|
Leon Styhre
|
7ea91f08af
|
Removed the deprecated VideoOmxComponent.
|
2021-07-08 18:26:01 +02:00 |
|
Leon Styhre
|
a62be38c85
|
Fixed an issue where fractional rating values were always rounded up.
|
2021-07-07 22:08:19 +02:00 |
|
Leon Styhre
|
23fdc00044
|
Formatted the es-core source tree using clang-format.
|
2021-07-07 20:31:46 +02:00 |
|
Leon Styhre
|
45d3bb9bad
|
Small refactoring of VideoFFmpegComponent.
|
2021-07-04 11:36:16 +02:00 |
|
Leon Styhre
|
651b7a4d02
|
Fixed an issue with an endless loop when attempting to load a corrupt image file.
|
2021-07-02 20:33:50 +02:00 |
|
Leon Styhre
|
6e28300a5a
|
The ComponentList padding is now scaled properly to the screen aspect ratio and resolution.
|
2021-07-02 17:44:27 +02:00 |
|
Leon Styhre
|
e957e96e20
|
Window corner sizes are now calculated based on the screen height instead of the screen width.
|
2021-07-02 17:36:05 +02:00 |
|