Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge and restructure remaining smaller stuff in main project (part of #2789) | Max | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -4/+3 |
| | | | | | | * [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). | ||||
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 1 | -1/+1 |
| | | | | Note: [NSArray arrayWithObjects:...,nil] is left unchanged as that could possibly cause a NPE if converted to @[] | ||||
* | Reformatting code for modern ObjC | Max | 2014-12-13 | 1 | -6/+6 |
| | | | | | Replaced all [NSNumber numberWithBool:YES/NO] with the @YES/@NO literals. Also replaced some TRUE/FALSE with their YES/NO counterparts. | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -1/+0 |
| | |||||
* | Tidy up. | stuconnolly | 2012-04-01 | 1 | -1/+2 |
| | |||||
* | - Fix more warnings | rowanbeentje | 2011-03-14 | 1 | -3/+3 |
| | |||||
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -2/+2 |
| | |||||
* | • fixed NSLocalizedString error while compiling (genstring) in ↵ | Bibiko | 2011-01-19 | 1 | -4/+10 |
| | | | | | | MGTemplateEngine.m - comment shouldn't be nil | ||||
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for ↵ | rowanbeentje | 2010-01-09 | 1 | -9/+9 |
| | | | | | | | release builds, including a large number of 64bit compatibility upgrades and tweaks - Upgrade RegexKitLite to 3.3 | ||||
* | Added printing support via WebKit WebView | bamse16 | 2009-04-11 | 1 | -0/+673 |