]> git.lyx.org Git - lyx.git/history - lib/scripts/legacy_lyxpreview2ppm.py
Revert "DocBook: add new layout parameter DocBookWrapperMergeWithPrevious."
[lyx.git] / lib / scripts / legacy_lyxpreview2ppm.py
2020-03-22 Enrico ForestieriAmend bd6d09fc
2020-03-14 Enrico ForestieriFix Python 3 issues when generating preview snippets
2017-07-11 Juergen SpitzmuellerLoad color before polyglossia also in preview snippets
2017-07-09 Enrico ForestieriFix bug #10718
2017-05-12 José Matospython3: fix the preview framework to work with both...
2017-05-11 José Matospython3: fix the preview framework to work with both...
2017-05-09 José Matospython3: fix the preview framework to work with both...
2016-06-08 Georg BaumMake scripts python3 compatible
2015-06-03 Enrico ForestieriMissing bits from 07169c7b
2015-06-03 Enrico ForestieriReport how many preview snippets fail.
2015-06-02 Enrico ForestieriFix some preview issues reported on the devel list.
2015-04-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2015-04-29 Enrico ForestieriDo not show previews of snippets that produce latex...
2015-04-29 Enrico ForestieriCorrectly indicate the failing converter
2015-04-29 Enrico ForestieriAmend 75f7eafd
2015-04-29 Enrico ForestieriTry even harder to obtain an instant preview
2015-04-27 Enrico ForestieriUse pdftocairo (if available) for instant preview.
2015-04-26 Enrico ForestieriFix bug #7850 (Preview of inline math misaligned)
2014-04-21 Richard HeckReturn an error if LaTeX is unable to compile the file.
2014-01-28 Richard HeckRemove the shebang line from our python scripts, per...
2012-01-10 Julien RiouxAdd gswin64c as possible executable in legacy_lyxprevie...
2011-10-03 Julien Riouxlyxpreview: Simplify the color handling.
2011-10-03 Julien Riouxlyxpreview: Handle bibtex-generated references and...
2011-09-27 Enrico ForestieriFix another thinko from r38243.
2011-09-11 Julien RiouxRefine the lyxpreview legacy conversion (the ghostscrip...
2011-09-11 Julien RiouxBetter error and progress messages for lyxpreview.
2011-09-11 Julien RiouxSome clean up of the lyxpreview code.
2011-09-11 Julien RiouxStylictic-only changes to lyxpreview.
2011-04-05 Pavel SandaMostly documentation for the pythonic part of instant...
2011-04-04 Julien Riouxrevert r37696 and apply a fallback mechanism to pdflatex
2011-01-20 Enrico ForestieriFix bug #6720 (Better error handling of instant preview)
2008-08-18 Jürgen Spitzmüller** proper implementation of pLaTeX by Tetsuya Makimura...
2008-07-02 Jürgen Spitzmüller*** Extend preview scripts to also handle PDF output...
2007-10-22 Uwe Stöhrconfigure.py, legacy_lyxpreview2ppm.py, lyxpreview2bitm...
2006-08-08 José MatoxConvert python scripts to utf-8.
2006-07-17 Bo PengRemove hardcoded option -tt from python scripts
2006-06-30 Georg BaumCall python with the -tt switch to make mixed tab/space...
2006-02-24 Jean-Marc Lasgouttesbug 2167: previews badly placed when ascent or descent...
2005-09-21 Angus LeemingJ�rgen S's fix to bug 1817.
2005-06-16 Angus LeemingUse gswin32c rather than gswin32 on Windows.
2005-05-08 Angus LeemingDo not quote the name of the executable when spawning...
2004-10-08 José MatoxReplace os.getenv(x) by os.environ[x] for compatibility...
2004-08-09 Angus LeemingMove common code into a 'tools' file.
2004-05-19 Angus LeemingAppend ".exe" to the name of the searched-for program...
2004-05-18 Angus LeemingSearch for "gswin32" also when looking for ghostscript.
2004-05-04 José Matoxfix wrong point for writing in temporary file
2004-05-03 José Matoxfix bug with python 2.3 and
2004-04-19 Angus LeemingRe-enable preview generation using dvips, gs and pnmcrop.