aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.m
Commit message (Expand)AuthorAgeFilesLines
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-26/+26
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-2/+3
* - Add linebreak display in the database processes list, preventing display o...rowanbeentje2012-08-061-2/+0
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+21
* Tweak edit sheet sizing.stuconnolly2012-05-081-2/+2
* Make sure we resize the table content's edit sheet if it's opened with a size...stuconnolly2012-05-081-20/+25
* - Rework edit sheet find/replace handling; instead of altering the main wind...rowanbeentje2012-04-241-12/+5
* - 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-9/+17
* Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-3/+4
* - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warningsrowanbeentje2012-02-081-14/+13
* When editing a FLOAT field in the field editor, don't include the decimal pla...stuconnolly2012-01-161-27/+64
* - Lion compatibility improvement: add support for fullscreen windows, on the...rowanbeentje2011-08-161-3/+6
* merged latest SP_REFACTOR changessqlprodev2011-08-021-2/+8
* * Small fix from last commit: Field Editor sheet could be resized too smalldmoagx2011-06-201-2/+2
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-2/+14
* • improve BIT field type supportBibiko2011-05-051-2/+2
* Fix warnings and comments.stuconnolly2011-04-291-1/+1
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-38/+7
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-9/+68
* - Fix more warningsrowanbeentje2011-03-141-39/+48
* • fixed bug if user invokes Quicklook inside the OpenPanel of the Field Edi...Bibiko2011-01-141-1/+4
* • Bundle commandsBibiko2010-12-091-0/+2
* • minor code cleaning and comment stuffBibiko2010-11-021-207/+214
* • Custom and Content table in-cell editingBibiko2010-10-301-2/+6
* • enabled Find Panel inside Field Editor Sheet's textViewBibiko2010-10-291-0/+9
* • removed forgotten debug logBibiko2010-10-291-1/+0
* • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ...Bibiko2010-10-291-134/+101
* • Field Editor sheetBibiko2010-10-291-13/+35
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-4/+0
* Tidy up.stuconnolly2010-10-191-2/+2
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* • fixed issue to show/hide the Quicklook GUI item in the Field Editor SheetBibiko2010-10-161-1/+1
* • improved field editor sheet to support geometry fieldsBibiko2010-10-091-16/+62
* • added comments conforming to the new SP doc generatorBibiko2010-09-161-34/+158
* • BIT Field Sheet Editor now can handle NULL valuesBibiko2010-09-161-4/+61
* • finished and enabled the new BIT field editor sheetBibiko2010-09-161-51/+141
* • further progress on the BIT field sheet editorBibiko2010-09-151-20/+81
* • some further bit field editing preparationsBibiko2010-09-151-203/+288
* Initial implementation of tabs:rowanbeentje2010-05-231-2/+2
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-0/+1
* General tidy up, with a focus on consolidating more constants in SPConstants....stuconnolly2010-03-241-0/+1
* Following a manual code review, fix some local variables overriding global va...rowanbeentje2010-03-151-1/+2
* removed/refactored three instances of calling a method of untyped (id) objectsBibiko2010-01-091-1/+1
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-9/+9
* - Fix saving of files or images added to the SPFieldEditorrowanbeentje2009-12-041-2/+2
* • remember the spell checker status in the blob field editorBibiko2009-11-191-1/+6
* Updates to the 'use monospaced font' preference, making it a lot more consist...stuconnolly2009-11-141-12/+9
* Tidy up.stuconnolly2009-11-071-2/+0
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-8/+9