| Commit message (Expand) | Author | Age | Files | Lines |
* | - Correctly draw/update the selection highlight within the SPTextView used i... | rowanbeentje | 2012-12-23 | 1 | -0/+23 |
* | - Tweak SPTextView background drawing, moving custom drawing into a differen... | rowanbeentje | 2012-12-19 | 1 | -4/+2 |
* | - Fix position of the autocomplete popup when the popup is just before a lin... | rowanbeentje | 2012-08-21 | 1 | -25/+29 |
* | - Fix custom selection colours using a translucent colour being blended thro... | rowanbeentje | 2012-07-30 | 1 | -14/+53 |
* | - Remove the last BWToolKit view items from the main nib (DBView) by redesig... | rowanbeentje | 2012-07-29 | 1 | -3/+4 |
* | Change Sequel Pro's license from GPL (version 2) to MIT. | stuconnolly | 2012-07-25 | 1 | -11/+21 |
* | Merged SP r3710 with Coda | sqlprodev | 2012-07-05 | 1 | -1/+1 |
* | Move the BASH command code from the string additions category to remove the d... | stuconnolly | 2012-05-07 | 1 | -2/+4 |
* | #ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds | sqlprodev | 2012-03-29 | 1 | -0/+4 |
* | - 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 | -0/+5 |
* | Missing from previous commit. | stuconnolly | 2012-03-17 | 1 | -3/+4 |
* | Merge in the SPMySQL Framework. This new framework should provide much of th... | rowanbeentje | 2012-03-17 | 1 | -6/+8 |
|\ |
|
| * | Final feature work on the SPMySQL branch before merging: | rowanbeentje | 2012-03-14 | 1 | -5/+6 |
| * | Warning: this branch commit is largely untested, and known to throw exception... | rowanbeentje | 2012-02-23 | 1 | -1/+2 |
* | | * Moves the background color code for SPTextView into the class. Fixes #1073 | dmoagx | 2012-03-16 | 1 | -2/+6 |
|/ |
|
* | • removed for syntax hiliting "ensureLayoutForCharacterRange" since it can ... | Bibiko | 2012-01-08 | 1 | -4/+0 |
* | • removed setting of textColor after syntax hiliting | Bibiko | 2012-01-05 | 1 | -11/+0 |
* | • removed blocking of SPTextView textStorage while syntax hiliting | Bibiko | 2012-01-05 | 1 | -2/+2 |
* | • fixed issue for line numbering view if associated textView is scrolled fr... | Bibiko | 2012-01-05 | 1 | -15/+36 |
* | Tidy up console/query controller. | stuconnolly | 2011-09-03 | 1 | -0/+1 |
* | Small tidy up. | stuconnolly | 2011-07-31 | 1 | -2/+2 |
* | - Prevent error bell when using the enter key to initiate a connection when ... | rowanbeentje | 2011-07-27 | 1 | -0/+6 |
* | merging SP_REFACTOR branch with trunk | sqlprodev | 2011-05-19 | 1 | -3/+15 |
* | Small tidy up, mainly the addition of constants. | stuconnolly | 2011-05-05 | 1 | -2/+2 |
* | Fixes source text encoding problems accidentally introduced in r3273 | sqlprodev | 2011-04-14 | 1 | -25/+25 |
* | Fixes source text encoding problems accidentally introduced in r3273 | sqlprodev | 2011-04-14 | 1 | -28/+28 |
* | SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread... | sqlprodev | 2011-04-14 | 1 | -5/+5 |
* | Make some minor changes after reviewing r3271: | rowanbeentje | 2011-04-14 | 1 | -4/+4 |
* | initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U... | sqlprodev | 2011-04-11 | 1 | -15/+137 |
* | - Fix more warnings | rowanbeentje | 2011-03-14 | 1 | -45/+52 |
* | Fix more warnings. | stuconnolly | 2011-03-13 | 1 | -2/+4 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -1/+2 |
* | fixed compiler warnings | sqlprodev | 2011-03-01 | 1 | -2/+0 |
* | • further speed optimisations for SQL syntax highlighting | Bibiko | 2011-02-03 | 1 | -23/+21 |
* | • forgotten to apply a change of a NoodleLineNumber method | Bibiko | 2011-02-02 | 1 | -1/+1 |
* | • removed keyboard short-cut ?\008^C for "Copy as RTF" since it's not a fre... | Bibiko | 2011-02-02 | 1 | -8/+1 |
* | • some minor code cleaning and improvements | Bibiko | 2011-01-24 | 1 | -19/+35 |
* | • removed temporary method getRangeForCurrentWordForCompletion | Bibiko | 2011-01-21 | 1 | -1/+1 |
* | • sped up getRangeForCurrentWord | Bibiko | 2011-01-21 | 1 | -2/+2 |
* | • fixed completion issue via alias names | Bibiko | 2011-01-21 | 1 | -1/+5 |
* | • implemented user-definable Soft Indention | Bibiko | 2011-01-21 | 1 | -22/+111 |
* | • invoke auto-completion only if the length of the pending edits is 1 (user... | Bibiko | 2011-01-19 | 1 | -1/+1 |
* | • improved caret positioning for ordering out any kind of tooltip windows e... | Bibiko | 2011-01-19 | 1 | -12/+7 |
* | • fixed issue to highlight the correct current query after undoing, i.e. do... | Bibiko | 2011-01-14 | 1 | -0/+3 |
* | • disabled in [SPTextView boundsDidChangeNotification] the view update to a... | Bibiko | 2011-01-10 | 1 | -2/+2 |
* | • trial to fix boundsDidChangeNotification for logs 1894, 1900, 1901 | Bibiko | 2011-01-06 | 1 | -4/+4 |
* | • some minor code cleaning | Bibiko | 2011-01-05 | 1 | -3/+1 |
* | • enabled Bundle main menu | Bibiko | 2011-01-05 | 1 | -0/+2 |
* | * Recognize "performance_schema" as system DB (added in 5.5) | dmoagx | 2010-12-18 | 1 | -1/+7 |