Rename NetworkConnection to not be ObjC++
[macgdbp.git] / MacGDBp.xcodeproj /
2013-06-20 Robert SesekRename NetworkConnection to not be ObjC++
2013-06-20 Robert SesekWrite a ThreadSafeDelegate implementation, which will...
2013-06-18 Robert SesekGut the old NetworkConnection and NetworkCallbackContro...
2013-06-18 Robert SesekWrite ProtocolClient, the layer that talks XML on top...
2013-06-18 Robert SesekWrite MessageQueue to replace most NetworkCallbackContr...
2013-06-16 Robert SesekFix 64-bit Debug builds.
2013-06-16 Robert SesekDelete some obsolete Xcode project settings.
2013-06-16 Robert SesekSwitch to using the 10.8 SDK with a 10.5 deployment...
2011-05-30 Robert SesekCreate a new icon for the Eval toolbar item
2011-05-01 Robert SesekRemove the README.* files for modp_b64 from the project...
2011-05-01 Robert SesekAdd StripLineBreaksValueTransformer and use it for...
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert SesekAdd the EvalController and Eval.xib
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekAdd BSSourceViewTextView (again).
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-01-16 Robert SesekRemove the old BSLineNumberView
2011-01-16 Robert SesekRemove the program counter image and draw the mark...
2011-01-16 Robert SesekDraw the program counter in BSLineNumberRulerView
2011-01-16 Robert SesekMove |-computeLineIndex| from BSSourceView to BSLineNum...
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-11 Robert SesekSwitch to the standard architectures, which are x86_64...
2011-01-11 Robert SesekWarn on signedness comparisons.
2011-01-05 Robert SesekAdd a "stop" button to the toolbar that detaches the...
2010-12-24 Robert SesekSplit out the C++ class into its own file. Also move...
2010-12-24 Robert SesekUse a C++ class to handle the CFNetwork events, rather...
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes
2010-12-17 Robert SesekSwitch out base64 decoders. Also memset the destination...
2010-12-16 Robert Sesek* Remove the AutoReconnect preference item now that...
2010-10-31 Robert SesekAdd VariableNode which will replace our use of raw...
2010-10-30 Robert SesekXcode project file updates.
2010-05-31 Robert SesekAdd a new DebuggerConnection that separates out the...
2010-05-31 Robert SesekRename DebuggerConnection to DebuggerProcessor in prepa...
2010-03-29 Robert SesekCreate a LoggingController that shows all the commands...
2010-03-27 Robert SesekRename GDBpConnection to DebuggerConnection. Also organ...
2010-03-27 Robert SesekSwitch from GCC to Clang compiler.
2010-02-16 Robert SesekXcode project updates:
2010-02-16 Robert SesekRemove SocketWrapper and start using CFSocket with...
2009-07-30 Robert SesekMake our project Xcode 3.1+ compatible.
2009-07-26 Robert SesekMake the transport logging an environmental setting.
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-10 Robert SesekAdd NSLog()s around the send/receive stuff so we can...
2009-02-23 Robert SesekAdd the public key for Sparkle updates
2009-02-20 Robert SesekUpdate the project to use Gitcrement versioning
2009-02-09 Robert SesekMerge branch 'path-replacement'
2009-02-06 Robert SesekAdd a custom NSArrayController for the paths preference...
2009-01-22 Robert SesekMerge branch 'refactoring'
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-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-13 Robert SesekMerge branch 'menu-validation'
2008-07-09 Robert SesekAdd Sparkle framework and hook it up (except for the...
2008-07-09 Robert SesekAdding an empty preferences window and controller....
2008-06-23 Robert SesekMerge branch 'bug-125' 1.0.1
2008-06-18 Robert SesekMerge branch 'master' into no-gc
2008-06-09 Robert SesekDisabling GC
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-06 Robert SesekReorganizing the project source files into groups
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-04-23 Robert SesekRemoving the connect dialog
2008-04-17 Robert SesekTurning off GC and adding back manual memory management
2008-04-02 Robert SesekMerge branch 'breakpoints'
2008-04-02 Robert SesekAdding a new class called BreakpointManager so we don...
2008-04-02 Robert SesekInitial breakpoint adding code
2008-03-29 Robert SesekAdd an application icon
2008-03-09 Robert SesekAdd a bunch of new NSView classes (to form a meta-view...
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 SesekDraw the dimple (though it is upside-down because the...
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 SesekUse an NSToolbar for the debugger controls instead...
2008-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekUse garbage collection and add -[SocketWrapper close...
2008-01-05 Robert SesekMerge branch 'refactoring' into leopard
2008-01-04 Robert SesekReworking the code to use NSTreeNode instead of the...
2008-01-04 Robert SesekWe don't need the 10.5 SDK on the refactoring branch
2008-01-04 Robert SesekAdd some test code to see how Leopard behaves
2008-01-04 Robert SesekUpdate MacGDBp.xcodeproj/.gitignore for Xcode v3
2007-10-27 Robert SesekMinor upgrades to the project due to Xcode 3.0
2007-08-25 Robert SesekRemoving a puts statement from the shell script that...
2007-08-05 Robert SesekMoving the depth checker from NSXMLElementAdditions...
2007-08-05 Robert SesekAdding support for base64 encoded string values
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekReorganizing the project so classes are actually int...
2007-08-05 Robert SesekMerge branch 'master' into register-feature
2007-08-05 Robert SesekTrying to get the register viewer to work
2007-08-02 Robert Sesek* MacGDBp.xcodeproj: Change the C mode to be C99
2007-08-02 Robert SesekChanging from using NSStream which didn't actually...
2007-08-02 Robert SesekAdding a project build script that replaces the CFBundl...
next