]> git.lyx.org Git - lyx.git/history - src/Converter.cpp
prepare Qt 5.6 builds
[lyx.git] / src / Converter.cpp
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.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
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-05 Abdelrazak YounesRevert part of 21965 which was debugging code.
2007-12-05 Abdelrazak YounesIntroducing FileNameList, cleanup some headers and...
2007-12-02 Peter Kümmelreduce <vector> include from 73 to 3
2007-12-02 Peter Kümmelmove funtion with std::vector to filetools
2007-12-01 Peter Kümmelfix memory leak, cleanup FileName interface
2007-11-30 André PönitzI'll find a solution for the 'dirList problem', Abdel.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-27 Abdelrazak YounesIntroducing FileName::dirList() to replace the one...
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-15 André Pönitzreduce line noise
2007-11-13 André Pönitzcosmetics
2007-11-10 André Pönitzcosmetics
2007-10-25 André Pönitzdissolve Importer 'class' to LyXFunc/Converter
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-12 Jürgen Spitzmüller* src/Converter.cpp:
2007-06-19 Richard HeckRemove now unused originaldir flag from Converter....
2007-06-15 Abdelrazak YounesSaves some compile time by diminishing Buffer.h header...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/