ppsspp/Common/UI
2023-10-12 10:51:14 +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 Unify CalculateTextScale 2023-07-17 12:02:32 +02:00
Context.h Unify CalculateTextScale 2023-07-17 12:02:32 +02:00
IconCache.cpp IconCache: Make valgrind happy (zero some struct padding bytes before writing to disk) 2023-10-12 10:51:14 +02: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 Add a null check in PopupMultiChoice::UpdateText 2023-09-27 12:31:17 +02:00
PopupScreens.h Add a GetProperty query for the git version 2023-07-20 10:57:52 +02:00
Root.cpp Start work on making sound effects customizable 2023-07-16 12:56:46 +02: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 UI: Fix crash on input with no screens. 2023-09-30 15:31:00 -07:00
Screen.h Change global UI messages to use an enum instead of strings. 2023-09-30 11:37:02 +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 Change global UI messages to use an enum instead of strings. 2023-09-30 11:37:02 +02:00
UIScreen.h Change global UI messages to use an enum instead of strings. 2023-09-30 11:37:02 +02:00
View.cpp Core, UI, Windows: Removed excess converting C-string in params 2023-09-15 13:54:11 +03:00
View.h Complete OSK function support 2023-08-23 21:01:00 +04:00
ViewGroup.cpp Extract ApplyAnchorLayoutParams from the anchor viewgroup 2023-08-01 00:28:54 +02:00
ViewGroup.h UI: CollapsibleHeader no longer shows the open/close icon if there are no items 2023-07-23 11:11:44 +02:00