aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/HTMLRewrite.cpp
AgeCommit message (Expand)Author
2008-10-12Change how raw lexers are handled: instead of creating them and thenChris Lattner
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2008-08-31Patch by Kovarththanan Rajaratnam!Ted Kremenek
2008-08-16honor EscapeSpaces in 2nd overload of EscapeText()Nico Weber
2008-07-11Add CSS for word wrapping of long message bubbles.Ted Kremenek
2008-07-07In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek
2008-04-19replace form feeds with an <hr> tag.Chris Lattner
2008-04-18Provide a version of html::HighlightMacros that takes a Preprocessor&.Ted Kremenek
2008-04-18Make tab insertion really right: the number of spaces insertedChris Lattner
2008-04-18Use HTML5 doctype when generating HTML.Ted Kremenek
2008-04-18Updated CSS colors. Patch by Cedric Venet!Ted Kremenek
2008-04-17Fix a problem noticed by Nuno, where we wouldn't escape characters in Chris Lattner
2008-04-17class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek
2008-04-17don't give macros a backgroundChris Lattner
2008-04-17Make sure popup is on top over other spans. wrap long line.Chris Lattner
2008-04-17Add support in HTML macro expansion for hovering over a macro and automaticallyTed Kremenek
2008-04-17insert macro expansions into floating divs. For now, they are always displayed,Chris Lattner
2008-04-16correctly hilight multi-line macro definitions and otherChris Lattner
2008-04-16Make HighlightRange correctly handle multi-line ranges. This causes us to Chris Lattner
2008-04-16add a new HighlightRange API, it doesn't handle multiline rangesChris Lattner
2008-04-16reenable highlighting of (the first line of) commentsChris Lattner
2008-04-16switch from relexing with the preprocessor to do syntax highlighting to relexingChris Lattner
2008-04-16Take a stab at highlighting #defines and #includes. This doesn't work yet.Chris Lattner
2008-04-16Syntax highlight keywords. I assume someone else will pick less appaling col...Chris Lattner
2008-04-16split syntax highlighting of macros from keywords and comments,Chris Lattner
2008-04-16Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner
2008-04-16Switch AddLineNumbers to hack on a rewritebuffer instead of on a Chris Lattner
2008-04-16In html::EscapeText, instead of going through the rewriter withChris Lattner
2008-04-16switch AddLineNumber to use a SmallString instead of sstream. ThisChris Lattner
2008-04-15For HTML diagnostics, output more information about a bug report.Ted Kremenek
2008-04-09Micro-optimization: Don't use ostringstream when using a C-string literalTed Kremenek
2008-04-08Don't expand tabs in EscapeText, but rather expand them when writing outTed Kremenek
2008-04-08When substituting tabs during HTMLification, only add "&nbsp;" 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