ppsspp/UI
wuspring 3858044f99 Modify NewLanguageScreen class
For the title of language select dialoag in System->system language
("Language") can be translatable, Using [Developer]->"Language"
2013-08-31 05:26:59 +08:00
..
ControlMappingScreen.cpp Controlmapping: Show symbols on cross/circle/etc, make the rest translatable. See #76 2013-08-30 16:02:57 +02:00
ControlMappingScreen.h UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
CwCheatScreen.cpp Warning fixes and stuff 2013-08-30 20:14:16 +02:00
CwCheatScreen.h Fix crashing on empy newlines. Increase max cheat list to 128 2013-08-29 19:08:31 -05:00
EmuScreen.cpp Windows: Use system fonts in UI - no more mojibake. 2013-08-30 14:48:52 +02:00
EmuScreen.h Fix stickiness of NV Shield d-pad (and other digital pads that are mapped to axises) 2013-07-31 18:08:31 +02:00
GameInfoCache.cpp Fix some file browsing issues 2013-08-20 16:52:36 +02:00
GameInfoCache.h Error handling improvements 2013-08-10 19:56:47 +02:00
GamepadEmu.cpp Address some complaints about touch button opacity 2013-08-10 19:23:50 +02:00
GamepadEmu.h Warning fixes, fix hw back button on Android 2013-07-20 20:49:08 +02:00
GameScreen.cpp Rename "Delete Savedata" & "Delete Game" 2013-08-30 20:25:58 +02:00
GameScreen.h Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
GameSettingsScreen.cpp Modify NewLanguageScreen class 2013-08-31 05:26:59 +08:00
GameSettingsScreen.h Warning fixes and stuff 2013-08-30 20:14:16 +02:00
MainScreen.cpp Windows: Use system fonts in UI - no more mojibake. 2013-08-30 14:48:52 +02:00
MainScreen.h Rebase 2013-08-23 22:28:21 -05:00
MiscScreens.cpp Modify NewLanguageScreen class 2013-08-31 05:26:59 +08:00
MiscScreens.h Modify NewLanguageScreen class 2013-08-31 05:26:59 +08:00
NativeApp.cpp android buildfix 2013-08-30 20:19:03 +02:00
OnScreenDisplay.cpp Fall back to software transform when hardware transform fails. Should help Mali devices. 2013-06-06 10:09:37 +02:00
OnScreenDisplay.h Fall back to software transform when hardware transform fails. Should help Mali devices. 2013-06-06 10:09:37 +02:00
PluginScreen.cpp Fixes for x86 android build 2013-08-29 20:06:24 +02:00
PluginScreen.h Misc UI stuff, back button should now work as expected. 2013-08-17 23:50:15 +02:00
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
ui_atlas_lowmem.cpp Add Russian to LowMem. Modify script to automatically build lowmem atlas at same time. 2013-08-21 12:30:13 +10:00
ui_atlas.cpp UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
ui_atlas.h UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
UI.vcxproj Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
UI.vcxproj.filters Win32: Switch to a UNICODE build. This took quite a bit of fixing. 2013-08-26 19:00:16 +02:00
UIShader.cpp Add glstate.colorLogicOp.disable(); to UIShader 2013-08-24 00:55:53 +08:00
UIShader.h Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00

========================================================================
    STATIC LIBRARY : UI Project Overview
========================================================================

AppWizard has created this UI library project for you.

No source files were created as part of your project.


UI.vcxproj
    This is the main project file for VC++ projects generated using an Application Wizard.
    It contains information about the version of Visual C++ that generated the file, and
    information about the platforms, configurations, and project features selected with the
    Application Wizard.

UI.vcxproj.filters
    This is the filters file for VC++ projects generated using an Application Wizard. 
    It contains information about the association between the files in your project 
    and the filters. This association is used in the IDE to show grouping of files with
    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    "Source Files" filter).

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" comments to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////