ppsspp/UI
Henrik Rydgård da3a7fbc5f
Merge pull request #10385 from unknownbrackets/ui-tween
UI: Add a soft fade when selecting choices / etc.
2017-12-10 23:11:37 +01:00
..
BackgroundAudio.cpp Even more cleanup of RIFFReader 2017-12-04 17:34:47 +01:00
BackgroundAudio.h
ComboKeyMappingScreen.cpp
ComboKeyMappingScreen.h UI: Fix some virtual override warnings. 2017-12-03 19:22:02 -08:00
ControlMappingScreen.cpp UI: Cleanup common message handling. 2017-12-02 11:55:06 -08:00
ControlMappingScreen.h UI: Avoid pushing a screen on top of itself. 2017-12-02 11:55:06 -08:00
CwCheatScreen.cpp Oops:] 2017-12-01 11:22:12 +01:00
CwCheatScreen.h UI: Fix some virtual override warnings. 2017-12-03 19:22:02 -08:00
DevScreens.cpp Merge pull request #10385 from unknownbrackets/ui-tween 2017-12-10 23:11:37 +01:00
DevScreens.h UI: Fix some virtual override warnings. 2017-12-03 19:22:02 -08:00
DisplayLayoutEditor.cpp
DisplayLayoutEditor.h
DisplayLayoutScreen.cpp
DisplayLayoutScreen.h UI: Avoid pushing a screen on top of itself. 2017-12-02 11:55:06 -08:00
EmuScreen.cpp UI: Add delay to tweens. 2017-12-10 09:00:52 -08:00
EmuScreen.h Rework GL lost-device to work more like Vulkan. Gets rid of gl_lost manager etc. 2017-12-07 15:05:59 +01:00
GameInfoCache.cpp UI: Add threadsafety to cache item file loaders. 2017-12-09 17:26:26 -08:00
GameInfoCache.h UI: Add threadsafety to cache item file loaders. 2017-12-09 17:26:26 -08:00
GamepadEmu.cpp System: Use a separate API for bool props. 2017-04-29 17:35:12 -07:00
GamepadEmu.h UI: Fix fade-out when editing touch controls. 2017-06-03 09:45:53 -07:00
GameScreen.cpp Oops, missed this one:]. 2017-05-30 12:20:35 +02:00
GameScreen.h UI: Fix some virtual override warnings. 2017-12-03 19:22:02 -08:00
GameSettingsScreen.cpp UI: Clean up some unused code and flags. 2017-12-02 13:52:10 -08:00
GameSettingsScreen.h UI: Fix some virtual override warnings. 2017-12-03 19:22:02 -08:00
HostTypes.h UI: Reset touch controls after config load. 2017-12-09 14:11:39 -08:00
InstallZipScreen.cpp
InstallZipScreen.h
MainScreen.cpp UI: Cleanup common message handling. 2017-12-02 11:55:06 -08:00
MainScreen.h
MiscScreens.cpp UI: Translate API on start screen. 2017-12-10 10:58:26 -08:00
MiscScreens.h UI: Send prompt results even on back/cancel. 2017-12-02 19:04:33 -08:00
NativeApp.cpp Don't hold the lock when processing messages, only when taking them off the queue. Fixes #10383 2017-12-10 11:28:27 +01:00
OnScreenDisplay.cpp
OnScreenDisplay.h
PauseScreen.cpp UI: Cleanup common message handling. 2017-12-02 11:55:06 -08:00
PauseScreen.h UI: Cleanup common message handling. 2017-12-02 11:55:06 -08:00
ProfilerDraw.cpp More vulkan microoptimizations. Add more profiler scopes. 2017-08-18 13:48:11 +02:00
ProfilerDraw.h
ReadMe.txt
RemoteISOScreen.cpp Make remoteiso_subdir and server editable on Android. Fixes #10142. Really need a better mechanism for these fields. 2017-11-16 13:33:10 +01:00
RemoteISOScreen.h Make remoteiso_subdir and server editable on Android. Fixes #10142. Really need a better mechanism for these fields. 2017-11-16 13:33:10 +01:00
ReportScreen.cpp Separate X and Y dpi_scale 2017-08-07 13:37:01 +02:00
ReportScreen.h Reporting: Add compat description to UI. 2017-05-29 09:48:18 -07:00
SavedataScreen.cpp When what we need is a shared_ptr, we should just go ahead and use one. 2017-05-18 13:28:56 +02:00
SavedataScreen.h
Store.cpp Store: Maintain icon aspect ratio. 2017-12-10 09:30:31 -08:00
Store.h Store: Highlight active item, reselect on resize. 2017-12-10 09:29:06 -08:00
TextureUtil.cpp When what we need is a shared_ptr, we should just go ahead and use one. 2017-05-18 13:28:56 +02:00
TextureUtil.h Rework GL lost-device to work more like Vulkan. Gets rid of gl_lost manager etc. 2017-12-07 15:05:59 +01:00
TiltAnalogSettingsScreen.cpp
TiltAnalogSettingsScreen.h
TiltEventProcessor.cpp
TiltEventProcessor.h
TouchControlLayoutScreen.cpp UI: Add some missing overrides. 2017-06-06 19:50:19 -07:00
TouchControlLayoutScreen.h
TouchControlVisibilityScreen.cpp
TouchControlVisibilityScreen.h UI: Fix some virtual override warnings. 2017-12-03 19:22:02 -08:00
UI.vcxproj Revert unintentional change from: 429bf5d8b3 2017-03-23 11:54:54 +01:00
UI.vcxproj.filters
ui_atlas.cpp
ui_atlas.h

========================================================================
    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.

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