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