Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | - Replace the main split view in the main view with a SPSplitView, ↵ | rowanbeentje | 2012-07-24 | 1 | -2/+11 |
| | | | | | | | | | | replacing the anchored button bar and buttons with normal equivalents. - Make the main split view collapsbile to avoid resize issues with the filter box - Fix problems with additional drag handles in SPSplitView when one of the views was using flipped coordinates - Fix problems with manually dragged uncollapses in SPSplitView - Fix problems instantiating SPSplitView instances on 10.5 (with thanks to schlabberdog) | ||||
* | - Attempt to address startup exceptions on 10.5 by fixing NSSplitView ↵ | rowanbeentje | 2012-07-23 | 1 | -1/+3 |
| | | | | awakeFromNib checks | ||||
* | - Add a new SPSplitView class, intended to replace all BWSplitViews and so ↵ | rowanbeentje | 2012-07-23 | 1 | -0/+1094 |
allow us to remove BWToolKit. Supports constraints and animated collapsible subviews configured in code, fixes crashes and exceptions if a window is closed while animations are taking place or scheduled to take place. - Replace the two vertical splitters in the table list (the filter splitter, and the table info splitter) with SPSplitView implementations as a test - Add a helper method in the new SPDateAdditions |