index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Rewrite
/
HTMLRewrite.cpp
Age
Commit message (
Expand
)
Author
2008-04-16
Syntax highlight keywords. I assume someone else will pick less appaling col...
Chris Lattner
2008-04-16
split syntax highlighting of macros from keywords and comments,
Chris Lattner
2008-04-16
Add a mode of hackily syntax highlighting comments. This has a number of
Chris Lattner
2008-04-16
Switch AddLineNumbers to hack on a rewritebuffer instead of on a
Chris Lattner
2008-04-16
In html::EscapeText, instead of going through the rewriter with
Chris Lattner
2008-04-16
switch AddLineNumber to use a SmallString instead of sstream. This
Chris Lattner
2008-04-15
For HTML diagnostics, output more information about a bug report.
Ted Kremenek
2008-04-09
Micro-optimization: Don't use ostringstream when using a C-string literal
Ted Kremenek
2008-04-08
Don't expand tabs in EscapeText, but rather expand them when writing out
Ted Kremenek
2008-04-08
When substituting tabs during HTMLification, only add " " when we are
Ted Kremenek
2008-04-07
Add ids for line numbers, allowing us to jump to arbitrary line numbers within
Ted Kremenek
2008-04-07
Tweak message bubble color (gold)
Ted Kremenek
2008-04-06
fix css font name, patch by Cédric Venet
Chris Lattner
2008-04-03
Some cleanups in EscapeText and AddLineNumbers. Still investigating performance
Ted Kremenek
2008-04-02
CSS tweaking on blue boxes.
Ted Kremenek
2008-04-02
Blue diagnostic boxes.
Ted Kremenek
2008-04-02
Added path sequence numbers in HTML output of PathDiagnostics.
Ted Kremenek
2008-03-31
Better handling for tabs with message bubbles.
Ted Kremenek
2008-03-27
Minor CSS tweaking (smaller h1 tags).
Ted Kremenek
2008-03-27
Add html::EscapeText for std::string; use this function to escape text in mes...
Ted Kremenek
2008-03-27
Added <h3> tag in HTML file output that contains the name of the source file.
Ted Kremenek
2008-03-24
Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges
Ted Kremenek
2008-03-19
Added HTML highlighting for ranges.
Ted Kremenek
2008-03-19
Change colors of HTML message bubble.
Ted Kremenek
2008-03-19
More CSS enhancements to HTML code printing.
Ted Kremenek
2008-03-19
Misc. cleanups to HTML printing: make code rendered using tables; add
Ted Kremenek
2008-03-19
Initial experimentation with adding boxed "annotations" to HTMLized source.
Ted Kremenek
2008-03-19
Moved generation of html header/footer with builtin CSS to the rewriter library.
Ted Kremenek
2008-03-19
More cleanups to the HTML rewriter (with line formatting), with better
Ted Kremenek
2008-03-19
Change "style" to "class" in HTML output.
Ted Kremenek
2008-03-19
More cleanups to HTML rewriter API: remove the InsertTag method; was too comp...
Ted Kremenek
2008-03-18
More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing.
Ted Kremenek
2008-03-18
Some cleanups to the HTMLRewrite API. Added support for printing out line
Ted Kremenek
2008-03-18
Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to
Ted Kremenek
2008-03-18
Added the beginning of a set of rewriter functions for pretty-printing source
Ted Kremenek
[prev]