Commit graph

7403 commits

Author SHA1 Message Date
Leon Styhre 1b52f422c7 Made a HelpComponent function private instead of public 2025-02-11 20:08:22 +01:00
Leon Styhre 83a32f50aa Documentation update 2025-02-10 19:23:11 +01:00
Leon Styhre c36ac063a0 (Linux) Changed the AppImage find rule for Mandarine to mandarine-qt*.AppImage 2025-02-10 19:19:48 +01:00
Leon Styhre 78a0fcdff7 Added game-select and system-select custom events and a corresponding 'Browsing custom events' menu option 2025-02-10 19:18:16 +01:00
Leon Styhre fe10e14b80 Added a screensaver-game-select custom event 2025-02-10 18:55:59 +01:00
Leon Styhre eccf485d6d Added an option to completely disable the game launch screen 2025-02-10 17:23:12 +01:00
Leon Styhre b8c7369ad9 Changed the rendering order so that the clock is rendered above the textlist quick scrolling overlay 2025-02-10 17:07:04 +01:00
Leon Styhre 383968cc37 Fixed an issue where the DateTimeComponent gamelist fadeout didn't work correctly 2025-02-10 17:05:02 +01:00
Leon Styhre 3fde1a89d5 Added the .ruf file extension to the flash system 2025-02-09 23:29:57 +01:00
Leon Styhre 0f835ac7e8 (Linux) Added support for the Flatpak release of Ruffle 2025-02-09 23:25:02 +01:00
Leon Styhre 55609d3641 Documentation update 2025-02-09 22:22:44 +01:00
Leon Styhre 762aace575 Made the menu and launch screen scale up at the same speed regardless of the display refresh rate 2025-02-09 22:19:01 +01:00
Leon Styhre c1480e847a Small adjustment to the GuiInfoPopup corner roundness 2025-02-09 19:57:26 +01:00
Leon Styhre ab5eb5ed07 Removed an unused variable 2025-02-09 18:20:45 +01:00
Leon Styhre e8e69dc3df Increased the background blur slightly when a menu is open 2025-02-09 18:11:49 +01:00
Leon Styhre a2dd8d5c5f Removed the obsolete frame.png and frame.svg graphics resource files 2025-02-09 18:06:25 +01:00
Leon Styhre 1c3bc53315 Rewrote most components to use BackgroundComponent instead of NinePatchComponent 2025-02-09 18:02:47 +01:00
Leon Styhre 4e12ad52b6 Added a BackgroundComponent to replace NinePatchComponent for rendering menu and popup backgrounds 2025-02-09 17:43:30 +01:00
Leon Styhre ba5f85c74c Fixed an issue where applying rounded corners caused rendering artfifacts if the texture did not use premultiplied alpha 2025-02-09 17:35:59 +01:00
Leon Styhre f70f823701 Adjusted the default position for the clock 2025-02-09 12:28:57 +01:00
Leon Styhre cd5db824ca Documentation update 2025-02-08 16:16:46 +01:00
Leon Styhre 21110810e4 Added a clock element and a corresponding menu entry 2025-02-08 16:12:22 +01:00
Leon Styhre c86044a6a4 Documentation update 2025-02-06 23:10:48 +01:00
Leon Styhre 61e671501c Added a 'fadeInType' property to the video element 2025-02-06 23:08:17 +01:00
Leon Styhre ec7253a602 Documentation update 2025-02-06 17:58:54 +01:00
Leon Styhre 58b4b361ad Added support for a 'none' value to the video element imageType property 2025-02-06 17:52:41 +01:00
Leon Styhre 3e7436c347 Added an 'entryLayout' property to the helpsystem element 2025-02-06 17:50:18 +01:00
Leon Styhre 64b27219ab Documentation update 2025-02-05 22:27:36 +01:00
Leon Styhre 25dba1c293 Added 'rotation' and 'rotationOrigin' properties to the helpsystem element 2025-02-05 22:25:55 +01:00
Leon Styhre db2b00a49e Rewrote the logic for the 'none' value for the helpsystem element scope property 2025-02-05 21:05:54 +01:00
Leon Styhre 57815f6633 Documentation update 2025-02-05 20:46:56 +01:00
Leon Styhre c1cfc02942 Added support for a 'none' value to the helpsystem element scope property 2025-02-05 20:45:27 +01:00
Leon Styhre 4a002d4fb3 Documentation update 2025-02-04 21:16:22 +01:00
Leon Styhre 15ea7dcb34 Added 'imageSize', 'imageMaxSize', 'imageCropSize' and 'imageCropPos' properties to the video element 2025-02-04 21:13:32 +01:00
Leon Styhre 9c5166abab Changed a code comment 2025-02-04 20:49:41 +01:00
Leon Styhre 5cb8b1e7e3 Eliminated some unnecessary helpsystem updates 2025-02-04 18:03:19 +01:00
Leon Styhre 9c76882530 Fixed an issue where the default helpsystem element was not displayed if there was no theme configuration for it 2025-02-04 18:01:51 +01:00
Leon Styhre e74e8decbb Fixed an issue where the helpsystem icons were sometimes not getting updated 2025-02-04 17:59:40 +01:00
Leon Styhre c529642f80 Made it possible to set per-element icon overrides for the helpsystem element 2025-02-04 17:58:11 +01:00
Leon Styhre 6016fc02da Documentation update 2025-02-03 21:51:39 +01:00
Leon Styhre 97eff9266d Added 'lr' and 'ltrt' as supported 'entries' property values for the helpsystem element 2025-02-03 21:51:06 +01:00
Leon Styhre a76f377a65 Documentation update 2025-02-03 19:50:38 +01:00
Leon Styhre 82fdfe7706 Added 'thumbstickclick' as a supported 'entries' property value for the helpsystem element 2025-02-03 19:48:20 +01:00
Leon Styhre f13c12464e Fixed some Clang compiler warnings 2025-02-03 18:35:37 +01:00
Leon Styhre 1bfe7efe3c Removed the obsolete HelpStyle code 2025-02-03 18:14:06 +01:00
Leon Styhre 0de961cd33 Refactored the helpsystem code and added support for using an arbitrary amount of helpsystem elements 2025-02-03 18:11:51 +01:00
Leon Styhre 65286ec027 Fixed an issue where MD5 hashes were calculated when using the single-game scraper 2025-01-28 20:42:58 +01:00
Leon Styhre 9a64649ed6 Updated the archive/el_GR.po file 2025-01-28 20:33:14 +01:00
Leon Styhre 8bc107a99f Documentation update 2025-01-27 19:43:16 +01:00
Leon Styhre 13ba5660da Added the NooDS RetroArch core as an alternative emulator for the gba and nds systems 2025-01-27 19:41:46 +01:00