summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
Commit message (Expand)AuthorAgeFilesLines
* Fixed a problem with line tokens when using :hint => :debug in the HTML encoder.murphy2010-05-051-2/+2
* Fixes for YAML encoder, Filter, and tests and API enhancements for Duo.murphy2010-05-052-10/+38
* Got rid of the old streaming system (see #142).murphy2010-05-018-8/+0
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-0111-193/+338
* Fixed a buggy warning.murphy2010-04-281-1/+1
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-1/+29
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-023-55/+53
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-022-6/+3
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-312-5/+23
* Use new :alpha style be default. This means IE will have problems with the co...murphy2010-03-311-1/+1
* Improved Terminal encoder (documentation, handling of line tokens).murphy2010-03-301-57/+81
* Added alias :remove_comments for CommentFilter.murphy2010-03-301-0/+1
* Added documentation to encoders; more code cleanups.murphy2010-03-3012-23/+113
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-305-106/+135
* Renamed Terminal encoder, cleanups.murphy2010-01-062-7/+8
* Encoders::HTML#token's second parameter is no longer optional.murphy2010-01-061-1/+1
* Cleanups.murphy2010-01-061-2/+2
* Cleanup.murphy2010-01-011-1/+1
* Fixed example tests.murphy2009-12-313-4/+67
* JSON encoder: New format to preserve all information and be more accessible f...murphy2009-12-301-2/+47
* Cleanup.murphy2009-12-301-2/+1
* Filters: Cleanups, refactorization, tests.murphy2009-12-303-6/+144
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-281-0/+137
* 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