Bump project version to 212.1.
[macgdbp.git] / English.lproj /
2008-10-13 Robert SesekHave the debugger and breakpoints windows remember...
2008-08-20 Robert SesekAllow multiple selection and removal of breakpoints
2008-07-14 Robert SesekRenaming BreakpointWindowController to BreakpointController
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController
2008-07-14 Robert SesekAdd IBOutlets for both DebuggerWindowController and...
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-13 Robert SesekMerge branch 'menu-validation'
2008-07-10 Robert SesekAdding the "Debugger" menu to the NIB file and hooking...
2008-07-10 Robert SesekHook up the "Check for updates..." menu item
2008-07-09 Robert SesekRemove the old version checking system that we wrote...
2008-07-09 Robert SesekAdd Sparkle framework and hook it up (except for the...
2008-07-09 Robert SesekInstantiate the Debugger and Breakpoint controllers...
2008-07-09 Robert SesekAdd a warning that says to close and reopen MacGDBp...
2008-07-09 Robert SesekBind the preference inputs to the NSUserDefaultsController
2008-07-09 Robert SesekLaying out the user interface for the preferences window
2008-07-09 Robert SesekAdding an empty preferences window and controller....
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-17 Robert SesekHave the help menu go to our website instead of saying...
2008-06-16 Robert SesekAdding a *real* version checking system
2008-06-12 Robert SesekChange the font size of the breakpoint NS-TV to be...
2008-06-12 Robert SesekThe breakpoint manager now works -- breakpoints can...
2008-06-12 Robert SesekFixing a bug where if the register depth was too deep...
2008-06-11 Robert SesekSet the "Automatically Rearranges Content" and "Prepare...
2008-06-11 Robert SesekSet the BSSourceView's delegate in Breakpoints.xib
2008-06-10 Robert SesekAutomatically hide scrollbars on the NSTableView of...
2008-06-10 Robert SesekHooking up the BSSourceView outlet and implement delegates
2008-06-10 Robert SesekHooking up a NSArrayController to manage the breakpoints
2008-06-10 Robert SesekAdding IBAs to Breakpoints.xib and the BWC
2008-06-09 Robert SesekFixing some UI quirks in the breakpoints window
2008-06-09 Robert SesekFinishing hooking up the XIB
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-06-09 Robert SesekAdding a breakpoints NSWindowController for Breakpoints.xib
2008-06-09 Robert SesekAdding Breakpoints.xib for the breakpoints manager
2008-06-04 Robert SesekMake the stack text be the same size as the register...
2008-04-23 Robert SesekMaking a reference to the debugger in the Window menu
2008-04-23 Robert SesekRemoving the connect dialog
2008-04-17 Robert SesekAdd an initial breakpoints manager window and save...
2008-03-09 Robert SesekSet springs on the debugger window
2008-03-09 Robert SesekAdd a bunch of new NSView classes (to form a meta-view...
2008-01-11 Robert SesekMake the register and stack tables have uniform column...
2008-01-11 Robert SesekConverting the rest of the NIBs to be XIBs simply for...
2008-01-11 Robert SesekMerge branch 'ui-polish'
2008-01-11 Robert SesekLightening all the toolbar icons, removing the shadows...
2008-01-11 Robert SesekAdding the Step Over and Run icons, as well as modifyin...
2008-01-10 Robert SesekInstead of using NSSplitView, use BSSplitView which...
2008-01-09 Robert SesekAdding some icons for the toolbar buttons (only Step...
2008-01-09 Robert SesekPolishing up the layout even more by removing some...
2008-01-09 Robert SesekSet springs on the split view and status text
2008-01-09 Robert SesekMaking the split views go all the way to the edge,...
2008-01-09 Robert SesekUse an NSToolbar for the debugger controls instead...
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekAdding 2008 to the copyright year in the Info.plist...
2008-01-04 Robert SesekRenaming the status ivar to be statusmsg so that -...
2008-01-04 Robert SesekRefactoring _reconnectButton
2008-01-04 Robert SesekRefactoring _runButton
2008-01-04 Robert SesekRefactoring _stepOutButton
2008-01-04 Robert SesekRefactoring _stepOverButton
2008-01-04 Robert SesekRefactoring _stepInButton
2008-01-04 Robert SesekRefactoring _sourceViewerScroller
2008-01-04 Robert SesekRefactoring _sourceViewer
2008-01-04 Robert SesekRefactoring _error
2008-01-04 Robert SesekRefactoring _status
2008-01-04 Robert SesekRefactoring _registerView
2008-01-04 Robert SesekRefactoring _registerController
2008-01-04 Robert SesekRefactoring _stack
2008-01-04 Robert SesekRefactoring _stackController
2008-01-04 Robert SesekReverting portion of 48022096ee56de046900df9d3fedafe3e6...
2008-01-04 Robert SesekUntested refactoring is the best! Renaming all of the...
2007-08-11 Robert SesekRenaming the "Refresh" butto to be "Re-Connect" and...
2007-08-11 Robert SesekWe previously were leaking all over the place due to...
2007-08-06 Robert SesekWe now remember which items in the register have been...
2007-08-05 Robert SesekWorking around an extremely annoying apple bug in NSTre...
2007-08-05 Robert SesekHooking up the step in/out/over and run buttons to...
2007-08-05 Robert SesekThe depth fetching of child nodes now works and are...
2007-08-05 Robert SesekWe now get the property when we go past the currently...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekMaking the register viewer have a smaller font
2007-08-05 Robert SesekStandardizing the NSXMLElementAdditions methods and...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekTrying to get the register viewer to work
2007-08-04 Robert SesekStyling the NSTextView source viewer to be a fixed...
2007-08-04 Robert SesekStarting to implement the source viewer pane
2007-08-04 Robert SesekHooking up "Step Over" and "Step Out" buttons
2007-08-04 Robert SesekAdd a fourth column to the stack trace for the function...
2007-08-04 Robert SesekUsing two NSSplitViews now because the interface seems...
2007-08-04 Robert SesekImplementing a buggy stack trace viewer.
2007-08-03 Robert SesekImplementing the "Step In" command
2007-08-03 Robert SesekHooking up the "Run" button to the WindowController
2007-08-03 Robert SesekAdding support for the "run" command and acutally using...
2007-08-03 Robert SesekAdding support for error viewing on the Debugger window...
2007-08-02 Robert SesekRemoving all information about specifying a host becaus...
2007-08-02 Robert SesekSetting springs for Debugger.nib
2007-08-02 Robert SesekSlight interface improvements for the table view and...
2007-08-02 Robert SesekUpdating the Info.plist and English.lproj/InfoPlist...
2007-08-01 Robert Sesek* English.lproj/Debugger.nib: Changing file's owner...
2007-08-01 Robert Sesek* Source/AppDelegate:
2007-08-01 Robert Sesek* Source/ConnectWindowController.h: Adding outlets...
2007-08-01 Robert Sesek* English.lproj/Connect.nib: Setting the File's Owner...
2007-08-01 Robert Sesek- Adding a .gitignore to hide the nib backup files
2007-08-01 Robert SesekAdding the Connect.nib file for the connection window
next