]> git.lyx.org Git - features.git/commit
Add an image loader using the xforms library routines and compile it if
authorAngus Leeming <leeming@lyx.org>
Wed, 6 Mar 2002 12:07:23 +0000 (12:07 +0000)
committerAngus Leeming <leeming@lyx.org>
Wed, 6 Mar 2002 12:07:23 +0000 (12:07 +0000)
commit4c263b730eeae91335a55a63683d979da0358388
treea633ac904f2b912cec3fd08e8f3d13b2244fc730
parente154cde32387bdb782ed354123c506e773a6ab6a
Add an image loader using the xforms library routines and compile it if
your version of the xforms library is good enough.
The qt2 stuff is only partially tested (link problems elsewhere) and
the gnome stuff is not tested at all.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3676 a592a061-630c-0410-9148-cb99ea01b6c8
17 files changed:
ChangeLog
config/ChangeLog
config/lyxinclude.m4
configure.in
src/frontends/gnome/ChangeLog
src/frontends/gnome/GUIRunTime.C
src/frontends/gnome/Makefile.am
src/frontends/qt2/ChangeLog
src/frontends/qt2/GUIRunTime.C
src/frontends/qt2/xforms/Makefile.am
src/frontends/xforms/ChangeLog
src/frontends/xforms/GUIRunTime.C
src/frontends/xforms/Makefile.am
src/frontends/xforms/xformsGImage.C [new file with mode: 0644]
src/frontends/xforms/xformsGImage.h [new file with mode: 0644]
src/graphics/ChangeLog
src/graphics/Makefile.am