ppsspp/UI
Henrik Rydgård c3dfbbeff9 Add option to disable touch dpad diagonals.
Makes some games a lot more playable with touch screen.
2013-12-02 15:50:09 +01:00
..
ControlMappingScreen.cpp Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
ControlMappingScreen.h UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
CwCheatScreen.cpp Add a check to avoid overwriting cheat file. 2013-11-05 20:38:51 +08:00
CwCheatScreen.h add "onFinish" to screens so that ESC (etc) works the same as the back 2013-10-25 13:19:08 +02:00
DevScreens.cpp Add virtual buttons for address input. 2013-11-28 23:02:04 -08:00
DevScreens.h Add virtual buttons for address input. 2013-11-28 23:02:04 -08:00
EmuScreen.cpp Merge pull request #4392 from hrydgard/multi-press 2013-11-29 05:26:55 -08:00
EmuScreen.h Add freeze-frame to developer menu. Only useful for developing, like when using nVidia PerfHud. 2013-11-15 13:11:44 +01:00
GameInfoCache.cpp Make distinction for multiple disc. 2013-11-26 18:23:08 +01:00
GameInfoCache.h Uninitialized variable fix 2013-11-26 18:26:02 +01:00
GamepadEmu.cpp Add option to disable touch dpad diagonals. 2013-12-02 15:50:09 +01:00
GamepadEmu.h Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
GameScreen.cpp Buildfix. 2013-11-24 03:11:33 +10:00
GameScreen.h Make a distinction between savedata and installdata. 2013-10-03 20:44:16 +08:00
GameSettingsScreen.cpp Add option to disable touch dpad diagonals. 2013-12-02 15:50:09 +01:00
GameSettingsScreen.h Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
MainScreen.cpp Show homebrew as a list by default, allow changing the view mode 2013-12-02 12:34:09 +01:00
MainScreen.h Update screen. 2013-11-26 18:20:33 +01:00
MiscScreens.cpp Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
MiscScreens.h Revise how the language system works. 2013-11-03 19:21:53 -05:00
NativeApp.cpp Disable vertex jit on jailed iOS devices 2013-12-02 10:48:52 +01:00
OnScreenDisplay.cpp Don't crash on post-shader compile errors. 2013-10-13 12:06:55 +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
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
TiltAnalogSettingsScreen.cpp Add back button to TiltAnalogSettingsScreen 2013-10-29 10:05:47 +01:00
TiltAnalogSettingsScreen.h UI cleanup and a crashfix for duplicate back key events 2013-10-28 16:04:53 +01:00
TouchControlLayoutScreen.cpp Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
TouchControlLayoutScreen.h Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01: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 Add support for missing Vietnamese characters 2013-11-20 00:09:26 +01:00
ui_atlas.cpp Use updated atlastool for correct Vietnamese font atlas. 2013-11-24 01:10:44 +10:00
ui_atlas.h UI tweaks. Change to cleaner background image. 2013-08-20 00:49:25 +02:00
UI.vcxproj Mysterious buildfix 2013-10-28 17:57:05 +01:00
UI.vcxproj.filters Mysterious buildfix 2013-10-28 17:57:05 +01: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.

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