]> git.lyx.org Git - lyx.git/history - src/graphics/GraphicsConverter.cpp
Fix more warnings and simplify a tiny bit.
[lyx.git] / src / graphics / GraphicsConverter.cpp
2018-12-29 José MatosMerge branch 'master' of git.lyx.org:lyx
2018-12-29 José MatosMove all python shebangs from /usr/bin/env to python3.
2017-12-16 Richard HeckFix #10865 compiler warnings.
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-14 Richard HeckMove the global formats and system_formats variables...
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-10-24 Tommaso CucinottaFix bug in replacement of "$$s/" in converter commands...
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2015-03-22 Georg BaumLet imagemagick detect file format (bug #2332)
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-12-07 Georg BaumEncapsulate Converter class
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Georg BaumMake GraphicsConverter threadsafe
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-06-05 Scott KostyshakFix a regression reported at #9146
2014-05-14 Scott KostyshakCentralize replacement of "$$s"
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-07-13 Julien RiouxFix pdf format conversion
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-01-22 Georg BaumEnable the graphics converter to copy with identical...
2011-10-25 Julien RiouxUnify the handling of converters that specify the resul...
2011-09-18 Enrico ForestieriFix bug #7621 (Images are not displayed if path of...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-02-21 Enrico ForestieriFix bug #5238: LyX 1.6 fails with non-ascii chars in...
2009-11-09 Richard HeckNot so soon, I guess, since that FIXME was from r6305.
2008-11-16 Stephan Wittintroduce new converter variable $$d to pass output...
2008-07-23 Abdelrazak YounesReplace home made temp file creation with safer (and...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
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 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-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-21 André Pönitzremove a few uses of boost::scoped_ptr
2007-11-15 André Pönitzreduce line noise
2007-06-26 Enrico ForestieriFix bug 3904
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename files in src/support, step one.
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...