aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCopyTable.m
Commit message (Expand)AuthorAgeFilesLines
* Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-235/+240
* Small changes to PR #2807 and surrounding codeMax Lohrmann2017-05-301-9/+23
* Add capability export and copy blobs as hex, if "Display Binary Data as Hex" ...Michael Heins2017-05-301-1/+6
* Replace some legacy NSIndexSet enumeration with 10.6+ style -enumerateIndexes...Max Lohrmann2017-03-121-47/+22
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-6/+15
* Replace some malloc(a*b) with the safer calloc(a,b) variantMax2015-06-301-6/+7
* Fix a popular exception when a user tried to edit a field with a lost connect...Max2015-06-121-2/+3
* Minor internal changesMax2015-01-061-10/+9
* Addition to commit 2735e15bMax2015-01-041-2/+2
* Formalize [x release], x = nil; conventionMax2015-01-041-5/+5
* Replace some NSDictionaries with literalsMax2014-12-131-4/+4
* Add cast for [NSApp delegate]Max2014-12-131-6/+6
* Add a safety check within [SPCopyTable shouldUseFieldEditorForRow:column:] fo...rowanbeentje2014-06-161-2/+20
* 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
* Tidy up.Stuart Connolly2014-01-131-0/+2
* Rework table content and custom query data loading and storage for speed incr...rowanbeentje2013-08-131-2/+2
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-7/+7
* - Fix hangs when adding columns to large tables after the table has beeen vi...rowanbeentje2013-05-091-1/+5
* Fix remaining 10.6/7 build warnings.stuconnolly2013-02-171-2/+3
* Fix more warnings.stuconnolly2013-02-171-1/+1
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-14/+8
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-26/+26
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-2/+2
* Fix more warnings.stuconnolly2013-01-251-37/+38
* - Rearrange some menu shortcuts: ⌘F is now used on the Content tab to set ...rowanbeentje2012-12-171-7/+0
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+23
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-9/+10
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+4
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+34
* - Fix incorrect Copy as SQL INSERT processing leaving out commas; this addre...rowanbeentje2012-03-191-16/+13
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-20/+16
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-21/+21
* - Expicitly cast parameters before passing into NSString formatters assuming...rowanbeentje2012-01-091-1/+1
* - Update code to use NSStrings for NSTableColumn identifiers, as per 10.7 SDKrowanbeentje2011-10-171-9/+9
* - Rework table data saving to ensure that cells that should be edited via th...rowanbeentje2011-10-051-0/+39
* Rework linebreak handling in content and custom query result views, as trigge...rowanbeentje2011-09-211-4/+31
* Small tidy up.stuconnolly2011-07-311-77/+66
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-10/+0
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-15/+56
* - Fix more compiler warningsrowanbeentje2011-03-151-18/+18
* Fix more compiler warnings.stuconnolly2011-03-141-0/+1
* fixed compiler warningssqlprodev2011-03-011-0/+1
* fixed compiler warningssqlprodev2011-03-011-3/+3
* fixed compiler warningssqlprodev2011-03-011-1/+0
* • bound showFilterTable to main menu's Edit > Find > Find… menu itemBibiko2011-01-191-0/+11
* • improved error handling while writing SP_BUNDLE_TABLE_META_DATA esp. whil...Bibiko2011-01-111-20/+22
* • disabled in [SPTextView boundsDidChangeNotification] the view update to a...Bibiko2011-01-101-0/+1
* • fixed bug for setting SP_BUNDLE_INPUT_TABLE_METADATA if user changed colu...Bibiko2011-01-091-2/+13