macgdbp.git
2020-01-04 Robert SesekSet to the unstable appcast feed and mark the version. 2.0-beta-1
2020-01-04 Robert SesekForce codesigning off for Release builds.
2020-01-04 Robert SesekAdd a shell script build phase to remove Sparkle's...
2020-01-04 Robert SesekRemove sandboxing from CHANGES.
2020-01-04 Robert SesekCopyright 2020!
2020-01-04 Robert SesekExpose the unstable appcast pref in Preferences.
2020-01-04 Robert SesekQuery the appcast-unstable.xml feed based off the pref.
2019-12-15 Robert SesekTurn off the App Sandbox for now.
2019-12-15 Robert SesekCreate a new, high-res HUD Icon.
2019-12-15 Robert SesekShow the FileAccessController when reading a source...
2019-12-15 Robert SesekDisable editing of the Inspector content.
2019-12-15 Robert SesekFix crashes in BSLineNumberRulerView when the lineIndex...
2019-12-15 Robert SesekAdd startup dialog for when no file access has been...
2019-12-15 Robert SesekCentralize font selection via +[BSSourceView sourceFont].
2019-12-15 Robert SesekThe BreakpointManager does not need to know about the UI.
2019-12-15 Robert SesekForce a re-serialization of Breakpoints on decode.
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-12-07 Robert SesekSwitch to new SUFeedURL.
2019-12-07 Robert SesekModernize localization files.
2019-09-15 Robert SesekIn BSSourceView, override the NSFont attribute to use...
2019-09-15 Robert SesekIn BSSourceView, keep the NSAttributedString creation...
2019-09-15 Robert SesekAdd a script to generate the Sparkle signatures.
2019-09-15 Robert SesekSet the SUPublicEDKey value to the new Blue Static...
2019-09-15 Robert SesekAdd a Go version of the ED25519 signer, which can also...
2019-09-15 Robert SesekThin out non-English Sparkle resources.
2019-09-15 Robert SesekUpgrade to Sparkle 1.21.3.
2019-09-15 Robert SesekAdd new openssl-sign-ed25519 tool to sign/verify signat...
2019-09-15 Robert SesekAdd some test files.
2019-09-14 Robert SesekUpdate the layout of the connection log window.
2019-09-14 Robert SesekSet autoresizing mask on Eval outer view.
2019-09-14 Robert SesekImproved step button icons.
2019-09-14 Robert SesekInitial work on 2.0 toolbar icons.
2019-09-13 Robert SesekConvert the entire project to ARC.
2019-09-13 Robert SesekFix running the XCTest bundle.
2019-09-13 Robert SesekUpdate copyright in InfoPlist.strings.
2019-09-13 Robert SesekRefactor syntax highlighting in BSSourceView.
2019-09-13 Robert SesekFix toolbar item auto-validation.
2019-09-12 Robert SesekConvert all of the toolbar items to buttons.
2019-09-11 Robert SesekPut the listening port information into the status...
2019-09-11 Robert SesekRename the breakpoint button menu item titles.
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 SesekApply a plain number formatter to the port preference...
2019-09-11 Robert SesekPixel push various paned views to remove double-border...
2019-09-11 Robert SesekUse a small toolbar, and stop putting the port in the...
2019-09-11 Robert SesekCFBundleVersion is no longer incremented by gitcrement.
2019-09-04 Robert SesekAdd more CHANGES entries.
2019-09-04 Robert SesekReplace non-breaking spaces with normal spaces in BSSou...
2019-09-04 Robert SesekStart populating the changelog.
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-03 Robert SesekMinor tweaks to the Breakpoints table alignment.
2019-09-02 Robert SesekRewire Debugger.xib to properties rather than ivars.
2019-09-02 Robert SesekXcode really wants this shell script to have a \n.
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].
2019-09-02 Robert SesekEnable the App Sandbox.
2019-09-02 Robert SesekChange the "Attached" toolbar button style to not be...
2018-11-28 Robert SesekFix some new warnings about integer truncation.
2018-11-28 Robert SesekSet recommended Xcode 10 project settings.
2018-11-28 Robert SesekSwitch away from deprecated base64 methods.
2018-11-28 Robert SesekUpgrade project to Xcode 10.
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-04 Robert SesekFix clipping of the Bookmarks.xib add/remove buttons.
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 SesekSet an autosave name for the main Debugger split view.
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 SesekUpdate copyright strings to 2016.
2016-04-10 Robert SesekRemove use of BSSplitView from Log.xib too.
2016-04-10 Robert SesekFix leak of LogEntry items in ProtocolClient.
2016-04-10 Robert SesekRemove unnecessary @synthesize directives from StackFra...
2016-04-10 Robert SesekFix "Unknown class BSSplitView in Interface Builder...
next