Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-06-25 | 2 | -9/+1 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-04-13 | 7 | -20/+33 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2012-01-21 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into multiline-inline-diff | Kornelius Kalnbach | 2011-12-27 | 7 | -19/+17 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coderay.gemspec | |||||
| * | | | | | | | | | simplify multiline diff regexp | Kornelius Kalnbach | 2011-12-12 | 2 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | inline diff highlighting for multi-line changes (#227) | Kornelius Kalnbach | 2011-11-02 | 2 | -30/+52 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into bash-scanner | Kornelius Kalnbach | 2012-10-29 | 5 | -9/+7 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | 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 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | add :string.:char, remove :regexp.:function color from terminal encode (GH #29) | Kornelius Kalnbach | 2012-07-23 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | replace LGPL license with MIT [GH-25] | Kornelius Kalnbach | 2012-06-21 | 1 | -5/+0 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | add Bash scanner from Petr Kovář and Steven Penny (for testing) [GH-19] | Kornelius Kalnbach | 2012-06-21 | 1 | -0/+291 | |
|/ / / / / | ||||||
* | | | | | HTML scanner accepts boolean attributes; fixes issue #26 | Kornelius Kalnbach | 2012-06-19 | 1 | -4/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | 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 | |
|/ / / | ||||||
* | | | 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 | |
| |/ |/| | ||||||
* | | 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 | |
| | | ||||||
* | | let autoloading to the work (fix test warnings) | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+1 | |
| | | ||||||
* | | Bug #6: merge ConradIrwin's approach with korny's | Kornelius Kalnbach | 2011-12-27 | 3 | -6/+6 | |
| | | ||||||
* | | Remove assumption about a stable $: | Conrad Irwin | 2011-12-23 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280 | |||||
* | | use bright blue because dark blue is hard to see on black terminal | Kornelius Kalnbach | 2011-12-15 | 1 | -6/+6 | |
|/ | ||||||
* | css scanner fixes; preparing 1.0.4 | Kornelius Kalnbach | 2011-11-02 | 2 | -8/+15 | |
| | ||||||
* | minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3 | Kornelius Kalnbach | 2011-10-26 | 3 | -2/+3 | |
| | ||||||
* | fix .erb file type recognition; prepare 1.0.2v1.0.2 | Kornelius Kalnbach | 2011-10-26 | 2 | -1/+2 | |
| | ||||||
* | simplify HTML page layout (no border) | Kornelius Kalnbach | 2011-10-19 | 1 | -1/+9 | |
| | ||||||
* | version bumped to 1.0.1 | Kornelius Kalnbach | 2011-10-17 | 1 | -1/+1 | |
| | ||||||
* | fix additional scrollbar | Kornelius Kalnbach | 2011-10-15 | 1 | -1/+0 | |
| | ||||||
* | allow - and / in YAML keys | Kornelius Kalnbach | 2011-10-13 | 1 | -1/+1 | |
| | ||||||
* | cleanups, documentation for TokensProxy | Kornelius Kalnbach | 2011-09-21 | 4 | -98/+26 | |
| | ||||||
* | TokensProxy cleanup; #each returns self | Kornelius Kalnbach | 2011-09-19 | 1 | -12/+13 | |
| | ||||||
* | Merge branch 'master' into tokens-proxy | Kornelius Kalnbach | 2011-09-19 | 1 | -2/+2 | |
|\ | ||||||
| * | cleanup JSON encoder gem loading | Kornelius Kalnbach | 2011-09-19 | 1 | -2/+2 | |
| | | ||||||
* | | TokensProxy: wrap up | Kornelius Kalnbach | 2011-09-19 | 2 | -13/+14 | |
| | | ||||||
* | | #352 CodeRay.scan returns TokensProxy | Kornelius Kalnbach | 2011-09-18 | 1 | -0/+27 | |
|/ | ||||||
* | backgroun-color fine tuning (alpha) | Kornelius Kalnbach | 2011-09-18 | 1 | -7/+7 | |
| | ||||||
* | less spaces mean more code on 13" screens | Kornelius Kalnbach | 2011-09-09 | 1 | -3/+3 | |
| | ||||||
* | remove obsolete workaround for old Rubinius incompatibility | Kornelius Kalnbach | 2011-09-09 | 1 | -25/+5 | |
| |