Commit graph

42256 commits

Author SHA1 Message Date
Henrik Rydgård
9bee4192ba Implement exit confirmation when closing the window on Windows. 2025-02-17 13:09:11 -06:00
Henrik Rydgård
408d1b0916 Track execution time after save, add new setting for exit confirmation 2025-02-17 12:29:23 -06:00
Henrik Rydgård
825d358072 Rename PopupHeaderStyle to PopupTitleStyle 2025-02-17 11:47:35 -06:00
Henrik Rydgård
4822680d62 Remove some SetTextColor hacks in popups 2025-02-17 11:47:24 -06:00
Henrik Rydgård
863bef5f64 Give all views a bool popupStyle_, so they know the context. 2025-02-17 11:25:23 -06:00
Henrik Rydgård
8b1bf43283
Merge pull request #19988 from archanox/patch-2
Add GLES/EGL build config to build script
2025-02-17 10:45:46 -06:00
Pierce Andjelkovic
3ebf1e3361
Update b.sh 2025-02-16 16:36:27 +11:00
Henrik Rydgård
4ff642ccc8
Merge pull request #19986 from hrydgard/libretro-buildfix
Workaround for retroarch's buildserver using an old Windows SDK
2025-02-15 08:55:22 -06:00
Henrik Rydgård
359f58be69 Workaround for retroarch's buildserver using an old SDK 2025-02-14 19:06:00 -06:00
Henrik Rydgård
863530fac8 Fix typo breaking next-slot keybinding.
Fixes #19981
2025-02-14 16:32:11 -06:00
Henrik Rydgård
b8e668114d
Merge pull request #19984 from hrydgard/theme-fixes
Theme system fixes and additions
2025-02-14 16:28:23 -06:00
Henrik Rydgård
54379cd816
Merge pull request #19983 from hrydgard/touch-gliding
Touch: Implement "Touch gliding" (keep all dragged/touched buttons pressed until touch release)
2025-02-14 15:48:58 -06:00
Henrik Rydgård
af05119869 Themes: Add CollapsibleHeaderStyle 2025-02-14 15:37:01 -06:00
Henrik Rydgård
40f38933c7 Apply the InfoItem style normally. Remove barely noticable color animations. 2025-02-14 15:31:51 -06:00
Henrik Rydgård
dd810c8252 Fix fallback to Default theme if a theme is gone. 2025-02-14 15:13:18 -06:00
Henrik Rydgård
9a42c4aa7a Themes: Add tooltip style 2025-02-14 15:09:17 -06:00
Henrik Rydgård
dc52c62d1a Themes: Add configurable color for the scrollbar bob 2025-02-14 14:47:47 -06:00
Henrik Rydgård
513558b6cd Themes: Add HeaderStyleBg 2025-02-14 14:35:37 -06:00
Henrik Rydgård
f719f1c7fd Themes: Reintroduce PopupHeaderStyleFg/Bg 2025-02-14 13:15:13 -06:00
Henrik Rydgård
a8d6a31ad4 Themes: Restore PopupStyleFg 2025-02-14 13:02:55 -06:00
Henrik Rydgård
928854ffd3 Hold only the first button, allow other buttons to toggle with dragging as normal. 2025-02-14 12:40:44 -06:00
Henrik Rydgård
dbfa865a4a ImGUI: Allow passthrough of mouse events clicking on the "desktop" 2025-02-14 12:20:39 -06:00
Henrik Rydgård
5ef2f06019 Implement "Touch gliding" (keep all dragged/touched buttons pressed until touch release)
I think the feature might need a better name though?

