| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refined the look of $(see last commit) on systems < 10.10 a bit | Max | 2015-02-15 | 1 | -0/+42 |
* | Fix compiler compatibility issue with older Xcode versions | Max | 2015-02-15 | 2 | -5/+6 |
* | Fix compile error on older SDKs | Max | 2015-02-15 | 1 | -3/+3 |
* | Add basic color highlighting in favorites list | Max | 2015-02-15 | 3 | -0/+55 |
* | Change look of the favorite color picker on 10.9+ | Max | 2015-02-14 | 2 | -68/+75 |
* | Move some duplicate code into a new class | Max | 2015-02-14 | 7 | -15/+156 |
* | Fix one case of "SSH input fields cut off" | Max | 2015-02-08 | 1 | -0/+6 |
* | Fix some minor compiler warnings | Max | 2015-02-03 | 6 | -4/+50 |
* | Rename utf8 and utf8mb4 | Max | 2015-02-01 | 1 | -6/+9 |
* | Change lexer definition of high bytes. | Max | 2015-02-01 | 2 | -4/+4 |
* | Update lexer to reflect that backticks can actually escape themselves (won't ... | Max | 2015-02-01 | 2 | -2/+2 |
* | Simplify catchall lexer rule | Max | 2015-02-01 | 1 | -2/+1 |
* | Fix syntax highlighting for emoji et al. #2044 | Max | 2015-01-28 | 1 | -7/+38 |
* | Move some duplicate code into it's own file | Max | 2015-01-27 | 4 | -110/+132 |
* | Merge pull request #2053 from chn42/master | Max Lohrmann | 2015-01-13 | 1 | -3/+3 |
|\ |
|
| * | Fix an issue with ssh -L forwarding (: is the correct separator) | Christoph Neukirch | 2015-01-13 | 1 | -3/+3 |
* | | Change the way the NSOpenPanel is handled when selecting an SSH key to addres... | Max Lohrmann | 2015-01-13 | 1 | -6/+14 |
|/ |
|
* | Fix an issue where a KV Observer was not removed on dealloc resulting in KVO ... | Max | 2015-01-11 | 1 | -0/+1 |
* | Fix a compiler warning | Max | 2015-01-10 | 1 | -3/+3 |
* | Somehow a "}" got dropped in 56949ac7 | Max | 2015-01-10 | 1 | -0/+1 |
* | Unescape escaped mirrored snippets in query fav. | Max | 2015-01-09 | 1 | -14/+16 |
* | Fix some warnings | Max | 2015-01-07 | 3 | -7/+12 |
* | Addition to previous commit. Attention: | Max | 2015-01-06 | 1 | -122/+123 |
* | Change some code formatting | Max | 2015-01-06 | 3 | -98/+108 |
* | Minor internal changes | Max | 2015-01-06 | 6 | -17/+20 |
* | Addition to commit 2735e15b | Max | 2015-01-04 | 35 | -249/+223 |
* | Replace some "magic numbers" with constants | Max | 2015-01-04 | 3 | -8/+16 |
* | Formalize [x release], x = nil; convention | Max | 2015-01-04 | 61 | -322/+333 |
* | Fix minor UI issue | Max | 2015-01-03 | 1 | -0/+1 |
* | Some internal addtions for mysql event support | Max | 2015-01-02 | 5 | -26/+32 |
* | * Fix broken import on 10.6… | Max | 2015-01-02 | 1 | -1/+6 |
* | Change how Growl status is displayed in prefs | Max | 2014-12-31 | 2 | -9/+75 |
* | Remove some duplicate code by adding abstraction | Max | 2014-12-31 | 7 | -38/+28 |
* | Fix a minor case of "bg thread updating UI" | Max | 2014-12-30 | 1 | -1/+1 |
* | +[NSThread detachNewThreadWithName:…] changes | Max | 2014-12-30 | 1 | -4/+56 |
* | Fix two minor CSV import dialog issues | Max | 2014-12-26 | 1 | -22/+24 |
* | ************** IMPORTANT: SEE BELOW ************** | Max | 2014-12-26 | 2 | -112/+131 |
* | Add some more stub code | Max | 2014-12-23 | 3 | -1/+16 |
* | Fix two threading issues | Max | 2014-12-23 | 1 | -25/+29 |
* | Add code for utf8mb4 encoding | Max | 2014-12-19 | 2 | -19/+22 |
* | Roll some duplicate code into a loop | Max | 2014-12-14 | 1 | -59/+33 |
* | Fix an exception when opening Bundle Editor | Max | 2014-12-14 | 1 | -4/+3 |
* | Fix crash on export with "overwrite existing files" | Max | 2014-12-14 | 1 | -3/+10 |
* | Attempt 2 to fix building on 10.7, 10.8 | Max | 2014-12-13 | 5 | -18/+16 |
* | Attempt 1 to fix building on 10.7 | Max | 2014-12-13 | 2 | -0/+10 |
* | Fix issue #2040 | Max | 2014-12-13 | 1 | -0/+6 |
* | Replace some NSDictionaries with literals | Max | 2014-12-13 | 45 | -447/+419 |
* | Change [NSArray arrayWithObject:] to @[] literal | Max | 2014-12-13 | 25 | -61/+60 |
* | Add cast for [NSApp delegate] | Max | 2014-12-13 | 29 | -98/+106 |
* | Replace boxed integers in code with @ literals | Max | 2014-12-13 | 18 | -65/+65 |