]> git.lyx.org Git - lyx.git/history - src/sgml.cpp
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / sgml.cpp
2016-07-31 Guillaume MunchMake static counters atomic
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-26 Richard HeckWhoops. Forgot to add before amending commit.
2014-10-26 Richard HeckMake static variables used in DocBook output thread...
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 Richard HeckThis is the result of an audit of all static variables...
2013-04-14 José Matossgml: ignore paragraphs named *dummy*
2010-01-20 Richard HeckMake the new argument to step() mandatory, and add...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
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...
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-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-06 André Pönitzsimplification
2007-11-06 André Pönitzwe assume (more or less) conforming compilers nowadays.
2007-11-01 André Pönitzcosmetics. mainly replace #include "dostring.h" by...
2007-09-29 André Pönitzcosmetics
2007-09-20 Abdelrazak Younesshut down conversion warning and unicode fix.
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André PönitzLyXText -> Text
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/