Adding a new class called BreakpointManager so we don't clutter up AppDelegate
[macgdbp.git] / Source / BSLineNumberView.m
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-13 Robert SesekMerge branch 'master' into breakpoints
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 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 SesekAdd a bunch of new NSView classes (to form a meta-view...