]> git.lyx.org Git - lyx.git/history - src/output_latex.cpp
Account for old versions of Pygments
[lyx.git] / src / output_latex.cpp
2011-01-06 Vincent van RavesteijnRevert r37092. The fix was wrong.
2011-01-03 Vincent van RavesteijnFix bug #7096: Wrong LaTeX export for layouts with...
2010-12-20 Richard HeckSquash warnings. The latter might matter.
2010-12-18 Abdelrazak YounesCoding style/de-indent
2010-12-18 Abdelrazak YounesCoding style.
2010-12-18 Abdelrazak YounesCoding style.
2010-12-18 Abdelrazak YounesTeXOnePar() simplification: use pit_type instead of...
2010-12-18 Abdelrazak YounesTeXOnePar() Be on the safe side and reinitialize runpar...
2010-12-18 Abdelrazak Younesgreatly simplify and comment TeXEnvironment():
2010-12-18 Abdelrazak YouneslatexParagraphs(): code polish.
2010-12-18 Abdelrazak YouneslatexParagraphs(): cleanup a bit and switch to a 'for...
2010-12-18 Abdelrazak YounesLaTeX export small speedup: Introduce RandomAccessList...
2010-12-15 Abdelrazak YounesCleanup: TeXEnvironment doesn't need data.
2010-12-15 Abdelrazak YounesSplit TeXEnvironment() in three functions. The real...
2010-12-15 Abdelrazak Younesget rid of TeXDeeper: this was hiding the recursiveness...
2010-12-15 Abdelrazak Younesa microptimisation and a FIXME.
2010-12-15 Abdelrazak Youneslatex export optimisation step 1: There is no need...
2010-12-08 Jürgen Spitzmüller* output_latex.cpp: fix language nesting (with polyglos...
2010-11-26 Richard HeckRename a bunch of BufferParams to conform to our usual...
2010-11-23 Jürgen Spitzmüllerfurther xetex disambiguation: use the flavor where...
2010-11-22 Jürgen Spitzmüller* Introduce polyglossia support (bug 6576).
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-08-08 Jean-Marc Lasgouttesspacing
2010-08-07 Jean-Marc LasgouttesClean-up the code with respect to PassThru insets and...
2010-06-15 Richard HeckParagraph::latex() always returned false. So remove...
2010-06-15 Richard HeckFix InPreamble. I must have committed an incomplete...
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-03-27 Enrico ForestieriFix #6618: RTL (sub)*section after LTR text doesn't...
2010-02-12 Jürgen SpitzmüllerFix encoding issues in bibitems (bug #6534)
2010-02-09 Enrico ForestieriFix bug #6510: URL in the footnote will cause the ...
2010-01-29 Jürgen Spitzmüller* fix spelling in comments to please John.
2010-01-06 Vincent van RavesteijnFix bug #6387: Incorrect selectlanguage command at...
2009-10-18 Enrico ForestieriRestore the master language at the end of an included...
2009-09-16 Enrico ForestieriProperly reset the stream encoding after an environment...
2009-08-09 Abdelrazak YounesMove depthHook(), outerHook(), isFirstInSequence()...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesText::Inset(): now returns a reference in order to...
2009-08-09 Abdelrazak YounesGet rid of Paragraph::forcePlainLayout().
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-08-03 Enrico ForestieriProperly restore the file encoding after a LaTeX enviro...
2009-07-30 Enrico ForestieriAvoid deferencing a null pointer.
2009-07-30 Enrico ForestieriSimpler fix for bug #5096: Language switch fails in...
2009-07-30 Enrico ForestieriRevert r30800, r30768, r30767, 30766, and r30627. Soon...
2009-07-28 Enrico ForestieriRefine fix for bug #5096: Language switch fails in...
2009-07-25 Enrico ForestieriThis should have gone in r30766.
2009-07-25 Enrico ForestieriMove bracket to the right place, as also suggested...
2009-07-24 Enrico ForestieriSmash another case of missing language switch and also...
2009-07-16 Enrico ForestieriFix bug #5096: Language switch fails in environments.
2009-05-25 Jürgen Spitzmüller* Allow manual setting of bibliography indendation
2009-04-06 Jürgen Spitzmüllerstart XeTeX support.
2009-03-17 Jürgen Spitzmüller* Fix encoding problem following a Listing (bug 5783).
2009-02-11 Richard HeckCosmetics.
2008-12-22 Georg Baumfix potential problems detected by gcc
2008-11-22 Jürgen Spitzmüller* output_latex:cpp:
2008-11-16 Abdelrazak YounesTommaso patch, part 5, lots of thing to cleanup still...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-03 Jürgen Spitzmüller* output_latex.cpp:
2008-11-03 Richard HeckFix bug 5436, at least for the time being.
2008-11-01 Richard HeckWhoops.
2008-10-31 Richard HeckAdd some constness and remove some useless code.
2008-10-31 Richard HeckWhitespace.
2008-10-31 Richard HeckClarify comment.
2008-10-31 Richard HeckIf we're doing this test elsewhere, we should also...
2008-10-31 Richard HeckSome FIXMEs for later, and a little constness.
2008-10-31 Uwe Stöhroutput_latex.cpp: revert last commit as it is too risky...
2008-10-30 Uwe Stöhroutput_latex.cpp: fix regression, reported here: http...
2008-10-21 Jürgen Spitzmüller* output_latex.cpp:
2008-10-14 Jean-Marc Lasgouttesspeed up _a_lot_ switchEncoding() by avoiding an object...
2008-10-13 Pavel SandaFix whitespaces so the diff between branches is not...
2008-09-26 Enrico ForestieriIn mathmode, treat nonascii chars with diacritical...
2008-09-25 Enrico ForestieriWhen in mathmode, always use the mathcommand replacemen...
2008-09-18 Jürgen SpitzmüllerFix bug 448:
2008-08-19 Jürgen Spitzmüllerfinal final touch.
2008-08-18 Jürgen Spitzmüller** proper implementation of pLaTeX by Tetsuya Makimura...
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-20 Jürgen Spitzmüller*** sanitize listing's encoding handling ***
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-09 Jürgen SpitzmüllerBack to CJK sanity I: Fix bug 4698 and 4696.
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-07-02 Jürgen Spitzmüller* src/output_latex.cpp:
2008-06-05 Jürgen Spitzmüller** support for CJK font argument. File Format change **
2008-06-03 Jürgen Spitzmüller* src/output_latex.cpp:
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-22 Richard HeckNow fix the cosmetics.
2008-04-22 Richard HeckWhoops.
2008-04-22 Richard HeckFix bug 4576. Bug was mixed up with Empty Layout stuff...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-26 Enrico ForestieriFix bug 4665:
2008-03-21 André Pönitzsmall optimization
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 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
next