]> git.lyx.org Git - lyx.git/history - src/graphics/PreviewLoader.cpp
Fix previews in yellow notes and disabled branches
[lyx.git] / src / graphics / PreviewLoader.cpp
2023-12-19 Jean-Marc LasgouttesFix previews in yellow notes and disabled branches
2023-12-19 Jean-Marc LasgouttesRemove unused variables
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-20 Juergen SpitzmuellerRegenerate previews after zoom (#11919)
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-27 Jean-Marc LasgouttesDo not redefine \jobname for previews
2022-03-01 Thibaut CuvelierRename LATEX debug level to OUTFILE and use it for...
2022-01-04 José MatosAdd new placeholder $${python} to configure
2021-01-02 Thibaut CuvelierRename WriteStream to TeXMathStream.
2020-12-19 Yuriy SkalkoMerge namespace signals2 into namespace lyx
2020-12-13 Yuriy SkalkoUse new signal library `nod` instead of `boost::signals2`
2020-12-10 Yuriy SkalkoRemove unnecessary `c_str`
2020-11-30 Yuriy SkalkoBetter naming for enums
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-11-28 Yuriy SkalkoCleanup included headers
2020-11-20 Yuriy SkalkoSimplify constructors
2020-10-25 Yuriy SkalkoSmall refactorings
2020-05-23 Richard Kimberly... Revert part of 47973dc2b, which was causing bug #11873.
2020-05-19 Richard Kimberly... Fix more warnings and simplify a tiny bit.
2020-05-19 Richard Kimberly... Fix warnings
2020-05-13 Richard Kimberly... Don't make copies!
2020-05-13 Richard Kimberly... Remove a couple more functors from PrevewLoader.
2020-05-13 Richard Kimberly... Remove functors in PreviewLoader.cpp.
2020-05-08 Richard Kimberly... Fix typo (from Thibaut)
2020-03-29 Richard Kimberly... Remove obsolete (and false) comment.
2020-03-28 Scott KostyshakPreviewLoader: start fake pids after PID_MAX_LIMIT
2020-03-28 Scott KostyshakUse << for raising 2 to power instead of ^
2018-01-06 Guillaume MMFix preview with a nested preview not being shown ...
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
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 SpitzmuellerAdd BufferParams::bibtexCommand()
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-08-21 Guillaume MunchRemove unused variable warning and remove preprocessor...
2016-08-15 Enrico ForestieriAdapt code to comment
2016-08-13 Enrico ForestieriCorrect comment
2016-08-07 Enrico ForestieriUse std::call_once only if it is actually available
2016-07-31 Guillaume MunchUse call_once to ensure something is only called once
2016-07-31 Guillaume MunchMake static counters atomic
2016-07-04 Guillaume MunchRationalise includes
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2015-11-03 Enrico ForestieriFix bug ##9627: Make the document name available to...
2015-09-04 Georg BaumWork around crash on command line export
2015-07-21 Enrico ForestieriFix bug #9684: Update previews after background color...
2015-06-23 Enrico ForestieriAvoid an exception when the lyxpreview2bitmap.py script...
2015-06-21 Enrico ForestieriProperly reschedule refresh of previews
2015-06-21 Enrico ForestieriMake really sure to wait for previews after zoom changes
2015-06-14 Enrico ForestieriRevert bc47054b and the related commit ad0d0f6d
2015-06-10 Enrico ForestieriWas forgetting to clean up
2015-06-10 Enrico ForestieriDelay regeneration of previews on zoom changes
2015-05-13 Enrico ForestieriFix bug #4812 (Layout in local directory lost on Save...
2015-04-30 Juergen SpitzmuellerProperly fix #6369
2015-04-28 Enrico ForestieriPreserve numbering of previewed math formulas on zoom
2015-04-27 Enrico ForestieriFix instant preview for documents not specifying a...
2015-04-26 Enrico ForestieriFix bug #7850 (Preview of inline math misaligned)
2015-04-21 Enrico ForestieriFix bug #8258 (Zoom of editor doesn't zoom instant...
2015-04-09 Kornel BenkoAdapt creation of preview images to the defaul document...
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-07 Georg BaumEncapsulate Converter class
2014-10-18 Stephan Witt #9130 Text in main work area isn't rendered with high...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Jean-MarcFix a bunch of small performance issues spotted by...
2014-07-05 Georg BaumMake preview filename generation threadsafe
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-09-29 Juergen SpitzmuellerHandle is_child runparam in preview (bug #8445)
2012-12-15 Vincent van RavesteijnFix a crash in PreviewLoader for command-line xhtml...
2012-12-15 Vincent van RavesteijnRevert "While exporting from the command-line, theApp...
2012-12-12 Tommaso CucinottaWhile exporting from the command-line, theApp() doesn...
2012-10-05 Juergen SpitzmuellerRestore buffer parenthood if we exit already after...
2012-10-05 Juergen SpitzmuellerPrevent the PreviewLoader from orphaning children
2012-09-17 Scott KostyshakConstify some catches and others
2011-10-29 Richard HeckImprove argument handling for the source generation...
2011-10-22 Enrico ForestieriFix bug #7835 (Relative paths are not supported by...
2011-10-03 Julien Riouxlyxpreview: Simplify the color handling.
2011-10-03 Julien Riouxlyxpreview: Handle bibtex-generated references and...
2011-09-24 Enrico ForestieriAlso set TEXINPUTS when launching ForkedCall processes.
2011-09-11 Julien RiouxMerge the preview mechanism for japanese with the stand...
2011-09-11 Julien RiouxMerge the preview mechanism for lilypond-book with...
2011-09-11 Julien RiouxAdd command-line arguments to lyxpreview2bitmap.py
2011-08-29 Enrico ForestieriFix bug #6170 (Latex Compiler error when lyx file is...
2011-05-13 Richard HeckMove a bunch of code from Buffer to BufferParams. The...
2011-04-04 Julien Riouxrevert r37696 and apply a fallback mechanism to pdflatex
2011-03-30 Julien Riouxwe want XeTeX as the backend for previews when using...
2011-03-30 Julien Riouxallow proper preview when using literate in combination...
2011-02-16 Jürgen Spitzmüller* PreviewLoader.cpp:
2011-02-13 Enrico ForestieriComplete integration of texrow with otexstream and...
next