Commit graph

5909 commits

Author SHA1 Message Date
Leon Styhre 82d6693e23 Fixed two Clang compiler warnings 2023-08-13 21:46:43 +02:00
Leon Styhre 706dd767f1 Added a 'Systems sorting' option to the Other settings menu 2023-08-13 21:32:54 +02:00
Leon Styhre 39982f048d Added functions to GuiSettings to reload the ROM directory and close all windows 2023-08-13 20:36:18 +02:00
Leon Styhre d7c03e52fb Fixed an issue where the background was too dark when opening a menu with the dark menu color scheme and the option to blur the background was disabled 2023-08-13 18:27:23 +02:00
Leon Styhre 2aa74878bb Changed the sort types 'filename, ascending' and 'filename, descending' to 'name, ascending' and 'name, descending' 2023-08-13 18:19:25 +02:00
Leon Styhre fafea1c9cb (Linux) Added the PCSX2 Flatpak release to the non-legacy PCSX2 find rule configuration 2023-08-13 15:57:57 +02:00
Leon Styhre d8d7b5f3d2 Documentation update 2023-08-13 15:20:55 +02:00
Leon Styhre f2952ecc28 Fixed an issue where starting the media viewer did not pause fallback game videos 2023-08-13 15:18:06 +02:00
Leon Styhre c15aa73de2 Added 'iterationCount' and 'onIterationsDone' properties to the video element 2023-08-13 14:48:00 +02:00
Leon Styhre 89d94bc1b0 Fixed an issue where the video player would not play the last couple of frames for any videos 2023-08-13 12:25:43 +02:00
Leon Styhre fd955d5a6e Changed the 'path' property for the video element to consider the value set even if it points to a non-existing file 2023-08-13 11:17:59 +02:00
Leon Styhre 8e1b3455aa Documentation update 2023-08-12 18:52:36 +02:00
Leon Styhre 28ca932b65 Added the device serial number to the es_log.txt entries when adding or removing controllers 2023-08-12 18:43:15 +02:00
Leon Styhre c782fd9785 (Linux) Updated the AppData file with some missing releases. 2023-08-12 18:32:38 +02:00
Leon Styhre 5b59aca772 Added CMake configuration to suppress warnings about deprecated CMake versions being required by external dependencies 2023-08-11 21:19:41 +02:00
Leon Styhre 461bbe0e52 Refactored command line parsing to use a container instead of C-style functions
Also simplified the Windows console stream redirection, and only redirect if started from the command line
2023-08-11 20:22:48 +02:00
Leon Styhre 7ab8b82bcc The media viewer now only stops info popups if there is actually any media to display 2023-08-11 19:38:38 +02:00
Leon Styhre 60f0f64b57 (Windows) Fixed an issue where the media viewer could crash if attempting to display corrupt or invalid PDF game manuals 2023-08-11 19:36:26 +02:00
Leon Styhre 73522bcb6c (Windows) Set the subsystem to WINDOWS when building with MSVC to avoid displaying a console window on application startup 2023-08-11 18:30:03 +02:00
Leon Styhre 330f2a44de Added filtering of Jom build files to the .gitignore files 2023-08-11 18:24:23 +02:00
Leon Styhre cf065e8935 Reverted binary file openings in some cases where it causes Windows line breaks to not get converted to standard format 2023-08-10 23:13:55 +02:00
Leon Styhre de4bd7341f Changed a number of stream operations to open files in binary mode to always get proper Unix line breaks 2023-08-10 23:02:36 +02:00
Leon Styhre b218c4806b (Windows) Suppressed some compiler warnings when building the external dependencies using MSVC 2023-08-10 22:25:05 +02:00
Leon Styhre 07637a0885 (Windows) Disabled Poppler DLL interface warnings when using MSVC 2023-08-10 22:09:33 +02:00
Leon Styhre 3c9c031b1c (Windows) Set the Registry functions to explicitly use the widestring variants 2023-08-10 20:36:15 +02:00
Leon Styhre 6c03688f8e Documentation update 2023-08-10 19:32:40 +02:00
Leon Styhre 5d0b4ddfc4 (Windows) Defined UNICODE and _UNICODE in the Cmake configuration to force Unicode support for the Win32 API 2023-08-10 19:30:10 +02:00
Leon Styhre ae66e6a317 (Windows) Added proper Unicode support to the Windows Registry find rules 'winregistrypath' and 'winregistryvalue' 2023-08-10 19:26:28 +02:00
Leon Styhre 4a390fb8e0 Added a 'containerScrollGap' property to the text element 2023-08-10 19:22:46 +02:00
Leon Styhre f463ee7d7b Added a number of properties to allow horizontally scrolling text entries with GridComponent 2023-08-10 19:20:44 +02:00
Leon Styhre b73933f1d0 Documentation update 2023-08-09 20:14:34 +02:00
Leon Styhre 98482f45c9 Added a textHorizontalScrollGap property to CarouselComponent and TextListComponent 2023-08-09 20:02:21 +02:00
Leon Styhre 6ae8c87864 Added a number of properties to allow horizontally scrolling text entries with CarouselComponent
Also added support for rotating horizontal scrollable containers
2023-08-09 18:57:23 +02:00
Leon Styhre 950541b261 TextComponent now sets rotation to zero if it's attempted to be combined with a horizontal container 2023-08-08 21:02:33 +02:00
Leon Styhre d3b4f2f252 Documentation update 2023-08-08 20:14:31 +02:00
Leon Styhre c164f3bfdc Minor code cleanup 2023-08-08 20:00:21 +02:00
Leon Styhre 274a95b28e Fixed some Clang compiler warnings 2023-08-08 19:43:40 +02:00
Leon Styhre 7999f89c5b Added new textHorizontalScrolling, textHorizontalScrollSpeed and textHorizontalScrollDelay textlist properties
Also removed the horizontal text scrolling code and did some general refactoring
2023-08-08 19:35:20 +02:00
Leon Styhre c30d035e3f Removed all horizontal text scrolling code from ComponentList (TextComponent is now used instead for this)
Also some general code cleanup and refactoring
2023-08-08 19:18:16 +02:00
Leon Styhre 8ea2ead679 Documentation update 2023-08-07 23:50:42 +02:00
Leon Styhre 3591c0f1ba Changed TextComponent to convert newlines to spaces instad of nulls when using horizontally scrolling containers 2023-08-07 23:48:02 +02:00
Leon Styhre b82f9d3546 When an invalid media file is detected by the scraper, the media type is now included in the error message 2023-08-07 23:32:14 +02:00
Leon Styhre e7ada6111b Added a 'containerType' property to the text element to select between vertical and horizontal containers 2023-08-07 22:58:35 +02:00
Leon Styhre 23749f16eb Fixed an issue where some theme loading warning messages for the gamelistinfo element were not formatted correctly 2023-08-07 22:04:29 +02:00
Leon Styhre 0872201652 Removed an unnecessary lambda capture in ViewController 2023-08-07 00:12:45 +02:00
Leon Styhre c50f139588 Documentation update 2023-08-06 23:54:15 +02:00
Leon Styhre a4ba7de722 Added a 'stationary' property to all secondary elements to set them as stationary during slide transitions
Also changed the view mode enum to an enum class
2023-08-06 23:51:53 +02:00
Leon Styhre fa1c5331a0 Changed a scraper debug log message 2023-08-05 12:19:11 +02:00
Leon Styhre d0ae988d66 Merge commit 'd028b28816b4508731479d5aa9bfb764a13dd533' into library-updates 2023-08-05 11:32:11 +02:00
Leon Styhre d028b28816 Squashed 'external/rlottie/' changes from 056c0a1bc..f969abf62
f969abf62 offscreen rendering of shape layer
462ace326 raster: added default task name
ee18d81c4 Support dotLottie format.
44d4c20e2 lottieitem: Added alpha in Fill::updateContent method. (#539)
19164367c Update color blending style in LottieItem (#538)

git-subtree-dir: external/rlottie
git-subtree-split: f969abf62c8df773e3951a1176000e70fcde637f
2023-08-05 11:32:11 +02:00