Merge branch 'leopard'
[macgdbp.git] / Source / DebuggerWindowController.h
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-06 Robert SesekThe registers now have memory and stay expanded
2008-01-05 Robert SesekSynthesize new properties for class cross-referencing...
2008-01-05 Robert SesekHappy new year!
2008-01-05 Robert SesekMerge branch 'refactoring' into leopard
2008-01-05 Robert SesekWe no longer use DebuggerConnection to manage the Debug...
2008-01-04 Robert SesekReworking the code to use NSTreeNode instead of the...
2008-01-04 Robert SesekRenaming the status ivar to be statusmsg so that -...
2008-01-04 Robert SesekRefactoring _reconnectButton
2008-01-04 Robert SesekRefactoring _runButton
2008-01-04 Robert SesekRefactoring _stepOutButton
2008-01-04 Robert SesekRefactoring _stepOverButton
2008-01-04 Robert SesekRefactoring _stepInButton
2008-01-04 Robert SesekRefactoring _sourceViewerScroller
2008-01-04 Robert SesekRefactoring _sourceViewer
2008-01-04 Robert SesekRefactoring _error
2008-01-04 Robert SesekRefactoring _status
2008-01-04 Robert SesekRefactoring _expandedRegisters
2008-01-04 Robert SesekRefactoring _registerView
2008-01-04 Robert SesekRefactoring _registerController
2008-01-04 Robert SesekRefactoring _stack
2008-01-04 Robert SesekRefactoring _stackController
2008-01-04 Robert SesekRefactoring _connection ivar
2008-01-04 Robert SesekReverting portion of 48022096ee56de046900df9d3fedafe3e6...
2008-01-04 Robert SesekUntested refactoring is the best! Renaming all of the...
2008-01-04 Robert SesekRemoving the extra spacing after colons in function...
2007-08-11 Robert SesekRenaming the "Refresh" butto to be "Re-Connect" and...
2007-08-06 Robert SesekWe now remember which items in the register have been...
2007-08-05 Robert SesekWorking around an extremely annoying apple bug in NSTre...
2007-08-05 Robert SesekHooking up the step in/out/over and run buttons to...
2007-08-05 Robert SesekThe depth fetching of child nodes now works and are...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekTrying to get the register viewer to work
2007-08-04 Robert SesekFixing the updateSourceViewer function to not depend...
2007-08-04 Robert SesekStyling the NSTextView source viewer to be a fixed...
2007-08-04 Robert SesekStarting to implement the source viewer pane
2007-08-04 Robert SesekHooking up "Step Over" and "Step Out" buttons
2007-08-04 Robert SesekImplementing a buggy stack trace viewer.
2007-08-03 Robert SesekImplementing the "Step In" command
2007-08-03 Robert SesekAdding support for the "run" command and acutally using...
2007-08-03 Robert SesekAdding support for error viewing on the Debugger window...
2007-08-01 Robert Sesek* Source/ConnectWindowController.h: Adding outlets...