]> git.lyx.org Git - features.git/commit
Create a grfx::Loader class and so move large chunks of code out of
authorAngus Leeming <leeming@lyx.org>
Wed, 26 Jun 2002 14:15:08 +0000 (14:15 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 26 Jun 2002 14:15:08 +0000 (14:15 +0000)
commit1bb197b5d4821404cfe11509c71d1f8de7cee711
tree81745e2ebcf3a505edadb606c3cae4eb462a8cb0
parentb02f64437dfdfb56893d2bc0b114d7c39f9e4a05
Create a grfx::Loader class and so move large chunks of code out of
frontends/screen.C and insets/insetgraphics.C. Leave mathed/preview.C
untouched as an excercise for Andr� ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4489 a592a061-630c-0410-9148-cb99ea01b6c8
19 files changed:
src/frontends/ChangeLog
src/frontends/screen.C
src/frontends/xforms/ChangeLog
src/frontends/xforms/xformsGImage.C
src/graphics/ChangeLog
src/graphics/GraphicsCacheItem.h
src/graphics/GraphicsImageXPM.C
src/graphics/GraphicsLoader.C [new file with mode: 0644]
src/graphics/GraphicsLoader.h [new file with mode: 0644]
src/graphics/GraphicsParams.C
src/graphics/GraphicsParams.h
src/graphics/GraphicsTypes.h
src/graphics/Makefile.am
src/insets/ChangeLog
src/insets/insetgraphics.C
src/insets/insetgraphics.h
src/insets/insetgraphicsParams.C
src/mathed/ChangeLog
src/mathed/formula.C