mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-08 07:10:55 -05:00
- Debug font is now used in the widget. - Row height is now determined by the character height of the current font. - A `OnDebugFontChanged()` slot has been connected to properly update the widget on debug font changes. | Before | After | | --- | --- | | <img alt="Breakpoints widget (before)" title="Breakpoints widget (before)" src="https://github.com/user-attachments/assets/fdde293a-b1fd-4a1d-85e2-e16bc859eb9e" /> | <img alt="Breakpoints widget (after)" title="Breakpoints widget (after)" src="https://github.com/user-attachments/assets/cf4f1d59-c235-429b-bcb1-cae36065e805" /> | |
||
|---|---|---|
| .. | ||
| AssembleInstructionDialog.cpp | ||
| AssembleInstructionDialog.h | ||
| AssemblerWidget.cpp | ||
| AssemblerWidget.h | ||
| AssemblyEditor.cpp | ||
| AssemblyEditor.h | ||
| BranchWatchDialog.cpp | ||
| BranchWatchDialog.h | ||
| BranchWatchTableModel.cpp | ||
| BranchWatchTableModel.h | ||
| BreakpointDialog.cpp | ||
| BreakpointDialog.h | ||
| BreakpointWidget.cpp | ||
| BreakpointWidget.h | ||
| CodeViewWidget.cpp | ||
| CodeViewWidget.h | ||
| CodeWidget.cpp | ||
| CodeWidget.h | ||
| EditSymbolDialog.cpp | ||
| EditSymbolDialog.h | ||
| GekkoSyntaxHighlight.cpp | ||
| GekkoSyntaxHighlight.h | ||
| JitBlockTableModel.cpp | ||
| JitBlockTableModel.h | ||
| JITWidget.cpp | ||
| JITWidget.h | ||
| MemoryViewWidget.cpp | ||
| MemoryViewWidget.h | ||
| MemoryWidget.cpp | ||
| MemoryWidget.h | ||
| NetworkWidget.cpp | ||
| NetworkWidget.h | ||
| PatchInstructionDialog.cpp | ||
| PatchInstructionDialog.h | ||
| RegisterColumn.cpp | ||
| RegisterColumn.h | ||
| RegisterWidget.cpp | ||
| RegisterWidget.h | ||
| ThreadWidget.cpp | ||
| ThreadWidget.h | ||
| WatchWidget.cpp | ||
| WatchWidget.h | ||