| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 specifi... | Etienne Massip | 2012-01-26 | 1 | -4/+23 |
* | Bug #6: merge ConradIrwin's approach with korny's | Kornelius Kalnbach | 2011-12-27 | 1 | -3/+3 |
* | Remove assumption about a stable $: | Conrad Irwin | 2011-12-23 | 1 | -3/+3 |
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+0 |
* | Major rewrite of encoders to support IO output; fixed some minor scanner bugs... | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+11 |
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 1 | -1/+1 |
* | #309 Improved highlighting of Ruby inside diffs | murphy | 2011-06-22 | 1 | -6/+6 |
* | #299 fix transparent tokens | murphy | 2011-05-21 | 1 | -10/+8 |
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -7/+1 |
* | Use autoload in HTML encoder; speedup for :css => :class mode. | murphy | 2011-03-01 | 1 | -11/+17 |
* | Code cleanups in HTML encoder. | murphy | 2010-10-15 | 1 | -29/+24 |
* | Fixed line token classes when using hints. | murphy | 2010-09-22 | 1 | -1/+5 |
* | Fix invalid HTML markup for line tokens (use span + CSS instead of div). | murphy | 2010-09-22 | 1 | -3/+3 |
* | Fixed HTML encoder :hint => info option. | murphy | 2010-08-23 | 1 | -1/+1 |
* | Use autoload instead of require (speeds up CodeRay startup) for CodeRay, Scan... | murphy | 2010-06-29 | 1 | -5/+9 |
* | More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9). | murphy | 2010-06-27 | 1 | -27/+11 |
* | Trying out a simplified, faster method of HTML encoding. | murphy | 2010-06-27 | 1 | -42/+41 |
* | Cleanups in Encoders::HTML::Output. | murphy | 2010-06-01 | 1 | -2/+2 |
* | Fixed a problem with line tokens when using :hint => :debug in the HTML encoder. | murphy | 2010-05-05 | 1 | -2/+2 |
* | Got rid of the old streaming system (see #142). | murphy | 2010-05-01 | 1 | -1/+0 |
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -88/+83 |
* | New HTML Encoder option :line_number_anchors (closes #208). | murphy | 2010-04-02 | 1 | -1/+10 |
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 1 | -2/+2 |
* | Use new :alpha style be default. This means IE will have problems with the co... | murphy | 2010-03-31 | 1 | -1/+1 |
* | Renamed token_classes to token_kinds (closes #122). | murphy | 2010-03-30 | 1 | -17/+18 |
* | Encoders::HTML#token's second parameter is no longer optional. | murphy | 2010-01-06 | 1 | -1/+1 |
* | Cleanup. | murphy | 2010-01-01 | 1 | -1/+1 |
* | Cleanup. | murphy | 2009-12-30 | 1 | -2/+1 |
* | Removed obsolete :level property from HTML Encoder. | murphy | 2009-06-07 | 1 | -1/+1 |
* | Added a :title option for the HTML Encoder. Closes #55. | murphy | 2009-04-14 | 1 | -1/+8 |
* | New feature: HTML encode option :highlight_lines. See documentation. | murphy | 2009-01-22 | 1 | -0/+11 |
* | Fixes for Ruby 1.9. | murphy | 2008-12-25 | 1 | -45/+46 |
* | New: *Simple Diff Scanner* (closes #22). | murphy | 2008-09-30 | 1 | -1/+26 |
* | Lib: | murphy | 2008-01-07 | 1 | -1/+1 |
* | - Ruby 1.9 fixes | murphy | 2007-11-22 | 1 | -1/+1 |
* | Benchmark, comparison: replaced SilverCity with pygments | murphy | 2007-04-24 | 1 | -1/+5 |
* | Done: | murphy | 2007-01-01 | 1 | -15/+13 |
* | HTML encoder: Fixed :css => :style output and made some code cleanup. | murphy | 2006-10-19 | 1 | -8/+19 |
* | Changed error handling of all scanners: :error tokens are OK now, even in deb... | murphy | 2006-07-11 | 1 | -245/+249 |
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 1 | -239/+239 |
* | Encoders::HTML: Removed option caching. | murphy | 2006-06-28 | 1 | -9/+1 |
* | Large update: Scanners for HTML, RHTML and Nitro-XHTML added. | murphy | 2006-04-10 | 1 | -2/+3 |
* | CodeRay::Duo added for cool caching! | murphy | 2006-03-21 | 1 | -8/+5 |
* | Changed HTML encoder evil char handling (allowing for UTF-8 now.) | murphy | 2006-03-16 | 1 | -5/+6 |
* | HTML Encoder: hints fixed and improved. Still in progress. | murphy | 2006-03-16 | 1 | -4/+9 |
* | Fixed HTML encoder again. (Run the test, baka!) | murphy | 2006-03-16 | 1 | -1/+1 |
* | Fixed HTML encoder. | murphy | 2006-03-15 | 1 | -13/+12 |
* | HTML encoder improved (hint handling, :info_long) | murphy | 2006-03-15 | 1 | -20/+28 |
* | Plugin System extended: | murphy | 2005-12-10 | 1 | -3/+1 |