]> git.lyx.org Git - lyx.git/history - src/output_docbook.cpp
Disable CheckTeX while buffer is processed
[lyx.git] / src / output_docbook.cpp
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-07-04 Stephan WittFix missing includes after change 670efa8f646218f2a378f...
2016-01-10 Stephan WittCall lyx::next and lyx::prev explicitely. In case libc...
2015-10-10 Georg BaumRemove unused variables
2015-05-15 Georg BaumFix compilation with boost 1.58
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
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-05-02 Vincent van RavesteijnFix bug #7914: Freeze on docbook export of lists and...
2012-03-19 Richard HeckFix bug #7975 following suggestions made by JMarc there.
2012-03-13 Richard HeckStyle.
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/