When writing the temporary file to use for highlighting, use NSUTF8StringEncoding...
[macgdbp.git] / Source /
2009-02-15 Robert SesekWhen writing the temporary file to use for highlighting...
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 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 SesekShow the variables in all contexts instead of just...
2009-01-28 Robert SesekWhen the debugger connects, automatically step in to...
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 SesekRemove all references of the window controller from...
2008-12-01 Robert SesekRemove the model-updating-controller register variable...
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-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 SesekAllow multiple selection and removal of breakpoints
2008-08-20 Robert SesekFix a bug where breakpoints would be recreated exponent...
2008-08-01 Ciarán WalshPreferences should be set in +load rather than +initial...
2008-08-01 Robert SesekKeep breakpoints in the preferences so they are restore...
2008-07-15 Robert SesekFixing a memory leak
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 SesekRenaming NSXMLElementAdditions(NSXMLElementAdditions...
2008-07-14 Robert SesekRenaming BreakpointWindowController to BreakpointController
2008-07-14 Robert SesekRenaming DebuggerConnection to GDBpConnection
2008-07-14 Robert SesekRenaming DebuggerWindowController to DebuggerController
2008-07-14 Robert SesekAdd IBOutlets for both DebuggerWindowController and...
2008-07-14 Robert Sesek-[SocketWrapper(Private) error:] would send message...
2008-07-14 Robert SesekThe subviews of BSSourceView were over-retained
2008-07-14 Robert SesekFix build errors. Properties cannot be synthesized...
2008-07-14 Robert SesekMerge branch 'memory-fixes'
2008-07-14 Robert SesekValidate user interface items for the Debugger menu
2008-07-14 Robert SesekFixing a bug in -[SocketWrapper receive] that could...
2008-07-14 Robert SesekAdd a call to NSAssert() to stop us if we receive incom...
2008-07-14 Ciarán WalshA few miscellaneous memory management fixes
2008-07-14 Ciarán WalshThe -connect: method would leak memory when called...
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-07-13 Robert SesekMerge branch 'menu-validation'
2008-07-13 Robert SesekValidate user interface items for the Debugger menu
2008-07-13 Robert SesekFixing a bug in -[SocketWrapper receive] that could...
2008-07-13 Robert SesekAdd a call to NSAssert() to stop us if we receive incom...
2008-07-09 Robert SesekRemove the old version checking system that we wrote...
2008-07-09 Robert SesekInstantiate the Debugger and Breakpoint controllers...
2008-07-09 Robert SesekUse prefernce values to set the port and IDE key, rathe...
2008-07-09 Robert SesekSetting the default values for NSUserDefaults
2008-07-09 Robert SesekAdding an empty preferences window and controller....
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-23 Robert SesekInstead of using the "stopping" status, just use "Stopp...
2008-06-22 Robert SesekClose the connection when we receive the "stopping...
2008-06-22 Robert SesekMake the markers prop in BSLineNumberView be retain...
2008-06-22 Robert SesekBalancing with a [release] call
2008-06-22 Robert SesekMerge git://github.com/ciaran/macgdbp
2008-06-22 Robert SesekWe need to balanace with a [release] call
2008-06-22 Ciarán WalshSyntax highlight source files using the PHP executable
2008-06-18 Robert SesekTell the breakpoints window to open at launch, though...
2008-06-18 Robert SesekAdded a [release] call
2008-06-18 Robert SesekReturn the NSXMLDocument in [DebuggerConnection process...
2008-06-18 Robert SesekInstead of leaking an alloc'd NSString, use an autorele...
2008-06-18 Robert SesekThe hostname was using an autorelease'd initializer...
2008-06-18 Robert SesekFix a few exceptions/warnings related to going no-gc
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-17 Robert SesekCenter the version check window (when it pops up) and... 1.0
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 SesekAfter we establish a connection, we need to resend...
2008-06-12 Robert SesekProtect against array out of bounds exceptions when...
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 SesekAnother instance where [BSLineNumberView setMarkers...
2008-06-11 Robert SesekTrying to use mutableChildNodes and appending mock...
2008-06-11 Robert SesekIndex path by appending IP with a counter
2008-06-11 Robert SesekIndex path by appending 0 to the IP
2008-06-11 Robert Sesek[BSLineNumberView setMarkers:] takes an NSSet and not...
next