summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html
Commit message (Expand)AuthorAgeFilesLines
* Remove the statement that is not always reached.Jun Aruga2018-08-271-2/+0
* speedup HTML encoder numbering for Ruby 1.8.7+Kornelius Kalnbach2013-06-161-1/+1
* cleanup TODOs, FIXMEsKornelius Kalnbach2013-06-161-1/+1
* cleanup HTML encoder CSS styles/classes algorithm (#135)Kornelius Kalnbach2013-06-101-7/+7
* fix #41 by removing special caseKornelius Kalnbach2013-03-101-17/+22
* remove ondblclick handler from HTML outputKornelius Kalnbach2013-03-101-1/+1
* Update lib/coderay/encoders/html/numbering.rbshura2012-08-281-1/+1
* here come the white-space nazisKornelius Kalnbach2012-04-011-1/+1
* Extracted code making HTML lines independent from numbering code to a specifi...Etienne Massip2012-01-261-14/+2
* simplify HTML page layout (no border)Kornelius Kalnbach2011-10-191-1/+9
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-192-3/+3
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-192-2/+1
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-041-1/+1
* found a better name for this variablemurphy2011-06-111-5/+5
* renamed pre_* token kinds to predefined_*murphy2011-04-171-3/+3
* General cleanup to Encoders::HTML::Output module: Numbering is now a bit less...murphy2010-06-291-19/+16
* General cleanup in this weird Encoders::HTML::Output module.murphy2010-06-291-52/+10
* Removing tests from library files. They live now in test/unit.murphy2010-06-291-5/+0
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-272-6/+6
* Cleanups in Encoders::HTML::Output.murphy2010-06-012-8/+2
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-022-54/+43
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-022-6/+3
* Added documentation to encoders; more code cleanups.murphy2010-03-302-5/+5
* Changed a $DEBUG raise into a puts (issue #99).murphy2009-05-021-1/+1
* Updated some comments for XML and HTML encoder.murphy2009-04-201-1/+0
* Added a :title option for the HTML Encoder. Closes #55.murphy2009-04-141-1/+10
* New feature: HTML encode option :highlight_lines. See documentation.murphy2009-01-221-1/+11
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-1/+1
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-302-2/+6
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-241-1/+1
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-8/+13
* Lib:murphy2008-01-071-5/+5
* Done:murphy2007-01-011-77/+0
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-181-0/+1
* Ruby scanner: deleted regexp highlighting (didn't work anyway)murphy2006-09-281-2/+5
* rake test now runs in debug mode.murphy2006-07-114-455/+455
* Big re-indenting - no more tabs!murphy2006-07-104-397/+397
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-163-5/+9
* All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]murphy2006-04-161-3/+11
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-4/+1
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-102-1/+2
* HTML Encoder: inline numerization corrected.murphy2006-03-231-1/+3
* CodeRay::Duo added for cool caching!murphy2006-03-212-17/+17
* Fixed HTML encoder.murphy2006-03-151-1/+1
* Ruby scanner errors fixed.murphy2006-03-152-3/+3
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-1/+1
* New Style system added - still beta.murphy2005-11-133-123/+42
* New helper module scheme, step 3murphy2005-11-054-1/+1
* New helper module scheme, step 1murphy2005-11-054-0/+524