summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OnScreenUI.cpp
AgeCommit message (Expand)Author
2026-03-14Move PerformanceMetrics from global variable to SystemMihai Brodschi
2025-11-16Merge pull request #13922 from TryTwo/imgui_add_default_fontJosJuice
2025-11-02Merge pull request #13975 from iwubcode/shader_includesJMC47
2025-10-26VideoBackends / VideoCommon: add support for specifying include files in shad...iwubcode
2025-10-16Imgui: Add a new default font (VeraMono - 49kb) that scales better than the o...TryTwo
2025-10-15Merge pull request #13953 from TryTwo/add_osd_tabJMC47
2025-10-10Movie Window: Move customization options from Menu Bar to OSD pane, but add o...TryTwo
2025-10-07fixed the lint errorfizzlepicklepop
2025-10-07Add toggles for Speedrun timer + Achievement badges visibilityfizzlepicklepop
2025-09-25OSD / Imgui: Add font size spinbox to Interface Pane.TryTwo
2025-08-23VideoBackends / VideoCommon: rename member variables in RenderState to be con...iwubcode
2025-08-18Update code to work with new version of ImGui.TryTwo
2025-03-15Fix broken merge of PR #13181JosJuice
2025-03-15Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'JosJuice
2025-03-10VideoConfig: Eliminate NetPlay related members.Jordan Woyak
2025-01-20Externals / VideoCommon: update imgui to 1.91.7 and implot to v0.16; imgui ch...iwubcode
2024-11-08Replace 'reinterpret_cast' with 'static_cast'Dr. Dystopia
2024-06-21Merge pull request #12867 from AdmiralCurtiss/uicommon-dependencyAdmiral H. Curtiss
2024-06-19Scale challenge icons based on screen heightLillyJadeKatrin
2024-06-19Merge pull request #12859 from LillyJadeKatrin/retroachievements-challenge-hideJMC47
2024-06-15Stack Challenge Icons HorizontallyLillyJadeKatrin
2024-06-15VideoCommon: Fix format string injection vulnerability from leaderboardsAdmiral H. Curtiss
2024-06-15Refactored Challenge Icons to handle icon updatesLillyJadeKatrin
2024-06-14Hide Challenge Icons when OSD Messages DisabledLillyJadeKatrin
2024-06-06Merge pull request #12832 from JosJuice/retro-achievements-less-ifdefsAdmiral H. Curtiss
2024-06-06Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't definedJosJuice
2024-05-31VideoCommon: use imgui mouse position event when the mouse position changesiwubcode
2024-05-23Refactored Achievement Badges into Texture LayersLillyJadeKatrin
2024-05-18VideoCommon: use imgui input queue for mouse clicks, this helps keep input sm...iwubcode
2024-05-01Display active leaderboard data on screenLillyJadeKatrin
2024-04-26VideoCommon: Only show input count when recordingsowens99
2024-01-15Core/Movie: Refactor to class, move to System.Admiral H. Curtiss
2023-12-15VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...iwubcode
2023-12-11AchievementManager: Return by reference from GetLock()Lioncash
2023-12-11AchievementManager: Make GetInstance() return a referenceLioncash
2023-12-08Bugfix - small square in bottom right cornerLillyJadeKatrin
2023-12-07Display Active Challenges On ScreenLillyJadeKatrin
2023-07-27VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upg...iwubcode
2023-06-19Video: implement color correction to match the NTSC and PAL color spaces (and...Filoppi
2023-06-11VideoCommon: Update imgui scale when dpi changesTellowKrinkle
2023-02-09Insert a more solid abstraction between Qt and ImguiScott Mansell
2023-01-31Split AbstractGfx out of RendererScott Mansell
2023-01-31Move Presenting, Dumping and ImGui out of RendererScott Mansell