Bump project version to 212.1.
[macgdbp.git] / Source / BSSourceView.h
2020-07-02 Robert SesekModernize the source view classes.
2019-12-15 Robert SesekShow the FileAccessController when reading a source...
2019-12-15 Robert SesekCentralize font selection via +[BSSourceView sourceFont].
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-03 Robert SesekRemove unneeded -[BSSourceViewDelegate sourceView:accep...
2019-09-02 Robert SesekFix memory problems found by the analyzer.
2016-12-02 Robert SesekMake BSSourceView.markers be a set of line numbers...
2016-11-30 Robert SesekFix BSSourceView not re-drawing when the marked line...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekBring BSSourceView into new style conformance.
2011-02-26 Robert SesekAdd BSSourceViewTextView (again).
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-16 Robert SesekDocument BSSourceView.h
2011-01-16 Robert SesekRemove the old BSLineNumberView
2011-01-16 Robert SesekMove |-computeLineIndex| from BSSourceView to BSLineNum...
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-11 Robert SesekUse NSUInteger in BSSourceView.{h,m}
2011-01-06 Robert SesekFormally define BSSourceViewDelegate as a protocol.
2011-01-06 Robert SesekAdd drag and drop support on BSSourceView and enable...
2011-01-06 Robert SesekHappy new year!
2010-12-17 Robert SesekFix a warning about a non-synthesized setter being...
2010-10-31 Robert SesekTabs to spaces.
2010-02-16 Robert SesekHappy new year!
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-10 Robert SesekMake the asterisk attached to the type, rather than...
2009-01-22 Robert SesekHappy new year! Bump copyright.
2009-01-22 Robert SesekHighlighting of the currently debugged file will now...
2008-04-02 Robert SesekMerge branch 'breakpoints'
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 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 SesekAdd a bunch of new NSView classes (to form a meta-view...