Bump project version to 212.1.
[macgdbp.git] / Source / AppDelegate.m
2022-01-01 Robert SesekAdd a preference for the PHP binary path for syntax...
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 SesekAdd startup dialog for when no file access has been...
2019-12-15 Robert SesekCreate helper +[PreferencesController secureBookmarkDat...
2019-12-15 Robert SesekAdd a new File Access preferences pane.
2019-12-07 Robert SesekUpdate the Help URL.
2016-12-05 Robert SesekStore the last-used debugger segment in prefs.
2016-08-04 Robert Sesek-[AppDelegate showDebuggerWindow:] should select the...
2016-08-04 Robert SesekMove Breakpoints from a window to a view in the main...
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...
2015-12-07 Robert SesekMerge branch 'debugger-back-end'
2015-10-24 Robert SesekMerge branch 'message-queue' into debugger-back-end
2015-10-11 Robert SesekClean up DebuggerBackEnd and move all the ivars into...
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-02-26 Robert SesekRemove one more NSLog. 1.4
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-06 Robert SesekThe attached state is now persisted to preferences.
2011-01-06 Robert SesekHappy new year!
2010-12-16 Robert SesekOpen the help page with HTTPS.
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-10-31 Robert SesekAdd a singleton |+instance| method to AppDelegate so...
2010-10-31 Robert SesekTabs to spaces.
2010-03-29 Robert SesekCreate a LoggingController that shows all the commands...
2010-02-16 Robert SesekHappy new year!
2010-02-01 Robert SesekRemove IDE key preference because this is a property...
2009-07-22 Robert Sesek* Add a preference to automatically reconnect. Fixes...
2009-05-19 Robert SesekAdd a toolbar icon for the HUD window, which required...
2009-05-17 Robert SesekAdd a preference to disable automatic step-in upon...
2009-05-16 Robert SesekMerge branch 'bug-157'
2009-05-16 Robert SesekMerge branch 'cosmetics'
2009-05-10 Robert SesekMake the asterisk attached to the type, rather than...
2009-04-02 Robert SesekHave the inspector remember its visibility
2009-04-02 Robert SesekWhen toggling the breakpoints window, we also need...
2009-04-02 Robert SesekAdd an item to the Window menu to allow the inspector...
2009-02-09 Robert SesekMerge branch 'path-replacement'
2009-02-06 Robert SesekThe breakpoints window will now remember if it was...
2009-02-06 Robert SesekAdd the path management bindings and array controller
2009-02-05 Robert SesekImplement a toolbar for the preferences window
2009-01-22 Robert SesekHappy new year! Bump copyright.
2008-08-01 Ciarán WalshPreferences should be set in +load rather than +initial...
2008-07-13 Robert SesekMerge branch 'menu-validation'
2008-07-09 Robert SesekRemove the old version checking system that we wrote...
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 SesekSetting the default values for NSUserDefaults
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 SesekAdded a [release] call
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 SesekFixing a bug where if the register depth was too deep...
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-04-23 Robert SesekMaking a reference to the debugger in the Window menu
2008-04-23 Robert SesekRemoving the connect dialog
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-01-06 Robert SesekMerge branch 'leopard'
2008-01-05 Robert SesekHappy new year!
2008-01-05 Robert SesekMerge branch 'refactoring' into leopard
2008-01-05 Robert SesekWe no longer use DebuggerConnection to manage the Debug...
2008-01-04 Robert SesekRemoving the extra spacing after colons in function...
2007-08-11 Robert SesekWe previously were leaking all over the place due to...
2007-08-01 Robert Sesek* Source/AppDelegate.m:
2007-08-01 Robert Sesek* Source/AppDelegate:
2007-08-01 Robert Sesek* English.lproj/Connect.nib: Setting the File's Owner...
2007-08-01 Robert Sesek- Adding a .gitignore to hide the nib backup files