macgdbp.git
2011-01-16 Robert SesekOnly message the delegate if the line actually exists
2011-01-16 Robert SesekAdd a changelog entry
2011-01-16 Robert SesekUse the Menlo font if possible, also switch to 10pt
2011-01-16 Robert SesekImplement |-mouseDown:| in BSLineNumberRulerView to...
2011-01-16 Robert SesekRemove the old BSLineNumberView
2011-01-16 Robert SesekStart drawing breakpoints in the BSLineNumberRulerView
2011-01-16 Robert SesekImport BSSourceView.h in BreakpointController.h rather...
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 SesekCall |-setNeedsDisplay:| in the right places so that...
2011-01-16 Robert SesekBSLineNumberRulerView should take the BSSourceView...
2011-01-16 Robert SesekPad and vertically center the line numbers
2011-01-16 Robert SesekDraw rudimentary line numbers!
2011-01-16 Robert SesekMove |-computeLineIndex| from BSSourceView to BSLineNum...
2011-01-16 Robert SesekAdd |-computeLineIndex| to map the first character...
2011-01-16 Robert SesekDraw the stroke and background color for the ruler...
2011-01-16 Robert SesekRemove the manual gutter.
2011-01-16 Robert SesekInitial work to get a source view using NSRulerView.
2011-01-15 Robert SesekRemove NSLog()
2011-01-15 Robert SesekAdd code to the AppDelegate to record if a user has... 1.4-beta-2
2011-01-15 Robert SesekRemove some dead code in -[NetworkConnection socketDisc...
2011-01-14 Robert SesekFix a typo
2011-01-11 Robert SesekSwitch to the standard architectures, which are x86_64...
2011-01-11 Robert SesekMissed two int/unsigned usages in BSSourceView.m
2011-01-11 Robert SesekUse NSUInteger in BSSourceViewTextView.m
2011-01-11 Robert SesekUse NSUInteger in BSSourceView.{h,m}
2011-01-11 Robert SesekUse NSUInteger rather than unsigned in BSLineNumberView.m
2011-01-11 Robert SesekUpdate BreakpointManager.{h,m} with the correct types
2011-01-11 Robert SesekUpdate Breakpoint.{h,m} to use the right types and...
2011-01-11 Robert SesekCorrect types in DebuggerController.m
2011-01-11 Robert SesekProper types in NSXMLElementAdditions.m
2011-01-11 Robert SesekSwitch out ints for proper types in NetworkConnection...
2011-01-11 Robert SesekWarn on signedness comparisons.
2011-01-06 Robert SesekThe attached state is now persisted to preferences.
2011-01-06 Robert SesekUpdate changelog
2011-01-06 Robert SesekDisallow sorting and selection of columns in the Connec...
2011-01-06 Robert SesekHandle sending the |detach| command when not attached...
2011-01-06 Robert SesekUpdate the changelog
2011-01-06 Robert SesekDon't use [connection attached] as a condition on which...
2011-01-06 Robert SesekAdd an Attached menu item and give it a keyboard shortcut.
2011-01-06 Robert SesekChange the version number to 1.4 Beta 2.
2011-01-06 Robert SesekSet the key equivalent for the remove breakpoint button...
2011-01-06 Robert SesekAdd a second bug number to the "Stop" button change
2011-01-06 Robert SesekFormally define BSSourceViewDelegate as a protocol.
2011-01-06 Robert SesekAdd drag and drop support on BSSourceView and enable...
2011-01-06 Robert SesekRevert "Stub out the methods needed for drag and drop...
2011-01-06 Robert SesekRevert "Add drag and drop for the table view."
2011-01-06 Robert SesekAdd drag and drop for the table view.
2011-01-06 Robert SesekStub out the methods needed for drag and drop on the...
2011-01-06 Robert SesekFix a warning.
2011-01-06 Robert SesekHappy new year!
2011-01-06 Robert SesekRemoved some extra braces and add a comment for Network...
2011-01-06 Robert SesekAdd a Stop menu item.
2011-01-06 Robert SesekSplit out changes for the different 1.4 betas.
2011-01-05 Robert SesekAdd a "stop" button to the toolbar that detaches the...
2010-12-24 Robert SesekRemove two warnings about using deprecated |+[NSString...
2010-12-24 Robert SesekFix formatting that Xcode bodged.
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-24 Robert SesekForgot to check in modp_b64/. Oops.
2010-12-24 Robert SesekDrop in Sparkle 1.5b6 so that it doesn't crash on relau...
2010-12-24 Robert SesekDon't fetch source in |-[DebuggerBackEnd loadStackFrame...
2010-12-24 Robert SesekAdd a hack to get |-expandVariables| working.
2010-12-24 Robert SesekAdd a |-description| for VariableNode.
2010-12-18 Robert SesekUpdate changelong for 1.4 1.4-beta-1
2010-12-18 Robert SesekUse the unstable AppCast URL.
2010-12-18 Robert SesekRenaming because there's too many Debugger* classes
2010-12-18 Robert SesekMove -[DebuggerConnection send:] to the private interfa...
2010-12-18 Robert SesekPlug a bunch of leaks by implementing -[StackFrame...
2010-12-18 Robert SesekMerge -[DebuggerController startDebugger] and |-debugge...
2010-12-17 Robert SesekUpdate Info.plist for Beta 1.
2010-12-17 Robert SesekAdd missing |-[super dealloc]| in LoggingController.
2010-12-17 Robert SesekFix a warning about a non-synthesized setter being...
2010-12-17 Robert SesekSwitch out base64 decoders. Also memset the destination...
2010-12-17 Robert SesekRemove the remote host from the title.
2010-12-16 Robert SesekOpen the help page with HTTPS.
2010-12-16 Robert SesekIn -[DebuggerController debuggerConnected], do not...
2010-12-16 Robert SesekRemove verbose logging from SocketAcceptCallback()
2010-12-16 Robert Sesek* Store the DebuggerAttached value in the preferences
2010-12-16 Robert Sesek* Remove the AutoReconnect preference item now that...
2010-12-16 Robert SesekDo away with the concept of "reconnect" and use a checb...
2010-11-22 Robert SesekUpdate the API for loading properties to just pass...
2010-10-31 Robert SesekFix reconnect feature by resetting the last txR and...
2010-10-31 Robert SesekDo not ever close the socket until we are definitely...
2010-10-31 Robert SesekTry to make socket reuse more robust. It isn't working.
2010-10-31 Robert SesekDo not ever spawn more than 1 network thread.
2010-10-31 Robert SesekProperly quit the run loop. For some reason, calling...
2010-10-31 Robert SesekAdd a quit source to the DebuggerConnection's run loop...
2010-10-31 Robert SesekProperly set the |connected_| flag in the Connection...
2010-10-31 Robert SesekRename |-connectInternal| to |-connectionThreadStart|.
2010-10-31 Robert SesekRemove 2 super verbose NSLog() statements.
2010-10-31 Robert SesekSwitch to using VariableNode in the interface. Reduce...
2010-10-31 Robert SesekAdd VariableNode which will replace our use of raw...
2010-10-31 Robert SesekRemove the pending property after it is received.
2010-10-31 Robert SesekInitial work to get properties loading asynchronously...
2010-10-31 Robert SesekAdd a singleton |+instance| method to AppDelegate so...
2010-10-31 Robert SesekStop crashing with EXC_BAD_ACCESS when expanding proper...
2010-10-31 Robert SesekMake logging threadsafe.
2010-10-31 Robert SesekTabs to spaces.
2010-10-31 Robert SesekBegin making DebuggerConnection more threadsafe.
next