Bump project version to 212.1.
[macgdbp.git] / Source / BreakpointController.m
2022-01-02 Robert SesekClear the marked line when updating the source view...
2019-12-15 Robert SesekThe BreakpointManager does not need to know about the UI.
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.
2019-09-11 Robert SesekRevert "Add support for function return breakpoints."
2019-09-11 Robert SesekAdd support for function return breakpoints.
2019-09-03 Robert SesekRemove unneeded -[BSSourceViewDelegate sourceView:accep...
2016-12-06 Robert SesekAdd support for call breakpoints to BreakpointManager.
2016-12-05 Robert SesekAdd UI for setting sybmolic breakpoints.
2016-12-04 Robert SesekMake the add breakpoint button a pull-down menu.
2016-12-04 Robert SesekMake BreakpointManager a property of DebuggerModel...
2016-12-04 Robert SesekRemove the dedicated Breakpoints source view.
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...
2016-08-04 Robert SesekMove Breakpoints from a window to a view in the main...
2016-04-10 Robert SesekCreate string constants for all preference names.
2015-12-07 Robert SesekZero-warning build.
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-16 Robert SesekImport BSSourceView.h in BreakpointController.h rather...
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 SesekAdd drag and drop support on BSSourceView and enable...
2011-01-06 Robert SesekRevert "Stub out the methods needed for drag and drop...
2011-01-06 Robert SesekRevert "Add drag and drop for the table view."
2011-01-06 Robert SesekAdd drag and drop for the table view.
2011-01-06 Robert SesekStub out the methods needed for drag and drop on the...
2011-01-06 Robert SesekHappy new year!
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-09 Robert SesekMerge branch 'path-replacement'
2009-02-06 Robert SesekThe breakpoints window will now remember if it was...
2009-01-22 Robert SesekHappy new year! Bump copyright.
2008-08-20 Robert SesekAllow multiple selection and removal of breakpoints
2008-07-14 Robert SesekRenaming BreakpointWindowController to BreakpointController