aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)Author
2008-04-08When substituting tabs during HTMLification, only add " " when we areTed Kremenek
2008-04-07Add ids for line numbers, allowing us to jump to arbitrary line numbers withinTed Kremenek
2008-04-07Tweak message bubble color (gold)Ted Kremenek
2008-04-06fix css font name, patch by Cédric VenetChris Lattner
2008-04-03Some cleanups in EscapeText and AddLineNumbers. Still investigating performanceTed Kremenek
2008-04-02CSS tweaking on blue boxes.Ted Kremenek
2008-04-02Blue diagnostic boxes.Ted Kremenek
2008-04-02Added path sequence numbers in HTML output of PathDiagnostics.Ted Kremenek
2008-03-31Better handling for tabs with message bubbles.Ted Kremenek
2008-03-27Minor CSS tweaking (smaller h1 tags).Ted Kremenek
2008-03-27Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek
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