Fixes #14490
2025-02-14 11:00:24 -06:00
Henrik Rydgård
4f2ceca071
Merge pull request #19982 from hrydgard/assorted-cleanups
Remove unused float16 type, split out sceAac from sceMp4
2025-02-14 10:49:38 -06:00
Henrik Rydgård
09eaf084d0 Remove unused float16 type 2025-02-14 09:50:55 -06:00
Henrik Rydgård
dc775ad9e8 Clean up the AAC code in the same way 2025-02-14 09:50:55 -06:00
Henrik Rydgård
c3708f741b Convert sceMp4 to new style hle logging 2025-02-14 09:50:55 -06:00
Henrik Rydgård
fdb606c8cb Break out sceAac from sceMp4.cpp/h 2025-02-14 09:50:55 -06:00
Henrik Rydgård
cbd95a125d
Merge pull request #19980 from hrydgard/ge-debugger-work
ImDebugger: Add zoom functionality, file export
2025-02-14 09:48:52 -06:00
Henrik Rydgård
2c11da1354 ImDebugger file browser: Add (slightly clunky) UI to extract individual files. 2025-02-13 17:11:11 -06:00
Henrik Rydgård
d89eba1fca Add simple zoom functionality to ImDebugger ge preview 2025-02-13 15:26:53 -06:00
Henrik Rydgård
85c015efb8 Remove redundant shutdown callback 2025-02-13 15:13:25 -06:00
Henrik Rydgård
87cf0be961
Merge pull request #19979 from hrydgard/depth-adjustment
Ge: Apply slight adjustment to cull range, see issue #17061
2025-02-13 14:58:37 -06:00
Henrik Rydgård
630824a7a3 Ge: Apply slight adjustment to cull range, see issue #17061 2025-02-13 14:57:42 -06:00
Henrik Rydgård
41e07cd2a6
Merge pull request #19978 from hrydgard/zip-perf-opt
ZipFileReader: Small performance optimization when reading by filename
2025-02-13 14:51:52 -06:00
Henrik Rydgård
b7cec64fb2 ZipFileReader: Small performance optimization when reading by filename 2025-02-13 11:42:46 -06:00
Henrik Rydgård
0b5bcef6e2
Merge pull request #19976 from lvonasek/hotfix-openxr-timing
OpenXR - Remove frame limitation
2025-02-13 11:31:56 -06:00
Henrik Rydgård
aa384b36c6
Merge pull request #19975 from hrydgard/custom_icon
Allow custom game icons if texture replacement is enabled
2025-02-13 11:22:56 -06:00
Lubos
2567debda5 OpenXR - Remove frame limitation 2025-02-13 18:18:15 +01:00
Henrik Rydgård
8b340aa4ed Refactor out the replacement icon loading, use for EBOOTs too. 2025-02-13 11:00:07 -06:00
Henrik Rydgård
f47cccc2b2 Show the texture replacement checkbox on the main graphics settings tab 2025-02-13 10:50:18 -06:00
LunaMoo
ed9b202671 Basic custom icon support (through texture replacement)
uses path textures/gameID/icon.png, or icon.png from textures.zip.

requires restart to re-load icons.
2025-02-13 10:47:58 -06:00
Henrik Rydgård
b484d4b1bf
Merge pull request #19974 from hrydgard/d3d11flipmodel
Nukem9's D3D11 flipmodel, rebased
2025-02-13 09:52:44 -06:00
Nukem
d5cd8e699b d3d11: Fix DXGI device ref count leak 2025-02-12 19:50:06 -06:00
Nukem
0e623450c0 d3d11: Use modern flip model and tearing flags for swap chain creation 2025-02-12 19:50:05 -06:00
Henrik Rydgård
102b515f7c
Merge pull request #19973 from hrydgard/windows-battery-percentage
Add support for displaying the battery percentage on Windows.
2025-02-12 11:54:12 -06:00
Henrik Rydgård
dc3e929348
Merge pull request #19972 from Nemoumbra/scenet_lib
Adding sceNet_lib
2025-02-12 11:19:51 -06:00
Henrik Rydgård
e98d481a63 Add support for displaying the battery percentage on Windows. 2025-02-12 11:07:24 -06:00
Nemoumbra
c5d69d5fcc Configured the logs 2025-02-12 20:00:22 +03:00
Henrik Rydgård
29a0835c6d
Merge pull request #19971 from hrydgard/volume-control-convert-settings
Volume control UI changes, part 2
2025-02-12 10:48:17 -06:00