Restore keeping the original size of content views for pref panes.
[macgdbp.git] / Source /
2019-12-15 Robert SesekRestore keeping the original size of content views...
2019-12-15 Robert SesekCreate helper +[PreferencesController secureBookmarkDat...
2019-12-15 Robert SesekRevert "For file/line breakpoints, create secure bookma...
2019-12-15 Robert SesekAdd a new File Access preferences pane.
2019-12-15 Robert SesekModernize PreferencesController.
2019-12-07 Robert SesekFix removing breakpoints.
2019-12-07 Robert SesekFor file/line breakpoints, create secure bookmarks...
2019-12-07 Robert SesekUpdate the Help URL.
2019-09-15 Robert SesekIn BSSourceView, override the NSFont attribute to use...
2019-09-15 Robert SesekIn BSSourceView, keep the NSAttributedString creation...
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-13 Robert SesekRefactor syntax highlighting in BSSourceView.
2019-09-13 Robert SesekFix toolbar item auto-validation.
2019-09-11 Robert SesekPut the listening port information into the status...
2019-09-11 Robert SesekRevert "Add support for function return breakpoints."
2019-09-11 Robert SesekAdd support for function return breakpoints.
2019-09-11 Robert SesekUse a small toolbar, and stop putting the port in the...
2019-09-04 Robert SesekReplace non-breaking spaces with normal spaces in BSSou...
2019-09-04 Robert SesekRead the highlighted HTML source in as UTF-8.
2019-09-03 Robert SesekRemove unneeded -[BSSourceViewDelegate sourceView:accep...
2019-09-03 Robert SesekIncrease the width of the segmented control, to hide...
2019-09-02 Robert SesekRewire Debugger.xib to properties rather than ivars.
2019-09-02 Robert SesekConvert the remaining DebuggerController IBOutlets...
2019-09-02 Robert SesekFix memory problems found by the analyzer.
2019-09-02 Robert SesekRefactor some of DebuggerController's ivars.
2019-09-02 Robert SesekRemove unused -[DebuggerController resetDisplays].
2018-11-28 Robert SesekFix some new warnings about integer truncation.
2018-11-28 Robert SesekSwitch away from deprecated base64 methods.
2016-12-06 Robert SesekAdd support for call breakpoints to BreakpointManager.
2016-12-05 Robert SesekAdd UI for setting sybmolic breakpoints.
2016-12-05 Robert SesekMove the status into the toolbar, and remove it from...
2016-12-05 Robert SesekFix up Eval after moving it into the debugger.
2016-12-05 Robert SesekRemove -[Breakpoint hash] and fix -isEqual:.
2016-12-05 Robert SesekStore the last-used debugger segment in prefs.
2016-12-04 Robert SesekMake the add breakpoint button a pull-down menu.
2016-12-04 Robert SesekAdd backend Breakpoint support for symbolic breakpoints.
2016-12-04 Robert SesekMake BreakpointManager a property of DebuggerModel...
2016-12-04 Robert SesekRemove the dedicated Breakpoints source view.
2016-12-02 Robert SesekMake BSSourceView.markers be a set of line numbers...
2016-11-30 Robert SesekFix BSSourceView not re-drawing when the marked line...
2016-08-05 Robert SesekMove the Eval window into a tabbed section.
2016-08-04 Robert Sesek-[AppDelegate showDebuggerWindow:] should select the...
2016-08-04 Robert SesekCall -[DebuggerController updateSegmentControl] when...
2016-08-04 Robert SesekMove Breakpoints from a window to a view in the main...
2016-08-04 Robert SesekAdd a tab view and segmented control for selection...
2016-04-10 John CookReplace explicit |-display| with |-setNeedsDisplay...
2016-04-10 Robert SesekCreate string constants for all preference names.
2016-04-10 Robert SesekClean up +[AppDelegate load] to use ObjC 2.0 literal...
2016-04-10 Robert SesekUse NSData's base64 encoding/decoding and delete modp_b64.
2016-04-10 Robert SesekFix leak of LogEntry items in ProtocolClient.
2016-04-10 Robert SesekRemove unnecessary @synthesize directives from StackFra...
2016-01-31 John CookFix an unspecified crash when the file reference is...
2016-01-31 John CookIn -[DebuggerController debuggerConnected] clear out...
2015-12-07 Robert SesekRemove unneeded |charBuffer| variable from -[MessageQue...
2015-12-07 Robert SesekInitial re-layout of the main Debugger.xib.
2015-12-07 Robert SesekFix two leaks found by Analyze.
2015-12-07 Robert SesekZero-warning build.
2015-12-07 Robert SesekMerge branch 'debugger-back-end'
2015-12-07 Robert SesekSome final header nits. debugger-back-end
2015-12-07 Robert SesekInject autoAttach into DebuggerBackEnd's designated...
2015-12-07 Robert SesekRemove -[DebuggerBackEnd isConnected].
2015-12-07 Robert SesekRemove DebuggerBackEnd.status.
2015-12-07 Robert SesekRemove DebuggerBackEndDelegate.
2015-12-07 Robert SesekRemove -[DebuggerBackEndDelegate errorEncountered:].
2015-12-02 Robert SesekModernize VariableNode for ObjC 2.0.
2015-12-02 Robert SesekRemove -[DebuggerBackEndDelegate sourceUpdated:].
2015-12-02 Robert SesekRewrite variable and property loading.
2015-10-24 Robert SesekMerge branch 'message-queue' into debugger-back-end
2015-10-24 Robert SesekStop spamming the CPU with -[MessageQueue dequeueAndSen... message-queue
2015-10-24 Robert SesekEnsure that stack frames are loaded when the array...
2015-10-24 Robert SesekMove management of the stack to DebuggerModel.
2015-10-12 Robert SesekIntroduce DebuggerModel, which will be updated by the...
2015-10-11 Robert SesekRemove stackFirstTransactionID_ tracking from DebuggerB...
2015-10-11 Robert SesekClean up EvalController by using a callback in -[Debugg...
2015-10-11 Robert SesekClean up DebuggerBackEnd and move all the ivars into...
2015-10-10 Robert SesekUpdate StackFrame for ObjC 2.
2015-10-10 Robert SesekRemove StackFrame.routingID.
2015-10-10 Robert SesekRemove the old callTable_ system from DebuggerBackEnd.
2015-10-10 Robert SesekRewrite stack building in DebuggerBackEnd.
2015-10-10 Robert SesekRefactor -[DebuggerController fetchChildProperties:].
2015-10-10 Robert SesekReplace -[ProtocolClient sendCustomCommandWithFormat...
2015-10-10 Robert SesekRewrite parts of DebuggerBackEnd to use the new block...
2015-10-10 Robert SesekAdd a block-based -sendCommand... variant to ProtocolCl...
2015-10-10 Robert SesekRemove unnecessary ivars from ProtocolClient.
2015-10-10 Robert SesekStop logging transaction validation information.
2015-10-10 Robert SesekShort-circuit -[MessageQueue disconnectClient] if not...
2015-10-10 Robert SesekCleanup from the MessageQueue rewrite.
2015-10-10 Robert SesekRewrite MessageQueue to use libdispatch instead of...
2015-06-21 Robert SesekFix nil host replacement.
2015-05-18 Robert SesekInvalidate and release the listening socket in -[Messag...
2015-05-18 Robert SesekFix potential crash when detaching and reattaching.
2015-05-17 Robert SesekRemove unused -[ProtocolClient shouldSendMessage].
2014-03-30 Robert SesekDo not double-percent-escape the filename.
2014-01-02 Robert SesekRemove the thin layer around ProtocolClient that is...
2013-07-03 Robert SesekReport stream errors from MessageQueue.
2013-07-03 Robert SesekWrite BSProtocolThreadInvoker to replace ThreadSafeDele...
2013-06-28 Robert SesekConnect ProtocolClient to the LoggingController.
2013-06-20 Robert SesekImprove MessageQueueDelegate.
2013-06-20 Robert SesekCall -[NSInvocation retainArguments] in ThreadSafeDelegate.
2013-06-20 Robert SesekRename NetworkConnection to not be ObjC++
next