aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSplitView.m
Commit message (Expand)AuthorAgeFilesLines
* merge and restructure remaining smaller stuff in main project (part of #2789)Max2018-01-201-5/+1
* Replace some malloc(a*b) with the safer calloc(a,b) variantMax2015-06-301-5/+6
* Addition to commit 2735e15bMax2015-01-041-2/+2
* Formalize [x release], x = nil; conventionMax2015-01-041-8/+8
* Change some split view width calculations.Max2014-11-291-5/+28
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-2/+2
* Fix more warnings.stuconnolly2013-01-241-1/+1
* Fix warnings due to not conforming to 10.6 protocols.stuconnolly2013-01-241-1/+3
* - Fix the SPSplitView helper to correctly restore focus to focussed responde...rowanbeentje2012-08-301-1/+1
* - Tweak SPSplitView to support autosave names, extending the default autosav...rowanbeentje2012-08-151-0/+49
* - Remove all BWToolKit elements in the connection view, replacing with stand...rowanbeentje2012-08-011-5/+11
* - Tweak SPSplitView to no longer treat non-resizable split view children as ...rowanbeentje2012-07-301-44/+20
* - Replace the collapsible BWSplitView on the Query pane with a SPSplitView c...rowanbeentje2012-07-261-9/+19
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-1/+1
* - Replace the main split view in the main view with a SPSplitView, replacing...rowanbeentje2012-07-241-2/+11
* - Attempt to address startup exceptions on 10.5 by fixing NSSplitView awakeF...rowanbeentje2012-07-231-1/+3
* - Add a new SPSplitView class, intended to replace all BWSplitViews and so a...rowanbeentje2012-07-231-0/+1094