]> git.lyx.org Git - lyx.git/history - src/output_xhtml.cpp
prepare Qt 5.6 builds
[lyx.git] / src / output_xhtml.cpp
2015-10-15 Georg BaumFix std::string docstream output error
2015-09-20 Georg BaumFix missing xhtml output found by cppcheck
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-09-13 Georg BaumWork around a gcc5 bug
2015-05-17 Georg BaumFix indentation
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-04-21 Jean-Marc LasgouttesFix various warnings issued by clang++.
2013-07-17 Richard HeckFix crash reported by Scott on the list. The test on...
2013-05-13 Richard HeckGet font sizes working for XHTML.
2013-05-13 Richard HeckGet font families 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.
2013-05-02 Richard HeckRe-rename. The last renaming broke monolithic compilation.
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-25 Richard HeckJust a bit of renaming.
2013-03-27 Richard HeckForgot to include "u" as a font tag.
2013-03-27 Richard HeckHandle other text ranges in XHTML output.
2013-03-18 Richard HeckFix bug #8598. We need to use the masterBuffer's counte...
2013-02-09 Richard HeckChange LabelType Top_Environment to LabelType Above...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-07-22 Juergen SpitzmuellerCompile fix
2012-07-21 Richard HeckFix a long-standing FIXME by resetting only the counter...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-04-30 Vincent van RavesteijnFix bug #8078: Assertions in xhtml output on Windows
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-08 Richard HeckThe logic of the endParagraph() routine is wrong. We...
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.
2012-04-03 Richard HeckFix error output for XHTML a bit.
2011-06-20 Richard HeckFix bug #7634. Make sure we clear the tag deque if...
2011-05-03 Richard HeckFix bug #7463: XHTML View>Source now shows only the...
2011-04-19 Richard HeckRevert r38431 for now, at least. Thanks to Enrico for...
2011-04-18 Richard HeckNow how do you think that happened?
2011-04-18 Richard HeckRemove pointless variable.
2011-04-18 Richard HeckRemove pointless variable.
2011-04-03 Pavel SandaFix compilation, Richard please check this.
2011-04-03 Richard HeckThe mechanism for closing font tags at the end of a...
2011-04-03 Richard HeckMore font tags.
2011-04-01 Richard HeckStyle.
2011-04-01 Richard HeckClean up XHTML output a bit.
2010-12-03 Vincent van RavesteijnCompile fix for r36670.
2010-11-24 Richard HeckChange the escaping mechanism for XHTML output and...
2010-11-17 Richard HeckBetter way of doing these checks, suggested by Enrico.
2010-11-17 Richard HeckBe more careful here about isalpha and isalnum. Per...
2010-10-17 Richard HeckFix bug #6953.
2010-09-15 Pavel SandaRevert 35400 for the time being, crashes here.
2010-09-15 Richard HeckMinor simplification.
2010-09-15 Richard HeckAllow alignment customization in environments.
2010-09-15 Richard HeckAllow alignment customization in environments.
2010-09-15 Richard HeckAdd XHTMLStream::operator<<(char). Failure to have...
2010-09-15 Richard HeckHandle forced alignments, at least in ordinary paragraphs.
2010-09-15 Richard HeckAdd alignment to default CSS.
2010-09-15 Richard HeckFix HTMLLabelFirst handling in non-list environments...
2010-03-31 Pavel SandaNext headers
2010-01-21 Richard HeckUse cached label.
2010-01-21 Richard HeckKill a (public) magic boolean.
2010-01-20 Richard HeckProper output of counters in appendix.
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-19 Richard HeckAdd a FIXME.
2010-01-19 Richard HeckRemove half a comment?
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2010-01-14 Richard HeckThe fortoc argument I introduced earlier should all...
2010-01-14 Richard HeckDon't access empty iterators.
2010-01-12 Richard HeckThis sorts the index entries and writes each one's...
2010-01-08 Richard HeckUnnecessary whitespace is bad in XHTML.
2010-01-06 Richard HeckWhitespace.
2010-01-06 Richard HeckMove into proper scope.
2009-12-14 Richard HeckThese add extra whitespace where we don't want it.
2009-12-10 Richard HeckNow how do you think that happened?
2009-12-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-12-07 Vincent van RavesteijnCitationUI and InsetMathChar:
2009-12-03 Richard HeckOnly step counters we have.
2009-11-30 Richard HeckI seem to have been testing for the same thing twice...
2009-11-28 Richard HeckRestore XHTML output for InsetLabel and InsetRef. There...
2009-11-25 Richard HeckAuto-escape attributes.
2009-11-22 Vincent van RavesteijnInitialize nextraw_. The first character of the outputt...
2009-11-21 Richard HeckDon't escape the deferred stuff.
2009-11-19 Richard HeckInsetQuote works again.
2009-11-19 Richard HeckThis inner tag thing turns out to be a bad idea, since...
2009-11-19 Richard HeckSorry, I didn't mean to commit all that. Let's try...
2009-11-19 Richard HeckThe default tag for an InsetLayout should depend upon...
2009-11-19 Richard HeckIn non-MultiPar insets, we do not want to output paragr...
2009-11-19 Richard HeckFix output of LATEX_LIST_ENVIRONMENT and remove obsolet...
2009-11-19 Richard HeckWhoops.
2009-11-19 Richard HeckTwo things here:
2009-11-19 Richard HeckBug fix for font output.
2009-11-19 Richard HeckRather than do checks for empty tags elsewhere, accept...
2009-11-19 Richard HeckFix typo.
2009-11-19 Richard HeckInset::xhtml(XHTMLStream &, ...)
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-11-14 Richard HeckHTML escaping for docstrings.
next