aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPColorAdditions.m
Commit message (Collapse)AuthorAgeFilesLines
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-15/+21
|
* Warning: this branch commit is largely untested, and known to throw ↵rowanbeentje2012-02-231-3/+3
| | | | | | | | | | | | exceptions as database structure retrieval is currently missing! Further work on SPMySQLFramework integration: - Improve SPMySQL framework build settings including correct ppc builds and a Distribution configuration for the build distributions to match - Add new convenience querying and result methods to the framework - Amend Sequel Pro source to use the new SPMySQL.framework methods everywhere, replacing MCPKit methods where they differ and improving some functions - Remove MCPKit from the source - Fix a number of warnings on Release-style builds
* - Fix more compiler warningsrowanbeentje2011-03-151-3/+3
| | | | | - Tweak README
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-1/+0
|
* • added chance to export/import the color theme of the Query Editor in ↵Bibiko2010-08-161-0/+93
Prefs > Editor > Gear menu as normal plist file - file extension is spTheme - can also import TextMate theme tmTheme files directly • added the chance to set the selection color in the Query Editor • fixed code for setting the insertion point color • changed the way how the query highlight color will be drawn - now it also supports colors with an alpha value