macgdbp.git
2012-09-03 Robert SesekMove out of 1.5 beta to stable, and update the copyrigh... 1.5 1.5.0.104
2012-09-03 Robert SesekMake the eval result scrollable
2012-09-03 Robert SesekUpdate CHANGES after f3ac43beef7fddf2c4c9839e4429fcddc6...
2012-09-03 Sam FlemingFix Bug #236 which caused freeze on OS X 10.8
2011-05-30 Robert SesekAdd an Evaluate menu item to the Debugger menu
2011-05-30 Robert SesekCreate a new icon for the Eval toolbar item
2011-05-30 Robert SesekHave the EvalWindow autosave its frame
2011-05-30 Robert SesekRemove two manual invocations of |-debuggerDisconnected...
2011-05-30 Robert SesekAdd changelog entry
2011-05-30 Robert SesekRemove testing code from CloseConnection()
2011-05-30 Robert SesekRedo how socket shutdown works:
2011-05-30 Robert SesekKeep track of the child socket handle and close() it...
2011-05-30 Robert SesekRename socket_ to listeningSocket_ and add CloseSocket...
2011-05-29 Robert SesekIn NetworkCallbackController::WriteStreamCanAcceptBytes...
2011-05-29 Robert SesekMove ownership of the read and write stream from Networ...
2011-05-02 Robert SesekUpdate graph a little
2011-05-01 Robert SesekGroup the step commands and their box
2011-05-01 Robert SesekRemvoe dropshadows and change arrow heads in Code Flow...
2011-05-01 Robert SesekAdd start/end points and indicate optionality of edges...
2011-05-01 Robert SesekAdd current code flow graph document
2011-05-01 Robert SesekRemove the README.* files for modp_b64 from the project...
2011-05-01 Robert SesekFix a warning in Preferences.xib about checkbox image...
2011-05-01 Robert SesekAdd StripLineBreaksValueTransformer and use it for...
2011-05-01 Robert SesekIn |-[NSXMLElement(GDBpAdditions) base64DecodedValue...
2011-05-01 Robert SesekGet the base64-decoded value of the when showing evalua...
2011-05-01 Robert SesekMerge branch 'eval-sheet'
2011-05-01 Robert SesekDon't use |-performClick:| to wire up the Evalute butto...
2011-05-01 Robert SesekOnly enable the Eval window button if connected to...
2011-05-01 Robert SesekUpdate ChangeLog
2011-05-01 Robert Sesek* Rename "Evalute Code" to "Evaluate Script" in the...
2011-05-01 Robert SesekActually call the delegate method, which hooks everythi...
2011-05-01 Robert SesekAdd |-[DebuggerBackEndDelegate scriptWasEvaluatedWithRe...
2011-05-01 Robert SesekAdd -[DebuggerBackEnd evalScript:] to send the command.
2011-05-01 Robert SesekXIB changes:
2011-05-01 Robert SesekHook up the Evaluate button
2011-05-01 Robert SesekFix a leak by autoreleasing in the |-sheetDidEnd...|
2011-05-01 Robert SesekMissing a [super dealloc] call
2011-05-01 Robert SesekHook up the EvalController and modal interface via...
2011-05-01 Robert SesekAdd the EvalController and Eval.xib
2011-04-29 Robert SesekTweak the PC stroke color
2011-04-29 Robert SesekUse the same shape for the PC as with breakpoints
2011-03-02 Robert SesekFix a crash caused by an uninitialized variable (bug...
2011-02-28 Robert SesekIn NetworkCallbackController::Unschedule*Stream(),...
2011-02-28 Robert SesekCleanup some older code in NetworkConnection.mm.
2011-02-28 Robert SesekBump the version to 1.5 Beta
2011-02-28 Robert SesekFilter out the CLASSNAME property so that the condition...
2011-02-26 Robert SesekWe need to set self.attached before referencing it.
2011-02-26 Robert SesekFix some signedness errors
2011-02-26 Robert SesekMerge branch 'ruler-view'
2011-02-26 Robert SesekBring BSSourceView into new style conformance.
2011-02-26 Robert SesekAdd a changelog entry about 64bit.
2011-02-26 Robert SesekAdd BSSourceViewTextView (again).
2011-02-26 Robert SesekMerge branch 'x86_64'
2011-02-26 Robert SesekRemove one more NSLog. 1.4
2011-02-26 Robert SesekRemove some NSLog statements
2011-02-26 Robert SesekClose and reopen the connection when toggling the attac...
2011-02-26 Robert SesekGive attribution for the line number concept.
2011-02-19 Robert SesekMove dealing with the socket into NetworkCallbackContro...
2011-01-25 Robert SesekRemove beta moniker and unstable info from Info.plist.
2011-01-17 Robert SesekClean up |-[BSLineNumberRulerView drawBreakpointInRect...
2011-01-16 Robert SesekDocument BSSourceView.h
2011-01-16 Robert SesekClean up BSSplitView
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
next