aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework
Commit message (Collapse)AuthorAgeFilesLines
* Add the BWToolkit.ibplugin to the Resources directory of ↵rowanbeentje2010-07-21200-0/+1428
| | | | | | | | | | BWToolkitFramework.framework - Removed via builds scripts, so not included in the final product - Allows loading .xibs using BWToolkit items without purposefully installing the .ibplugin beforehand - Allows us to update the .ibplugin as we update the framework versions, to keep them in sync Should allow people to load the Sequel Pro .xcodeproj and start building it more easily.
* Update to BWToolkit 1.2.5avenjamin2010-01-3012-275/+28
| | | | - Fixes issue where Database selector wasn't resizing to match Table list width.
* - Updating Growl to 1.2avenjamin2009-12-20336-30193/+44
| | | | | | | | - Updating BWToolkit to 1.2.2 - Changed BWToolkit from building it ourselves to just include the latest release of the framework - Changed build settings to build 32 and 64 universal binaries - Changed compiler to Clang
* - Tweak table information panel to show scrollbars if it's resized to a ↵rowanbeentje2009-07-262-0/+13
| | | | | | | | position that would hide content - Store collapse state of table information panel in preferences - Apply a double fix for BWSplitView/NSSplitView+BWAnchoredButtonBar not informing delegates of resizes - correctly inform original BWSplitView delegates of resizes, and allow BWAnchoredButtonBar registered delegates to recieve the original split view resize notifications. This fixes database menu resizing in synch with splitview resizing for improved/consistent look and feel.
* • fixed: suppress cursor appearance change (for resizing a BWSplitView) by ↵Bibiko2009-07-151-0/+1
| | | | setting invalidateCursorRectsForView after the end of an animation
* Fixed some BW leakbamse162009-07-061-2/+2
|
* Fixed some memory issues on BW frameworkbamse162009-06-301-0/+5
|
* - Make SSHQuestionDialog and printAccessory XIB's localizableavenjamin2009-06-291-2/+3
| | | | - Fix UI glitch where some BWAnchoredButtonCells would lose their image.
* - Fix issue with LHS action button would display its menu Small instead of ↵avenjamin2009-06-251-9/+9
| | | | | | Regular - BWAnchoredPopUpButtonCell was locking the size to Small - this has been commented out.
* - Changed the way the BWToolkit framework was included to allow ↵avenjamin2009-06-24333-3/+30140
| | | | | | modifications to be made easily. - Fixed show/hide info pane toggle button image states to now show correctly
* - Add BWToolkit Framework to allow for better control over some UI elementsavenjamin2009-06-23105-0/+1280
- Add TABLE INFORMATION toggle button - shows/hides pane - Used new UI elements in Copy Table Syntax HUD window - Misc other changes - NOTE: more splitview changes to be made