1. 5c9dc5a Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 16 years ago
  2. 70bcba6 Micro-optimization: Don't use ostringstream when using a C-string literal by Ted Kremenek · 16 years ago
  3. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 16 years ago
  4. 4ce32cb When substituting tabs during HTMLification, only add " " when we are by Ted Kremenek · 16 years ago
  5. 356708c Add ids for line numbers, allowing us to jump to arbitrary line numbers within by Ted Kremenek · 16 years ago
  6. 7e54eed Tweak message bubble color (gold) by Ted Kremenek · 16 years ago
  7. 6ccb91a fix css font name, patch by Cédric Venet by Chris Lattner · 16 years ago
  8. 49cd635 Some cleanups in EscapeText and AddLineNumbers. Still investigating performance by Ted Kremenek · 16 years ago
  9. 9e628a0 CSS tweaking on blue boxes. by Ted Kremenek · 16 years ago
  10. f23621f Blue diagnostic boxes. by Ted Kremenek · 16 years ago
  11. 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 16 years ago
  12. 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 16 years ago
  13. 487f827 Minor CSS tweaking (smaller h1 tags). by Ted Kremenek · 16 years ago
  14. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 16 years ago
  15. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 16 years ago
  16. 9d4e659 Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges by Ted Kremenek · 16 years ago
  17. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 16 years ago
  18. eeacc52 Change colors of HTML message bubble. by Ted Kremenek · 16 years ago
  19. db87ca0 More CSS enhancements to HTML code printing. by Ted Kremenek · 16 years ago
  20. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 16 years ago
  21. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 16 years ago
  22. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 16 years ago
  23. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 16 years ago
  24. f7768bc Change "style" to "class" in HTML output. by Ted Kremenek · 16 years ago
  25. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 16 years ago
  26. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 16 years ago
  27. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 16 years ago
  28. c22efea Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to by Ted Kremenek · 16 years ago
  29. 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 16 years ago
  30. 886c8db Added variant of "InsertText" in the Rewriter to support inserting text both by Ted Kremenek · 16 years ago
  31. 88ad97f Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas by Ted Kremenek · 16 years ago
  32. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago