]> git.lyx.org Git - lyx.git/history - src/output_xhtml.h
Rework how paragraph ids are handled.
[lyx.git] / src / output_xhtml.h
2013-05-13 Richard HeckRework how paragraph ids are handled.
2013-05-13 Richard HeckReorganize the TagStack objects.
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-08 Richard HeckWe need to check, in closeFontTags(), for the case...
2012-04-08 Richard HeckThe isTagOpen() routine can be const.
2012-04-08 Richard HeckDebugging code for the tag stack, disabled by default.
2011-06-20 Richard HeckFix bug #7634. Make sure we clear the tag deque if...
2011-04-03 Richard HeckThe mechanism for closing font tags at the end of a...
2011-04-01 Richard HeckClean up XHTML output a bit.
2010-12-02 Richard HeckNo need for two different containers here.
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-09-15 Richard HeckAdd XHTMLStream::operator<<(char). Failure to have...
2010-09-15 Richard HeckAdd alignment to default CSS.
2010-07-02 Jean-Marc Lasgouttesuninitialized variable
2010-01-19 Richard HeckRemove things to be removed.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-12 Richard HeckThis sorts the index entries and writes each one's...
2009-11-28 Richard HeckRestore XHTML output for InsetLabel and InsetRef. There...
2009-11-25 Richard HeckAuto-escape attributes.
2009-11-19 Richard HeckInsetQuote works again.
2009-11-19 Richard HeckRestore InsetNewline.
2009-11-19 Richard HeckTwo things here:
2009-11-19 Richard HeckInset::xhtml(XHTMLStream &, ...)
2009-11-19 Richard HeckComments.
2009-11-19 Richard HeckRestore basic paragraph output for XHTML. The insets...
2009-11-19 Richard HeckI am now going to proceed to break XHMTL output, and...
2009-11-19 Richard HeckReorganize a bit, and take the new stuff out of the...
2009-11-19 Richard HeckThis is the custom stream for XHTML output. It isn...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-06-11 Richard HeckGet InsetBibitem working, and the output for LATEX_BIB_...
2009-06-05 Richard HeckHow did I forget to do that?!
2009-06-05 Richard HeckBetter control for tag output. This helps a little.
2009-06-05 Richard HeckImprove tag output routines.
2009-06-05 Richard HeckForgot to add these before.