]> git.lyx.org Git - lyx.git/history - src/graphics/GraphicsLoader.h
Move the global formats and system_formats variables into the
[lyx.git] / src / graphics / GraphicsLoader.h
2017-03-10 Guillaume MunchReplace FileMonitor with FileMonitor2 in GraphicsCacheItem
2016-11-22 Tommaso CucinottaAdd 'needauth' option to converters that need explicit...
2016-06-09 Georg BaumReplace Boost.Signals with Boost.Signals2
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-18 Stephan Witt#9130 Text in main work area isn't rendered with high...
2009-08-13 Vincent van RavesteijnFix bug #6134: Reload context menu for graphics inset.
2008-06-13 Abdelrazak Younes- Simplify prefs, graphics and external display options...
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-21 André Pönitzremove a few uses of boost::scoped_ptr
2006-11-26 Georg BaumNext step of true unicode filenames: Use support::FileN...
2004-11-25 Lars Gullik BjønnesInsetOld -> InsetBase renaming
2004-09-26 Lars Gullik BjønnesUse the preferred calling for Boost.Signal
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-05 Angus LeemingReplace LString.h with support/std_string.h,
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-07-25 Lars Gullik Bjønnesrename Inset to InsetOld
2003-07-04 Lars Gullik Bjønnesnamespace grfx -> lyx::graphics
2003-06-05 Angus LeemingIf the graphics loader has a copy c-tor it should have...
2003-06-03 Angus LeemingAdd copy constructor.
2003-02-26 Angus LeemingAlfredo's patch to get rid of insets in the graphics...
2003-02-25 Angus Leeming(Alfredo) strip BufferView out of the graphics code.
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2002-12-01 Lars Gullik Bjønnesws changes
2002-09-05 Angus LeemingThis file is part of LyX, the document processor.
2002-09-05 Angus LeemingReally dull and boring header shit
2002-09-05 Angus LeemingModify the headers of files in src/graphics as discusse...
2002-07-18 Angus LeemingFile monitoring is Go!
2002-07-17 Angus LeemingDisable direct loading of PostScript files by the xform...
2002-07-17 Angus Leeming* Make the graphics files conform strictly to the Pimpl...
2002-07-15 Angus LeemingSmart loading of image files for previews and for the...
2002-07-05 Angus LeemingmakeLaTeXFile has two variants that can be passed eithe...
2002-06-28 Angus LeemingAsymptotic approach to a well-designed graphics loader.
2002-06-26 Angus Leemingstd::auto_ptr -> boost::scoped_ptr and compile fix.
2002-06-26 Angus LeemingCreate a grfx::Loader class and so move large chunks...