summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Made token methods of Statisic encoder public.murphy2010-06-291-31/+33
* 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
* Use autoload instead of require (speeds up CodeRay startup) for CodeRay, Scan...murphy2010-06-294-75/+37
* LOC encoder uses faster to_s encoder now and prints a more useful warning whe...murphy2010-06-291-51/+2
* Encoder changes: The base class now serves as a complete to_s encoder, concat...murphy2010-06-291-3/+2
* Cleaned up GZip helper library (moved into CodeRay namespace, removed String ...murphy2010-06-293-244/+52
* Plugin: Added PluginHost#const_missing for plugin autoloading, fixed and impr...murphy2010-06-291-313/+330
* Encoder#to_proc is obsolete.murphy2010-06-291-5/+0
* Improved JSON encoder: Loading of json library in JRUBY, error messages, "ear...murphy2010-06-291-35/+14
* Removing tests from library files. They live now in test/unit.murphy2010-06-2910-428/+2
* Added encoding header for Clojure scanner: Rember to put this on top when usi...murphy2010-06-291-0/+1
* Fixed code statistics (added executable and unit tests, removed double counti...murphy2010-06-291-3/+5
* Added lots of unit tests.murphy2010-06-2918-1/+867
* Remove tests that belong into the new test/unit folder.murphy2010-06-293-216/+0
* Cleaning up functional tests: Automatically load all files in the folder.murphy2010-06-291-4/+5
* rake bench now uses line numbers (slower, but more realistic).murphy2010-06-291-0/+1
* Fixed for_redcloth test for the edge case that RedCloth is defined, but was n...murphy2010-06-291-0/+1
* Cleaning up tests.murphy2010-06-291-3/+3
* A prototype implementation of "inside Regexp" detection for the Ruby scanner....murphy2010-06-281-0/+455
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-275-39/+25
* A little more documentation for Scanner.murphy2010-06-271-2/+5
* Benchmark script uses -Ofull option for pygmentize.murphy2010-06-271-1/+1
* Trying out a simplified, faster method of HTML encoding.murphy2010-06-271-42/+41
* Alpha style: Removed background color for :inline_delimiter.murphy2010-06-271-2/+1
* Updated for_redcloth test to latest Alpha style.murphy2010-06-161-2/+2
* Updated examples test to latest Alpha style.murphy2010-06-161-4/+4
* Fixed YAML scanner: strings should always be groups.murphy2010-06-161-2/+4
* Updated Alpha style: less bolded tokens, user-select:none for line numbers (c...murphy2010-06-162-34/+41
* Improved JavScript regexp recognition.murphy2010-06-162-1/+2
* Fixed PHP scanner: strings should always be groups.murphy2010-06-151-1/+1
* Added :string :modifier color for Alpha style.murphy2010-06-151-0/+1
* Updated generate:scanner task to include .debug.diff.html files in svn:ignore.murphy2010-06-151-1/+1
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-153-1/+209
* Cleanups to the list of Changes; added toc command for Redmine.murphy2010-06-111-2/+3
* Fixing new executable test suite.murphy2010-06-111-7/+9
* Removing svn:executable flag from executable test suite file (how did that ha...murphy2010-06-111-0/+0
* Added coderay executable tests.murphy2010-06-115-4/+66
* Fixed for_redcloth tests.murphy2010-06-011-2/+2
* Ruby scanner does no longer highlight \ at the end of the input as :error. Th...murphy2010-06-011-2/+5
* Removed ftp.yaml from TextMate project.murphy2010-06-011-7/+3
* Updated TextMate project.murphy2010-06-011-14/+12
* Issue #227: Inline Diff Highlighting and improved intelligent diff murphy2010-06-012-9/+94
* Added ability to scan an Array of Strings as one with Scanner#tokenize.murphy2010-06-012-3/+19
* 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