]> git.lyx.org Git - lyx.git/history - src/output_xhtml.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / output_xhtml.h
2020-12-05 Richard Kimberly... Change name in source files
2020-10-16 Yuriy SkalkoRemove unused headers in output_xhtml.h
2020-10-14 Pavel SandaMove docstream.h from output_xhtml.h
2020-06-15 Pavel SandaRename-XHTMLStream-to-XMLStream #2.
2020-06-15 Pavel SandaAmend a6b07608d8e9de24, took older patch.
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2019-09-13 Jean-Marc LasgouttesFollow some of the performance advice from cppcheck
2017-04-04 Uwe StöhrAdd support to cross out characters
2016-07-10 Richard HeckRename some variables and routines.
2016-07-10 Richard HeckUpdate XHTML debugging code a bit.
2016-07-10 Richard HeckWrite magic paragraph label to main paragraph tag.
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2015-10-15 Georg BaumFix std::string docstream output error
2015-09-13 Georg BaumMake destructor virtual
2014-04-30 Stephan Wittstruct with virtual functions should have virtual destr...
2013-05-14 Vincent van RavesteijnFix MSVC warnings
2013-05-13 Richard HeckGet font sizes working for XHTML.
2013-05-13 Richard HeckXHTML support for font shapes.
2013-05-13 Richard HeckRework that way that font tags are handled in XHTML...
2013-05-13 Richard HeckRework the way the parsep tag is handled, and introduce...
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.