index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
release-prep-2609
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
OnScreenUI.cpp
Age
Commit message (
Expand
)
Author
2026-03-14
Move PerformanceMetrics from global variable to System
Mihai Brodschi
2025-11-16
Merge pull request #13922 from TryTwo/imgui_add_default_font
JosJuice
2025-11-02
Merge pull request #13975 from iwubcode/shader_includes
JMC47
2025-10-26
VideoBackends / VideoCommon: add support for specifying include files in shad...
iwubcode
2025-10-16
Imgui: Add a new default font (VeraMono - 49kb) that scales better than the o...
TryTwo
2025-10-15
Merge pull request #13953 from TryTwo/add_osd_tab
JMC47
2025-10-10
Movie Window: Move customization options from Menu Bar to OSD pane, but add o...
TryTwo
2025-10-07
fixed the lint error
fizzlepicklepop
2025-10-07
Add toggles for Speedrun timer + Achievement badges visibility
fizzlepicklepop
2025-09-25
OSD / Imgui: Add font size spinbox to Interface Pane.
TryTwo
2025-08-23
VideoBackends / VideoCommon: rename member variables in RenderState to be con...
iwubcode
2025-08-18
Update code to work with new version of ImGui.
TryTwo
2025-03-15
Fix broken merge of PR #13181
JosJuice
2025-03-15
Merge pull request #13181 from tygyh/Replace-'reinterpret_cast'
JosJuice
2025-03-10
VideoConfig: Eliminate NetPlay related members.
Jordan Woyak
2025-01-20
Externals / VideoCommon: update imgui to 1.91.7 and implot to v0.16; imgui ch...
iwubcode
2024-11-08
Replace 'reinterpret_cast' with 'static_cast'
Dr. Dystopia
2024-06-21
Merge pull request #12867 from AdmiralCurtiss/uicommon-dependency
Admiral H. Curtiss
2024-06-19
Scale challenge icons based on screen height
LillyJadeKatrin
2024-06-19
Merge pull request #12859 from LillyJadeKatrin/retroachievements-challenge-hide
JMC47
2024-06-15
Stack Challenge Icons Horizontally
LillyJadeKatrin
2024-06-15
VideoCommon: Fix format string injection vulnerability from leaderboards
Admiral H. Curtiss
2024-06-15
Refactored Challenge Icons to handle icon updates
LillyJadeKatrin
2024-06-14
Hide Challenge Icons when OSD Messages Disabled
LillyJadeKatrin
2024-06-06
Merge pull request #12832 from JosJuice/retro-achievements-less-ifdefs
Admiral H. Curtiss
2024-06-06
Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined
JosJuice
2024-05-31
VideoCommon: use imgui mouse position event when the mouse position changes
iwubcode
2024-05-23
Refactored Achievement Badges into Texture Layers
LillyJadeKatrin
2024-05-18
VideoCommon: use imgui input queue for mouse clicks, this helps keep input sm...
iwubcode
2024-05-01
Display active leaderboard data on screen
LillyJadeKatrin
2024-04-26
VideoCommon: Only show input count when recording
sowens99
2024-01-15
Core/Movie: Refactor to class, move to System.
Admiral H. Curtiss
2023-12-15
VideoBackends / VideoCommon: add type enum to dictate whether a texture is a ...
iwubcode
2023-12-11
AchievementManager: Return by reference from GetLock()
Lioncash
2023-12-11
AchievementManager: Make GetInstance() return a reference
Lioncash
2023-12-08
Bugfix - small square in bottom right corner
LillyJadeKatrin
2023-12-07
Display Active Challenges On Screen
LillyJadeKatrin
2023-07-27
VideoCommon: update imgui to 1.89.7 (and implot to 0.15); fix issues with upg...
iwubcode
2023-06-19
Video: implement color correction to match the NTSC and PAL color spaces (and...
Filoppi
2023-06-11
VideoCommon: Update imgui scale when dpi changes
TellowKrinkle
2023-02-09
Insert a more solid abstraction between Qt and Imgui
Scott Mansell
2023-01-31
Split AbstractGfx out of Renderer
Scott Mansell
2023-01-31
Move Presenting, Dumping and ImGui out of Renderer
Scott Mansell