aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldEditorController.m
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-7/+3
|\
| * merge some smaller classes (part of #2789)Max2018-01-201-7/+3
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-10/+20
|/
* Update source code compatibilityMax2017-03-311-7/+0
* Fix an erroneous if condition (#2688)Max2017-02-121-1/+1
* Merge branch 'master' of https://github.com/sequelpro/sequelproMax Lohrmann2017-02-121-0/+1
|\
| * Fix a minor memory leakMax2017-02-121-0/+1
* | * Add a JSON formatterMax Lohrmann2017-02-121-3/+23
|/
* Fix display of column type in FieldEditorController for JSON type (part of #2...Max2017-02-091-1/+2
* Fix an issue on 10.7+ introduced in ce33534Max2015-07-121-3/+0
* Disable "smart" substitutions for field editor sheet (fixes #2154)Max2015-06-231-0/+3
* Use find bar in field editor on 10.7+Max2015-06-191-3/+19
* Fix octal formatting by Andreas BeierAbhi Beckert2015-05-161-3/+3
* Replaced some magic numbers with an enumMax2015-04-021-16/+22
* Converted some setters to equivalent @propertysMax2015-04-021-40/+4
* Remove a hack to support QuickLook on 10.5Max2015-04-021-104/+29
* Addition to commit 2735e15bMax2015-01-041-8/+6
* Formalize [x release], x = nil; conventionMax2015-01-041-1/+1
* Replace some NSDictionaries with literalsMax2014-12-131-1/+1
* Change [NSArray arrayWithObject:] to @[] literalMax2014-12-131-2/+1
* Add a hidden preference to control the size of the UI's monospaced font.Stuart Connolly2014-05-261-2/+4
* Specify clang, not GCC.Stuart Connolly2014-01-261-5/+0
* 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 remaining deprecation warnings.Stuart Connolly2014-01-171-13/+11
* Add an option to display binary data as hex, while displaying it in blue to d...Stuart Connolly2014-01-141-45/+74
* - Address further Release/Distribution build warningsrowanbeentje2013-05-221-28/+28
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-6/+6
* 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