aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/BWToolkitFramework.framework/BWSplitView.m
Commit message (Collapse)AuthorAgeFilesLines
* - Tweak table information panel to show scrollbars if it's resized to a ↵rowanbeentje2009-07-261-0/+6
| | | | | | | | 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
|
* - Changed the way the BWToolkit framework was included to allow ↵avenjamin2009-06-241-0/+1433
modifications to be made easily. - Fixed show/hide info pane toggle button image states to now show correctly