macgdbp.git
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 SesekUpdate the version to 1.1 Beta 1
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-10 Robert SesekAdding the "Debugger" menu to the NIB file and hooking...
2008-07-10 Robert SesekTracking the Italian versin of Sparkle
2008-07-10 Robert SesekAdd the Sparkle keys to Info.plist
2008-07-10 Robert SesekHook up the "Check for updates..." menu item
2008-07-10 Robert SesekUpdating Sparkle to use a version that uses CFBundleSho...
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 SesekUse prefernce values to set the port and IDE key, rathe...
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 SesekSetting the default values for NSUserDefaults
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-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 SesekVersion 1.0.1
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 SesekThis is going to be v1.0
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 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 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...
2008-06-11 Robert SesekSet the "Automatically Rearranges Content" and "Prepare...
2008-06-11 Robert SesekIn DebuggerConnection, we need to protect against setti...
2008-06-11 Robert SesekSet the BSSourceView's delegate in Breakpoints.xib
2008-06-11 Robert SesekHave the BreakpointManager tell the DebuggerConnection...
2008-06-10 Robert SesekAuto-hide the scrollbars in BSSourceView
2008-06-10 Robert SesekAutomatically hide scrollbars on the NSTableView of...
2008-06-10 Robert SesekSet the BreakpointManager's connection to the DebuggerC...
2008-06-10 Robert SesekAdd a prop for DebuggerConnection and change the breakp...
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-10 Robert SesekRewrite BreakpointManager to use NSArray instead a...
2008-06-10 Robert SesekAdd an ivar for the BreakpointManager in the Breakpoint...
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 SesekFixed a warning in Source/BSSourceView.m:48 -- method...
2008-06-09 Robert SesekDisabling GC
2008-06-09 Robert SesekMerge branch 'master' into no-gc
2008-06-09 Robert SesekWe need an instance of BreakpointWindowController in...
2008-06-09 Robert SesekAdding a breakpoints NSWindowController for Breakpoints.xib
2008-06-09 Robert SesekAdding Breakpoints.xib for the breakpoints manager
2008-06-06 Robert SesekWe aren't going to store breakpoints in NSUserDefaults
2008-06-06 Robert SesekAdding NSDictionary archiving and unarchiving abilities...
2008-06-06 Robert SesekReorganizing the project source files into groups
2008-06-05 Robert SesekWhen calling -[SocketWrapper remoteHost], we don't...
2008-06-05 Robert SesekSending the "run" command was balanced with a receive...
2008-06-05 Robert SesekComment out the saving of breakpoints to NSUserDefaults...
2008-06-04 Robert SesekMake the stack text be the same size as the register...
2008-06-04 Robert SesekWe don't want the NULL byte at the end of the NSString...
2008-06-04 Robert SesekInstead of using NSData for [SocketWrapper receive...
2008-06-04 Robert SesekPutting GC back on because we really need it
2008-06-04 Robert SesekForgot to turn off GC in debug mode
2008-05-28 Robert SesekAdd better error checking for malformed XML
2008-05-28 Robert SesekTrying to add some bounds checking so we don't get...
2008-05-28 Robert SesekDon't try to load empty files (like when we're in eval())
2008-04-23 Robert SesekMaking a reference to the debugger in the Window menu
next