]> git.lyx.org Git - lyx.git/history - src/output_xhtml.cpp
Update my email and status.
[lyx.git] / src / output_xhtml.cpp
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.
2009-10-27 Richard HeckRename some things to improve clarity.
2009-10-26 Richard HeckTry to deal with one of the big problems here, namely...
2009-10-26 Richard HeckMove the defaults to Layout.
2009-10-26 Richard HeckAllow the suppression of LyX's own labels.
2009-10-26 Richard HeckDon't wrap empty labels.
2009-10-26 Richard HeckThis commit does two things.
2009-10-11 Peter Kümmelfix merged build
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-07-12 Jean-Marc LasgouttesRemove Layout::labelstring_appendix method; add a bool...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-11 Richard HeckFix bibliography output.
2009-06-11 Richard HeckGet InsetBibitem working, and the output for LATEX_BIB_...
2009-06-09 Jean-Marc Lasgouttesfix a few compiler warnings
2009-06-06 Richard HeckNow we can restore the old (and better) behavior of...
2009-06-06 Richard HeckFix a bug. Cosmetics.
2009-06-06 Richard HeckI have no idea why the old version of this file suddenl...
2009-06-06 Richard HeckAdd a couple more HTML* tags to InsetLayout, in a way...
2009-06-06 Richard HeckFix another potentially infinite loop.
2009-06-06 Richard HeckAt least for now, this has to be done differently.
2009-06-06 Richard HeckMake sure the counters get updated.
2009-06-06 Richard HeckImplement lists...though there are problems.
2009-06-05 Richard HeckHow did I forget to do that?!
next