Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 1 | -1/+1 |
| | | | | | | * [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). | ||||
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 1 | -3/+4 |
| | | | | | * (Also changed some outdated URLs) * Replaced [NSApplication sharedApplication] with NSApp | ||||
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
| | |||||
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Fix more warnings. | stuconnolly | 2013-02-02 | 1 | -1/+1 |
| | |||||
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -2/+0 |
| | |||||
* | - Add final versions of the new icon designed by Kenichi Yoshida (with many ↵ | rowanbeentje | 2012-12-12 | 1 | -1/+1 |
| | | | | | | | | | thanks to Panic, Inc), recompressed for smaller file size and 10.5 compatibility - Add document icons to match - Amend the Info.plist to fix Sequel Pro being able to edit old .spf files etc - Add .mysql file support (Issue #1366) | ||||
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -2/+2 |
| | |||||
* | Move the BASH command code from the string additions category to remove the ↵ | stuconnolly | 2012-05-07 | 1 | -0/+340 |
dependency on SP specific code and all the tests to build successfully. |