Leon Styhre
|
4217f910f6
|
Improved the layout for the scraper and theme downloader to look more consistent across different display aspect ratios
|
2023-07-29 11:31:36 +02:00 |
|
Leon Styhre
|
ec2bc68d91
|
Changed the multi-scraper to only show the total game count per system
|
2023-07-01 21:54:27 +02:00 |
|
Leon Styhre
|
67b84434db
|
Added a per-system game counter to the multi-scraper in addition to the total game count
|
2023-07-01 15:20:24 +02:00 |
|
Leon Styhre
|
b6d17810be
|
Added support for changing between light and dark color schemes for the menu system
|
2023-05-07 22:56:24 +02:00 |
|
Leon Styhre
|
8bc31e2fd8
|
Removed a lot of unnecessary NinePatchComponent::fitTo() function arguments
|
2023-04-30 16:49:51 +02:00 |
|
Leon Styhre
|
14ac905e09
|
Avoided some SVG rasterization attempts before the image size was set for some built-in assets.
|
2023-02-15 23:58:50 +01:00 |
|
Leon Styhre
|
33bca1b0d3
|
Made many improvements to GUI sizing and positioning when running in vertical screen resolutions.
|
2023-02-07 18:51:04 +01:00 |
|
Leon Styhre
|
7196ed9088
|
Fixed a use after free issue in GuiScraperMulti.
|
2023-01-23 21:30:09 +01:00 |
|
Leon Styhre
|
2a83f616e6
|
Code cleanup of various GUIs.
|
2022-09-03 12:44:49 +02:00 |
|
Leon Styhre
|
a115b3f941
|
Added alignment support and separate dimming of gamelist and system views to the help system.
|
2022-03-18 20:14:51 +01:00 |
|
Leon Styhre
|
c4eb1b8b97
|
Greatly simplified the video controls code.
Also fixed a cosmetic issue with carousel fade transitions.
|
2022-02-19 17:04:23 +01: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
|
2c2e624160
|
Changed the opacity data type and functions from unsigned char to float.
|
2022-02-11 22:10:25 +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
|
97e08922a0
|
Renamed GamelistFileParse to GamelistFileParser and moved it to its own namespace.
|
2022-01-15 14:12:56 +01:00 |
|
Leon Styhre
|
b43c991a9d
|
Renamed Gamelist.cpp/Gamelist.h to GamelistFileParse.
|
2022-01-15 13:57:08 +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
|
a794c717b6
|
Fixed an issue where the multi-scraper would sometimes not reload the gamelists.
|
2021-12-02 17:36:00 +01:00 |
|
Leon Styhre
|
445b914379
|
Completely refactored MameNames.
|
2021-11-17 21:32:40 +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
|
facc1d4c0a
|
Fixed an issue where the multi-scraper would not update the filter index.
|
2021-10-27 19:06:37 +02:00 |
|
Leon Styhre
|
3683866062
|
Improved the layout of the scraper GUIs.
Also added the scroll indicators and replaced a text margin hack with a proper solution.
|
2021-10-15 20:58:40 +02:00 |
|
Leon Styhre
|
46f84ad756
|
Fixed an issue where skipping games would sometimes not work when multi-scraping.
|
2021-09-22 23:10:40 +02:00 |
|
Leon Styhre
|
64397bc6f0
|
Fixed an issue where game names could not be refined when multi-scraping.
Also fixed some refine game name inconsistencies when alternating between using the button shortcut and the ComponentGrid button.
|
2021-09-22 20:07:50 +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
|
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
|
61827b4de1
|
Fixed a typo in a previous commit.
|
2021-07-11 22:35:01 +02:00 |
|
Leon Styhre
|
abbc3384fd
|
Fixed an issue where attempting to refine or skip a scraper search could lead to a crash.
|
2021-07-11 22:26:53 +02:00 |
|
Leon Styhre
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
6627899f88
|
Made the scraper GUIs narrower on ultrawide monitors.
|
2021-07-02 17:51:07 +02:00 |
|
Leon Styhre
|
19a2a9d964
|
Changed a button help text for the multi-scraper.
|
2021-06-08 22:31:04 +02:00 |
|
Leon Styhre
|
23903de1cf
|
Minor cosmetic code cleanup.
|
2021-03-27 10:26:13 +01:00 |
|
Leon Styhre
|
43ad07b04d
|
Fixed an issue where the multi-scraper would not update the collection systems.
|
2021-03-12 20:05:01 +01:00 |
|
Leon Styhre
|
06c31d06eb
|
The multi-scraper now sorts the gamelists only after actually scraping some games.
|
2021-03-12 20:03:46 +01:00 |
|
Leon Styhre
|
59577c78c5
|
The multi-scraper now shows the path to the game file.
|
2021-01-31 21:53:53 +01:00 |
|
Leon Styhre
|
65ca9bcfb9
|
Changed the logic for overwriting game names during scraping.
Also fixed an issue when refining searches during semi-automatic scraping.
|
2021-01-26 17:40:37 +01:00 |
|
Leon Styhre
|
574feadc68
|
Changed from frame.png to frame.svg in most places.
|
2021-01-14 22:56:49 +01:00 |
|
Leon Styhre
|
077a0e0e2c
|
The scraper now shows the string actually being used for searching in the screen subtitle.
|
2021-01-06 21:29:23 +01:00 |
|
Leon Styhre
|
b249a1e9a3
|
Added folder indication icon when scraping a folder.
|
2020-12-25 15:28:19 +01:00 |
|
Leon Styhre
|
29abe2dc8c
|
Removed the deprecated PowerSaver.
|
2020-12-16 17:57:10 +01:00 |
|
Leon Styhre
|
0b6dce687e
|
Changed to C++ casts throughout the application.
|
2020-11-17 23:06:54 +01:00 |
|
Leon Styhre
|
926d730bd2
|
Fixed an issue where videos would start playing with the menu open after scraping.
|
2020-09-27 12:01:43 +02:00 |
|
Leon Styhre
|
e6b43288a7
|
Fixed an issue where the gamelists were not sorted after multi-scraping.
|
2020-09-26 13:05:07 +02:00 |
|
Leon Styhre
|
8db04c5fcb
|
Added SPDX license identifiers to all source files.
|
2020-09-21 19:17:34 +02:00 |
|
Leon Styhre
|
11727a1392
|
Fixed an issue where the screensaver would start when it shouldn't.
Also changed so that the screensaver is reactivated after scraping only after the user has confirmed the scraping results.
|
2020-08-07 13:07:36 +02:00 |
|