Michael Natterer
1cd6fcc19c
libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed
...
2001-05-22 Michael Natterer <mitch@gimp.org>
* libgimp/.cvsignore
* libgimp/Makefile.am
* libgimp/gimp.h
* libgimp/gimpfeatures.h.in: removed gimpfeatures.h
* libgimpbase/.cvsignore
* libgimpbase/Makefile.am
* libgimpbase/gimpbase.h
* libgimpbase/gimpbasetypes.h
* libgimpbase/gimpversion.h.in: and added it as gimpversion.h
* configure.in: changed accordingly.
* app/app_procs.c
* app/main.c
* app/gui/about-dialog.c
* app/gui/splash.c
* app/pdb/misc_cmds.c
* tools/pdbgen/pdb/misc.pdb: fixed includes.
* plug-ins/bmp/bmpread.c
* plug-ins/bmp/bmpwrite.c
* plug-ins/common/gif.c
* plug-ins/common/gifload.c
* plug-ins/common/jpeg.c
* plug-ins/common/newsprint.c
* plug-ins/common/ps.c
* plug-ins/common/tiff.c
* plug-ins/gdyntext/gdyntextcompat.h
* plug-ins/gimpressionist/gimpressionist.c
* plug-ins/perl/Gimp.xs
* plug-ins/perl/Gimp/Lib.xs
* plug-ins/pygimp/gimpmodule.c
* tools/gimp-remote.c: removed all #ifdef GIMP_HAVE_BLAH
conditionals as they are broken anyway since we changed all
plug-ins with perl scripts shortly before 1.2. Also, refering to
intermediate unstable releases is evil.
2001-05-22 00:36:38 +00:00
Michael Natterer
dd4b03ec29
app/app_procs.c app/datafiles.c app/devices.c app/docindex.c
...
2001-05-21 Michael Natterer <mitch@gimp.org>
* app/app_procs.c
* app/datafiles.c
* app/devices.c
* app/docindex.c
* app/gdisplay_color.c
* app/gdisplay_color_ui.c
* app/gimphelp.c
* app/main.c
* app/module_db.c
* app/plug_in.c
* app/resize.c
* app/resolution_calibrate.c
* app/undo_history.c
* app/user_install.c
* app/core/gimpbrushpipe.c
* app/core/gimpdata.c
* app/core/gimpgradient.c
* app/core/gimppalette.c
* app/gui/about-dialog.c
* app/gui/file-new-dialog.c
* app/gui/gradient-editor.c
* app/gui/layers-commands.c
* app/gui/menus.c
* app/gui/palette-editor.c
* app/gui/session.c
* app/gui/splash.c
* app/gui/tips-dialog.c
* app/pdb/image_cmds.c
* app/pdb/text_tool_cmds.c
* app/tools/curves.c
* app/tools/gimptexttool.c
* app/tools/levels.c
* app/widgets/gimpdnd.c
* app/widgets/gimppreview.c
* libgimp/gimpcolordisplay.h
* libgimpbase/gimpbase.h
* libgimpwidgets/gimpcolorarea.c
* libgimpwidgets/libgimp-glue.c
* plug-ins/common/gih.c
* plug-ins/common/psp.c
* tools/pdbgen/pdb/image.pdb
* tools/pdbgen/pdb/text_tool.pdb: last checkin didn't get all
#include "libgimp/i_dont_exist_any_more.h". This one should make
it compile again without old crap hanging around in <prefix>/include.
2001-05-21 20:30:16 +00:00
Michael Natterer
f0d16f693d
new files:
...
2001-04-15 Michael Natterer <mitch@gimp.org>
* app/gui/Makefile.am: new files:
* app/gui/gui.[ch]: the new place for the UI init and shutdown code.
* app/gui/splash.[ch]: a separate file for the splash.
* app/app_procs.c: removed lots of stuff. Still much UI code left.
2001-04-15 20:12:16 +00:00