| Commit message (Expand) | Author | Age | Files | Lines |
* | bring back wrap! method, TODO: benchmark against String#sub | Kornelius Kalnbach | 2013-06-17 | 1 | -0/+10 |
* | remove monkey patching, wrap, reduce complexity | Kornelius Kalnbach | 2013-06-16 | 2 | -137/+26 |
* | speedup HTML encoder numbering for Ruby 1.8.7+ | Kornelius Kalnbach | 2013-06-16 | 1 | -1/+1 |
* | cleanup TODOs, FIXMEs | Kornelius Kalnbach | 2013-06-16 | 1 | -1/+1 |
* | cleanup HTML encoder CSS styles/classes algorithm (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -7/+7 |
* | 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 |
* | Update lib/coderay/encoders/html/numbering.rb | shura | 2012-08-28 | 1 | -1/+1 |
* | here come the white-space nazis | Kornelius Kalnbach | 2012-04-01 | 1 | -1/+1 |
* | Extracted code making HTML lines independent from numbering code to a specifi... | Etienne Massip | 2012-01-26 | 1 | -14/+2 |
* | simplify HTML page layout (no border) | Kornelius Kalnbach | 2011-10-19 | 1 | -1/+9 |
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 2 | -3/+3 |
* | Major rewrite of encoders to support IO output; fixed some minor scanner bugs... | Kornelius Kalnbach | 2011-08-19 | 2 | -2/+1 |
* | cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s | murphy | 2011-07-04 | 1 | -1/+1 |
* | found a better name for this variable | murphy | 2011-06-11 | 1 | -5/+5 |
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -3/+3 |
* | General cleanup to Encoders::HTML::Output module: Numbering is now a bit less... | murphy | 2010-06-29 | 1 | -19/+16 |
* | General cleanup in this weird Encoders::HTML::Output module. | murphy | 2010-06-29 | 1 | -52/+10 |
* | Removing tests from library files. They live now in test/unit. | murphy | 2010-06-29 | 1 | -5/+0 |
* | More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9). | murphy | 2010-06-27 | 2 | -6/+6 |
* | Cleanups in Encoders::HTML::Output. | murphy | 2010-06-01 | 2 | -8/+2 |
* | New HTML Encoder option :line_number_anchors (closes #208). | murphy | 2010-04-02 | 2 | -54/+43 |
* | HTML encoder is HTML 5 and CSS 3 compatible (closes #215). | murphy | 2010-04-02 | 2 | -6/+3 |
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 2 | -5/+5 |
* | Changed a $DEBUG raise into a puts (issue #99). | murphy | 2009-05-02 | 1 | -1/+1 |
* | Updated some comments for XML and HTML encoder. | murphy | 2009-04-20 | 1 | -1/+0 |
* | Added a :title option for the HTML Encoder. Closes #55. | murphy | 2009-04-14 | 1 | -1/+10 |
* | New feature: HTML encode option :highlight_lines. See documentation. | murphy | 2009-01-22 | 1 | -1/+11 |
* | New: *YAML* (#53). Preparing for version 0.8.1. | murphy | 2008-10-20 | 1 | -1/+1 |
* | New: *Simple Diff Scanner* (closes #22). | murphy | 2008-09-30 | 2 | -2/+6 |
* | Optimized CSS styles, improved coderay_suite, new HTML test. | murphy | 2008-09-24 | 1 | -1/+1 |
* | New: *JavaScript Scanner* (closes #23). | murphy | 2008-09-16 | 1 | -8/+13 |
* | Lib: | murphy | 2008-01-07 | 1 | -5/+5 |
* | Done: | murphy | 2007-01-01 | 1 | -77/+0 |
* | Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem. | murphy | 2006-10-18 | 1 | -0/+1 |
* | Ruby scanner: deleted regexp highlighting (didn't work anyway) | murphy | 2006-09-28 | 1 | -2/+5 |
* | rake test now runs in debug mode. | murphy | 2006-07-11 | 4 | -455/+455 |
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 4 | -397/+397 |
* | Re-indented everything. Sorry to break the blame chain. | murphy | 2006-04-16 | 3 | -5/+9 |
* | All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel] | murphy | 2006-04-16 | 1 | -3/+11 |
* | styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted. | murphy | 2006-04-15 | 1 | -4/+1 |
* | Large update: Scanners for HTML, RHTML and Nitro-XHTML added. | murphy | 2006-04-10 | 2 | -1/+2 |
* | HTML Encoder: inline numerization corrected. | murphy | 2006-03-23 | 1 | -1/+3 |
* | CodeRay::Duo added for cool caching! | murphy | 2006-03-21 | 2 | -17/+17 |
* | Fixed HTML encoder. | murphy | 2006-03-15 | 1 | -1/+1 |
* | Ruby scanner errors fixed. | murphy | 2006-03-15 | 2 | -3/+3 |
* | Some fixes for cYcnus style (capital Y makes problems) | murphy | 2005-12-05 | 1 | -1/+1 |
* | New Style system added - still beta. | murphy | 2005-11-13 | 3 | -123/+42 |
* | New helper module scheme, step 3 | murphy | 2005-11-05 | 4 | -1/+1 |
* | New helper module scheme, step 1 | murphy | 2005-11-05 | 4 | -0/+524 |