aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindowManagement.m
Commit message (Collapse)AuthorAgeFilesLines
* Merge SPAppController (part of #2789)Max2018-01-201-182/+0
|
* * Change window creation to use a create-and-get model instead of ↵Max2015-11-051-16/+40
| | | | | | | create-then-get as that did cause problems on 10.11 in some cases (#2294) * Split a huuuuge method into many smaller methods * Updated some code to use methods that are already there
* Replace some NSDictionaries with literalsMax2014-12-131-7/+7
| | | | | | * [NSDictionary dictionary] → @{} * [NSDictionary dictionaryWithObject:forKey:] can safely be replaced. object==nil would have already thrown a NPE in the past. * Also replaced some (hopefully safe) NSArray initializers (ie. their objects should always exist).
* Reformatting code for modern ObjCMax2014-12-131-6/+6
| | | | | Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals. Also replaced some TRUE/FALSE with their YES/NO counterparts.
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-2/+2
|
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-071-0/+160