Bump project version to 212.1.
[macgdbp.git] / Source / BSLineNumberRulerView.mm
2020-07-02 Robert SesekModernize the source view classes.
2020-04-02 Robert SesekUse a semantic color for the ruler view background.
2019-12-15 Robert SesekFix crashes in BSLineNumberRulerView when the lineIndex...
2019-12-15 Robert SesekCentralize font selection via +[BSSourceView sourceFont].
2019-12-15 Robert SesekRevert "For file/line breakpoints, create secure bookma...
2019-12-07 Robert SesekFor file/line breakpoints, create secure bookmarks...
2019-09-13 Robert SesekConvert the entire project to ARC.
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...