summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindow.h
AgeCommit message (Expand)Author
2009-09-08get rid of the '¯' chars in source code...non ascii chars are not really goo...Shawn Hoffman
2009-09-07GUI/OpenGL: Video debugging window crash fixJohn Peterson
2009-09-07GUI: Fixed some GUI related start/stop crashesJohn Peterson
2009-09-06GUI: Save floating setting, float console windowJohn Peterson
2009-09-03GUI: Reorganized menu barJohn Peterson
2009-09-03GUI: Stop the double posting of menu and toolbar events to the code windowJohn Peterson
2009-09-01GUI: Linux problem, wxAuiNotebook can't have wxFrame pagesJohn Peterson
2009-08-31GUI: Better perspective saving, bugfixesJohn Peterson
2009-08-30GUI: Custom pane management, almost completeJohn Peterson
2009-08-30GUI: BugfixesJohn Peterson
2009-08-27GUI: Dock console. Couldn't remove the border, anybody know how?John Peterson
2009-08-27GUI: Save notebook association for pagesJohn Peterson
2009-08-27GUI: Dock logwindowJohn Peterson
2009-08-27GUI: Views toolbar, save view on exitJohn Peterson
2009-08-27GUI: Save page viewsJohn Peterson
2009-08-27GUI: Fixed debugging toolbarJohn Peterson
2009-08-26GUI: Dock plugin windowsJohn Peterson
2009-08-26GUI debugger: Added more windows to auiJohn Peterson
2009-08-25GUI: Fixed the debugging toolbarJohn Peterson
2009-08-25GUI: Fixed some wxPostEvent endless loopsJohn Peterson
2009-08-25GUI: Moved debugging window to AUI, more AUI improvements to be doneJohn Peterson
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26Fix up all copyright dates.death2droid
2009-06-17MemoryView can now view ARAM (rightclick -> toggle memory). Add "search for i...hrydgard
2009-03-18nakee's new logmanager. added a console window for windows builds (prints to ...Shawn Hoffman
2009-03-02just some debug helperfires.gc
2009-02-23Hopefully make the callstack more accuratehrydgard
2009-02-06Allow changing of the debugger font and some cleanupShawn Hoffman
2009-01-20DebuggerWX: Added jit block linking option to the code windowJohn Peterson
2009-01-07CodeWindow: Fixed the Unlimited JIT Cache optionJohn Peterson
2009-01-05CodeWindow: Made boot to pause optional, readded the tooltips in the Release ...John Peterson
2008-12-10Fix up wxw asserts and exceptions caused by: the "booting..." msg, hacked up ...Shawn Hoffman
2008-12-09Wiimote: Added optional status icons for the Wiimote speaker and leds. And a ...John Peterson
2008-12-08set svn:eol-style=native for **.hbushing
2008-12-08Elf loader etc: Added command line elf loader so I can build and run homebrew...John Peterson
2008-12-01Debugger: added save code option and darkened the code view colors so I can s...John Peterson
2008-11-22Added Copy EFB hotkey to OpenGL plugin (to be able to easily switch back and ...John Peterson
2008-10-28Random grab-bag of stuff: Finer grained JIT disabling (jpeterson's debug tool...hrydgard
2008-10-27Small codewindow tweakshrydgard
2008-10-12Added JIT off options to the debugger.John Peterson
2008-10-09Added the StretchToFit option to the config menu in the OpenGL plugin. This f...John Peterson
2008-09-29Some changes to the debugger, added a DSP HLE debugging window. I moved the i...John Peterson
2008-09-22change src to Srcnakeee