ppsspp/UI
2013-12-10 23:38:02 +01:00
..
ControlMappingScreen.cpp Make the control mapping screen a bit more compact. 2013-12-06 16:45:25 +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 Fix the size of a couple of back buttons. Fixes #4763 2013-12-10 19:57:07 +01:00
DevScreens.h Add virtual buttons for address input. 2013-11-28 23:02:04 -08:00
EmuScreen.cpp Make Save/Load state mappable to controls. Not mapped by default. 2013-12-06 15:46:56 +01: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 Guess game region from game ID, display on game screen 2013-12-10 17:23:03 +01:00
GameInfoCache.h Guess game region from game ID, display on game screen 2013-12-10 17:23:03 +01:00
GamepadEmu.cpp Loosen up the dpad diagonals again quite a bit. 2013-12-10 23:38:02 +01:00
GamepadEmu.h Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
GameScreen.cpp Guess game region from game ID, display on game screen 2013-12-10 17:23:03 +01:00
GameScreen.h Guess game region from game ID, display on game screen 2013-12-10 17:23:03 +01:00
GameSettingsScreen.cpp "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +01:00
GameSettingsScreen.h Allow resizing touch buttons individually. 2013-12-02 15:15:19 +01:00
InstallZipScreen.cpp Improved error handling in ZIP installer 2013-12-06 15:29:14 +01:00
InstallZipScreen.h Error handling on disk full when installing zip files 2013-12-06 12:49:57 +01:00
MainScreen.cpp Update MainScreen.cpp 2013-12-09 11:50:19 +02:00
MainScreen.h Show the homebrew & demos tab after having installed a zip file. 2013-12-06 12:29:27 +01:00
MiscScreens.cpp "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +01:00
MiscScreens.h Revise how the language system works. 2013-11-03 19:21:53 -05:00
NativeApp.cpp "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +01:00
OnScreenDisplay.cpp Handle duplicate on-screen messages better (promote the old one to top). 2013-12-08 11:51:33 +01:00
OnScreenDisplay.h Add keybinding to rewind (backspace by default), if rewind states are enabled. Disable rewind on mobile. 2013-12-05 16:25:17 +01:00
ReadMe.txt Move non-Android specific stuff from android/jni to /UI. 2013-03-30 15:46:26 +01:00
Store.cpp Blackberry: Improve packaging. 2013-12-09 14:43:20 +10:00
Store.h Store: Handle zip files with external URLs and deep paths inside. 2013-12-05 12:48:09 +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 "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +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 "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +01:00
ui_atlas.cpp "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +01:00
ui_atlas.h "Thin Borders" touch button style, ability to choose. 2013-12-10 23:27:46 +01:00
UI.vcxproj Proper fix for libpng16 includes. 2013-12-10 02:14:56 +10:00
UI.vcxproj.filters If the user opens a ZIP file, offer to install it (it will show up in Homebrew & Demos). 2013-12-05 14:21:07 +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.

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