macgdbp.git
2008-06-17 Robert SesekCenter the version check window (when it pops up) and... 1.0
2008-06-17 Robert SesekHave the help menu go to our website instead of saying...
2008-06-16 Robert SesekAdding a *real* version checking system
2008-06-12 Robert SesekThis is going to be v1.0
2008-06-12 Robert SesekAfter we establish a connection, we need to resend...
2008-06-12 Robert SesekProtect against array out of bounds exceptions when...
2008-06-12 Robert SesekChange the font size of the breakpoint NS-TV to be...
2008-06-12 Robert SesekThe breakpoint manager now works -- breakpoints can...
2008-06-12 Robert SesekFixing a bug where if the register depth was too deep...
2008-06-11 Robert SesekAnother instance where [BSLineNumberView setMarkers...
2008-06-11 Robert SesekTrying to use mutableChildNodes and appending mock...
2008-06-11 Robert SesekIndex path by appending IP with a counter
2008-06-11 Robert SesekIndex path by appending 0 to the IP
2008-06-11 Robert Sesek[BSLineNumberView setMarkers:] takes an NSSet and not...
2008-06-11 Robert SesekSet the "Automatically Rearranges Content" and "Prepare...
2008-06-11 Robert SesekIn DebuggerConnection, we need to protect against setti...
2008-06-11 Robert SesekSet the BSSourceView's delegate in Breakpoints.xib
2008-06-11 Robert SesekHave the BreakpointManager tell the DebuggerConnection...
2008-06-10 Robert SesekAuto-hide the scrollbars in BSSourceView
2008-06-10 Robert SesekAutomatically hide scrollbars on the NSTableView of...
2008-06-10 Robert SesekSet the BreakpointManager's connection to the DebuggerC...
2008-06-10 Robert SesekAdd a prop for DebuggerConnection and change the breakp...
2008-06-10 Robert SesekHooking up the BSSourceView outlet and implement delegates
2008-06-10 Robert SesekHooking up a NSArrayController to manage the breakpoints
2008-06-10 Robert SesekAdding IBAs to Breakpoints.xib and the BWC
2008-06-10 Robert SesekRewrite BreakpointManager to use NSArray instead a...
2008-06-10 Robert SesekAdd an ivar for the BreakpointManager in the Breakpoint...
2008-06-09 Robert SesekFixing some UI quirks in the breakpoints window
2008-06-09 Robert SesekFinishing hooking up the XIB
2008-06-09 Robert SesekWe need an instance of BreakpointWindowController in...
2008-06-09 Robert SesekAdding a breakpoints NSWindowController for Breakpoints.xib
2008-06-09 Robert SesekAdding Breakpoints.xib for the breakpoints manager
2008-06-06 Robert SesekWe aren't going to store breakpoints in NSUserDefaults
2008-06-06 Robert SesekAdding NSDictionary archiving and unarchiving abilities...
2008-06-06 Robert SesekReorganizing the project source files into groups
2008-06-05 Robert SesekWhen calling -[SocketWrapper remoteHost], we don't...
2008-06-05 Robert SesekSending the "run" command was balanced with a receive...
2008-06-05 Robert SesekComment out the saving of breakpoints to NSUserDefaults...
2008-06-04 Robert SesekMake the stack text be the same size as the register...
2008-06-04 Robert SesekWe don't want the NULL byte at the end of the NSString...
2008-06-04 Robert SesekInstead of using NSData for [SocketWrapper receive...
2008-06-04 Robert SesekPutting GC back on because we really need it
2008-06-04 Robert SesekForgot to turn off GC in debug mode
2008-05-28 Robert SesekAdd better error checking for malformed XML
2008-05-28 Robert SesekTrying to add some bounds checking so we don't get...
2008-05-28 Robert SesekDon't try to load empty files (like when we're in eval())
2008-04-23 Robert SesekMaking a reference to the debugger in the Window menu
2008-04-23 Robert SesekRemoving the connect dialog
2008-04-17 Robert SesekAdd an initial breakpoints manager window and save...
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekWhen clicking a breakpoint that exists, tell the connec...
2008-04-02 Robert SesekReturn the breakpoint when removing in BreakpointManager
2008-04-02 Robert SesekAdding support to actually set breakpoints on the debug...
2008-04-02 Robert SesekAdd support for removing a breakpoint
2008-04-02 Robert SesekChange the drawing of the marker to make it prettier
2008-04-02 Robert SesekAdd the functionality to draw markers
2008-04-02 Robert SesekAdding a new class called BreakpointManager so we don...
2008-04-02 Robert SesekInitial breakpoint adding code
2008-04-01 Robert SesekWe now properly handle the mouseDown event in the gutter
2008-03-29 Robert SesekAdd an application icon
2008-03-13 Robert SesekMerge branch 'master' into breakpoints
2008-03-13 Robert SesekAllow the type to also display the class of object
2008-03-10 Robert SesekThe mouse down handler almost works, but our math is...
2008-03-10 Robert SesekMaking progress on our -[mouseDown:] event handler...
2008-03-09 Robert SesekWe now highlight the break'd line
2008-03-09 Robert SesekAdding a method to scroll to a given line in the BSSour...
2008-03-09 Robert SesekSet springs on the debugger window
2008-03-09 Robert SesekWe now draw the line number in the the middle of the...
2008-03-09 Robert SesekStroke the gutter at the top and bottom
2008-03-09 Robert SesekFixing a memory leak
2008-03-09 Robert SesekAdd a bunch of new NSView classes (to form a meta-view...
2008-01-14 Robert SesekThe icons all had a bit of highlight hanging in the...
2008-01-11 Robert SesekMake the register and stack tables have uniform column...
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-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...
next