]> git.lyx.org Git - lyx.git/history - src/output_xhtml.cpp
This commit does two things.
[lyx.git] / src / output_xhtml.cpp
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?!
2009-06-05 Richard HeckOutput cosmetics, mostly. Get the newlines better.
2009-06-05 Richard HeckCosmetics
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.