Bump project version to 212.1.
[macgdbp.git] / Source / BSSourceView.m
2022-01-01 Robert SesekAdd a preference for the PHP binary path for syntax...
2022-01-01 Robert SesekCall -performLayout on the ruler in -[BSSourceView...
2020-07-02 Robert SesekModernize the source view classes.
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-11 Robert SesekMissed two int/unsigned usages in BSSourceView.m
2011-01-11 Robert SesekUse NSUInteger in BSSourceView.{h,m}
2011-01-06 Robert SesekAdd drag and drop support on BSSourceView and enable...
2011-01-06 Robert SesekHappy new year!
2010-12-24 Robert SesekRemove two warnings about using deprecated |+[NSString...
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-02-15 Robert SesekWhen writing the temporary file to use for highlighting...
2009-01-22 Robert SesekHappy new year! Bump copyright.
2009-01-22 Robert SesekHighlighting of the currently debugged file will now...
2008-10-13 Robert SesekSaved breakpoints (or any breakpoint) that had a file...
2008-07-14 Robert SesekCheck and see if stderr has any data on it when syntax...
2008-07-14 Robert SesekCode formatting
2008-07-14 Robert SesekThe subviews of BSSourceView were over-retained
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 Ciarán WalshA few miscellaneous memory management fixes
2008-07-14 Ciarán WalshA crash would occur in the event that -setFile: was...
2008-07-14 Ciarán WalshSending messages to nil is always safe (a no-op)
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-22 Robert SesekMerge git://github.com/ciaran/macgdbp
2008-06-22 Ciarán WalshSyntax highlight source files using the PHP executable
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-10 Robert SesekAuto-hide the scrollbars in BSSourceView
2008-06-09 Robert SesekFixed a warning in Source/BSSourceView.m:48 -- method...
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-04-17 Robert SesekTurning off GC and adding back manual memory management
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...