aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPStringAdditions.h
Commit message (Expand)AuthorAgeFilesLines
* Fix: "Custom filename" in export dialog would accept multi line text (#2325)Max2015-11-131-0/+7
* Improve the search method in "Go To Database" to sort results in a more relev...Max2015-09-261-0/+4
* Add the possibility to search for whole words in "Goto Database"Max2015-07-051-2/+2
* The export code caused an exception when no database was selected but the fil...Max2015-06-161-0/+14
* Added an internal algorithm for fuzzy string matchingMax2015-03-071-0/+19
* 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
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-14/+8
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-0/+2
* Fix more compiler warnings, including a few bugsrowanbeentje2011-03-071-1/+1
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-2/+2
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-1/+1
* • Bundle commandsBibiko2010-11-291-0/+1
* • added method 'rot13' to NSStringBibiko2010-11-251-0/+2
* • added to SPStringAddition the method runBashCommandWithEnvironment:atCurr...Bibiko2010-11-091-0/+2
* Tidy up.stuconnolly2010-10-191-5/+6
* • fixed issue of unnecessary string escaping for importing spatial data via...Bibiko2010-10-101-1/+1
* • enabled SRID editing of spatial fields via WKT stringBibiko2010-10-091-0/+2
* Remove 10.4 related code and associated macros.stuconnolly2010-09-261-4/+0
* • further progress to support "Save Session" (all opened windows plus inclu...Bibiko2010-06-241-0/+1
* Merge export redesign branch back into trunk.stuconnolly2010-05-241-2/+3
* More tidy up. Constants and functions.stuconnolly2010-03-311-0/+16
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-3/+3
* - Use long longs instead of ints when looking at table sizes, free space, an...rowanbeentje2009-09-011-1/+1
* User Manager featuremltownsend2009-08-111-0/+2
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-12/+0
* • added levenshteinDistanceOfWord: to SPStringAdditionsBibiko2009-07-131-2/+4
* Improve custom query timing and display:rowanbeentje2009-06-271-1/+1
* • queryString: code cleaning and processing each encoding equallyBibiko2009-06-191-0/+11
* • introduced inline function NSStringUTF8String() to SPStringAdditions.hBibiko2009-06-181-0/+14
* • some tiny improvements to speed up queryString:Bibiko2009-06-181-1/+1
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+3
* fixed #254 and an unreported bug in the constraint parsermtvee2009-05-151-0/+3
* • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ...Bibiko2009-04-231-0/+1
* - Add a new "gear" action menu underneath the custom query view, including a...rowanbeentje2009-04-021-0/+1
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-0/+2
* SPSQLParser changes:rowanbeentje2009-03-191-0/+1
* Implemented method: componentsSeparatedByCharactersInSet. to be compatible wi...avenjamin2009-02-281-0/+4
* Separate out the creation of a human readable string from the number of bytes...stuconnolly2009-01-281-0/+29