]> git.lyx.org Git - lyx.git/history - src/graphics/GraphicsLoader.C
Fix InsetInclude properly. Data is now stored in an InsetCommandParams
[lyx.git] / src / graphics / GraphicsLoader.C
2003-09-05 Angus LeemingStrip redundant #includes.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
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-04 Angus LeemingMake the new grfx::Loader copy c-tor work "in expected...
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-21 Angus LeemingAlfredo's Loader Queue.
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-08-02 Angus LeemingCache the BufferView as a weak_ptr; get rid of those...
2002-07-18 Angus LeemingFile monitoring is Go!
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-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...