Rewrite variable and property loading.
[macgdbp.git] / English.lproj / Debugger.xib
2015-12-02 Robert SesekRewrite variable and property loading.
2015-10-24 Robert SesekMerge branch 'message-queue' into debugger-back-end
2015-10-24 Robert SesekEnsure that stack frames are loaded when the array...
2015-10-24 Robert SesekMove management of the stack to DebuggerModel.
2015-10-12 Robert SesekIntroduce DebuggerModel, which will be updated by the...
2015-10-11 Robert SesekClean up DebuggerBackEnd and move all the ivars into...
2011-05-30 Robert SesekCreate a new icon for the Eval toolbar item
2011-05-01 Robert SesekAdd StripLineBreaksValueTransformer and use it for...
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert Sesek* Rename "Evalute Code" to "Evaluate Script" in the...
2011-05-01 Robert SesekHook up the EvalController and modal interface via...
2011-01-06 Robert SesekAdd an Attached menu item and give it a keyboard shortcut.
2011-01-05 Robert SesekAdd a "stop" button to the toolbar that detaches the...
2010-12-16 Robert Sesek* Store the DebuggerAttached value in the preferences
2010-12-16 Robert SesekDo away with the concept of "reconnect" and use a checb...
2010-10-31 Robert SesekSwitch to using VariableNode in the interface. Reduce...
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
2009-04-02 Robert SesekHave the inspector remember its visibility
2009-04-02 Robert SesekAdd an item to the Window menu to allow the inspector...
2009-04-02 Robert SesekAdd a variable value inspector
2009-02-05 Robert SesekShow the variables in all contexts instead of just...
2009-01-22 Robert SesekMerge branch 'refactoring'
2008-12-02 Robert SesekRenaming registers to variables
2008-12-01 Robert SesekUse automatic validation of UI items for the toolbar...
2008-12-01 Robert SesekUse bindings to set the register controller's contentArray
2008-12-01 Robert SesekSet the file column to truncate head, not truncate...
2008-12-01 Robert SesekRather than having GDBpConnection tell the window contr...
2008-12-01 Robert SesekUpdate the bindings for the stack viewer to use our...
2008-12-01 Robert SesekRefactor the DebuggerController's "stackController...
2008-10-13 Robert SesekHave the debugger and breakpoints windows remember...
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-12 Robert SesekFixing a bug where if the register depth was too deep...
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-06-04 Robert SesekMake the stack text be the same size as the register...
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 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...