.. |
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: Remove texture objects quite quickly after it stops getting used.
|
2023-06-18 15:24:56 +02:00 |
IconCache.h
|
IconCache: Remove texture objects quite quickly after it stops getting used.
|
2023-06-18 15:24:56 +02:00 |
PopupScreens.cpp
|
More cleanup after making PopupTextInputChoice choose method automatically
|
2023-06-22 09:01:14 +02:00 |
PopupScreens.h
|
Make PopupTextInputChoice smarter (use native dialog if possible)
|
2023-06-22 08:58:30 +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
|
Implement an "OverlayScreen" concept. OSD can now render on top of other screens than EmuScreen.
|
2023-06-20 10:44:47 +02:00 |
Screen.h
|
Implement an "OverlayScreen" concept. OSD can now render on top of other screens than EmuScreen.
|
2023-06-20 10:44:47 +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 |