| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a hidden preference to control the size of the UI's monospaced font. | Stuart Connolly | 2014-05-26 | 1 | -2/+4 |
* | Specify clang, not GCC. | Stuart Connolly | 2014-01-26 | 1 | -5/+0 |
* | Update URL in source file header to point to GitHub. | Stuart Connolly | 2014-01-26 | 1 | -1/+1 |
* | Remove SVN property placeholder. | Stuart Connolly | 2014-01-26 | 1 | -2/+0 |
* | Fix remaining deprecation warnings. | Stuart Connolly | 2014-01-17 | 1 | -13/+11 |
* | Add an option to display binary data as hex, while displaying it in blue to d... | Stuart Connolly | 2014-01-14 | 1 | -45/+74 |
* | - Address further Release/Distribution build warnings | rowanbeentje | 2013-05-22 | 1 | -28/+28 |
* | - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab... | rowanbeentje | 2013-05-21 | 1 | -6/+6 |
* | Changing SP_REFACTOR macro to SP_CODA | sqlprodev | 2013-02-14 | 1 | -26/+26 |
* | Remove useless init and dealloc method comments and perform general tidy up. | stuconnolly | 2013-01-22 | 1 | -2/+3 |
* | - Add linebreak display in the database processes list, preventing display o... | rowanbeentje | 2012-08-06 | 1 | -2/+0 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -12/+21 |
* | Tweak edit sheet sizing. | stuconnolly | 2012-05-08 | 1 | -2/+2 |
* | Make sure we resize the table content's edit sheet if it's opened with a size... | stuconnolly | 2012-05-08 | 1 | -20/+25 |
* | - Rework edit sheet find/replace handling; instead of altering the main wind... | rowanbeentje | 2012-04-24 | 1 | -12/+5 |
* | - Clean up SPMySQL and QueryKit inclusion and search methods, which should f... | rowanbeentje | 2012-03-27 | 1 | -4/+0 |
* | tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTOR | sqlprodev | 2012-03-27 | 1 | -9/+17 |
* | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -3/+4 |
* | - Cleanup: improve compatibility with 10.7 SDK to reduce compiler warnings | rowanbeentje | 2012-02-08 | 1 | -14/+13 |
* | When editing a FLOAT field in the field editor, don't include the decimal pla... | stuconnolly | 2012-01-16 | 1 | -27/+64 |
* | - Lion compatibility improvement: add support for fullscreen windows, on the... | rowanbeentje | 2011-08-16 | 1 | -3/+6 |
* | merged latest SP_REFACTOR changes | sqlprodev | 2011-08-02 | 1 | -2/+8 |
* | * Small fix from last commit: Field Editor sheet could be resized too small | dmoagx | 2011-06-20 | 1 | -2/+2 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -2/+14 |
* | • improve BIT field type support | Bibiko | 2011-05-05 | 1 | -2/+2 |
* | Fix warnings and comments. | stuconnolly | 2011-04-29 | 1 | -1/+1 |
* | SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread... | sqlprodev | 2011-04-14 | 1 | -38/+7 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -9/+68 |
* | - Fix more warnings | rowanbeentje | 2011-03-14 | 1 | -39/+48 |
* | • fixed bug if user invokes Quicklook inside the OpenPanel of the Field Edi... | Bibiko | 2011-01-14 | 1 | -1/+4 |
* | • Bundle commands | Bibiko | 2010-12-09 | 1 | -0/+2 |
* | • minor code cleaning and comment stuff | Bibiko | 2010-11-02 | 1 | -207/+214 |
* | • Custom and Content table in-cell editing | Bibiko | 2010-10-30 | 1 | -2/+6 |
* | • enabled Find Panel inside Field Editor Sheet's textView | Bibiko | 2010-10-29 | 1 | -0/+9 |
* | • removed forgotten debug log | Bibiko | 2010-10-29 | 1 | -1/+0 |
* | • convert the Field Editor Sheet into a document-modal sheet, i.e. now the ... | Bibiko | 2010-10-29 | 1 | -134/+101 |
* | • Field Editor sheet | Bibiko | 2010-10-29 | 1 | -13/+35 |
* | - Split out all of SPExportController's delegate methods to their own category. | stuconnolly | 2010-10-24 | 1 | -4/+0 |
* | Tidy up. | stuconnolly | 2010-10-19 | 1 | -2/+2 |
* | Considering nearly every class uses constants, import it via the prefix header. | stuconnolly | 2010-10-19 | 1 | -1/+0 |
* | • fixed issue to show/hide the Quicklook GUI item in the Field Editor Sheet | Bibiko | 2010-10-16 | 1 | -1/+1 |
* | • improved field editor sheet to support geometry fields | Bibiko | 2010-10-09 | 1 | -16/+62 |
* | • added comments conforming to the new SP doc generator | Bibiko | 2010-09-16 | 1 | -34/+158 |
* | • BIT Field Sheet Editor now can handle NULL values | Bibiko | 2010-09-16 | 1 | -4/+61 |
* | • finished and enabled the new BIT field editor sheet | Bibiko | 2010-09-16 | 1 | -51/+141 |
* | • further progress on the BIT field sheet editor | Bibiko | 2010-09-15 | 1 | -20/+81 |
* | • some further bit field editing preparations | Bibiko | 2010-09-15 | 1 | -203/+288 |
* | Initial implementation of tabs: | rowanbeentje | 2010-05-23 | 1 | -2/+2 |
* | Review usage of notifications, afterDelay: and waitUntilDone:NO calls: | rowanbeentje | 2010-04-12 | 1 | -0/+1 |
* | General tidy up, with a focus on consolidating more constants in SPConstants.... | stuconnolly | 2010-03-24 | 1 | -0/+1 |