]> git.lyx.org Git - lyx.git/history - src/graphics/GraphicsLoader.h
namespace grfx -> lyx::graphics
[lyx.git] / src / graphics / GraphicsLoader.h
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...