| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | Following a manual code review, fix some local variables overriding global va... | rowanbeentje | 2010-03-15 | 1 | -1/+2 |
* | removed/refactored three instances of calling a method of untyped (id) objects | Bibiko | 2010-01-09 | 1 | -1/+1 |
* | - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re... | rowanbeentje | 2010-01-09 | 1 | -9/+9 |
* | - Fix saving of files or images added to the SPFieldEditor | rowanbeentje | 2009-12-04 | 1 | -2/+2 |
* | • remember the spell checker status in the blob field editor | Bibiko | 2009-11-19 | 1 | -1/+6 |
* | Updates to the 'use monospaced font' preference, making it a lot more consist... | stuconnolly | 2009-11-14 | 1 | -12/+9 |
* | Tidy up. | stuconnolly | 2009-11-07 | 1 | -2/+0 |
* | Replace the use of hard coded preference keys with constants to prevent issue... | stuconnolly | 2009-10-17 | 1 | -8/+9 |
* | • fixed three further typos for: objectForKey:@"NullValue" | Bibiko | 2009-10-16 | 1 | -4/+6 |
* | • marked 'sequel-pro-print-template.html' as localizable | Bibiko | 2009-09-27 | 1 | -6/+31 |