..
BackgroundAudio.cpp
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
BackgroundAudio.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
ChatScreen.cpp
Don't even bother checking touch.id == 0 for closing popup windows. It's fine to close with any touch.
2021-04-17 22:34:35 +02:00
ChatScreen.h
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
ComboKeyMappingScreen.cpp
UI: Fix L/R tab navigation.
2021-03-03 00:07:11 -08:00
ComboKeyMappingScreen.h
Also move out the global stuff from view.cpp/h to root.cpp/h
2020-03-08 15:16:32 +01:00
ControlMappingScreen.cpp
UI: Log analog movement at a lower treshold.
2021-04-04 07:29:12 -07:00
ControlMappingScreen.h
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
CwCheatScreen.cpp
Fix UI import cheat crash.
2021-05-24 22:54:04 +02:00
CwCheatScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
DevScreens.cpp
Rename g_Config.externalDirectory to defaultCurrentDirectory - since that's what it was.
2021-05-30 00:49:47 +02:00
DevScreens.h
Add a new command in developer tools to list and load framedumps from framedump.ppsspp.org/repro/
2021-01-31 14:42:40 +01:00
DiscordIntegration.cpp
Move native/util, native/data and native/i18 to Common/Data.
2020-10-04 07:28:29 +02:00
DiscordIntegration.h
Discord: Attempt to explicitly cleanup on exit.
2018-11-10 09:49:08 -08:00
DisplayLayoutEditor.cpp
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
DisplayLayoutEditor.h
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
DisplayLayoutScreen.cpp
UI: Fix L/R tab navigation.
2021-03-03 00:07:11 -08:00
DisplayLayoutScreen.h
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
EmuScreen.cpp
UI: Move to ScreenManager for mapping.
2021-05-23 15:18:21 -07:00
EmuScreen.h
UI: Move to ScreenManager for mapping.
2021-05-23 15:18:21 -07:00
GameInfoCache.cpp
Common: Remove File::GetFilename().
2021-05-14 23:08:31 -07:00
GameInfoCache.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
GamepadEmu.cpp
UI: Add text description for all views.
2021-02-21 16:38:02 -08:00
GamepadEmu.h
UI: Add text description for all views.
2021-02-21 16:38:02 -08:00
GameScreen.cpp
It never ends...
2021-05-13 10:39:16 +02:00
GameScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
GameSettingsScreen.cpp
Cleanup, layout fix on memory stick screen, reorder some settings
2021-06-07 00:26:26 +02:00
GameSettingsScreen.h
Assorted plumbing.
2021-06-07 00:24:51 +02:00
GPUDriverTestScreen.cpp
Minimize the Adreno shader compiler bug repro test
2021-01-30 10:21:14 +01:00
GPUDriverTestScreen.h
More GPU test improvements
2021-01-17 18:04:00 +01:00
HostTypes.h
SwicthUMD:Only update Switch UMD item of Windows menu instead of entire UI.
2020-10-22 17:45:29 +08:00
InstallZipScreen.cpp
It never ends...
2021-05-13 10:39:16 +02:00
InstallZipScreen.h
It never ends...
2021-05-13 10:39:16 +02:00
MainScreen.cpp
Start experimenting with DocumentsContract (the thing DocumentFile wraps)
2021-06-07 00:24:51 +02:00
MainScreen.h
http: Show a more standard browser for remote.
2021-05-16 18:34:02 -07:00
MemStickScreen.cpp
Address a bunch of the feedback
2021-06-07 00:26:26 +02:00
MemStickScreen.h
Add missing files that .gitignore ignored...
2021-06-07 00:24:52 +02:00
MiscScreens.cpp
Assorted plumbing.
2021-06-07 00:24:51 +02:00
MiscScreens.h
Assorted plumbing.
2021-06-07 00:24:51 +02:00
NativeApp.cpp
Address more feedback
2021-06-07 00:49:31 +02:00
OnScreenDisplay.cpp
UI: Add text description for all views.
2021-02-21 16:38:02 -08:00
OnScreenDisplay.h
Couple warning fixes.
2021-03-09 00:09:36 +01:00
PauseScreen.cpp
SaveState: Use Path instead of strings.
2021-05-14 23:00:22 -07:00
PauseScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +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
ReadMe.txt
Move non-Android specific stuff from android/jni to /UI.
2013-03-30 15:46:26 +01:00
RemoteISOScreen.cpp
http: Show a more standard browser for remote.
2021-05-16 18:34:02 -07:00
RemoteISOScreen.h
Use Path for fullName in dirlisting. Bugfixes.
2021-05-13 10:39:16 +02:00
ReportScreen.cpp
It never ends...
2021-05-13 10:39:16 +02:00
ReportScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
SavedataScreen.cpp
Common: Cleanup some Path constructions.
2021-05-14 22:48:04 -07:00
SavedataScreen.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
Store.cpp
http: Use Path for the download file.
2021-05-14 22:46:03 -07:00
Store.h
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
TextureUtil.cpp
UI: Centralize BG pic choosing a bit.
2021-04-04 10:57:40 -07:00
TextureUtil.h
Introduce Path, start using it all over the place.
2021-05-13 10:39:16 +02:00
TiltAnalogSettingsScreen.cpp
UI: Expose lists better in descriptions.
2021-02-21 18:41:08 -08:00
TiltAnalogSettingsScreen.h
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
TiltEventProcessor.cpp
Remove base/logging from UI and more
2020-08-15 19:08:54 +02:00
TiltEventProcessor.h
Add L/R trigger button tilt support.
2015-12-20 23:16:45 -08:00
TouchControlLayoutScreen.cpp
UI: Fix L/R tab navigation.
2021-03-03 00:07:11 -08:00
TouchControlLayoutScreen.h
Move fileutil, net, image loaders, ui to Common. ( #13506 )
2020-10-04 20:48:47 +02:00
TouchControlVisibilityScreen.cpp
UI: Expose lists better in descriptions.
2021-02-21 18:41:08 -08:00
TouchControlVisibilityScreen.h
Move most GPU things to Common.
2020-10-04 23:39:02 +02:00
UI.vcxproj
Assorted plumbing.
2021-06-07 00:24:51 +02:00
UI.vcxproj.filters
Assorted plumbing.
2021-06-07 00:24:51 +02:00