| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup of debug encoder. | murphy | 2010-10-15 | 1 | -12/+10 |
* | Fixed Null encoder. | murphy | 2010-10-15 | 1 | -8/+6 |
* | Code cleanups in HTML encoder. | murphy | 2010-10-15 | 1 | -29/+24 |
* | Fixed Count encoder. | murphy | 2010-10-15 | 1 | -0/+2 |
* | Fixed line token classes when using hints. | murphy | 2010-09-22 | 1 | -1/+5 |
* | Fix invalid HTML markup for line tokens (use span + CSS instead of div). | murphy | 2010-09-22 | 1 | -3/+3 |
* | Fixed HTML encoder :hint => info option. | murphy | 2010-08-23 | 1 | -1/+1 |
* | Made token methods of JSON encoder public. | murphy | 2010-06-29 | 1 | -4/+5 |
* | Made token methods of Statisic encoder public. | murphy | 2010-06-29 | 1 | -31/+33 |
* | General cleanup to Encoders::HTML::Output module: Numbering is now a bit less... | murphy | 2010-06-29 | 1 | -19/+16 |
* | General cleanup in this weird Encoders::HTML::Output module. | murphy | 2010-06-29 | 1 | -52/+10 |
* | Use autoload instead of require (speeds up CodeRay startup) for CodeRay, Scan... | murphy | 2010-06-29 | 1 | -5/+9 |
* | LOC encoder uses faster to_s encoder now and prints a more useful warning whe... | murphy | 2010-06-29 | 1 | -51/+2 |
* | Encoder#to_proc is obsolete. | murphy | 2010-06-29 | 1 | -5/+0 |
* | Improved JSON encoder: Loading of json library in JRUBY, error messages, "ear... | murphy | 2010-06-29 | 1 | -35/+14 |
* | Removing tests from library files. They live now in test/unit. | murphy | 2010-06-29 | 8 | -329/+2 |
* | More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9). | murphy | 2010-06-27 | 3 | -33/+17 |
* | Trying out a simplified, faster method of HTML encoding. | murphy | 2010-06-27 | 1 | -42/+41 |
* | Cleanups in Encoders::HTML::Output. | murphy | 2010-06-01 | 3 | -10/+4 |
* | Fixed Text Encoder. | murphy | 2010-06-01 | 1 | -2/+25 |
* | Cleanup, documentation and enhancements to the Filters: | murphy | 2010-05-18 | 4 | -32/+111 |
* | 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 | 2 | -10/+38 |
* | Got rid of the old streaming system (see #142). | murphy | 2010-05-01 | 8 | -8/+0 |
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 11 | -193/+338 |
* | Fixed a buggy warning. | murphy | 2010-04-28 | 1 | -1/+1 |
* | Python scanner highlights docstrings as comments (see #190). | murphy | 2010-04-02 | 1 | -1/+29 |
* | New HTML Encoder option :line_number_anchors (closes #208). | murphy | 2010-04-02 | 3 | -55/+53 |
* | HTML encoder is HTML 5 and CSS 3 compatible (closes #215). | murphy | 2010-04-02 | 2 | -6/+3 |
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 2 | -5/+23 |
* | Use new :alpha style be default. This means IE will have problems with the co... | murphy | 2010-03-31 | 1 | -1/+1 |
* | Improved Terminal encoder (documentation, handling of line tokens). | murphy | 2010-03-30 | 1 | -57/+81 |
* | Added alias :remove_comments for CommentFilter. | murphy | 2010-03-30 | 1 | -0/+1 |
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 12 | -23/+113 |
* | Renamed token_classes to token_kinds (closes #122). | murphy | 2010-03-30 | 5 | -106/+135 |
* | Renamed Terminal encoder, cleanups. | murphy | 2010-01-06 | 2 | -7/+8 |
* | Encoders::HTML#token's second parameter is no longer optional. | murphy | 2010-01-06 | 1 | -1/+1 |
* | Cleanups. | murphy | 2010-01-06 | 1 | -2/+2 |
* | Cleanup. | murphy | 2010-01-01 | 1 | -1/+1 |
* | Fixed example tests. | murphy | 2009-12-31 | 3 | -4/+67 |
* | JSON encoder: New format to preserve all information and be more accessible f... | murphy | 2009-12-30 | 1 | -2/+47 |
* | Cleanup. | murphy | 2009-12-30 | 1 | -2/+1 |
* | Filters: Cleanups, refactorization, tests. | murphy | 2009-12-30 | 3 | -6/+144 |
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t... | murphy | 2009-12-28 | 1 | -0/+137 |
* | LinesOfCode: Language dependent via KINDS_NOT_LOC, documentation. | murphy | 2009-10-18 | 1 | -1/+16 |
* | TokenClassFilter: Support for :exclud => :all. | murphy | 2009-10-18 | 1 | -2/+3 |
* | We don't need Tokens encoder any more. | murphy | 2009-10-10 | 1 | -44/+0 |
* | Added LinesOfCode encoder (issue #123) - simple version. | murphy | 2009-06-29 | 1 | -0/+19 |
* | Renamed TokenFilter to TokenClassFilter. | murphy | 2009-06-28 | 2 | -5/+5 |
* | Added a Filter class; filters inherit from it and yield tokens. | murphy | 2009-06-20 | 3 | -11/+27 |