Convert the remaining DebuggerController IBOutlets to properties.
[macgdbp.git] / Source / BSLineNumberRulerView.mm
2016-12-02 Robert SesekMake BSSourceView.markers be a set of line numbers...
2015-12-07 Robert SesekZero-warning build.
2011-04-29 Robert SesekTweak the PC stroke color
2011-04-29 Robert SesekUse the same shape for the PC as with breakpoints
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-01-17 Robert SesekClean up |-[BSLineNumberRulerView drawBreakpointInRect...
2011-01-16 Robert SesekOnly message the delegate if the line actually exists
2011-01-16 Robert SesekUse the Menlo font if possible, also switch to 10pt
2011-01-16 Robert SesekImplement |-mouseDown:| in BSLineNumberRulerView to...
2011-01-16 Robert SesekStart drawing breakpoints in the BSLineNumberRulerView
2011-01-16 Robert SesekRemove the program counter image and draw the mark...
2011-01-16 Robert SesekDraw the program counter in BSLineNumberRulerView
2011-01-16 Robert SesekCall |-setNeedsDisplay:| in the right places so that...
2011-01-16 Robert SesekBSLineNumberRulerView should take the BSSourceView...
2011-01-16 Robert SesekPad and vertically center the line numbers
2011-01-16 Robert SesekDraw rudimentary line numbers!
2011-01-16 Robert SesekMove |-computeLineIndex| from BSSourceView to BSLineNum...