summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added Encoder#tokens, improved some error messages.murphy2010-06-012-4/+6
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-014-16/+21
* Cleanups and extensions to Tokens (see issue #222).murphy2010-06-012-43/+77
* Use Text encoder instead of deprecated Tokens#text method.murphy2010-06-011-1/+1
* Cleanups in Encoders::HTML::Output.murphy2010-06-014-10/+5
* Fixed Text Encoder.murphy2010-06-012-2/+29
* Ruby scanner raises exception on unknown state.murphy2010-05-211-0/+2
* Fixed a bug in the YAML scanner (see #231).murphy2010-05-212-4/+8
* TextMate project.murphy2010-05-191-25/+6
* New: Raydebug Scanner (highlights .raydebug files instead of importing them).murphy2010-05-182-1/+4
* (no commit message)murphy2010-05-183-4/+70
* Ruby scanner handles :keep_state option.murphy2010-05-182-1/+13
* Ignore new files in etc.murphy2010-05-181-11/+13
* Cleanup, documentation and enhancements to the Filters:murphy2010-05-186-33/+128
* Tokens#<encoder name> raises a NoMethodError when encoder was not found.murphy2010-05-181-0/+2
* Improved error message for unknown token content type.murphy2010-05-181-1/+1
* Simplified example test: It broke every time the default stylesheet was chang...murphy2010-05-181-135/+1
* Improved Python docstring highlighting (closes #190).murphy2010-05-182-7/+11
* 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-055-40/+121
* Fixed bug in diff scanner.murphy2010-05-051-4/+4
* Fixed benchmark script.murphy2010-05-051-1/+1
* Got rid of the old streaming system (see #142).murphy2010-05-0128-120/+17
* Added examples tests to the functional suite.murphy2010-05-011-1/+1
* Added tests for the CodeRay website examples.murphy2010-05-011-0/+258
* Added JSON example benchmark data.murphy2010-05-011-0/+655
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-0146-1721/+1607
* Improved behavior of Plugin#register_for.murphy2010-05-011-2/+3
* Fixed a buggy warning.murphy2010-04-281-1/+1
* Added 191 task, added 191 and 187 to the list of test:all Ruby versions.murphy2010-04-283-2/+6
* diff task now supports repositories which have a folder named "diff".murphy2010-04-281-7/+12
* Fixing bug in Java and JSON scanners (unfinished strings where not closed cor...murphy2010-04-174-34/+35
* Fixed benchmarks.murphy2010-04-151-7/+0
* More cleanup.murphy2010-04-151-2/+6
* Cleanups.murphy2010-04-151-11/+11
* Added the external scanner test suite.murphy2010-04-150-0/+0
* Moving scanner tests into separate repository. The repository can be reached ...murphy2010-04-14236-743287/+0
* A nice script which helps setting the svn:ignore properties.murphy2010-04-141-0/+4
* Fixing svn:ignore properties for all scanner directories.murphy2010-04-140-0/+0
* Removing obsolete svn:ignore property.murphy2010-04-140-0/+0
* CSS Scanner: Adding support for CSS 3 functions and colors, changing highligh...murphy2010-04-148-26/+423
* Fixed a problem with highlighted diff lines in the output of the scanner suite.murphy2010-04-141-6/+8
* (no commit message)murphy2010-04-111-4/+4
* Converted binary to UNIX format, and some cleanup in the version history.murphy2010-04-114-113/+123
* Repository maintainance.murphy2010-04-020-0/+0
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-029-414/+455
* Java Scanner: Package names are recognized, along with some code cleanup. Clo...murphy2010-04-028-90/+130
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-028-100/+90
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-023-7/+4
* gem task: Make automatic beta recognition and pre switch play nice together.murphy2010-04-021-4/+3