macgdbp.git
2008-01-11 Robert SesekMerge branch 'ui-polish'
2008-01-11 Robert SesekLightening all the toolbar icons, removing the shadows...
2008-01-11 Robert SesekAdding the Step Over and Run icons, as well as modifyin...
2008-01-11 Robert SesekWe were previously using, for the stack table, the...
2008-01-11 Robert SesekMake sure that the source viewer is not editable
2008-01-10 Robert SesekWe now properly draw the dimple in BSSplitView
2008-01-10 Robert SesekDraw the dimple (though it is upside-down because the...
2008-01-10 Robert SesekInstead of using NSSplitView, use BSSplitView which...
2008-01-09 Robert SesekAdding some icons for the toolbar buttons (only Step...
2008-01-09 Robert SesekPolishing up the layout even more by removing some...
2008-01-09 Robert SesekSet springs on the split view and status text
2008-01-09 Robert SesekMaking the split views go all the way to the edge,...
2008-01-09 Robert SesekUse an NSToolbar for the debugger controls instead...
2008-01-09 Robert SesekThe reconnect functionality now works
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-06 Robert SesekThe registers now have memory and stay expanded
2008-01-06 Robert SesekWe now properly fetch registers who need to have more...
2008-01-05 Robert SesekRemoving the notification-delegate system that SocketWr...
2008-01-05 Robert SesekIn SocketWraper, don't use the notification posting...
2008-01-05 Robert SesekSynthesize new properties for class cross-referencing...
2008-01-05 Robert SesekAdding 2008 to the copyright year in the Info.plist...
2008-01-05 Robert SesekHappy new year!
2008-01-05 Robert SesekUse garbage collection and add -[SocketWrapper close...
2008-01-05 Robert SesekMerge branch 'refactoring' into leopard
2008-01-05 Robert SesekFinish the refactoring in the previous commit and now...
2008-01-05 Robert SesekWe no longer use DebuggerConnection to manage the Debug...
2008-01-04 Robert SesekInstead of storing the pionter to the expanded item...
2008-01-04 Robert SesekReadd a space after a colon
2008-01-04 Robert SesekReadd a space after a colon
2008-01-04 Robert SesekReworking the code to use NSTreeNode instead of the...
2008-01-04 Robert SesekWe don't need the 10.5 SDK on the refactoring branch
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 SesekFix some variable hiding that was caused by our refacto...
2008-01-04 Robert SesekWe can't have an instance variable match the name of...
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...
2008-01-04 Robert SesekAdd some test code to see how Leopard behaves
2008-01-04 Robert SesekUpdate MacGDBp.xcodeproj/.gitignore for Xcode v3
2007-10-27 Robert SesekMinor upgrades to the project due to Xcode 3.0
2007-08-25 Robert SesekChanging the version number from alpha to Beta 1
2007-08-25 Robert SesekRemoving another NSLog when the stack's selection changes
2007-08-25 Robert SesekImproving the way we handle updating the stack and...
2007-08-25 Robert SesekRemoving a puts statement from the shell script that...
2007-08-25 Robert SesekRemoving the NSLog that was being called everytime...
2007-08-11 Robert SesekRenaming the "Refresh" butto to be "Re-Connect" and...
2007-08-11 Robert SesekAllow the connection socket to be reused in SocketWrapper
2007-08-11 Robert SesekIn the dataReceived: method if an error is in the respo...
2007-08-11 Robert SesekChaning all the delivery methods to accept NSXMLDocumen...
2007-08-11 Robert SesekWe previously were leaking all over the place due to...
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 SesekCasting to remove a warning
2007-08-05 Robert SesekMaking the buttons change their enabled state depending...
2007-08-05 Robert SesekHooking up the step in/out/over and run buttons to...
2007-08-05 Robert SesekAdding a method to check and see if the connection...
2007-08-05 Robert SesekAdding an Apple radar number for where we have to use...
2007-08-05 Robert SesekCommenting out the data received NSLog()
2007-08-05 Robert SesekThe depth fetching of child nodes now works and are...
2007-08-05 Robert SesekFixing a compiler error for a missing variable
2007-08-05 Robert SesekWe now get the property when we go past the currently...
2007-08-05 Robert SesekMoving the depth checker from NSXMLElementAdditions...
2007-08-05 Robert SesekAdding support for base64 encoded string values
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekReorganizing the project so classes are actually int...
2007-08-05 Robert SesekIn NSXMLElementAdditions adding recognizers to the...
2007-08-05 Robert SesekMaking the register viewer have a smaller font
2007-08-05 Robert SesekMake a cast to remove a warning
2007-08-05 Robert SesekRemoving some NSLog()s and in isLeaf: we now determine...
2007-08-05 Robert SesekStandardizing the NSXMLElementAdditions methods and...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekUse memset() on some of the char[]'s to make sure we...
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 SesekScroll to the proper line in the source file and colori...
2007-08-04 Robert SesekCalling updateSourceViewer: on selection change isn...
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 SesekI guess we forgot to rename _postNotification to postNo...
2007-08-04 Robert SesekForgot to change the instances of _createCommand to...
2007-08-04 Robert SesekCleaning up our use of private methods: Moving all...
2007-08-04 Robert SesekHooking up "Step Over" and "Step Out" buttons
2007-08-04 Robert SesekNow that we use NSData, it doesn't make sense to print...
2007-08-04 Robert SesekInstead of data received being an NSString, have it...
2007-08-04 Robert SesekRevert "Instead of directly calling stack_get, get...
next