]> git.lyx.org Git - lyx.git/history - src/output_latex.cpp
add short git hash to name of devel disk images to get different names for devel...
[lyx.git] / src / output_latex.cpp
2014-09-01 Juergen Spitzmueller Fix bug with wrong baseline calculation in last paragr...
2014-08-28 Juergen SpitzmuellerRevert "Fix bug with wrong baseline calculation in...
2014-08-12 Richard HeckUse a const ref here. Guess it was a thinko when I...
2014-08-03 Juergen SpitzmuellerFix bug with wrong baseline calculation in last paragraph
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Georg BaumMake LaTeX export threadsafe.
2014-05-27 Enrico ForestieriFix indentation of paragraphs after an environment.
2014-05-21 Enrico ForestieriAdd a required paragraph break.
2014-05-21 Juergen SpitzmuellerOutput arguments required by arguments with default...
2014-05-20 Enrico ForestieriSmall reorganization.
2014-05-20 Enrico ForestieriGeneralize control on double blank lines.
2014-05-20 Juergen SpitzmuellerFix crash due to invalid pos
2014-05-16 Enrico ForestieriAdapt output to the on-screen representation.
2014-05-14 Enrico ForestieriOutput a parbreak after a command.
2014-05-10 Enrico ForestieriFix bugs #8546 and #9055, and introduce new separator...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-03-13 Juergen SpitzmuellerInclude child's own authors when using BufferParams...
2013-11-18 Juergen SpitzmuellerUse the master buffer's param when compiling as a child...
2013-05-20 Juergen SpitzmuellerForce encoding switch when switching from/to CJK, even...
2013-05-20 Juergen Spitzmuellerrevert parts of 53002538 which set wrong local_font
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-02-24 Juergen SpitzmuellerAllow to specify default argument for layout/inset...
2013-01-25 Jean-Marc LasgouttesFix bug #8049: extra empty line at the end of verbatim...
2012-12-30 Georg BaumFix bug #8468: Wrong import of UTF8 CJK.
2012-12-28 Juergen SpitzmuellerSupport for command argument placement after the workar...
2012-12-24 Juergen Spitzmuellerfix latexArgInsets for sequences qith nested paragraphs
2012-12-23 Juergen SpitzmuellerIn multi-par sequences, check for arguments in all...
2012-12-19 Juergen SpitzmuellerMake the \item command in lists customizable
2012-12-10 Juergen SpitzmuellerPossibility to specify a preset argument
2012-11-29 Juergen SpitzmuellerSupport for \item arguments
2012-11-28 Juergen SpitzmuellerProvide option to force a local language switch where...
2012-11-28 Juergen SpitzmuellerPass local font to arguments and assure pass_thru is...
2012-11-26 Juergen SpitzmuellerLaTeXParam and Argument do not necessarily exclude...
2012-11-24 Richard HeckSome minor cleanup of new InsetArguments stuff that...
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' into features/latexargs
2012-11-19 Juergen SpitzmuellerInsetArgument revision, first working version
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-06-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-06-24 Juergen Spitzmuellerdo not output empty language switch commands (bug ...
2012-06-23 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-06-23 Juergen Spitzmuellerfix bug #8208: missing \end for polyglossia-only langua...
2012-06-23 Kornel BenkoMerge branch 'master' of git.lyx.org:lyx
2012-06-23 Juergen Spitzmuellerless opaque bool naming and consistent use
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2011-10-23 Georg BaumFix some bugs related to spaces in math:
2011-09-17 Jürgen Spitzmüllerfinally commit the fix for #7607.
2011-06-02 Richard HeckJust a bit of cleanup.
2011-06-02 Richard HeckFix some typos.
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-25 Jean-Marc Lasgouttesbetter fix to #7239. Actually the whole switch and...
2011-01-16 Richard HeckFix bug #7239, or at least try to do so. We need to...
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...
next