]> git.lyx.org Git - lyx.git/commit
more FILMagain stuff
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 12 Jun 2000 11:55:12 +0000 (11:55 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 12 Jun 2000 11:55:12 +0000 (11:55 +0000)
commit6d678c927c0fdce6ec54192829fa5eb06befc704
tree86990ac5b4542c98f0899d3e5ce459d85056acdc
parent6bba977f42b0cde753ac2ffd26f3f9c6b32ba0b6
more FILMagain stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@808 a592a061-630c-0410-9148-cb99ea01b6c8
121 files changed:
.cvsignore
config/lyxinclude.m4
configure.in
development/tools/lxtl.sh [new file with mode: 0755]
forms/layout_forms.fd
po/.cvsignore
sigc++/.cvsignore [new file with mode: 0644]
sigc++/DO_NOT_MODIFY_THESE_FILES [new file with mode: 0644]
sigc++/Makefile.am [new file with mode: 0644]
sigc++/acconfig.h [new file with mode: 0644]
sigc++/acinclude.m4 [new file with mode: 0644]
sigc++/adaptor.cc [new file with mode: 0644]
sigc++/adaptor.h [new file with mode: 0644]
sigc++/basic_signal.cc [new file with mode: 0644]
sigc++/configure.in [new file with mode: 0644]
sigc++/doc/.cvsignore [new file with mode: 0644]
sigc++/doc/API [new file with mode: 0644]
sigc++/doc/AUTHORS [new file with mode: 0644]
sigc++/doc/COPYING [new file with mode: 0644]
sigc++/doc/COPYING.LIB [new file with mode: 0644]
sigc++/doc/FAQ [new file with mode: 0644]
sigc++/doc/FEATURES [new file with mode: 0644]
sigc++/doc/TODO [new file with mode: 0644]
sigc++/doc/UML [new file with mode: 0644]
sigc++/doc/conventions [new file with mode: 0644]
sigc++/doc/diagrams [new file with mode: 0644]
sigc++/doc/marshal [new file with mode: 0644]
sigc++/doc/powerusers [new file with mode: 0644]
sigc++/doc/requirements [new file with mode: 0644]
sigc++/doc/signals [new file with mode: 0644]
sigc++/doc/win32 [new file with mode: 0644]
sigc++/handle.h [new file with mode: 0644]
sigc++/handle_system.h [new file with mode: 0644]
sigc++/ltdll.c [new file with mode: 0644]
sigc++/macros/.cvsignore [new file with mode: 0644]
sigc++/macros/Makefile.am [new file with mode: 0644]
sigc++/macros/README [new file with mode: 0644]
sigc++/macros/basic_signal.h.m4 [new file with mode: 0644]
sigc++/macros/bind.h.m4 [new file with mode: 0644]
sigc++/macros/class_slot.h.m4 [new file with mode: 0644]
sigc++/macros/convert.h.m4 [new file with mode: 0644]
sigc++/macros/func_slot.h.m4 [new file with mode: 0644]
sigc++/macros/object_slot.h.m4 [new file with mode: 0644]
sigc++/macros/retbind.h.m4 [new file with mode: 0644]
sigc++/macros/rettype.h.m4 [new file with mode: 0644]
sigc++/macros/slot.h.m4 [new file with mode: 0644]
sigc++/macros/template.macros.m4 [new file with mode: 0644]
sigc++/marshal.cc [new file with mode: 0644]
sigc++/marshal.h [new file with mode: 0644]
sigc++/object.cc [new file with mode: 0644]
sigc++/object.h [new file with mode: 0644]
sigc++/scope.cc [new file with mode: 0644]
sigc++/scope.h [new file with mode: 0644]
sigc++/sigc-config.in [new file with mode: 0644]
sigc++/signal_system.h [new file with mode: 0644]
sigc++/slot.cc [new file with mode: 0644]
sigc++/thread.cc [new file with mode: 0644]
sigc++/thread.h [new file with mode: 0644]
sigc++/type.h [new file with mode: 0644]
src/LyXView.C
src/buffer.h
src/frontends/.cvsignore [new file with mode: 0644]
src/frontends/DialogBase.h [new file with mode: 0644]
src/frontends/Dialogs.h [new file with mode: 0644]
src/frontends/Liason.C [new file with mode: 0644]
src/frontends/Liason.h [new file with mode: 0644]
src/frontends/Makefile.am [new file with mode: 0644]
src/frontends/kde/.cvsignore [new file with mode: 0644]
src/frontends/kde/Dialogs.C [new file with mode: 0644]
src/frontends/kde/FormCopyright.C [new file with mode: 0644]
src/frontends/kde/FormCopyright.h [new file with mode: 0644]
src/frontends/kde/Makefile.am [new file with mode: 0644]
src/frontends/kde/dlg/formcopyrightdialog.kdevdlg [new file with mode: 0644]
src/frontends/kde/formcopyrightdialog.C [new file with mode: 0644]
src/frontends/kde/formcopyrightdialog.h [new file with mode: 0644]
src/frontends/kde/formcopyrightdialogdata.C [new file with mode: 0644]
src/frontends/kde/lyxgui.kdevprj [new file with mode: 0644]
src/frontends/xforms/.cvsignore [new file with mode: 0644]
src/frontends/xforms/Dialogs.C [new file with mode: 0644]
src/frontends/xforms/FormCopyright.C [new file with mode: 0644]
src/frontends/xforms/FormCopyright.h [new file with mode: 0644]
src/frontends/xforms/FormPreferences.C [new file with mode: 0644]
src/frontends/xforms/FormPreferences.h [new file with mode: 0644]
src/frontends/xforms/FormPrint.C [new file with mode: 0644]
src/frontends/xforms/FormPrint.h [new file with mode: 0644]
src/frontends/xforms/Makefile.am [new file with mode: 0644]
src/frontends/xforms/form_copyright.C [new file with mode: 0644]
src/frontends/xforms/form_copyright.h [new file with mode: 0644]
src/frontends/xforms/form_preferences.C [new file with mode: 0644]
src/frontends/xforms/form_preferences.h [new file with mode: 0644]
src/frontends/xforms/form_print.C [new file with mode: 0644]
src/frontends/xforms/form_print.h [new file with mode: 0644]
src/frontends/xforms/forms/.cvsignore [new file with mode: 0644]
src/frontends/xforms/forms/README [new file with mode: 0644]
src/frontends/xforms/forms/fdfix.sh [new file with mode: 0644]
src/frontends/xforms/forms/form_copyright.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_preferences.fd [new file with mode: 0644]
src/frontends/xforms/forms/form_print.fd [new file with mode: 0644]
src/frontends/xforms/forms/makefile [new file with mode: 0644]
src/frontends/xforms/input_validators.c [new file with mode: 0644]
src/frontends/xforms/input_validators.h [new file with mode: 0644]
src/frontends/xforms/xform_macros.h [new file with mode: 0644]
src/layout_forms.C
src/layout_forms.h
src/lyxfunc.C
src/lyxfunc.h
src/support/lxtl.h [new file with mode: 0644]
src/xtl/.cvsignore [new file with mode: 0644]
src/xtl/COPYING.LIB [new file with mode: 0644]
src/xtl/Makefile.am [new file with mode: 0644]
src/xtl/README [new file with mode: 0644]
src/xtl/autobuf.h [new file with mode: 0644]
src/xtl/autoio.h [new file with mode: 0644]
src/xtl/config.h [new file with mode: 0644]
src/xtl/giop.h [new file with mode: 0644]
src/xtl/graphio.h [new file with mode: 0644]
src/xtl/macros.h [new file with mode: 0644]
src/xtl/objio.h [new file with mode: 0644]
src/xtl/text.h [new file with mode: 0644]
src/xtl/vobjio.h [new file with mode: 0644]
src/xtl/xdr.h [new file with mode: 0644]