Merge branch 'breakpoints'
[macgdbp.git] / MacGDBp.xcodeproj / project.pbxproj
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekAdding a new class called BreakpointManager so we don...
2008-04-02 Robert SesekInitial breakpoint adding code
2008-03-29 Robert SesekAdd an application icon
2008-03-09 Robert SesekAdd a bunch of new NSView classes (to form a meta-view...
2008-01-11 Robert SesekConverting the rest of the NIBs to be XIBs simply for...
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-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 SesekUse an NSToolbar for the debugger controls instead...
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekUse garbage collection and add -[SocketWrapper close...
2008-01-05 Robert SesekMerge branch 'refactoring' into leopard
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 SesekAdd some test code to see how Leopard behaves
2007-10-27 Robert SesekMinor upgrades to the project due to Xcode 3.0
2007-08-25 Robert SesekRemoving a puts statement from the shell script that...
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 SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekTrying to get the register viewer to work
2007-08-02 Robert Sesek* MacGDBp.xcodeproj: Change the C mode to be C99
2007-08-02 Robert SesekChanging from using NSStream which didn't actually...
2007-08-02 Robert SesekAdding a project build script that replaces the CFBundl...
2007-08-01 Robert Sesek* Source/ConnectWindowController.h: Adding outlets...
2007-08-01 Robert Sesek* English.lproj/Connect.nib: Setting the File's Owner...
2007-08-01 Robert Sesek- Adding a .gitignore to hide the nib backup files
2007-08-01 Robert SesekAdding the Connect.nib file for the connection window
2007-08-01 Robert SesekXcode for some reason changed the project, so just...
2007-08-01 Robert SesekChanging the application identifier to be org.bluestati...
2007-08-01 Robert SesekAdding an empty Xcode project with no configruation...