summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html/css.rb
Commit message (Expand)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 bugs...Kornelius Kalnbach2011-08-191-1/+1
* 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
* Optimized CSS styles, improved coderay_suite, new HTML test.murphy2008-09-241-1/+1
* New: *JavaScript Scanner* (closes #23).murphy2008-09-161-8/+13
* rake test now runs in debug mode.murphy2006-07-111-65/+65
* 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
* Fixed HTML encoder.murphy2006-03-151-1/+1
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-1/+1
* New Style system added - still beta.murphy2005-11-131-111/+22
* New helper module scheme, step 3murphy2005-11-051-0/+155