HTTPBundle.git
13 years agoUpdated Xcode and Mac OS X target versions in Nib file. master
Shaun Rowland [Tue, 3 May 2011 06:01:15 +0000]
Updated Xcode and Mac OS X target versions in Nib file.

13 years agoUpdated .gitignore file for Xcode 4.
Shaun Rowland [Mon, 2 May 2011 05:07:58 +0000]
Updated .gitignore file for Xcode 4.

13 years agoAdded new Broccoli header file.
Shaun Rowland [Mon, 2 May 2011 04:22:42 +0000]
Added new Broccoli header file.

13 years agoRemoved commented out property synthesis.
Shaun Rowland [Mon, 2 May 2011 04:08:06 +0000]
Removed commented out property synthesis.

This is now actually an error. These were synthesized in the parent
class.

13 years agoUpdated to build with Xcode 4 and Bro 1.5.3.
Shaun Rowland [Mon, 2 May 2011 04:01:10 +0000]
Updated to build with Xcode 4 and Bro 1.5.3.

14 years agoRemoved [pool release] call after [pool drain].
Shaun Rowland [Sun, 9 May 2010 22:56:25 +0000]
Removed [pool release] call after [pool drain].

This is redundant as [pool drain] will do the same thing and should be
used in code that is designed for both a memory managed and garbage collected
environment.

15 years agoAdded license information.
Shaun Rowland [Mon, 27 Apr 2009 02:41:34 +0000]
Added license information.

I am going with the BSD license here.

15 years agoUpdated focus ring setting on the table view.
Shaun Rowland [Fri, 9 Jan 2009 04:48:11 +0000]
Updated focus ring setting on the table view.

15 years agoSet view to expand when resized.
Shaun Rowland [Mon, 5 Jan 2009 07:44:48 +0000]
Set view to expand when resized.

15 years agoAdded an NSTableView delegate method to handle text color.
Shaun Rowland [Sun, 28 Dec 2008 08:33:14 +0000]
Added an NSTableView delegate method to handle text color.

Now the NSTableView delegate method sets the text color instead of
NSAttributedString values.

15 years agoChanged how the view resizes so that the detail label expands instead.
Shaun Rowland [Mon, 22 Dec 2008 05:44:50 +0000]
Changed how the view resizes so that the detail label expands instead.

15 years agoFixing more whitespace.
Shaun Rowland [Mon, 22 Dec 2008 03:46:36 +0000]
Fixing more whitespace.

15 years agoFixed whitespace.
Shaun Rowland [Mon, 22 Dec 2008 03:45:26 +0000]
Fixed whitespace.

15 years agoAdded multithreading to Growl notifications.
Shaun Rowland [Mon, 22 Dec 2008 03:41:40 +0000]
Added multithreading to Growl notifications.

15 years agoChanged the detail view to be a multi-line label.
Shaun Rowland [Sun, 21 Dec 2008 07:09:36 +0000]
Changed the detail view to be a multi-line label.

This keeps the user from editing the selection.

15 years agoAdded a detail view for a selected table item.
Shaun Rowland [Sun, 21 Dec 2008 05:44:27 +0000]
Added a detail view for a selected table item.

I also modified the NSTableView so that it would add "..." to lines that
are too long.

15 years agoFixed resizing the bundle view when the app changes size.
Shaun Rowland [Wed, 17 Dec 2008 04:08:25 +0000]
Fixed resizing the bundle view when the app changes size.

15 years agoChanged reporting string value.
Shaun Rowland [Tue, 16 Dec 2008 07:21:03 +0000]
Changed reporting string value.

15 years agoChanged comments on new event models to match their names.
Shaun Rowland [Tue, 16 Dec 2008 07:07:10 +0000]
Changed comments on new event models to match their names.

15 years agoSeparated the HTTP event models into subclasses.
Shaun Rowland [Tue, 16 Dec 2008 07:03:58 +0000]
Separated the HTTP event models into subclasses.

There are two HTTP event model classes that are subclasses of HTTPEvent.
This makes the code a lot cleaner. Only one NSArrayController is needed
as it uses the one property of the HTTPEvent superclass.

15 years agoInitial import of the HTTP bundle.
Shaun Rowland [Mon, 15 Dec 2008 07:37:13 +0000]
Initial import of the HTTP bundle.