ppsspp/Common/UI
Henrik Rydgård c2824a04c1
Merge pull request #20010 from hrydgard/dpi-work
DPI: Simplify by removing support for non-square pixels
2025-02-20 11:47:03 -06:00
..
AsyncImageFileView.cpp Remove lots of now-unnecessary ".c_str()" 2024-05-24 22:53:13 +02:00
AsyncImageFileView.h Merge pull request #18545 from GermanAizek/const-ref-params 2023-12-14 13:49:33 +01:00
Context.cpp Get rid of remains of support for non-square screen DPIs 2025-02-20 11:14:26 -06:00
Context.h Bunch more linting 2024-10-10 11:57:10 +02:00
IconCache.cpp Make some uses of the erase-iter idiom safer and more consistent 2025-02-04 10:31:17 -06:00
IconCache.h More include cleanup 2024-12-18 13:57:26 +01:00
PopupScreens.cpp Remove some SetTextColor hacks in popups 2025-02-17 11:47:24 -06:00
PopupScreens.h Allow preview of UI sound volume while changing the slider. 2025-02-11 18:03:42 -06:00
Root.cpp Add UI volume setting (affecting navigation sounds and preview audio). Convert alt speed volume into a 100-step percentage. 2025-02-11 17:42:09 -06:00
Root.h Add UI volume setting (affecting navigation sounds and preview audio). Convert alt speed volume into a 100-step percentage. 2025-02-11 17:42:09 -06:00
Screen.cpp imgui: Code cleanup, fix clean shutdown 2024-11-05 11:27:16 +01:00
Screen.h imgui: Code cleanup, fix clean shutdown 2024-11-05 11:27:16 +01:00
ScrollView.cpp Themes: Add configurable color for the scrollbar bob 2025-02-14 14:47:47 -06:00
ScrollView.h Rename Point to Point2D to avoid a cocoa name clash 2024-05-29 18:52:39 +02:00
Tween.cpp Remove some SetTextColor hacks in popups 2025-02-17 11:47:24 -06:00
Tween.h Remove some SetTextColor hacks in popups 2025-02-17 11:47:24 -06:00
UI.cpp Delete unused code, fix a comment. 2024-10-23 10:55:46 +02:00
UI.h Delete unused code, fix a comment. 2024-10-23 10:55:46 +02:00
UIScreen.cpp Give all views a bool popupStyle_, so they know the context. 2025-02-17 11:25:23 -06:00
UIScreen.h imgui: Code cleanup, fix clean shutdown 2024-11-05 11:27:16 +01:00
View.cpp Add easy way to copy build number, add way to copy system information to clipboard. 2025-02-20 10:57:10 -06:00
View.h Add easy way to copy build number, add way to copy system information to clipboard. 2025-02-20 10:57:10 -06:00
ViewGroup.cpp Give all views a bool popupStyle_, so they know the context. 2025-02-17 11:25:23 -06:00
ViewGroup.h Give all views a bool popupStyle_, so they know the context. 2025-02-17 11:25:23 -06:00