Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | 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 | |
| | | | | | | | | | | | | | | | | Also, clean up some code. | |||||
| * | | | 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 | |
| |/ / | ||||||
* | | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-10-11 | 3 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | bump version to 1.0.8 | Kornelius Kalnbach | 2012-10-07 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag. | Kornelius Kalnbach | 2012-10-07 | 1 | -1/+4 | |
| | | | ||||||
| * | | Update lib/coderay/encoders/html/numbering.rb | shura | 2012-08-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-09-07 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | add :string.:char, remove :regexp.:function color from terminal encode (GH #29) | Kornelius Kalnbach | 2012-07-23 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-06-25 | 2 | -9/+1 | |
|\ \ | |/ | ||||||
| * | replace LGPL license with MIT [GH-25] | Kornelius Kalnbach | 2012-06-21 | 1 | -5/+0 | |
| | | ||||||
| * | HTML scanner accepts boolean attributes; fixes issue #26 | Kornelius Kalnbach | 2012-06-19 | 1 | -4/+1 | |
| | | ||||||
* | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-04-13 | 7 | -20/+33 | |
|\ \ | |/ | ||||||
| * | bump version to 1.0.7v1.0.7.rc1 | Kornelius Kalnbach | 2012-04-06 | 1 | -1/+1 | |
| | | ||||||
| * | Removing redundant LoadError raise. File.exists? seems to have problems when ↵ | Will Read | 2012-04-01 | 1 | -1/+0 | |
| | | | | | | | | included in other gems and returns false when files are indeed present. | |||||
| * | update changelog, bump version to 1.0.6v1.0.6.rc1 | Kornelius Kalnbach | 2012-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | rename :independent_lines option to :break_lines | Kornelius Kalnbach | 2012-04-02 | 1 | -5/+6 | |
| | | ||||||
| * | here come the white-space nazis | Kornelius Kalnbach | 2012-04-01 | 2 | -12/+13 | |
| | | ||||||
| * | Merge remote-tracking branch 'emassip/master' into independent-lines | Kornelius Kalnbach | 2012-04-01 | 2 | -19/+30 | |
| |\ | ||||||
| | * | Fixed handling of eols inside token content. | Etienne Massip | 2012-03-29 | 1 | -6/+10 | |
| | | | ||||||
| | * | Extracted code making HTML lines independent from numbering code to a ↵ | Etienne Massip | 2012-01-26 | 2 | -18/+25 | |
| | | | | | | | | | | | | specific option in encoder. | |||||
| * | | specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set) | Kornelius Kalnbach | 2012-03-31 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'dslh/master' | Kornelius Kalnbach | 2012-03-31 | 1 | -3/+3 | |
| |\ \ | ||||||
| | * | | Fixing automatic type selection for html files. | Doug Hammond | 2012-02-23 | 1 | -3/+3 | |
| | |/ | ||||||
| * | | replace weird regexp that confuses ruby-head | Kornelius Kalnbach | 2012-03-02 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-01-21 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | fix whitespace changes | Joel Holdbrooks | 2012-01-20 | 1 | -38/+38 | |
| | | ||||||
| * | begin/end with group :function instead of :string | Joel Holdbrooks | 2012-01-13 | 1 | -40/+40 | |
| | | ||||||
* | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2011-12-27 | 7 | -19/+17 | |
|\ \ | |/ | | | | | | | Conflicts: coderay.gemspec | |||||
| * | prepare CodeRay 1.0.5.rc1 | Kornelius Kalnbach | 2011-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | use coderay_path on all autoload calls | Kornelius Kalnbach | 2011-12-27 | 2 | -3/+3 | |
| | |