summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
Commit message (Expand)AuthorAgeFilesLines
* LinesOfCode: Language dependent via KINDS_NOT_LOC, documentation.murphy2009-10-181-1/+16
* TokenClassFilter: Support for :exclud => :all.murphy2009-10-181-2/+3
* We don't need Tokens encoder any more.murphy2009-10-101-44/+0
* Added LinesOfCode encoder (issue #123) - simple version.murphy2009-06-291-0/+19
* Renamed TokenFilter to TokenClassFilter.murphy2009-06-282-5/+5
* Added a Filter class; filters inherit from it and yield tokens.murphy2009-06-203-11/+27
* * Improved implementation of Encoder *token callbacks.murphy2009-06-206-12/+56
* Fixed XML Encoder; closes #94.murphy2009-06-091-1/+1
* Removed obsolete :level property from HTML Encoder.murphy2009-06-071-1/+1
* Changed a $DEBUG raise into a puts (issue #99).murphy2009-05-021-1/+1
* Updated some comments for XML and HTML encoder.murphy2009-04-202-1/+1
* New: *JSON Encoder*murphy2009-04-201-0/+19
* Added a :title option for the HTML Encoder. Closes #55.murphy2009-04-142-2/+18
* New feature: HTML encode option :highlight_lines. See documentation.murphy2009-01-222-1/+22
* Fixes for Ruby 1.9.murphy2008-12-251-45/+46
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-1/+1
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-304-3/+40
* 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-072-6/+6
* - Ruby 1.9 fixesmurphy2007-11-221-1/+1
* Benchmark, comparison: replaced SilverCity with pygmentsmurphy2007-04-243-5/+9
* Done:murphy2007-01-018-118/+29
* HTML encoder: Fixed :css => :style output and made some code cleanup.murphy2006-10-191-8/+19
* 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-1116-868/+868
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-111-245/+249
* Big re-indenting - no more tabs!murphy2006-07-1017-922/+922
* Encoders::HTML: Removed option caching.murphy2006-06-281-9/+1
* new version: 0.7.1murphy2006-05-111-0/+21
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-1613-164/+187
* 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-103-3/+5
* HTML Encoder: inline numerization corrected.murphy2006-03-231-1/+3
* CodeRay::Duo added for cool caching!murphy2006-03-213-25/+22
* Changed HTML encoder evil char handling (allowing for UTF-8 now.)murphy2006-03-161-5/+6
* HTML Encoder: hints fixed and improved. Still in progress.murphy2006-03-161-4/+9
* Fixed HTML encoder again. (Run the test, baka!)murphy2006-03-161-1/+1
* Fixed HTML encoder.murphy2006-03-152-14/+13
* HTML encoder improved (hint handling, :info_long)murphy2006-03-151-20/+28
* Ruby scanner errors fixed.murphy2006-03-152-3/+3
* Plugin System extended:murphy2005-12-104-6/+6
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-052-2/+2
* New Style system added - still beta.murphy2005-11-135-124/+49
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-061-0/+8
* New helper module scheme, step 3murphy2005-11-055-4/+4
* New helper module scheme, step 2murphy2005-11-054-524/+0
* New helper module scheme, step 1murphy2005-11-054-0/+524