]> git.lyx.org Git - lyx.git/history - src/output_latex.cpp
Account for old versions of Pygments
[lyx.git] / src / output_latex.cpp
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-01-25 Jürgen Spitzmüller** Fix language switch issue introduced by the CJK...
2008-01-14 Jean-Marc Lasgouttes * src/Spacing.cpp (writeBeginEnv, writeEndEnv): add...
2007-12-17 Jürgen Spitzmüller* src/output_latex.{cpp,h}:
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-12-08 Jürgen SpitzmüllerSanitize CJK support (fix bug 3561, 4349 and 4337):
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-23 Jürgen Spitzmüller* src/output_latex.cpp:
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-30 Martin Vermeerconst, sorry
2007-10-30 Martin VermeerFix line count off-by-one for single-par verbatims
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-24 Abdelrazak Younesfix warning.
2007-10-23 Martin VermeerImprove verbatim for RTL
2007-10-22 Martin VermeerSimplify ERT by using verbatim
2007-10-22 Abdelrazak Younes* Paragraph:
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-02 André Pönitzthe delegate patch
2007-09-29 André Pönitzcosmetics
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-07-20 Dov FeldsternCorrectly generate latex for font/language/encoding...
2007-07-05 Dov FeldsternFix "default" encoding to match "auto" encoding except...
2007-06-27 Georg Baumtypo
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-11 Uwe Stöhroutput_latex.cpp: Fix bug 3571:
2007-05-07 Abdelrazak YounesCleanup in order to better understand bug 3043 and...
2007-05-06 Uwe StöhrGeorg's patch for bug 3043:
2007-05-05 Uwe Stöhrforgot this in my last commit
2007-05-05 Uwe Stöhrset infrastructure to allow not to call babel
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout
2007-04-29 André Pönitzrename LyXFont to Font except in tex2lyx
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 Bo PengRename .C ==> .cpp for files in src/