macgdbp.git
2009-08-26 Robert SesekBump version number to 1.3.1. 1.3.1
2009-05-20 Robert SesekRevert "Rewrote -[SocketWrapper receive] so that we...
2009-05-20 Robert SesekRevert "We need to use UTF8 string encoding instead...
2009-05-19 Robert SesekMark one of the fixes as bug 157 1.3
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
2009-05-19 Robert SesekWe need to use UTF8 string encoding instead of ASCII...
2009-05-17 Robert SesekPut the debugger behavior settings above the Xdebug...
2009-05-17 Robert SesekRewrote -[SocketWrapper receive] so that we do not...
2009-05-17 Robert SesekMore fixes for paths with spaces. We can't use single...
2009-05-17 Robert SesekDon't try to manage the stack using internal state...
2009-05-17 Robert SesekAdd a preference to disable automatic step-in upon...
2009-05-17 Robert SesekFix a type mismatch compile error
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-16 Robert SesekFactored out the stack reloading code
2009-05-10 Robert SesekAdd NSLog()s around the send/receive stuff so we can...
2009-05-10 Robert SesekWhen getting the source, we need to escape the '%20...
2009-05-10 Robert SesekBreakpoints with a space in the filename would not...
2009-05-10 Robert SesekMake the asterisk attached to the type, rather than...
2009-05-10 Robert SesekFix the run command by having it obliterate the current...
2009-05-10 Robert SesekChange -[createStackFrame] to take a depth and create...
2009-05-04 Robert SesekSet the version to be 1.3
2009-05-04 Robert SesekSet the SourceView.file to nil and tell the stack NSArr...
2009-04-04 Robert SesekMake -[GDBpConnection(Private) createCommand:] take...
2009-04-04 Robert SesekBefore setting selectedVariable, we need to make sure...
2009-04-04 Robert SesekRetain the selection in the variable list when stepping...
2009-04-04 Robert SesekNSLog() when Xdebug returns us an error
2009-04-02 Robert SesekNot all breakpoint markers would be displayed in the...
2009-04-02 Robert SesekUpdate the changelog
2009-04-02 Robert SesekHave the inspector remember its visibility
2009-04-02 Robert SesekWhen toggling the breakpoints window, we also need...
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-23 Robert SesekUpdate version to 1.2.1 1.2.1
2009-02-23 Robert SesekAdd the public key for Sparkle updates
2009-02-23 Robert SesekUpdate Sparkle to be a vanilla build now that we proper...
2009-02-20 Robert SesekUpdate the project to use Gitcrement versioning
2009-02-15 Robert SesekUpdated Sparkle to the latest bzr version
2009-02-15 Robert SesekFixed a segfault crash that would occur if you stepped...
2009-02-15 Robert SesekWhen writing the temporary file to use for highlighting...
2009-02-12 Robert SesekDon't include the final .0 in 1.2 1.2
2009-02-10 Robert SesekConvert the run command to use the StackFrame system
2009-02-09 Robert SesekMerge branch 'path-replacement'
2009-02-06 Robert SesekThe breakpoints window will now remember if it was...
2009-02-06 Robert SesekBumping the version number to 1.2.0
2009-02-06 Robert SesekAdd a changelog entry for the path replacements prefs
2009-02-06 Robert SesekAdd a change to the changelog
2009-02-06 Robert SesekWhen sending breakpoints to Xdebug, use the [transforme...
2009-02-06 Robert SesekAdd the actual path replacement procedure and flip...
2009-02-06 Robert SesekAdd a custom NSArrayController for the paths preference...
2009-02-06 Robert SesekAdd the path management bindings and array controller
2009-02-06 Robert SesekDesign the paths replacement interface
2009-02-06 Robert SesekImplement preferences window resizing
2009-02-05 Robert SesekAdd the paths replacement panel but don't implement...
2009-02-05 Robert SesekImplement a toolbar for the preferences window
2009-02-05 Robert SesekAdding a CONTRIBUTORS file
2009-02-05 Robert SesekWord wrap CHANGES
2009-02-05 Robert SesekShow the variables in all contexts instead of just...
2009-01-28 Robert SesekWhen the debugger connects, automatically step in to...
2009-01-28 Robert SesekUpdating the changelog for 1.2.0
2009-01-22 Robert SesekHappy new year! Bump copyright.
2009-01-22 Robert SesekHighlighting of the currently debugged file will now...
2009-01-22 Robert SesekMerge branch 'refactoring'
2008-12-03 Robert SesekFixed a bug where stepIn would remove the current stack...
2008-12-02 Robert SesekRenaming registers to variables
2008-12-01 Robert SesekWe need to keep variables expanded across changing...
2008-12-01 Robert SesekFix a couple display issues and a crash
2008-12-01 Robert SesekGet the source code from the debugger engine in [GDBpCo...
2008-12-01 Robert SesekRemove -[DebuggerController setStatus:]
2008-12-01 Robert SesekUse automatic validation of UI items for the toolbar...
2008-12-01 Robert SesekCall -[resetDisplays] when we reconnect
2008-12-01 Robert SesekUse bindings to set the register controller's contentArray
2008-12-01 Robert SesekRemove all references of the window controller from...
2008-12-01 Robert SesekRemove the model-updating-controller register variable...
2008-12-01 Robert SesekSet the file column to truncate head, not truncate...
2008-12-01 Robert SesekOne more instance of calling -[setStatus:] that needs...
2008-12-01 Robert SesekRather than having GDBpConnection tell the window contr...
2008-12-01 Robert SesekUse our new error system
2008-12-01 Robert SesekCreate an error system that follows MVC
2008-12-01 Robert SesekRemove all of the old stack system
2008-12-01 Robert SesekUpdate the bindings for the stack viewer to use our...
2008-12-01 Robert SesekThe StackFrame index will always be 0 in -[GDBpConnecti...
2008-12-01 Robert SesekWe need to pop the stack twice when stepOut is called
2008-12-01 Robert SesekStart using our new StackFrame and StackController...
2008-12-01 Robert SesekRefactor the DebuggerController's "stackController...
2008-12-01 Robert SesekAdd the StackController class
2008-11-30 Robert SesekAdding the StackFrame class
2008-11-15 Robert SesekReorganize the project files to separate connection...
2008-10-14 Robert SesekUpdate version number 1.1.2
2008-10-13 Robert SesekHave the debugger and breakpoints windows remember...
2008-10-13 Robert SesekSaved breakpoints (or any breakpoint) that had a file...
2008-08-20 Robert SesekUpdate the version to 1.1.1 1.1.1
2008-08-20 Robert SesekAllow multiple selection and removal of breakpoints
2008-08-20 Robert SesekFix a bug where breakpoints would be recreated exponent...
2008-08-04 Robert SesekAdd the bug numbers to the change log 1.1
2008-08-01 Ciarán WalshPreferences should be set in +load rather than +initial...
2008-08-01 Robert SesekChanging the version to be 1.1
2008-08-01 Robert SesekKeep breakpoints in the preferences so they are restore...
2008-07-30 Robert SesekAdd a CHANGES file to manage the change log
2008-07-15 Robert SesekFixing a memory leak
next