summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html/css.rb
Commit message (Collapse)AuthorAgeFilesLines
* cleanup HTML encoder CSS styles/classes algorithm (#135)Kornelius Kalnbach2013-06-101-7/+7
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-191-1/+1
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* Removing tests from library files. They live now in test/unit.murphy2010-06-291-5/+0
|
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-271-1/+1
|
* Added documentation to encoders; more code cleanups.murphy2010-03-301-3/+3
|
* Changed a $DEBUG raise into a puts (issue #99).murphy2009-05-021-1/+1
| | | | Thanks to sunaku for reporting this.
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-241-1/+1
| | | | | | | * CSS styles are shortened more to optimize HTML output. * Added a longer example file for the HTML Scanner. * coderay_suite prints more accurate and sensible benchmarks.
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-8/+13
| | | | | | | | | | | * It's quite good and fast, but still a beta. * I included Prototype and script.aculo.us as example code for testing. More changes: * Added two new token classes, :keyword and :key, along with CSS styles. ** Actually, we should use :keyword for most scanners that now use :reserved. * HTML Encoder: The CSS parser understands multiple selectors separated by commas.
* rake test now runs in debug mode.murphy2006-07-111-65/+65
| | | | All .rb files converted to UNIX format (where did the \r come from?)
* Big re-indenting - no more tabs!murphy2006-07-101-54/+54
|
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-2/+4
|
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-4/+1
| | | | | | | | | | ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed.
* Fixed HTML encoder.murphy2006-03-151-1/+1
| | | | | Changed HTML::CSS.load_stylesheet behaviour.
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-1/+1
| | | | | Fixes in the coderay_rdoc_template.
* New Style system added - still beta.murphy2005-11-131-111/+22
| | | | | | | | Demos adjusted coderay.rb, encoders/html.rb, encoders/div.rb adjusted. encoders/html/* files rebuild.
* New helper module scheme, step 3murphy2005-11-051-0/+155