]> git.lyx.org Git - lyx.git/history - src/graphics/GraphicsCacheItem.cpp
Avoid duplicate generation of the same preview
[lyx.git] / src / graphics / GraphicsCacheItem.cpp
2017-06-11 Guillaume MMIf the external modification is a deletion, do not...
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2017-04-20 Tommaso CucinottaFix for crash/segfault introduced with [244de5d2/lyxgit...
2017-03-19 Guillaume MunchRegularly check if graphics is modified when visible...
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2017-03-10 Guillaume MunchReplace FileMonitor with FileMonitor2 in GraphicsCacheItem
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2015-03-13 Enrico ForestieriMake sure that a generated temporary filename doesn...
2015-03-13 Enrico ForestieriMake sure an unzipped file has correct extension.
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-25 Lars Gullik BjønnesMore idiomatic way of checking if a shared_ptr has...
2011-09-20 Tommaso CucinottaFix bug introduced in r39705 (was making .eps.gz not...
2011-09-19 Tommaso CucinottaAdded support for natively zipped file formats that...
2011-07-14 Abdelrazak YounesHeader cleanup.
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-12-05 Vincent van RavesteijnAdd a FileName::refresh function and replace one call...
2009-08-13 Vincent van RavesteijnFix bug #6134: Reload context menu for graphics inset.
2009-03-12 Vincent van Ravesteijngcc compile fix.
2009-03-12 Vincent van RavesteijnFix a few peculiarities wrt graphics. E.g., an InsetGra...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-19 Abdelrazak YounesSimplify image creation with a new factory function...
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-07-11 Pavel SandaRevert http://www.lyx.org/trac/changeset/25471 /2
2008-07-07 Abdelrazak Younesadjust comment.
2008-07-07 Abdelrazak YounesUse png as default conversion format.
2008-06-20 Abdelrazak YounesAvoid any signal/slot communication when the graphic...
2008-06-07 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4933
2008-06-06 Abdelrazak YounesOptimize the graphics loader: don't put the image in...
2008-06-06 Abdelrazak YounesSimplify image loading on screen which is not asynchron...
2008-06-06 Abdelrazak Younesmove GuiImage::loadableFormats() to support/imagetools...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-22 André Pönitzremove one <boost/shared_ptr.hpp>
2007-11-21 André Pönitzremove a few uses of boost::scoped_ptr
2007-11-15 André Pönitzreduce line noise
2007-10-20 André Pönitzcosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename .C ==> .cpp for files in src, part one
2007-04-25 Bo PengRename files in src/mathed and src/graphics from .C...