ppsspp/Common/UI
2024-05-24 12:40:10 +02:00
..
AsyncImageFileView.cpp [Core/HLE/Common/UI] Using C++17 make smart pointers 2024-04-01 18:12:27 +03:00
AsyncImageFileView.h Merge pull request #18545 from GermanAizek/const-ref-params 2023-12-14 13:49:33 +01:00
Context.cpp More std::string_view 2024-05-24 12:40:10 +02:00
Context.h More string_view in text drawing 2024-05-24 12:40:10 +02:00
IconCache.cpp Minor replaced insert to emplace C++11 2023-12-19 16:06:48 +03:00
IconCache.h Store: Fix race condition causing crashes if looking at another game before an icon finishes downloading 2023-09-20 21:49:17 +02:00
PopupScreens.cpp More string_view in text drawing 2024-05-24 12:40:10 +02:00
PopupScreens.h Make the i18n T function use std::string_view 2024-02-12 18:44:39 +01:00
Root.cpp UI: Remove locks in event dispatching 2023-11-11 10:55:45 +01:00
Root.h Fix issue where achievement sounds didn't play if UI Sounds were off. 2023-07-16 21:43:49 +02:00
Screen.cpp Fix an issue when bringin up the dev menu with transparent background disabled 2024-05-11 21:28:26 +02:00
Screen.h Fix an issue when bringin up the dev menu with transparent background disabled 2024-05-11 21:28:26 +02:00
ScrollView.cpp UI: ScrollView: Improve interaction with the scroll bar thingy, avoid accidental clicks 2024-01-31 09:37:11 +01:00
ScrollView.h Vulkan: Allow MSAA on modern-ish mobile devices, but add a little warning sign. 2023-12-03 20:59:15 +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 Remove the unused "front" draw2d buffer. Saves 1.5MB of RAM. 2023-12-08 12:29:24 +01:00
UI.h Remove the unused "front" draw2d buffer. Saves 1.5MB of RAM. 2023-12-08 12:29:24 +01:00
UIScreen.cpp Add basic soft-keyboard support on iOS 2024-05-20 19:08:35 +02:00
UIScreen.h Add basic soft-keyboard support on iOS 2024-05-20 19:08:35 +02:00
View.cpp More string_view in text drawing 2024-05-24 12:40:10 +02:00
View.h More string_view in text drawing 2024-05-24 12:40:10 +02:00
ViewGroup.cpp Add some asserts, small cleanup 2024-05-21 11:08:09 +02:00
ViewGroup.h Add some asserts, small cleanup 2024-05-21 11:08:09 +02:00