]> git.lyx.org Git - lyx.git/history - src/Converter.cpp
Update status
[lyx.git] / src / Converter.cpp
2018-04-15 Richard HeckMerge branch '2.3.2-staging' into 2.3.x
2018-04-09 Juergen SpitzmuellerLoad hyperref with a suitable driver
2017-09-01 Juergen SpitzmuellerAdd special chain for Modules with OutputFormat for...
2017-08-03 Enrico ForestieriThe shell escape patch
2017-07-31 Enrico ForestieriProperly warn on missing pygmentize command
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2017-04-03 Jean-Marc LasgouttesWhen converting, indicate clearly when buffer should...
2017-03-27 Jean-Marc LasgouttesWhen running latex one needs to have a proper buffer
2017-03-14 Jean-Marc LasgouttesFixup commit 50060053
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-02-04 Juergen SpitzmuellerSupport for multiple bibliographies setting "per child"
2017-01-25 Tommaso Cucinottaturned message about disabled converters from prefs...
2017-01-13 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-12 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-11 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-10 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-09 Juergen Spitzmuellermerge recent changes from master
2017-01-09 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-08 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-05 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-04 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-03 Juergen SpitzmuellerMerge branch 'master' into biblatex2
2017-01-01 Juergen SpitzmuellerUse real command in runparams.bibtex_command
2016-12-19 Tommaso CucinottaFix segfault on null buffer in Converters::checkAuth...
2016-12-08 Guillaume MunchValidate html
2016-12-04 Guillaume MunchCosmetic changes to the needauth dialogs
2016-11-24 Tommaso CucinottaBetter explanations to the user for [244de5d2/lyxgit...
2016-11-23 Tommaso CucinottaLet LyX remember what documents 'needauth' converters...
2016-11-23 Tommaso CucinottaFix missing space in string from [244de5d2/lyxgit].
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-10-21 Richard HeckUse a typedef for vector<Format const *>, which is...
2016-07-11 Juergen SpitzmuellerSimplify BufferParams::bufferFormat()
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2015-09-21 Richard HeckAdd assertions, just to be sure.
2015-05-13 Enrico ForestieriFix bug #4812 (Layout in local directory lost on Save...
2015-05-05 Scott KostyshakDo a fresh compile for preview after error (#9061)
2015-04-07 Scott KostyshakContinue compilation despite errors (#8739)
2015-03-22 Georg BaumLet imagemagick detect file format (bug #2332)
2015-03-20 Scott KostyshakCheck exit code of LaTeX process in LaTeX::run
2015-03-20 Scott KostyshakAllow cloned buffers to give alerts in runLaTeX()
2015-03-20 Scott KostyshakClarify message about an empty file
2015-03-04 Jean-MarcAdd test for null buffer
2015-02-21 Scott KostyshakWhitespace
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-07 Georg BaumEncapsulate Converter class
2014-11-18 Georg BaumMake document_language non-mutable
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2014-02-21 Scott KostyshakAllow $$s converter substitution if 'latex' flag
2013-06-01 Juergen SpitzmuellerTypo.
2013-02-06 Jean-Marc LasgouttesRename Path.h to PathChanger.h (actual name of the...
2012-05-31 Richard HeckProperly initialize variable. This should fix the problem
2012-05-22 Richard HeckAdd "nice" flag for converters, addressing final proble...
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-26 Enrico ForestieriFix bug #8139 and a thinko in [737e9b2c/lyxgit].
2012-04-11 Enrico ForestieriUse the right latex backend when a converter needs...
2012-02-18 Enrico ForestieriCall lyxpak.py using the original (not mangled) documen...
2011-11-27 Georg BaumDo not output parameters twice if the file was not...
2011-10-25 Julien RiouxUnify the handling of converters that specify the resul...
2011-10-25 Julien RiouxPass the encoding to the japanese pLaTeX processor...
2011-09-07 Richard HeckRemove unused code.
2011-08-10 Uwe Stöhrnew export flavor "DVILUATEX", fixes bug #7713, patch...
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-05-12 Enrico ForestieriFix bug #7553 (Crash on latex import, also on html...
2011-05-09 Enrico ForestieriIntroduce the possibility of setting a prefix for the...
2011-03-31 Richard HeckGiven how we are using this exclusion list, it makes...
2011-03-31 Richard HeckRemove unused code.
2011-03-31 Richard HeckSimplify public API by using default argument. More...
2011-03-30 Julien Riouxwith nonTeXFonts, use xelatex to produce the requested...
2011-03-30 Julien Riouxoptionally allow to exclude certain formats, by name...
2011-01-27 Jean-Marc LasgouttesFinish fixing bug #6623 (Sweave cannot read local files)
2011-01-19 Richard HeckMiniscule cleanup in Converters.
2010-11-30 Jürgen Spitzmüller* configure.py:
2010-11-26 Richard HeckFix bug #7045.
2010-11-23 Jürgen Spitzmülleradd basic LuaTeX backend.
2010-10-22 Jean-Marc LasgouttesMake sweave process files with the correct encoding...
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-12-18 Abdelrazak YounesConverter: add a safe guard to Alerts because those...
2009-11-12 Richard HeckRemove redundant code.
2009-11-09 Richard HeckJust some style, and some comments, as I try to figure...
2009-06-05 Richard HeckBasic output routines for HTML.
2009-05-22 Jürgen Spitzmüller* Per-document setting for bibtex and makeindex.
2009-05-02 Jürgen Spitzmüller* add all available formats to view/update others popup...
2009-04-21 Jean-Marc Lasgouttesfix crash when importing LaTeX file
2009-04-16 Jürgen SpitzmüllerIntroduce splitindex support. File format change.
2009-04-16 Jürgen Spitzmüller* Converter.cpp: tell the converters that we are using...
2009-04-06 Jürgen Spitzmüllerstart XeTeX support.
2009-01-21 Pavel SandaEnhance variables for Convertes - add input and origina...
2008-12-13 Peter KümmelCould not convert file: don't warn me to death
2008-07-29 Richard HeckRefresh before checking for equality. Solves problem...
2008-07-29 Abdelrazak YounesConverters::convert(): following r25960 don't use FileN...
2008-04-24 Bo PengRemove remaining embedding bits and minizip
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-01-25 Jürgen Spitzmüller* src/BufferParams.{cpp,h}:
2007-12-16 Abdelrazak Younesheader cleanup.
next