]> git.lyx.org Git - lyx.git/history - src/output_docbook.cpp
Buffer param \cite_engine_type (authoryear|numerical).
[lyx.git] / src / output_docbook.cpp
2011-10-30 Vincent van RavesteijnMerge remote-tracking branch 'lyxit/vfr/docbook-fix...
2010-03-31 Pavel SandaNext headers
2010-01-21 Richard HeckKill a (public) magic boolean.
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-06-06 Richard HeckAdd a note about docbook() problems.
2009-06-05 Richard HeckBasic output routines for HTML.
2009-05-21 Uwe Stöhrremove unused includes of convert.h
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-26 André Pönitzless code and the DUUOB award for output_docbook.cpp
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-02 André Pönitzthe delegate patch
2007-09-29 André Pönitzcosmetics
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-26 Bo PengRename .C ==> .cpp for files in src/