]> git.lyx.org Git - lyx.git/history - lib/scripts/lyxpreview2bitmap.py
Add tableaux to outliner
[lyx.git] / lib / scripts / lyxpreview2bitmap.py
2015-06-24 Enrico ForestieriProperly account for font size when generating previews
2015-06-20 Enrico ForestieriUse the draft option for microtype
2015-06-19 Enrico ForestieriFix a couple of issues with macros and previews
2015-06-14 Enrico ForestieriReplacement for commits bc47054b and ad0d0f6d
2015-06-03 Enrico ForestieriAccount for the trailing optional argument of \usepackage.
2015-06-03 Enrico ForestieriReport how many preview snippets fail.
2015-06-02 Enrico ForestieriCorrectly escape backslashes.
2015-06-02 Enrico ForestieriFix some preview issues reported on the devel list.
2015-04-30 Juergen SpitzmuellerProperly fix #6369
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 ForestieriForgot to escape the dot
2015-04-29 Enrico ForestieriCorrect progress message
2015-04-29 Enrico ForestieriDetect hyperref when generating previews
2015-04-29 Enrico ForestieriAmend 75f7eafd
2015-04-29 Enrico ForestieriTry even harder to obtain an instant preview
2015-04-27 Enrico ForestieriTry hard to obtain an 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-09-25 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-09-25 Juergen SpitzmuellerRemove annoying warning
2011-10-03 Julien Riouxlyxpreview: Simplify the color handling.
2011-10-03 Julien Riouxlyxpreview: Simplify the handling of lilypond-book.
2011-10-03 Julien Riouxlyxpreview: Handle bibtex-generated references and...
2011-09-26 Enrico ForestieriFix the following problem with Python 2.4:
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 RiouxMerge the preview mechanism for lilypond-book with...
2011-09-11 Julien RiouxAdd command-line arguments to lyxpreview2bitmap.py
2011-09-11 Julien RiouxSome clean up of the lyxpreview code.
2011-09-11 Julien RiouxStylictic-only changes to lyxpreview.
2011-05-11 Enrico ForestieriDon't write a comma if not needed.
2011-05-11 Enrico ForestieriThere's no reason to leave in place the 10pt option...
2011-05-11 Enrico ForestieriFix bug #2200 (The size of previewed images should...
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-03-30 Julien Riouxfix regex after r38119 and r38120
2011-03-29 Jürgen Spitzmüller* lyxpreview2bitmap.py: color pdf also with XeTeX.
2011-02-16 Jürgen Spitzmüller* lyxpreview2bitmap.py:
2011-01-20 Enrico ForestieriFix bug #6720 (Better error handling of instant preview)
2010-12-03 Enrico ForestieriAllow previewing images generated through postscript...
2010-03-06 Jürgen Spitzmüller* fix instant preview without dvipng (bug 6579).
2010-02-24 Jürgen Spitzmüller* enable instant preview with XeTeX (requires preview...
2008-07-02 Jürgen Spitzmüller* lib/scripts/lyxpreview2bitmap.py:
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-03-28 Jürgen Spitzmüller* lib/scripts/lyxpreview2bitmap.py: fix frac calculatio...
2006-02-24 Jean-Marc Lasgouttesbug 2167: previews badly placed when ascent or descent...
2006-02-20 Jürgen SpitzmüllerFrom Enrico Forestieri: fix script to work with recent...
2005-09-21 Angus LeemingJ�rgen S's fix to bug 1817.
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 LeemingFix encoding.
2004-04-26 Angus LeemingSquash python warning about unknown file encoding.
2004-04-19 Angus LeemingRe-enable preview generation using dvips, gs and pnmcrop.
2004-04-19 Angus LeemingRemove cached var from RenderPreview. Changes elsewhere...
2004-04-16 Angus LeemingRework preview generation to use Jan-��ke Larsson's...