This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2025-02-09 16:18:32 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cedda90477
dolphin
/
Source
/
Core
/
DolphinWX
/
Src
/
Debugger
History
pierre
cedda90477
Improve text positioning in debug views by adding a static pixel offset
...
git-svn-id:
https://dolphin-emu.googlecode.com/svn/trunk@7660
8ced0084-cf51-0410-be5f-012b33b47a6e
2011-07-01 18:32:18 +00:00
..
BreakpointDlg.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
BreakpointDlg.h
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
BreakpointView.cpp
BreakpointView.h
Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases.
2011-02-28 20:40:15 +00:00
BreakpointWindow.cpp
Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases.
2011-02-28 20:40:15 +00:00
BreakpointWindow.h
Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases.
2011-02-28 20:40:15 +00:00
CodeView.cpp
Improve text positioning in debug views by adding a static pixel offset
2011-07-01 18:32:18 +00:00
CodeView.h
CodeWindow.cpp
fix ppc "jump to address" textbox and some symbol menu items
2011-03-15 05:12:06 +00:00
CodeWindow.h
Convert GetUserPath to return a std::string instead of a const char *. This simplifies its usage in most cases.
2011-02-28 20:40:15 +00:00
CodeWindowFunctions.cpp
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
2011-03-11 10:21:46 +00:00
DebuggerPanel.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp
DSPDebugWindow.h
DSPRegisterView.cpp
DSPRegisterView.h
JitWindow.cpp
JitWindow.h
MemoryCheckDlg.cpp
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
MemoryCheckDlg.h
Finish making dialogs close when escape is pressed. Fixes issue 4265. At least I think I got them all.
2011-03-17 04:26:01 +00:00
MemoryView.cpp
Improve text positioning in debug views by adding a static pixel offset
2011-07-01 18:32:18 +00:00
MemoryView.h
MemoryWindow.cpp
Wrapped fopen/close/read/write functions inside a simple "IOFile" class. Reading, writing, and error checking became simpler in most cases. It should be near impossible to forget to close a file now that the destructor takes care of it. (I hope this fixes Issue 3635) I have tested the functionality of most things, but it is possible I broke something. :p
2011-03-11 10:21:46 +00:00
MemoryWindow.h
RegisterView.cpp
RegisterView.h
RegisterWindow.cpp
RegisterWindow.h