Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set line numbers to word-break: normal to fix #102 | Kornelius Kalnbach | 2013-06-11 | 1 | -0/+3 |
* | reset string_delimiter when detecting open string | Kornelius Kalnbach | 2013-06-10 | 1 | -0/+1 |
* | Merge branch 'master' into javascript-keep-state | Kornelius Kalnbach | 2013-06-10 | 22 | -236/+460 |
|\ | |||||
| * | accept all idents as Ruby 1.9 hash keys (#126) | Kornelius Kalnbach | 2013-06-10 | 1 | -1/+1 |
| * | trying to reduce "complexity" of #raise_inspect (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -10/+20 |
| * | trying to reduce "complexity" of #raise_inspect (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -10/+12 |
| * | trying to reduce "complexity" of #raise_inspect (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -3/+11 |
| * | refactor Scanner a bit more (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -7/+12 |
| * | refactor Scanner a bit (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -12/+19 |
| * | cleanup HTML encoder CSS styles/classes algorithm (#135) | Kornelius Kalnbach | 2013-06-10 | 2 | -28/+40 |
| * | simplify more HTML encoder methods (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -20/+17 |
| * | cleanup HTML encoder #setup (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -38/+32 |
| * | cleanup HTML encoder (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -33/+33 |
| * | massively improve Terminal encoder speed | Kornelius Kalnbach | 2013-06-10 | 1 | -74/+67 |
| * | always load the plugin map | Kornelius Kalnbach | 2013-06-10 | 1 | -12/+4 |
| * | add .xaml file type (use XML scanner) | Kornelius Kalnbach | 2013-06-09 | 1 | -2/+1 |
| * | whitespace | Kornelius Kalnbach | 2013-06-09 | 1 | -4/+2 |
| * | don't nest :string recursively in :sass_inline | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+8 |
| * | fix Sass highlighting in diff | Kornelius Kalnbach | 2013-06-09 | 1 | -3/+0 |
| * | Merge branch 'master' into sass-scanner | Kornelius Kalnbach | 2013-06-09 | 7 | -5/+5 |
| |\ | |||||
| | * | do not warn about plugin fallback | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+0 |
| | * | don't allow \x00 in diff filenames | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+1 |
| | * | bump version to 1.1.0 | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+1 |
| | * | avoid empty tokens in Diff output, fix split_into_parts | Kornelius Kalnbach | 2013-06-09 | 2 | -1/+2 |
| | * | treat empty token as error in Debug encoder | Kornelius Kalnbach | 2013-06-09 | 1 | -0/+1 |
| | * | two fixes for CSS scanner | Kornelius Kalnbach | 2013-06-09 | 1 | -2/+2 |
| | * | unfreeze TokenKinds hash, allow changes | Kornelius Kalnbach | 2013-06-09 | 1 | -2/+0 |
| | * | PHP is a better highlight for phtml files | Alexandre Vezina | 2013-04-17 | 1 | -1/+1 |
| | * | Support for phtml files | Alexandre Vezina | 2013-03-23 | 1 | -0/+1 |
| * | | fix order of SASS_FUNCTIONs | Kornelius Kalnbach | 2013-04-11 | 1 | -1/+1 |
| * | | Merge branch 'master' into sass-scanner | Kornelius Kalnbach | 2013-03-11 | 7 | -8/+8 |
| |\ \ | | |/ | |||||
| | * | minor tweaks to generator and scanner edge cases | Kornelius Kalnbach | 2013-03-11 | 7 | -8/+8 |
| * | | added Sass scanner (work in progress) | Kornelius Kalnbach | 2013-03-11 | 4 | -17/+220 |
| |/ | |||||
| * | vastly improve Debug encoder speed on Ruby 1.9.3 | Kornelius Kalnbach | 2013-03-11 | 1 | -1/+1 |
* | | support multi-line comments in JavaScript diff | Kornelius Kalnbach | 2013-03-10 | 1 | -4/+27 |
|/ | |||||
* | cleanup | Kornelius Kalnbach | 2013-03-10 | 1 | -1/+1 |
* | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2013-03-10 | 7 | -53/+66 |
|\ | |||||
| * | fix #41 by removing special case | Kornelius Kalnbach | 2013-03-10 | 1 | -17/+22 |
| * | remove ondblclick handler from HTML output | Kornelius Kalnbach | 2013-03-10 | 1 | -1/+1 |
| * | bump version to 1.0.9v1.0.9.rc1 | Kornelius Kalnbach | 2013-02-17 | 1 | -1/+1 |
| * | fix PHP scanner for Ruby 1.8 | Kornelius Kalnbach | 2013-02-17 | 1 | -1/+1 |
| * | fix #40 (PHP unicode) | Kornelius Kalnbach | 2013-02-17 | 1 | -3/+2 |
| * | fix #83 (XML DTD) | Kornelius Kalnbach | 2013-02-17 | 1 | -1/+1 |
| * | match Ruby 1.9 hash syntax even without space after colon | Kornelius Kalnbach | 2013-02-17 | 1 | -2/+2 |
| * | Merge branch 'fix-ruby-unicode' into fix-ruby-new-hash-syntax | Kornelius Kalnbach | 2013-02-17 | 1 | -3/+3 |
| |\ | |||||
| | * | improve support for Unicode non-alphanumeric characters in Ruby names | Kornelius Kalnbach | 2013-02-17 | 1 | -3/+3 |
| * | | cleanup: value_expected should be boolean | Kornelius Kalnbach | 2013-02-17 | 1 | -2/+2 |
| * | | Merge branch 'master' into fix-ruby-new-hash-syntax | Kornelius Kalnbach | 2013-02-17 | 1 | -15/+15 |
| |\ \ | |||||
| | * | | whitespace | Kornelius Kalnbach | 2013-02-17 | 1 | -15/+15 |
| | |/ | |||||
| * | | fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashes | Kornelius Kalnbach | 2013-02-17 | 1 | -11/+20 |
| |/ |