Commit Graph

75 Commits (092e819a07d8426cedcbd218d22409e3ab12c78e)

Author SHA1 Message Date
Stenzek 092e819a07
ImGuiFullscreen: Move texture loading to async tasks
Two threads instead of one, speeds things up a bit.
10 months ago
Stenzek 5ee069fc63
FullscreenUI: Add option to display PS buttons instead of Xbox 10 months ago
Stenzek d010f768c4
FullscreenUI: Fix smooth scrolling in game/state/etc lists 11 months ago
Stenzek 0565320036
ImGuiFullscreen: Enable smooth scrolling for file/choice selectors 11 months ago
Stenzek f3f99f7eac
FullscreenUI: Support renderer swapping without restart 11 months ago
Stenzek 2d659fc3eb
GPU: Move backend work off CPU thread 11 months ago
Stenzek 53c08c52ed
ImGuiFullscreen: Pack state in struct 11 months ago
Stenzek 0faa9cf650
Build: Add Devel configuration
Gets you debug assertions and logging, while still producing an
optimized executable.
11 months ago
Stenzek aafc029682
Misc: Un-namespace Timer 11 months ago
Stenzek 24dfd30839
Image: Refactor to a more generic class 12 months ago
Stenzek 3ff1b04576
GPUDevice: Support generating mipmaps 12 months ago
Stenzek ca9af62f92
FullscreenUI: Add a BP achievements login dialog 12 months ago
Stenzek 854319441c
ImGuiFullscreen: Fix position resetting to top of list on popup close 12 months ago
Stenzek 57ca5dd2c2
ImGuiFullscreen: Default input source to keyboard if none 1 year ago
Stenzek 4963dc1759
Host: Make resource routines fill error object 1 year ago
Stenzek 38a331fde4
ImGuiFullscreen: Support loading SVGs 1 year ago
Stenzek 3d5503612b
Image: Span and Error-ify 1 year ago
Stenzek 8680900788
ImGuiFullscreen: Fix horizontal menu items getting clipped 1 year ago
Stenzek 3dca598063
Log: Switch to enum class
Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.
1 year ago
Stenzek e17eaf77dd
ImGuiFullscreen: Disable border animation when smooth scrolling is off 1 year ago
Stenzek ddcb0cb541
Misc: Warning fixes 1 year ago
Stenzek 6c3f33804f
ImGuiFullscreen: Fix whole menu being unscrollable
If the first/last menu items were not enabled, e.g. settings pages
1 year ago
Stenzek 891d5cefbe
ImGuiFullscreen: Allow smooth scrolling 1 year ago
Stenzek 51cfea49fe
ImGuiManager: Split OSD and debug window fonts
Fixes the latter not fitting on screen anymore.
1 year ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek 940200f7f3
FullscreenUI: More animation fixes 1 year ago
Stenzek 344a4a6215
FullscreenUI: Navigation improvements
Improve default item focus, eliminate some animation glitches.
1 year ago
Stenzek 7a05d5aca5
Achievements: Reset focus when opening windows 1 year ago
Stenzek 707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
1 year ago
Stenzek f2c0303875
Misc: Use lightgun controller icon 1 year ago
Stenzek 096a0811bf
dep/imgui: Bump to v1.91.0 1 year ago
Stenzek f5815f3183
ImGuiFullscreen: Display checkmark on right of choice dialog 1 year ago
Stenzek 05f9f33ec6
ImGuiFullscreen: Fix choice popup selected drawing over border 1 year ago
Stenzek 13a37418e6
FullscreenUI: Fix popup close resetting window scroll 1 year ago
Stenzek 143acca03b
Core: Purge resources.cpp
Save around 64KB in binary size.
1 year ago
Stenzek e455a5e371
ImGuiFullscreen: Fix incorrect notification width 1 year ago
Stenzek ff77bd029f
ImGuiFullscreen: Don't upload failed-loaded images 1 year ago
Stenzek 7927ec647f
Qt: Fix a couple of instances of inconsistent sorting 1 year ago
Stenzek bac2ac0151
FullscreenUI: Fix incorrect padding calculation in pause menu
Fixes scrollbars appearing in menu.
1 year ago
Stenzek 4e922a34a7
Log: Simplify macros 1 year ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 1 year ago
Stenzek f0a4ceb909
InputManager: Add push to toggle for macros 1 year ago
Stenzek 522c2e3458
FullscreenUI: Use native file selector on Flatpak 2 years ago
Stenzek 37a76a020a
FullscreenUI: Add horizontal padding to menu windows 2 years ago
Stenzek 69e0c1681c
FullscreenUI: Correct pixel alignment of some UI elements
Fixes scrollbars showing up at some window sizes.
2 years ago
Stenzek ca3cfbaa99
Misc: Pass string_view by value 2 years ago
Stenzek 4e0c417add
FullscreenUI: Add "Open Containing Directory" 2 years ago
Stenzek 6258cb9e0e
FullscreenUI: Various minor bug fixes 2 years ago
Stenzek 57f6bda59b
ImGuiFullscreen: Use popup background for all popups 2 years ago
Stenzek 44a4f2703a
ImGuiFullscreen: Add popup background colour 2 years ago