Leon Styhre
|
8242fe1345
|
Fixed a Clang compiler warning.
|
2023-02-12 22:19:41 +01:00 |
|
Leon Styhre
|
4dc4b9ef02
|
Made some improvements to the layout when running on a vertically oriented screen.
|
2023-02-10 17:29:48 +01:00 |
|
Leon Styhre
|
a2e400dd2b
|
Multiple layout improvements when running in vertical screen orientation.
Also cleaned up some code.
|
2023-02-10 00:25:22 +01:00 |
|
Leon Styhre
|
3bbc761c8f
|
Added the ability to control the system name suffix from the theme configuration.
Also removed the corresponding 'Show system names in collections' menu option.
|
2023-01-14 14:05:24 +01:00 |
|
Leon Styhre
|
918ffd9b9e
|
Fixed an issue where the gamelist view would sometimes not render after changing collection settings.
Also fixed some other glitches with the cached background not getting invalidated on collection changes.
|
2023-01-12 20:54:12 +01:00 |
|
Leon Styhre
|
0329bd77c2
|
Added support for mixed case custom collection names as well as the option to always group custom collections.
Also reversed an optimization in CollectionSystemsManager which caused some issues.
|
2023-01-12 19:45:54 +01:00 |
|
Leon Styhre
|
2a83f616e6
|
Code cleanup of various GUIs.
|
2022-09-03 12:44:49 +02:00 |
|
Leon Styhre
|
ed69e46b42
|
Fixed some issues where bundled SVG images would not get cached at the correct resolution.
|
2022-08-30 20:26:48 +02:00 |
|
Leon Styhre
|
72ce3d33a8
|
Some code cleanup.
|
2022-04-09 16:32:47 +02:00 |
|
Leon Styhre
|
a42d63e567
|
Code cleanup by moving a lot of casts to the appropriate getter functions.
|
2022-02-11 23:38:23 +01:00 |
|
Leon Styhre
|
a443f86235
|
Removed a huge amount of unnecessary Window* function arguments.
|
2022-01-19 18:01:54 +01:00 |
|
Leon Styhre
|
0c8efee8ad
|
General refactoring and code cleanup.
|
2022-01-16 18:18:28 +01:00 |
|
Leon Styhre
|
8a6652552f
|
Set the clang-format option SpaceBeforeCpp11BracedList to true.
|
2022-01-16 12:09:55 +01:00 |
|
Leon Styhre
|
1fc3dfda8c
|
Fixed an issue when changing the grouping setting for custom collections.
|
2022-01-14 17:29:20 +01:00 |
|
Leon Styhre
|
119dfc90f8
|
Changed ViewController::get() to ViewController::getInstance()
|
2022-01-04 21:49:22 +01:00 |
|
Leon Styhre
|
254b00a3d8
|
Large refactoring to improve thread safety and improve singleton pattern usage.
|
2022-01-04 21:21:26 +01:00 |
|
Leon Styhre
|
775674a77f
|
The 'Custom game collections' menu entry is now grayed out if there are no custom collections.
|
2021-11-27 00:26:01 +01:00 |
|
Leon Styhre
|
05bcb9b011
|
Fixed a potential crash when deleting the last custom collection.
|
2021-11-27 00:08:16 +01:00 |
|
Leon Styhre
|
dd0f36f82b
|
Changed most increment and decrement operators from postfix to prefix for es-app.
|
2021-11-17 17:35:34 +01:00 |
|
Leon Styhre
|
eed27d1ee3
|
Changed the font size for the custom collection deletion screen.
Also fixed an issue with incorrect row heights at lower resolutions and removed a help prompt hack.
|
2021-10-14 22:13:13 +02:00 |
|
Leon Styhre
|
966d2616be
|
Added support for defining custom system sorting using the <systemsortname> tag.
|
2021-09-25 11:02:27 +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
|
c4e6d3cac1
|
Added a virtual keyboard.
|
2021-09-17 22:23:41 +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
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
dc29b97e91
|
Changed es_settings.cfg to es_settings.xml
|
2021-06-16 19:05:24 +02:00 |
|
Leon Styhre
|
84f4913610
|
Changing settings now only invalidates the cached background when necessary.
|
2021-03-21 18:46:45 +01:00 |
|
Leon Styhre
|
03fec8b74d
|
Fixed an issue where a black screen would sometimes be shown when enabling collections.
|
2021-03-12 20:36:38 +01:00 |
|
Leon Styhre
|
37e8e71adf
|
Fixed an issue where custom collections could temporarily disappear when switching from ungrouped to grouped layout.
|
2021-03-12 20:16:02 +01:00 |
|
Leon Styhre
|
72fcef8428
|
Made the delimited string functions in StringUtil more general.
|
2021-02-06 09:30:05 +01:00 |
|
Leon Styhre
|
830c53e3cc
|
Further improvement to adding or removing collections.
|
2021-01-02 15:14:13 +01:00 |
|
Leon Styhre
|
145cbf8df7
|
Enabling and disabling collections is now handled better.
|
2021-01-02 12:33:27 +01:00 |
|
Leon Styhre
|
c431e5a233
|
Fixed an issue where the screen would go partly black during slide transitions.
|
2021-01-01 22:37:21 +01:00 |
|
Leon Styhre
|
fe4e94a827
|
Collections are now properly initialized when enabled.
|
2021-01-01 17:18:04 +01:00 |
|
Leon Styhre
|
5e7480bfab
|
Made re-enabling of custom collection entries work on Windows with UTF-16 support.
|
2021-01-01 10:28:42 +01:00 |
|
Leon Styhre
|
70eca0fd79
|
Fixed a semi-cosmetic issue when finish editing custom collections from the main menu.
|
2020-12-31 16:40:08 +01:00 |
|
Leon Styhre
|
327676d7d7
|
Renamed CollectionSystemManager to CollectionSystemsManager.
|
2020-12-23 18:06:30 +01:00 |
|
Leon Styhre
|
7b30e0172b
|
Single byte commit.
|
2020-11-10 00:02:09 +01:00 |
|
Leon Styhre
|
f17bf43d4f
|
Added a menu entry and functionality to delete custom collections.
|
2020-11-09 17:50:02 +01:00 |
|
Leon Styhre
|
9f747e161d
|
Rewrote collection settings to the new settings logic.
|
2020-11-06 20:27:41 +01:00 |
|
Leon Styhre
|
f9ceeb0753
|
Fixed an issue with changing settings while editing a custom collection.
|
2020-10-26 18:39:27 +01:00 |
|
Leon Styhre
|
01cf401d8f
|
Added menu options to disable the favorite star markings.
|
2020-10-25 21:29:54 +01:00 |
|
Leon Styhre
|
127d900212
|
Changed to case insensitive sorting of the custom collections.
|
2020-10-22 21:23:16 +02:00 |
|
Leon Styhre
|
87bd205a3f
|
Multiple improvements and bugfixes to the custom collections handling.
|
2020-10-20 21:01:24 +02:00 |
|
Leon Styhre
|
46520202f7
|
Changes to custom collections are now immediately written to disk.
|
2020-10-19 20:58:00 +02:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|
Leon Styhre
|
57d6dab2cc
|
Some cosmetic code changes.
|
2020-07-13 20:58:25 +02:00 |
|
Leon Styhre
|
e4fdd1e20d
|
Code cleanup and code documentation update.
As of this commit, the initial code cleanup and code documentation has been completed for the entire application.
|
2020-06-28 18:39:18 +02:00 |
|
Leon Styhre
|
672026632d
|
Code cleanup and code documentation
|
2020-06-22 17:27:53 +02:00 |
|