dolphin/Source/Core/DolphinWX/Src/Debugger
Glenn Rice 217ee43063 Fix a memory leak in the breakpoint window.
Parent message alerts by the active window.  This way if another window is open it isn't pushed behind the main window.  We probably should parent the message alerts by the calling window instead, but this may be good enough.
Make sure there is only one instance of some modeless windows (Cheats Manager and Net Play).


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7257 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-27 02:27:43 +00:00
..
BreakpointDlg.cpp
BreakpointDlg.h
BreakpointView.cpp change how the "toolbar" of bp window is handled -> works correctly in release build. 2011-02-25 23:15:53 +00:00
BreakpointView.h change how the "toolbar" of bp window is handled -> works correctly in release build. 2011-02-25 23:15:53 +00:00
BreakpointWindow.cpp Fix a memory leak in the breakpoint window. 2011-02-27 02:27:43 +00:00
BreakpointWindow.h change how the "toolbar" of bp window is handled -> works correctly in release build. 2011-02-25 23:15:53 +00:00
CodeView.cpp Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
CodeView.h Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
CodeWindow.cpp change how the "toolbar" of bp window is handled -> works correctly in release build. 2011-02-25 23:15:53 +00:00
CodeWindow.h Fix a segmentation fault when the wiimote source is changed to a real wiimote in the config dialog. 2011-02-25 03:56:14 +00:00
CodeWindowFunctions.cpp Make log options an AUI window instead of a dialog. 2011-02-21 15:01:00 +00:00
DebuggerPanel.cpp
DebuggerPanel.h
DebuggerUIUtil.cpp
DebuggerUIUtil.h
DSPDebugWindow.cpp Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
DSPDebugWindow.h
DSPRegisterView.cpp
DSPRegisterView.h
JitWindow.cpp Fix a segmentation fault when the wiimote source is changed to a real wiimote in the config dialog. 2011-02-25 03:56:14 +00:00
JitWindow.h Fix a segmentation fault when the wiimote source is changed to a real wiimote in the config dialog. 2011-02-25 03:56:14 +00:00
MemoryCheckDlg.cpp more memcheck stuff 2011-02-25 11:03:49 +00:00
MemoryCheckDlg.h more memcheck stuff 2011-02-25 11:03:49 +00:00
MemoryView.cpp Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
MemoryView.h Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
MemoryWindow.cpp Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
MemoryWindow.h
RegisterView.cpp
RegisterView.h
RegisterWindow.cpp Clean up the debugger gui a bit. In general do not call SetSizeHints on a window unless it is a top level window. It isn't supposed to do anything for non top level windows, but it causes glitches on linux. Removing these calls does not affect the end result on windows. 2011-02-24 05:05:25 +00:00
RegisterWindow.h