ppsspp/UI
2014-06-15 13:04:59 +02:00
..
ControlMappingScreen.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
ControlMappingScreen.h Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
CwCheatScreen.cpp cheat screen: Add shortcut to launch notepad with the current cheat file 2014-06-09 00:13:59 +02:00
CwCheatScreen.h cheat screen: Add shortcut to launch notepad with the current cheat file 2014-06-09 00:13:59 +02:00
DevScreens.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
DevScreens.h Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
EmuScreen.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
EmuScreen.h Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
GameInfoCache.cpp The "fallback" title is already set, don't need to set it again 2014-06-14 00:19:09 +02:00
GameInfoCache.h Fix some initialization order warnings. 2014-01-10 22:21:24 -08:00
GamepadEmu.cpp Actually force the pause button on Symbian, iOS, and Meego Harmattan. 2014-02-25 01:57:32 -05:00
GamepadEmu.h Remove more bad uses of dp_xres. Fix a data flow issue 2014-02-10 15:55:21 +01:00
GameScreen.cpp Centralize game background drawing code. 2014-02-09 17:39:15 -08:00
GameScreen.h Centralize game background drawing code. 2014-02-09 17:39:15 -08:00
GameSettingsScreen.cpp Revert "Remove option" (disable alpha test) 2014-06-10 23:13:42 +02:00
GameSettingsScreen.h Attempt to solve Travis CI build 2014-06-02 18:28:16 +08:00
HostTypes.h Qt: Clean up QtHost. 2014-03-02 01:09:38 +10:00
InstallZipScreen.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
InstallZipScreen.h Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
MainScreen.cpp Correct timing on resume, avoids small speed burst when resuming gameplay from pause 2014-06-14 23:56:16 +02:00
MainScreen.h Centralize game background drawing code. 2014-02-09 17:39:15 -08:00
MiscScreens.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
MiscScreens.h Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
NativeApp.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
OnScreenDisplay.cpp Reduce use of display.h (dp_xres, dp_yres) now that uicontext has bounds 2014-02-10 12:44:36 +01:00
OnScreenDisplay.h Reduce use of display.h (dp_xres, dp_yres) now that uicontext has bounds 2014-02-10 12:44:36 +01:00
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
Store.cpp Update native 2014-03-10 23:21:21 +01:00
Store.h Store: Handle zip files with external URLs and deep paths inside. 2013-12-05 12:48:09 +01:00
TiltAnalogSettingsScreen.cpp Make a string translatable in tilt settings dialog 2014-03-20 00:29:34 +01:00
TiltAnalogSettingsScreen.h UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
TiltEventProcessor.cpp Blackberry/Symbian: Improve tilt. 2014-02-20 04:00:22 +10:00
TiltEventProcessor.h moved tilt logic to separate unit and enabled tilt to control multiple input types 2013-11-11 17:22:04 +05:30
TouchControlLayoutScreen.cpp Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
TouchControlLayoutScreen.h Improve input event handling. Can now map volume keys on Android without issues. 2014-06-15 13:04:59 +02:00
TouchControlVisibilityScreen.cpp merged upstream changes 2013-10-27 11:48:59 +05:30
TouchControlVisibilityScreen.h merged upstream changes 2013-10-27 11:48:59 +05:30
ui_atlas_lowmem.cpp Tweak the new button style to add slight drop shadows, add folder icons. 2013-12-11 09:37:07 +01:00
ui_atlas.cpp Tweak the new button style to add slight drop shadows, add folder icons. 2013-12-11 09:37:07 +01:00
ui_atlas.h Tweak the new button style to add slight drop shadows, add folder icons. 2013-12-11 09:37:07 +01:00
UI.vcxproj Clean up defines in MSVC project files. 2014-02-08 16:38:44 -08:00
UI.vcxproj.filters Update project to MSVC 2013 tools. 2014-02-08 13:41:28 -08: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.

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