| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed for_redcloth test for the edge case that RedCloth is defined, but was n... | murphy | 2010-06-29 | 1 | -0/+1 |
* | Cleaning up tests. | murphy | 2010-06-29 | 1 | -3/+3 |
* | A prototype implementation of "inside Regexp" detection for the Ruby scanner.... | murphy | 2010-06-28 | 1 | -0/+455 |
* | More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9). | murphy | 2010-06-27 | 5 | -39/+25 |
* | A little more documentation for Scanner. | murphy | 2010-06-27 | 1 | -2/+5 |
* | Benchmark script uses -Ofull option for pygmentize. | murphy | 2010-06-27 | 1 | -1/+1 |
* | Trying out a simplified, faster method of HTML encoding. | murphy | 2010-06-27 | 1 | -42/+41 |
* | Alpha style: Removed background color for :inline_delimiter. | murphy | 2010-06-27 | 1 | -2/+1 |
* | Updated for_redcloth test to latest Alpha style. | murphy | 2010-06-16 | 1 | -2/+2 |
* | Updated examples test to latest Alpha style. | murphy | 2010-06-16 | 1 | -4/+4 |
* | Fixed YAML scanner: strings should always be groups. | murphy | 2010-06-16 | 1 | -2/+4 |
* | Updated Alpha style: less bolded tokens, user-select:none for line numbers (c... | murphy | 2010-06-16 | 2 | -34/+41 |
* | Improved JavScript regexp recognition. | murphy | 2010-06-16 | 2 | -1/+2 |
* | Fixed PHP scanner: strings should always be groups. | murphy | 2010-06-15 | 1 | -1/+1 |
* | Added :string :modifier color for Alpha style. | murphy | 2010-06-15 | 1 | -0/+1 |
* | Updated generate:scanner task to include .debug.diff.html files in svn:ignore. | murphy | 2010-06-15 | 1 | -1/+1 |
* | Ticket #127: Clojure scanner by Licenser, yay! | murphy | 2010-06-15 | 3 | -1/+209 |
* | Cleanups to the list of Changes; added toc command for Redmine. | murphy | 2010-06-11 | 1 | -2/+3 |
* | Fixing new executable test suite. | murphy | 2010-06-11 | 1 | -7/+9 |
* | Removing svn:executable flag from executable test suite file (how did that ha... | murphy | 2010-06-11 | 1 | -0/+0 |
* | Added coderay executable tests. | murphy | 2010-06-11 | 5 | -4/+66 |
* | Fixed for_redcloth tests. | murphy | 2010-06-01 | 1 | -2/+2 |
* | Ruby scanner does no longer highlight \ at the end of the input as :error. Th... | murphy | 2010-06-01 | 1 | -2/+5 |
* | Removed ftp.yaml from TextMate project. | murphy | 2010-06-01 | 1 | -7/+3 |
* | Updated TextMate project. | murphy | 2010-06-01 | 1 | -14/+12 |
* | Issue #227: Inline Diff Highlighting and improved intelligent diff | murphy | 2010-06-01 | 2 | -9/+94 |
* | Added ability to scan an Array of Strings as one with Scanner#tokenize. | murphy | 2010-06-01 | 2 | -3/+19 |
* | Added Encoder#tokens, improved some error messages. | murphy | 2010-06-01 | 2 | -4/+6 |
* | Added :eyecatcher token type (for inline diff highlighting) and improved | murphy | 2010-06-01 | 4 | -16/+21 |
* | Cleanups and extensions to Tokens (see issue #222). | murphy | 2010-06-01 | 2 | -43/+77 |
* | Use Text encoder instead of deprecated Tokens#text method. | murphy | 2010-06-01 | 1 | -1/+1 |
* | Cleanups in Encoders::HTML::Output. | murphy | 2010-06-01 | 4 | -10/+5 |
* | Fixed Text Encoder. | murphy | 2010-06-01 | 2 | -2/+29 |
* | Ruby scanner raises exception on unknown state. | murphy | 2010-05-21 | 1 | -0/+2 |
* | Fixed a bug in the YAML scanner (see #231). | murphy | 2010-05-21 | 2 | -4/+8 |
* | TextMate project. | murphy | 2010-05-19 | 1 | -25/+6 |
* | New: Raydebug Scanner (highlights .raydebug files instead of importing them). | murphy | 2010-05-18 | 2 | -1/+4 |
* | (no commit message) | murphy | 2010-05-18 | 3 | -4/+70 |
* | Ruby scanner handles :keep_state option. | murphy | 2010-05-18 | 2 | -1/+13 |
* | Ignore new files in etc. | murphy | 2010-05-18 | 1 | -11/+13 |
* | Cleanup, documentation and enhancements to the Filters: | murphy | 2010-05-18 | 6 | -33/+128 |
* | Tokens#<encoder name> raises a NoMethodError when encoder was not found. | murphy | 2010-05-18 | 1 | -0/+2 |
* | Improved error message for unknown token content type. | murphy | 2010-05-18 | 1 | -1/+1 |
* | Simplified example test: It broke every time the default stylesheet was chang... | murphy | 2010-05-18 | 1 | -135/+1 |
* | Improved Python docstring highlighting (closes #190). | murphy | 2010-05-18 | 2 | -7/+11 |
* | Fixed a problem with line tokens when using :hint => :debug in the HTML encoder. | murphy | 2010-05-05 | 1 | -2/+2 |
* | Fixes for YAML encoder, Filter, and tests and API enhancements for Duo. | murphy | 2010-05-05 | 5 | -40/+121 |
* | Fixed bug in diff scanner. | murphy | 2010-05-05 | 1 | -4/+4 |
* | Fixed benchmark script. | murphy | 2010-05-05 | 1 | -1/+1 |
* | Got rid of the old streaming system (see #142). | murphy | 2010-05-01 | 28 | -120/+17 |