aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2010-01-30 11:20:19 +0000
committeravenjamin <avenjamin@gmail.com>2010-01-30 11:20:19 +0000
commitbbe91a360d7c8a8c5c11a36045c846decf91c6e5 (patch)
tree243daad21761a25bf6118209920bf07768936a7f /Frameworks/BWToolkitFramework.framework
parent414ac81a88a5d3da0f4b657769bd0ce6bd32fde8 (diff)
downloadsequelpro-bbe91a360d7c8a8c5c11a36045c846decf91c6e5.tar.gz
sequelpro-bbe91a360d7c8a8c5c11a36045c846decf91c6e5.tar.bz2
sequelpro-bbe91a360d7c8a8c5c11a36045c846decf91c6e5.zip
Update to BWToolkit 1.2.5
- Fixes issue where Database selector wasn't resizing to match Table list width.
Diffstat (limited to 'Frameworks/BWToolkitFramework.framework')
-rwxr-xr-xFrameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFrameworkbin921044 -> 951356 bytes
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h4
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h1
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h1
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h2
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h2
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h4
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h5
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h4
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist2
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf10
-rw-r--r--Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf268
12 files changed, 28 insertions, 275 deletions
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework b/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework
index bffaf8a1..8fea2fcd 100755
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/BWToolkitFramework
Binary files differ
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h
index 8c6cc894..6bf9eb16 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWGradientBox.h
@@ -14,11 +14,11 @@
NSColor *topBorderColor, *bottomBorderColor;
float topInsetAlpha, bottomInsetAlpha;
- BOOL hasTopBorder, hasBottomBorder, hasGradient;
+ BOOL hasTopBorder, hasBottomBorder, hasGradient, hasFillColor;
}
@property (nonatomic, retain) NSColor *fillStartingColor, *fillEndingColor, *fillColor, *topBorderColor, *bottomBorderColor;
@property float topInsetAlpha, bottomInsetAlpha;
-@property BOOL hasTopBorder, hasBottomBorder, hasGradient;
+@property BOOL hasTopBorder, hasBottomBorder, hasGradient, hasFillColor;
@end
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h
index b717fa1f..ed9731a6 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWSplitView.h
@@ -28,6 +28,7 @@
@property (retain) NSMutableDictionary *resizableSubviewPreferredProportion, *nonresizableSubviewPreferredSize;
@property (retain) NSArray *stateForLastPreferredCalculations;
@property (retain) NSButton *toggleCollapseButton;
+@property (assign) id secondaryDelegate;
@property BOOL collapsibleSubviewCollapsed;
@property int collapsiblePopupSelection;
@property BOOL dividerCanCollapse;
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h
index a148cb24..ae0924b5 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/BWStyledTextFieldCell.h
@@ -13,6 +13,7 @@
BOOL shadowIsBelow, hasShadow, hasGradient;
NSColor *shadowColor, *startingColor, *endingColor, *solidColor;
+ NSShadow *shadow;
NSMutableDictionary *previousAttributes;
}
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h
index 29ec9c8b..50280490 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSApplication+BWAdditions.h
@@ -10,6 +10,6 @@
@interface NSApplication (BWAdditions)
-+ (BOOL)isOnLeopard;
++ (BOOL)bwIsOnLeopard;
@end
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h
index 9f815c1f..06a0bc25 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSColor+BWAdditions.h
@@ -11,6 +11,6 @@
@interface NSColor (BWAdditions)
// Use this method to draw 1 px wide lines independent of scale factor. Handy for resolution independent drawing. Still needs some work - there are issues with drawing at the edges of views.
-- (void)drawPixelThickLineAtPosition:(int)posInPixels withInset:(int)insetInPixels inRect:(NSRect)aRect inView:(NSView *)view horizontal:(BOOL)isHorizontal flip:(BOOL)shouldFlip;
+- (void)bwDrawPixelThickLineAtPosition:(int)posInPixels withInset:(int)insetInPixels inRect:(NSRect)aRect inView:(NSView *)view horizontal:(BOOL)isHorizontal flip:(BOOL)shouldFlip;
@end
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h
index af527dca..b876023e 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSImage+BWAdditions.h
@@ -11,9 +11,9 @@
@interface NSImage (BWAdditions)
// Draw a solid color over an image - taking into account alpha. Useful for coloring template images.
-- (NSImage *)tintedImageWithColor:(NSColor *)tint;
+- (NSImage *)bwTintedImageWithColor:(NSColor *)tint;
// Rotate an image 90 degrees clockwise or counterclockwise
-- (NSImage *)rotateImage90DegreesClockwise:(BOOL)clockwise;
+- (NSImage *)bwRotateImage90DegreesClockwise:(BOOL)clockwise;
@end
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h
index d8d65857..21a4c700 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSView+BWAdditions.h
@@ -10,6 +10,9 @@
@interface NSView (BWAdditions)
-- (void)bringToFront;
+- (void)bwBringToFront;
+
+// Returns animator proxy and calls setWantsLayer:NO on the view when the animation completes
+- (id)bwAnimator;
@end
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h
index c3523019..ed86396e 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Headers/NSWindow+BWAdditions.h
@@ -10,7 +10,7 @@
@interface NSWindow (BWAdditions)
-- (void)resizeToSize:(NSSize)newSize animate:(BOOL)animateFlag;
-- (BOOL)isTextured;
+- (void)bwResizeToSize:(NSSize)newSize animate:(BOOL)animateFlag;
+- (BOOL)bwIsTextured;
@end
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist
index 3629adf6..3f250ff7 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Info.plist
@@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>1.2.2</string>
+ <string>1.2.5</string>
<key>NSPrincipalClass</key>
<string>BWToolkit</string>
</dict>
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf
index 8fa50837..1b1e793b 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/License.rtf
@@ -1,12 +1,14 @@
-{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf430
-{\fonttbl\f0\fnil\fcharset0 Verdana;}
+{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250
+{\fonttbl\f0\fnil\fcharset0 Verdana;\f1\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;\red73\green73\blue73;}
-{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc2\leveljcn2\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid0\'02\'05.;}{\levelnumbers\'01;}}{\listname ;}\listid1}}
+{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}}
{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}}
\deftab720
\pard\pardeftab720\sl400\sa280\ql\qnatural
-\f0\fs24 \cf2 Copyright (c) 2009, Brandon Walkin\uc0\u8232 All rights reserved.\
+\f0\fs24 \cf2 Copyright (c) 2010, Brandon Walkin
+\f1 \uc0\u8232
+\f0 All rights reserved.\
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\
\pard\tx220\tx720\pardeftab720\li720\fi-720\sl400\sa20\ql\qnatural
\ls1\ilvl0\cf2 {\listtext \'95 }Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\
diff --git a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf
index aef23db2..b32304cb 100644
--- a/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf
+++ b/Frameworks/BWToolkitFramework.framework/Versions/A/Resources/Release Notes.rtf
@@ -1,28 +1,10 @@
-{\rtf1\ansi\ansicpg1252\cocoartf1027\cocoasubrtf100
+{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf250
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Monaco;}
{\colortbl;\red255\green255\blue255;\red100\green56\blue32;\red196\green26\blue22;}
{\*\listtable{\list\listtemplateid1\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid1}
{\list\listtemplateid2\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid2}
-{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3}
-{\list\listtemplateid4\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid4}
-{\list\listtemplateid5\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid401\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid5}
-{\list\listtemplateid6\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid501\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid6}
-{\list\listtemplateid7\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid601\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid602\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li1440\lin1440 }{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{hyphen\}}{\leveltext\leveltemplateid603\'01\uc0\u8259 ;}{\levelnumbers;}\fi-360\li2160\lin2160 }{\listname ;}\listid7}
-{\list\listtemplateid8\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid701\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid8}
-{\list\listtemplateid9\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid801\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid9}
-{\list\listtemplateid10\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid901\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid10}
-{\list\listtemplateid11\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1001\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid11}
-{\list\listtemplateid12\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1101\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid12}
-{\list\listtemplateid13\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid13}
-{\list\listtemplateid14\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1301\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid14}
-{\list\listtemplateid15\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1401\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid15}
-{\list\listtemplateid16\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1501\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid16}
-{\list\listtemplateid17\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1601\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid17}
-{\list\listtemplateid18\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1701\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid18}
-{\list\listtemplateid19\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1801\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid19}
-{\list\listtemplateid20\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid1901\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid20}
-{\list\listtemplateid21\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid2001\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid21}}
-{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}{\listoverride\listid5\listoverridecount0\ls5}{\listoverride\listid6\listoverridecount0\ls6}{\listoverride\listid7\listoverridecount0\ls7}{\listoverride\listid8\listoverridecount0\ls8}{\listoverride\listid9\listoverridecount0\ls9}{\listoverride\listid10\listoverridecount0\ls10}{\listoverride\listid11\listoverridecount0\ls11}{\listoverride\listid12\listoverridecount0\ls12}{\listoverride\listid13\listoverridecount0\ls13}{\listoverride\listid14\listoverridecount0\ls14}{\listoverride\listid15\listoverridecount0\ls15}{\listoverride\listid16\listoverridecount0\ls16}{\listoverride\listid17\listoverridecount0\ls17}{\listoverride\listid18\listoverridecount0\ls18}{\listoverride\listid19\listoverridecount0\ls19}{\listoverride\listid20\listoverridecount0\ls20}{\listoverride\listid21\listoverridecount0\ls21}}
+{\list\listtemplateid3\listhybrid{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace360\levelindent0{\*\levelmarker \{disc\}}{\leveltext\leveltemplateid201\'01\uc0\u8226 ;}{\levelnumbers;}\fi-360\li720\lin720 }{\listname ;}\listid3}}
+{\*\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}}
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\f0\b\fs54 \cf0 BWToolkit
@@ -33,9 +15,8 @@
\b \
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\b0\fs30 \cf0 Version 1.2.2\
-June 28, 2009\
-Brandon Walkin\
+\b0\fs30 \cf0 Version 1.2.5\
+January 20, 2010\
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
\fs32 \cf0 \
@@ -45,6 +26,8 @@ Brandon Walkin\
\b\fs36 \cf0 Installation
\b0\fs28 \
\
+Note: If you're building on 10.5, you'll need to build BWToolkit from source.\
+\
Step 1. Double click the BWToolkit.ibplugin file to load the plugin into Interface Builder\
\
Note: Interface Builder will reference this file rather than copy it to another location. Keep the .ibplugin file in a location where it won't be deleted.\
@@ -77,243 +60,6 @@ If you need to reference BWToolkit objects in your classes, you can import the m
\b0\fs28 \cf0 \
All source code is provided under the three clause BSD license. Attribution is appreciated but by no means required.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\fs32 \cf0 \
-\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b\fs36 \cf0 Contributing\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs28 \cf0 \
-Please email any patches to me at bwalkin@gmail.com.
-\b\fs36 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs32 \cf0 \
-\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b\fs36 \cf0 Compatibility\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs28 \cf0 \
-BWToolkit has been tested to work in IB 3.1.2 (677) and IB 3.2 (732).
-\b\fs36 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs32 \cf0 \
-\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b\fs36 \cf0 History\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs28 \cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 1.2.2 - June 28, 2009\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls4\ilvl0
-\b0 \cf0 {\listtext \'95 }Project now builds on Leopard and Snow Leopard without any modifications necessary (thanks Kevin Hiscott)\
-{\listtext \'95 }The "couldn't strip" warning on Leopard has been fixed\
-{\listtext \'95 }The ibtool error when using the Styled Text Field on Leopard has been fixed
-\b \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-1.2.1 - June 18, 2009\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls5\ilvl0
-\b0 \cf0 {\listtext \'95 }The gradient box, hyperlink button, and styled text field header files have been made public so they can be accessed from your classes.
-\b \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-1.2 - June 18, 2009\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls6\ilvl0
-\b0 \cf0 {\listtext \'95 }New Gradient Box with customizable border and inset lines\
-{\listtext \'95 }New Hyperlink Button that allows you to link text or images to URLs\
-{\listtext \'95 }New Styled Text Field that allows you to apply a gradient and a shadow to your text\
-{\listtext \'95 }Added support for Snow Leopard\
-{\listtext \'95 }The Anchored Button Bar can now live in the right-most split view pane. Just drag the bar in there and the resize handle will move over to the left side. \
-{\listtext \'95 }Rewrote Transparent Button and Transparent Pop-Up Button to support image alignment, text justification & truncation, and other standard cell functionality. A similar rewrite will be coming to the Anchored Button & Pop-Up Button soon.\
-{\listtext \'95 }Fixed an issue where some cells could "take over" other objects in your interface\
-{\listtext \'95 }Fixed an issue where some images in an Anchored Button & Pop-Up Button would draw upside-down\
-{\listtext \'95 }Sheet controller ivars can now be accessed and modified from outside the class\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\cf0 \'95 Fixed an issue where bottom bars would output warnings to the console\
- \'95 Fixed some memory leaks
-\b \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-1.1 - Feb 23, 2009\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls7\ilvl0
-\b0 \cf0 {\listtext \'95 }New BWSplitView with:\
-\pard\tx940\tx1440\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li1440\fi-1440\ql\qnatural\pardirnatural
-\ls7\ilvl1\cf0 {\listtext \uc0\u8259 }Customizable min and max sizes for subviews\
-{\listtext \uc0\u8259 }Ability to specify which subviews should and shouldn't resize through a control in the inspector (which just sets the subview's autoresizing mask)\
-{\listtext \uc0\u8259 }Collapsing functionality\
-\pard\tx1660\tx2160\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li2160\fi-2160\ql\qnatural\pardirnatural
-\ls7\ilvl2\cf0 {\listtext - }Double click divider to collapse\
-{\listtext - }Drag a divider past half of the subview's minimum width to collapse\
-{\listtext - }Animated collapse: hook a Toggle button up to the split view's toggleCollapse: action to collapse the subview configured as collapsible. The split view will synchronise its state with the button.\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls7\ilvl0\cf0 {\listtext \'95 }Removed all split view size constraint functionality from the anchored button bar since BWSplitView handles that now\
-{\listtext \'95 }Replaced the old colors and fonts icons with the new ones from iWork '09\
-{\listtext \'95 }Textured slider: fixed bug where certain areas on the slider weren't clickable, zoom buttons now send an action, and fine tuned mouse scrolling behavior (courtesy of Chris Liscio)\
-{\listtext \'95 }Selectable toolbar: fixed issue where a focus ring would stay visible on a tab change (courtesy of Duncan Wilcox)\
-{\listtext \'95 }Can now customize the font on BWTokenField in IB\
-{\listtext \'95 }Fixed various memory leaks\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 1.0.4 - Jan 20, 2009\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls8\ilvl0
-\b0 \cf0 {\listtext \'95 }Added ability to programmatically disable toolbar items in the selectable toolbar\
-{\listtext \'95 }Added a notification to the selectable toolbar that gets sent whenever a toolbar item has been clicked (see header for details)\
-{\listtext \'95 }Added main header file for easy importing\
-{\listtext \'95 }Fixed issue where the BWToolbarItem inspector wouldn't be updated with the item identifier
-\b \
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls9\ilvl0
-\b0 \cf0 {\listtext \'95 }There's been an API change in BWSheetController. The delegate method now gets passed the button that initiated the sheet close. This is helpful because in the event that there are multiple buttons hooked up to the messageDelegateAndCloseSheet: method, you can distinguish which button called the method and behave accordingly.\
-{\listtext \'95 }Fixed disabled appearance for BWAnchoredPopUpButton\
-{\listtext \'95 }Fixed a bug where a sheet not using BWSheetController could be moved around by its bottom bar\
-{\listtext \'95 }Fixed toolbar item memory leaks
-\b \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-1.0.3 - Dec 18, 2008\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls10\ilvl0
-\b0 \cf0 {\listtext \'95 }64-bit support (courtesy of Rob Rix)\
-{\listtext \'95 }Added disabled appearance and scroll wheel support to BWTexturedSlider\
-{\listtext \'95 }The selectable toolbar panes are now keyboard accessible\
-{\listtext \'95 }Anchored button bar now lets you provide your own delegate implementations for the split view (see the header for details)\
-{\listtext \'95 }Nearly all the headers have been made public\
-{\listtext \'95 }Fixed memory leaks\
-{\listtext \'95 }Minor bug fixes\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 \
-1.0.2 - Nov 19, 2008
-\b0 \
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls11\ilvl0\cf0 {\listtext \'95 }Added a toolbar item with a customizable item identifier\
-{\listtext \'95 }New methods in the BWSelectableToolbar header for programmatically setting the selected toolbar item\
-{\listtext \'95 }Reduced the file size of the framework by 40%\
-{\listtext \'95 }Made the headers for BWSelectableToolbar and BWSplitView public\
-{\listtext \'95 }Fixed a serious bug where IB would crash whenever a window that contained a selectable toolbar had certain properties modified (like whether it had a unified toolbar or could resize)\
-{\listtext \'95 }Fixed bug where if a window in IB with a bottom bar was closed and then opened, its bottom bar would disappear\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 \
-1.0.1 - Nov 14, 2008
-\b0 \
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls12\ilvl0\cf0 {\listtext \'95 }Added Garbage Collection compatibility. Will now compile in GC supported and GC required apps.\
-{\listtext \'95 }Minor bug fix\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 \
-1.0 - Nov 13, 2008
-\b0 \
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls13\ilvl0\cf0 {\listtext \'95
-\fs32 }
-\fs28 Initial Release
-\fs32 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b\fs36 \cf0 Known Issues\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs28 \cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 General\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls14\ilvl0
-\b0 \cf0 {\listtext \'95 }When you build your project, you may get a warning that says "Could not find object file...". It's harmless and you can ignore it. A fix is being worked on for a future release.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 Selectable Toolbar\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls15\ilvl0
-\b0 \cf0 {\listtext \'95 }If your IB version is greater than 3.1.1 (672): Simulating is not supported for any document that has a selectable toolbar in it. The toolbar will not be able to save correctly and will be unusable. You will have to quit Interface Builder and restore to a previous version of the nib. Version control is highly recommended. You
-\b must
-\b0 back up your document on a consistent basis if you want to use this toolbar.\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls16\ilvl0\cf0 {\listtext \'95 }Interface Builder currently has a bug where a toolbar won't remember any changes to its configuration since an item was added to it. If you take a standard toolbar, rearrange some items in it or remove a few items, it will not remember that configuration when you save the document. To work around this problem, remove an item from the toolbar and add it back before you save the document.\
-{\listtext \'95 }Undo is not yet supported for active tab switching.\
-{\listtext \'95 }If you want your window with a selectable toolbar to have a bottom bar, drag the bottom bar item to the window like you would normally, but repeat this for each tab in the window.\
-{\listtext \'95 }When you re-order the items in the toolbar you'll have to reselect the toolbar for the "Active Tab" pop-up menu to reflect the new order.\
-{\listtext \'95 }Make sure, in the outline view, not to double click an item in one of the views in the window that is not nested in the window's current content view. Doing so will cause IB to crash. Instead, switch to the tab with the item, then double click it.\
-{\listtext \'95 }Use no more than one selectable toolbar per NIB/XIB. And no more than one document with a selectable toolbar should be open in IB at any particular time.\
-{\listtext \'95 }Removing the separator, space, or flexible space from the toolbar's allowed items will remove all items from the toolbar.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 Split View\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls17\ilvl0
-\b0 \cf0 {\listtext \'95 }Split view attributes are not yet saved through the autosave name.\
-{\listtext \'95 }The toggle action can't uncollapse a subview that's been collapsed manually by dragging the divider.\
-{\listtext \'95 }For collapsing using the toggle action, there should only be 1 resizable subview in the split view other than the collapsible view (which can be either resizable or non-resizable).\
-{\listtext \'95 }Undo isn't fully supported.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 Bottom Bars\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls18\ilvl0
-\b0 \cf0 {\listtext \'95 }When using the drag handles to resize certain controls positioned on a bottom bar, the window will take the click and will move while the control stays stationary. As a workaround, try holding the Control key while resizing the control. If that fails, resize it in the inspector.\
-{\listtext \'95 }Bottom bars must be added to the window's content view rather than any subview.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 Anchored Button Bar\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls19\ilvl0
-\b0 \cf0 {\listtext \'95 }The inspector doesn't update when an undo action is called on a mode change. Just select the mode you want to use in the inspector.\
-{\listtext \'95 }The bar should have a slightly shorter height in the third mode.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 Anchored Pop Up Button\
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls20\ilvl0
-\b0 \cf0 {\listtext \'95 }Only the Pull Down type is available at the moment.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-\cf0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b \cf0 Transparent Scroll View
-\b0 \
-\pard\tx220\tx720\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\li720\fi-720\ql\qnatural\pardirnatural
-\ls21\ilvl0\cf0 {\listtext \'95 }Horizontal scrolling is not yet supported.\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\fs32 \cf0 \
\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b\fs36 \cf0 Acknowledgements\
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural
-
-\b0\fs28 \cf0 \
-Thanks to Fraser Kuyvenhoven, Ali Lalani, Brent Gulanowski, and Jonathan Hess for giving me some assistance with this project.\
} \ No newline at end of file