ppsspp/Common/UI
2023-06-18 14:54:11 +02:00
..
AsyncImageFileView.cpp Move AsyncImageFileView to Common, which required some more shuffling around of stuff. 2022-11-21 20:38:20 +01:00
AsyncImageFileView.h Move AsyncImageFileView to Common, which required some more shuffling around of stuff. 2022-11-21 20:38:20 +01:00
Context.cpp Wrap the display globals in a struct (#16998) 2023-02-25 13:09:44 +01:00
Context.h UI: Fix tiny reverse dependency. 2022-12-27 15:18:35 -08:00
IconCache.cpp IconCache: Add pending state to avoid duplicate downloads in some cases 2023-06-18 14:54:11 +02:00
IconCache.h IconCache: Add pending state to avoid duplicate downloads in some cases 2023-06-18 14:54:11 +02:00
PopupScreens.cpp Accept number format strings like "%i%%" (results in "30%" if i == 30). 2023-04-30 10:40:32 +02:00
PopupScreens.h PopupMultiChoiceDynamic: Check that valueStr_ isn't null before writing to it. Don't see how this happened. 2023-05-04 08:59:12 +02:00
Root.cpp Split the functions up, so you don't have to care about the Unsync ones at all in most cases while still getting synced behavior. 2023-05-26 18:41:13 +02:00
Root.h Split the functions up, so you don't have to care about the Unsync ones at all in most cases while still getting synced behavior. 2023-05-26 18:41:13 +02:00
Screen.cpp Add new icon cache, for caching small images. 2023-06-18 14:11:12 +02:00
Screen.h Split the functions up, so you don't have to care about the Unsync ones at all in most cases while still getting synced behavior. 2023-05-26 18:41:13 +02:00
ScrollView.cpp Input event and device enums (#17514) 2023-05-26 18:40:13 +02:00
ScrollView.h UI: Make vertical scrollbars directly draggable. 2023-01-11 11:58:51 +01:00
Tween.cpp UI: Correct tweens repeatedly finishing. 2021-02-17 00:32:39 -08:00
Tween.h Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
UI.cpp Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
UI.h Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
UIScreen.cpp Fix issue with volume keys in the app UI 2023-06-13 00:47:48 +02:00
UIScreen.h Split the functions up, so you don't have to care about the Unsync ones at all in most cases while still getting synced behavior. 2023-05-26 18:41:13 +02:00
View.cpp Input event and device enums (#17514) 2023-05-26 18:40:13 +02:00
View.h Input event and device enums (#17514) 2023-05-26 18:40:13 +02:00
ViewGroup.cpp UI: Correct grid view V_GONE handling. 2023-04-29 11:44:55 -07:00
ViewGroup.h Break out ScrollView from ViewGroup.h, and PopupScreens from UIScreen.h 2023-01-11 10:56:31 +01:00