aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPStringAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* Fix: "Custom filename" in export dialog would accept multi line text (#2325)Max2015-11-131-0/+38
* Improve the search method in "Go To Database" to sort results in a more relev...Max2015-09-261-2/+32
* Replace some malloc(a*b) with the safer calloc(a,b) variantMax2015-06-301-1/+2
* The export code caused an exception when no database was selected but the fil...Max2015-06-161-0/+14
* Minimal refactoringMax2015-03-091-5/+5
* Added an internal algorithm for fuzzy string matchingMax2015-03-071-11/+90
* Fix memory leaks.Stuart Connolly2014-01-291-1/+5
* 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
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-1/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
* Improve formatting of SQL keywords in view syntax prettifier and add an assoc...stuconnolly2012-05-081-13/+19
* UUID string test.stuconnolly2012-05-071-1/+1
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-387/+98
* 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 more compiler warningsrowanbeentje2011-03-041-3/+3
* Fix more compiler warnings.stuconnolly2011-03-031-0/+15
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-12/+11
* fixed compiler warningssqlprodev2011-03-011-0/+1
* • fixed issue form redirecting output actions via exit codes if Bundle's de...Bibiko2010-12-211-3/+3
* • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-11/+11
* • Bundle command supportBibiko2010-12-101-1/+1
* • Bundle CommandsBibiko2010-12-091-0/+3
* • Bundle Editor: removed unnecessary tooltip; replace menu item title 'Save...Bibiko2010-12-081-2/+2
* • Bundle commandsBibiko2010-12-081-4/+14
* • Bundle commandsBibiko2010-12-081-29/+50
* • added SP_APP_RESOURCES_DIRECTORY as shell variableBibiko2010-12-071-0/+1
* • Bundle command supportBibiko2010-12-071-0/+2
* • finished implementation of SPChooseMenuItemDialogBibiko2010-12-061-16/+34
* • forgotten to rename method signatureBibiko2010-12-021-1/+1
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-11/+10
* • Bundle commandsBibiko2010-11-291-1/+34
* • Bundle Command supportBibiko2010-11-261-0/+2
* • added method 'rot13' to NSStringBibiko2010-11-251-0/+35
* • Bundle EditorBibiko2010-11-231-1/+1
* • renamed some shell variables for Bundle commandsBibiko2010-11-221-4/+4
* • run a normal bash script without #! first line as /bin/sh file whereby st...Bibiko2010-11-211-5/+12
* • added line numbering and current line highlighting to Bundle Editor's com...Bibiko2010-11-211-4/+5
* • bash command which runs as NSTask will write STDOUT automatically to a te...Bibiko2010-11-211-21/+36
* • further work on Bundle EditorBibiko2010-11-181-18/+16
* • Bundle supportBibiko2010-11-161-6/+15
* • Bundle supportBibiko2010-11-161-4/+60
* • added to Bundle shell command these variables:Bibiko2010-11-111-1/+2
* • some improvements for sequelpro://process_id/command/param1/param2 url sc...Bibiko2010-11-111-1/+10
* • added to SPStringAddition the method runBashCommandWithEnvironment:atCurr...Bibiko2010-11-091-0/+104
* • improved the TableStructure handling of GEOMETRY fields and their validat...Bibiko2010-10-251-1/+1
* • 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/+27
* Remove 10.4 related code and associated macros.stuconnolly2010-09-261-40/+6