summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-201-1/+2
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-194-8/+5
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-1914-44/+88
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
|
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-046-28/+31
|
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-252-8/+7
|
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-6/+6
|
* found a better name for this variablemurphy2011-06-111-5/+5
|
* cleanupsmurphy2011-06-111-6/+5
|
* fix XML encoder (make token methods public)murphy2011-06-111-8/+8
|
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-213-11/+13
|
* #299 fix transparent tokensmurphy2011-05-211-10/+8
|
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-202-33/+31
|
* renamed pre_* token kinds to predefined_*murphy2011-04-173-12/+6
|
* updating terminal encoder a bitmurphy2011-03-071-4/+3
|
* lines of code, still not working properlymurphy2011-03-071-2/+6
|
* Use autoload in HTML encoder; speedup for :css => :class mode.murphy2011-03-011-11/+17
|
* Code cleanup.murphy2010-11-211-2/+4
|
* Cleanup of debug encoder.murphy2010-10-151-12/+10
|
* Fixed Null encoder.murphy2010-10-151-8/+6
|
* Code cleanups in HTML encoder.murphy2010-10-151-29/+24
|
* Fixed Count encoder.murphy2010-10-151-0/+2
|
* Fixed line token classes when using hints.murphy2010-09-221-1/+5
|
* Fix invalid HTML markup for line tokens (use span + CSS instead of div).murphy2010-09-221-3/+3
|
* Fixed HTML encoder :hint => info option.murphy2010-08-231-1/+1
|
* Made token methods of JSON encoder public.murphy2010-06-291-4/+5
|
* Made token methods of Statisic encoder public.murphy2010-06-291-31/+33
|
* General cleanup to Encoders::HTML::Output module: Numbering is now a bit ↵murphy2010-06-291-19/+16
| | | | less obtrusive.
* 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, ↵murphy2010-06-291-5/+9
| | | | Scanner, Tokens, and Encoders::HTML.
* LOC encoder uses faster to_s encoder now and prints a more useful warning ↵murphy2010-06-291-51/+2
| | | | when no scanner was assigned.
* Encoder#to_proc is obsolete.murphy2010-06-291-5/+0
|
* Improved JSON encoder: Loading of json library in JRUBY, error messages, ↵murphy2010-06-291-35/+14
| | | | "early death" by loading it when the encoder is loaded.
* Removing tests from library files. They live now in test/unit.murphy2010-06-298-329/+2
|
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-273-33/+17
|
* Trying out a simplified, faster method of HTML encoding.murphy2010-06-271-42/+41
|
* Cleanups in Encoders::HTML::Output.murphy2010-06-013-10/+4
|
* Fixed Text Encoder.murphy2010-06-011-2/+25
|
* Cleanup, documentation and enhancements to the Filters:murphy2010-05-184-32/+111
| | | | | | | * TokenKindFilter handles groups (closes #223). * Added :docstring to the default KINDS_NOT_LOC list. * Also fixed a problem with the :tokens option in Scanners.
* 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
| | | | | Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile.
* HTML encoder is HTML 5 and CSS 3 compatible (closes #215).murphy2010-04-022-6/+3
| | | | | | | | This also means it's incompatible to previous versions of HTML and CSS. Also, the output may not show correctly on IE. I officially drop support for Internet Explorer with no regrets.
* 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 ↵murphy2010-03-311-1/+1
| | | | colors.
* Improved Terminal encoder (documentation, handling of line tokens).murphy2010-03-301-57/+81
|