aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)Author
2008-03-27Added <h3> tag in HTML file output that contains the name of the source file.Ted Kremenek
2008-03-24Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edgesTed Kremenek
2008-03-19Added HTML highlighting for ranges.Ted Kremenek
2008-03-19Change colors of HTML message bubble.Ted Kremenek
2008-03-19More CSS enhancements to HTML code printing.Ted Kremenek
2008-03-19Misc. cleanups to HTML printing: make code rendered using tables; addTed Kremenek
2008-03-19Initial experimentation with adding boxed "annotations" to HTMLized source.Ted Kremenek
2008-03-19Moved generation of html header/footer with builtin CSS to the rewriter library.Ted Kremenek
2008-03-19More cleanups to the HTML rewriter (with line formatting), with betterTed Kremenek
2008-03-19Change "style" to "class" in HTML output.Ted Kremenek
2008-03-19More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...Ted Kremenek
2008-03-18More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.Ted Kremenek
2008-03-18Some cleanups to the HTMLRewrite API. Added support for printing out lineTed Kremenek
2008-03-18Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag toTed Kremenek
2008-03-18Added the beginning of a set of rewriter functions for pretty-printing sourceTed Kremenek