ppsspp/UI
Henrik Rydgård 952e125c7e Break out rendering of "notices" from OnScreenDisplay. They can now also be used as views.
Use it for the new message in ControlMappingScreen, when you try to map
a combo when that's disabled. It'll have more uses.
2023-07-07 15:23:19 +02:00
..
AudioCommon.cpp libretro: Bypass PPSSPP's resampler, since libretro already has one 2023-03-24 18:52:41 +01:00
AudioCommon.h Move the resampler usage to a common file, AudioCommon. (#17176) 2023-03-24 17:19:57 +01:00
BackgroundAudio.cpp Move the resampler usage to a common file, AudioCommon. (#17176) 2023-03-24 17:19:57 +01:00
BackgroundAudio.h Move g_backgroundAudio.Play to NativeUpdate 2023-03-24 14:48:49 +01:00
ChatScreen.cpp [Switch] Enable all System_InputBoxGetString usages 2023-06-22 00:47:00 +02:00
ChatScreen.h
ControlMappingScreen.cpp Break out rendering of "notices" from OnScreenDisplay. They can now also be used as views. 2023-07-07 15:23:19 +02:00
ControlMappingScreen.h Add checkbox controlling if new mappings can be combo mappings. 2023-07-07 10:42:08 +02:00
CustomButtonMappingScreen.cpp Custom buttons: Store them in an array, remove as many count restrictions as possible. 2023-06-20 10:42:53 +02:00
CustomButtonMappingScreen.h Rename class CustomKey to CustomButton 2023-05-08 10:13:52 +02:00
CwCheatScreen.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
CwCheatScreen.h Change Enable/Disable All to just a Disable All button. 2023-03-23 10:32:11 +01:00
DarwinFileSystemServices.h Implement the RESTART_APP system request for Mac 2023-04-29 11:38:47 +02:00
DarwinFileSystemServices.mm Implement the RESTART_APP system request for Mac 2023-04-29 11:38:47 +02:00
DevScreens.cpp Allow putting a user string in reported java exceptions 2023-07-06 19:21:19 +02:00
DevScreens.h Implement rendering of unlocked achievements. Not final design. 2023-06-26 10:01:42 +02:00
DiscordIntegration.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
DiscordIntegration.h
DisplayLayoutScreen.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
DisplayLayoutScreen.h Break out ScrollView from ViewGroup.h, and PopupScreens from UIScreen.h 2023-01-11 10:56:31 +01:00
EmuScreen.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
EmuScreen.h Implement an "OverlayScreen" concept. OSD can now render on top of other screens than EmuScreen. 2023-06-20 10:44:47 +02:00
GameInfoCache.cpp GameInfoCache: Some fixes for the icon loaded flag. 2023-07-02 17:18:13 +02:00
GameInfoCache.h Quick attempt to add some thread safety to GameInfo::fileLoader. 2023-05-04 09:20:05 +02:00
GamepadEmu.cpp Custom buttons: Store them in an array, remove as many count restrictions as possible. 2023-06-20 10:42:53 +02:00
GamepadEmu.h Custom buttons: Store them in an array, remove as many count restrictions as possible. 2023-06-20 10:42:53 +02:00
GameScreen.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
GameScreen.h
GameSettingsScreen.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
GameSettingsScreen.h Extract the class TabbedUIDialogScreen from GameSettingsScreen. 2023-06-16 13:56:26 +02:00
GPUDriverTestScreen.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
GPUDriverTestScreen.h
InstallZipScreen.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
InstallZipScreen.h
JoystickHistoryView.cpp Remove in/out function arguments 2023-03-31 11:05:33 +02:00
JoystickHistoryView.h Tilt: Add visualizer to customize tilt dialog. Improve defaults. 2023-02-01 15:35:57 +01:00
MainScreen.cpp Merge pull request #17671 from hrydgard/android-message-cleanup 2023-07-06 19:06:14 +02:00
MainScreen.h UI: Add a very simplistic search to game browser. 2023-04-29 11:45:30 -07:00
MemStickScreen.cpp [Switch] Enable all System_InputBoxGetString usages 2023-06-22 00:47:00 +02:00
MemStickScreen.h Buildfix attempt 2023-05-05 01:18:29 +02:00
MiscScreens.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
MiscScreens.h Break out ScrollView from ViewGroup.h, and PopupScreens from UIScreen.h 2023-01-11 10:56:31 +01:00
NativeApp.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
OnScreenDisplay.cpp Break out rendering of "notices" from OnScreenDisplay. They can now also be used as views. 2023-07-07 15:23:19 +02:00
OnScreenDisplay.h Break out rendering of "notices" from OnScreenDisplay. They can now also be used as views. 2023-07-07 15:23:19 +02:00
PauseScreen.cpp Move UI/RetroAchievements.{cpp,h} to Core. 2023-07-02 12:02:20 +02:00
PauseScreen.h rcheevos initial build setup and basic scaffolding 2023-06-26 10:01:40 +02:00
ProfilerDraw.cpp
ProfilerDraw.h
PSPNSApplicationDelegate.h Recognize openable types in Info.plist, debug menu in top bar 2023-04-22 18:11:06 +03:00
PSPNSApplicationDelegate.mm Buildfixes 2023-07-06 18:40:06 +02:00
RemoteISOScreen.cpp More cleanup after making PopupTextInputChoice choose method automatically 2023-06-22 09:01:14 +02:00
RemoteISOScreen.h More cleanup after making PopupTextInputChoice choose method automatically 2023-06-22 09:01:14 +02:00
ReportScreen.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
ReportScreen.h
RetroAchievementScreens.cpp Move UI/RetroAchievements.{cpp,h} to Core. 2023-07-02 12:02:20 +02:00
RetroAchievementScreens.h Move UI/RetroAchievements.{cpp,h} to Core. 2023-07-02 12:02:20 +02:00
SavedataScreen.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
SavedataScreen.h
Store.cpp IconCache: Add pending state to avoid duplicate downloads in some cases 2023-06-18 14:54:11 +02:00
Store.h Remove the unused filter stuff from store. 2022-12-27 17:12:17 +01:00
TabbedDialogScreen.cpp Switch all NativeMessageReceived to System_PostUIMessage 2023-07-06 17:26:02 +02:00
TabbedDialogScreen.h Implement rendering of unlocked achievements. Not final design. 2023-06-26 10:01:42 +02:00
Theme.cpp Allow specifying the VFS when loading INI files. 2023-03-07 10:04:10 +01:00
Theme.h
TiltAnalogSettingsScreen.cpp Input event and device enums (#17514) 2023-05-26 18:40:13 +02:00
TiltAnalogSettingsScreen.h Add previews for more types, fix mappings. 2023-02-02 01:09:33 +01:00
TouchControlLayoutScreen.cpp Custom buttons: Store them in an array, remove as many count restrictions as possible. 2023-06-20 10:42:53 +02:00
TouchControlLayoutScreen.h
TouchControlVisibilityScreen.cpp Collapse the "Custom 1", "Custom 2" etc translation strings 2023-06-20 10:42:56 +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 Move UI/RetroAchievements.{cpp,h} to Core. 2023-07-02 12:02:20 +02:00
UI.vcxproj.filters Move UI/RetroAchievements.{cpp,h} to Core. 2023-07-02 12:02:20 +02:00