ppsspp/Common/UI
Henrik Rydgård 311a1a0fe2 Fix glitch when mapping analog inputs, caused by multiple TriggerFinish caused by stray analog axis events.
ADd some guards all over the place against the same thing.
2023-05-06 15:33:28 +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
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 Some minor initialization fixes, and one potential crash found by static analysis 2022-12-10 11:28:19 +01:00
Root.h Move fileutil, net, image loaders, ui to Common. (#13506) 2020-10-04 20:48:47 +02:00
Screen.cpp Wrap the display globals in a struct (#16998) 2023-02-25 13:09:44 +01:00
Screen.h Remove return value from axis functions in API 2023-01-10 10:12:37 +01:00
ScrollView.cpp Fix ScrollView crash (though the root cause is a race condition most likely) 2023-05-01 10:37:30 +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 glitch when mapping analog inputs, caused by multiple TriggerFinish caused by stray analog axis events. 2023-05-06 15:33:28 +02:00
UIScreen.h Fix glitch when mapping analog inputs, caused by multiple TriggerFinish caused by stray analog axis events. 2023-05-06 15:33:28 +02:00
View.cpp Replace a LOT of sprintf with snprintf, and a few strcpy with truncate_cpy 2023-04-28 21:04:05 +02:00
View.h Improve cheats UX 2023-03-23 10:18:21 +01:00
ViewGroup.cpp I18N: Switch to getting categories by index instead of by string lookup 2023-04-07 10:35:01 +02:00
ViewGroup.h Break out ScrollView from ViewGroup.h, and PopupScreens from UIScreen.h 2023-01-11 10:56:31 +01:00