ppsspp/UI
2024-12-05 00:36:48 +01:00
..
ImDebugger Move some stuff around, rename some stuff 2024-12-05 00:36:48 +01:00
AudioCommon.cpp Call the sound effect mixer directly from Mix instead of pushing the samples from background audio. 2023-07-12 17:55:46 +02:00
AudioCommon.h Move the resampler usage to a common file, AudioCommon. (#17176) 2023-03-24 17:19:57 +01:00
BackgroundAudio.cpp Add new log category for texture replacements 2024-12-01 14:17:01 +01:00
BackgroundAudio.h Fix mouse hover in SDL builds 2024-11-06 22:09:53 +01:00
ChatScreen.cpp Chat: Cleanup the selection of chat input method, allow in-ui popup (what iOS needs). 2024-10-02 16:21:53 +02:00
ChatScreen.h Android/iOS buildfix 2024-10-02 16:21:53 +02:00
ControlMappingScreen.cpp Fix some more presentation issues 2024-10-22 12:29:32 +02:00
ControlMappingScreen.h Fix issue with the collapsible sections in control mapping collapsing on every change. 2024-01-29 17:57:01 +01:00
CustomButtonMappingScreen.cpp Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
CustomButtonMappingScreen.h Rename class CustomKey to CustomButton 2023-05-08 10:13:52 +02:00
CwCheatScreen.cpp Much more UI work on savedata import 2024-09-07 15:28:57 +02:00
CwCheatScreen.h Assorted warning fixes 2024-11-28 15:02:26 +01:00
DarwinFileSystemServices.h iOS app store: Hide the "Set memoery stick" option in developer tools 2024-09-26 21:17:00 +02:00
DarwinFileSystemServices.mm iOS app store: Hide the "Set memoery stick" option in developer tools 2024-09-26 21:17:00 +02:00
DebugOverlay.cpp Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
DebugOverlay.h Move the crash and FPS overlays to DebugOverlay.cpp/h 2024-01-19 16:52:42 +01:00
DevScreens.cpp Refactor LogManager (remove GetInstance()). In headless, add option to log to OutputDebugString on Windows. 2024-12-03 21:39:42 +01:00
DevScreens.h Split of the JitCompareScreen into its own files 2024-06-05 12:38:52 +02:00
DiscordIntegration.cpp Default Discord rich presence to off 2024-11-02 21:36:30 +01:00
DiscordIntegration.h Hide the Discord Rich Presence option on platforms where we don't support it 2024-11-02 21:31:45 +01:00
DisplayLayoutScreen.cpp Postshader: Fix issue where some changes weren't reflected until resizing the window 2024-10-29 16:15:46 +01:00
DisplayLayoutScreen.h Postshader: Fix issue where some changes weren't reflected until resizing the window 2024-10-29 16:15:46 +01:00
DriverManagerScreen.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
DriverManagerScreen.h Add new translation strings 2024-01-17 10:51:12 +01:00
EmuScreen.cpp Ge stepping without wait: Tex/Prim stepping works. Draw/Single have issues. 2024-12-05 00:36:48 +01:00
EmuScreen.h ImGui: Implement Shift/Ctrl/Alt modifier support 2024-11-25 00:23:28 +01:00
GameInfoCache.cpp Faster savedata deletion 2024-11-30 02:44:01 +01:00
GameInfoCache.h More lint warning fixes 2024-10-10 10:52:45 +02:00
GamepadEmu.cpp Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping. 2024-12-01 21:04:21 +01:00
GamepadEmu.h Add Reset as a mappable control 2024-09-18 14:18:04 +02:00
GameScreen.cpp GameScreen: Remove a redundant savedata size calc on the main thread 2024-11-30 00:38:10 +01:00
GameScreen.h GameScreen: Remove a redundant savedata size calc on the main thread 2024-11-30 00:38:10 +01:00
GameSettingsScreen.cpp Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
GameSettingsScreen.h Do some renaming, dedupe some strings (old commit resurrected), add an assert 2024-10-22 22:28:06 +02:00
GPUDriverTestScreen.cpp Add support for the EXT_provoking_vertex Vulkan extension, allowing us to skip software transform for this case. 2024-07-17 10:41:25 +02:00
GPUDriverTestScreen.h Log: Split out StdioListener from ConsoleListener, making the second Win32-only. 2024-07-21 13:55:40 +02:00
InstallZipScreen.cpp Make a new error message for invalid zip files. Re-use the old translation 2024-12-02 09:45:35 +01:00
InstallZipScreen.h More InstallZip refactoring, add options for install directory where applicable 2024-09-10 13:55:12 +02:00
JitCompareScreen.cpp Bunch more linting 2024-10-10 11:57:10 +02:00
JitCompareScreen.h Add a stats view 2024-06-06 19:21:50 +02:00
JoystickHistoryView.cpp Remove lots of now-unnecessary ".c_str()" 2024-05-24 22:53:13 +02:00
JoystickHistoryView.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
MainScreen.cpp Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
MainScreen.h Fix/hack some color issues with the 1995 theme 2024-10-22 21:26:29 +02:00
MemStickScreen.cpp MemStick screen: Call free_disk_space from async tasks 2024-10-11 13:45:43 +02:00
MemStickScreen.h MemStick screen: Call free_disk_space from async tasks 2024-10-11 13:45:43 +02:00
MiscScreens.cpp Remove the "GPUInterface" base class. Not really useful, GPUCommon is pretty much the same thing. 2024-12-02 11:12:14 +01:00
MiscScreens.h Replace mentions of Twitter with X 2024-10-25 21:07:23 +02:00
NativeApp.cpp Refactor LogManager (remove GetInstance()). In headless, add option to log to OutputDebugString on Windows. 2024-12-03 21:39:42 +01:00
OnScreenDisplay.cpp Set UI font when drawing OSD 2024-11-30 16:57:32 +02:00
OnScreenDisplay.h UI fixes 2024-01-31 23:17:51 +01:00
PauseScreen.cpp Minor UI fix: Consistent spacing on PauseScreen 2024-10-02 16:21:53 +02:00
PauseScreen.h Buildfix 2024-10-10 12:19:53 +02:00
ProfilerDraw.cpp Global: Remove some unused variables. 2021-02-15 11:59:45 -08:00
ProfilerDraw.h Add new shader viewing tool 2015-10-14 18:10:21 +02:00
PSPNSApplicationDelegate.h Recognize openable types in Info.plist, debug menu in top bar 2023-04-22 18:11:06 +03:00
PSPNSApplicationDelegate.mm Mac: Don't randomly printf the recents list from PSPNSApplicationDelegate 2024-01-27 11:09:11 +01:00
RemoteISOScreen.cpp Add a "reason" argument to sleep_ms(). 2024-11-21 15:28:51 +01:00
RemoteISOScreen.h Rework remote ISO UI a bit (more to come) 2024-06-23 15:47:18 +02:00
ReportScreen.cpp ReportScreen: Calculate the disc CRC while filling out the form. 2024-10-29 13:01:54 +01:00
ReportScreen.h ReportScreen: Calculate the disc CRC while filling out the form. 2024-10-29 13:01:54 +01:00
RetroAchievementScreens.cpp Bunch more linting 2024-10-10 11:57:10 +02:00
RetroAchievementScreens.h Minor code cleanup 2024-05-06 22:46:54 +02:00
SavedataScreen.cpp Remove a bad debug assert 2024-10-17 21:11:52 +02:00
SavedataScreen.h Android buildfix, warning fix 2024-09-26 12:04:29 +02:00
Store.cpp Fix minor theme issue in Store, thanks Nabn00b. 2024-11-04 15:45:40 +01:00
Store.h Homebrew Store: Fetch license and website URL. Add buttons to go to website and look up license info. 2024-09-02 01:05:55 +02:00
TabbedDialogScreen.cpp Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
TabbedDialogScreen.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
Theme.cpp Theme: Avoid checking the ui_atlas multiple times 2024-11-28 15:02:25 +01:00
Theme.h Allow to change atlas per theme 2022-04-01 09:59:40 +02:00
TiltAnalogSettingsScreen.cpp More lint warning fixes 2024-10-10 10:52:45 +02:00
TiltAnalogSettingsScreen.h Assorted warning fixes 2024-11-28 15:02:26 +01:00
TouchControlLayoutScreen.cpp Fix scaling issue in touch control layout screen, thanks @iota97 2024-11-02 19:53:29 +01:00
TouchControlLayoutScreen.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
TouchControlVisibilityScreen.cpp allow binding custom right stick to analog 2024-07-16 16:06:13 +02:00
TouchControlVisibilityScreen.h Custom buttons: Store them in an array, remove as many count restrictions as possible. 2023-06-20 10:42:53 +02:00
UI.vcxproj Ge Debugger: Add a framebuffer listing, along with some plumbing 2024-11-23 23:23:48 +01:00
UI.vcxproj.filters Ge Debugger: Add a framebuffer listing, along with some plumbing 2024-11-23 23:23:48 +01:00