- 0b5892e Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 17 years ago
- 7b6f67b Patch by Csaba Hruska! by Ted Kremenek · 17 years ago
- b67c606 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 17 years ago
- efd9994 honor EscapeSpaces in 2nd overload of EscapeText() by Nico Weber · 17 years ago
- da069d8 Add CSS for word wrapping of long message bubbles. by Ted Kremenek · 17 years ago
- 9ff5744 In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! by Ted Kremenek · 17 years ago
- b811500 replace form feeds with an <hr> tag. by Chris Lattner · 17 years ago
- a8c6aa8 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 17 years ago
- 8e4b068 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 17 years ago
- 0f638a0 Use HTML5 doctype when generating HTML. by Ted Kremenek · 17 years ago
- 8fdc2b5 Updated CSS colors. Patch by Cedric Venet! by Ted Kremenek · 17 years ago
- ba6d7a8 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 17 years ago
- 4e9899f class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
- 0287a2f don't give macros a background by Chris Lattner · 17 years ago
- 43f1f7d Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 17 years ago
- aeab7ff Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 17 years ago
- 2d58fd9 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 17 years ago
- 64293f8 correctly hilight multi-line macro definitions and other by Chris Lattner · 17 years ago
- af0100e Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 17 years ago
- 7e0d2dd add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 17 years ago
- 9e0df79 reenable highlighting of (the first line of) comments by Chris Lattner · 17 years ago
- 926d24a switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 17 years ago
- 16d31b6 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 17 years ago
- 3c664f6 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 17 years ago
- 9de65d0 split syntax highlighting of macros from keywords and comments, by Chris Lattner · 17 years ago
- 21f72d6 Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 17 years ago
- 4cec419 Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 17 years ago
- abe984e In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 17 years ago
- 245af68 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 17 years ago
- 71e55fc For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 17 years ago
- 4540f5c Micro-optimization: Don't use ostringstream when using a C-string literal by Ted Kremenek · 17 years ago
- 88aeff9 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 17 years ago
- 006dbb1 When substituting tabs during HTMLification, only add " " when we are by Ted Kremenek · 17 years ago
- f41e52f Add ids for line numbers, allowing us to jump to arbitrary line numbers within by Ted Kremenek · 17 years ago
- 2dc5ab1 Tweak message bubble color (gold) by Ted Kremenek · 17 years ago
- ac68ada fix css font name, patch by Cédric Venet by Chris Lattner · 17 years ago
- a51e21d Some cleanups in EscapeText and AddLineNumbers. Still investigating performance by Ted Kremenek · 17 years ago
- fa751d0 CSS tweaking on blue boxes. by Ted Kremenek · 17 years ago
- 388b373 Blue diagnostic boxes. by Ted Kremenek · 17 years ago
- d8a68b2 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 17 years ago
- cd2eb9b Better handling for tabs with message bubbles. by Ted Kremenek · 17 years ago
- 0350e11 Minor CSS tweaking (smaller h1 tags). by Ted Kremenek · 17 years ago
- 57ba65c Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 17 years ago
- dfb08d4 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 17 years ago
- 5160a87 Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges by Ted Kremenek · 17 years ago
- 9c2c0ef Added HTML highlighting for ranges. by Ted Kremenek · 17 years ago
- 948d4cc Change colors of HTML message bubble. by Ted Kremenek · 17 years ago
- 0d43116 More CSS enhancements to HTML code printing. by Ted Kremenek · 17 years ago
- b8b86e2 Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 17 years ago
- e1a79d8 Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago
- 0735c17 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 17 years ago
- 0b6b3f4 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 17 years ago
- 9b841b3 Change "style" to "class" in HTML output. by Ted Kremenek · 17 years ago
- 90588af More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 17 years ago
- a388184 More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 17 years ago
- f08ee32 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 17 years ago
- a8c90dd Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to by Ted Kremenek · 17 years ago
- 24612ae Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 17 years ago