Gimp/libgimpwidgets
Michael Natterer d1022c34b6 app/Makefile.am removed.
2001-05-10  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/asupsample.[ch]: removed.

	* app/core/Makefile.am
	* app/core/core-types.h
	* app/tools/Makefile.am
	* app/tools/tools-types.h: new files.

	* app/tools/gimptoolinfo.[ch]: removed.
	* app/core/gimptoolinfo.[ch]: added here.

	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimpadaptivesupersample.[ch]
	* libgimp/gimpbilinear.[ch]: removed here...

	* libgimpcolor/Makefile.am
	* libgimpcolor/gimpcolortypes.h
	* libgimpcolor/gimpadaptivesupersample.[ch]
	* libgimpcolor/gimpbilinear.[ch]: ..and added here.

	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb/paths.pdb

	* app/*.c: changed tons of #include's
2001-05-09 22:34:59 +00:00
..
.cvsignore libgimpwidgets/.cvsignore libgimpwidgets/Makefile.am 2001-01-24 19:40:15 +00:00
gimpbutton.c enabled setting component activity. Connect an "extended_clicked" callback 2001-05-06 22:29:48 +00:00
gimpbutton.h libgimpwidgets/Makefile.am new widget derived from GtkButton. It adds an 2001-05-06 20:31:46 +00:00
gimpchainbutton.c libgimpwidgets/Makefile.am new widget derived from GtkButton. It adds an 2001-05-06 20:31:46 +00:00
gimpchainbutton.h libgimpwidgets/Makefile.am new widget derived from GtkButton. It adds an 2001-05-06 20:31:46 +00:00
gimpcolorarea.c configure.in devel-docs/Makefile.am devel-docs/libgimpcolor/* 2001-05-04 20:39:29 +00:00
gimpcolorarea.h rewritten as proper widget derived from GimpColorButton 2001-01-15 06:24:24 +00:00
gimpcolorbutton.c configure.in devel-docs/Makefile.am devel-docs/libgimpcolor/* 2001-05-04 20:39:29 +00:00
gimpcolorbutton.h configure.in devel-docs/Makefile.am devel-docs/libgimpcolor/* 2001-05-04 20:39:29 +00:00
gimpcolorselect.c app/Makefile.am removed. 2001-05-09 22:34:59 +00:00
gimpdialog.c app/makefile.msc adapted to current state of file renaming/restructuring. 2001-03-16 19:14:04 +00:00
gimpdialog.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpfileentry.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpfileentry.h app/fileops.c Make sure that we don't try to destroy query_boxes twice or 2000-11-18 00:25:42 +00:00
gimpfileselection.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpfileselection.h app/fileops.c Make sure that we don't try to destroy query_boxes twice or 2000-11-18 00:25:42 +00:00
gimphelpui.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimphelpui.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpoffsetarea.c libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2001-05-06 21:51:20 +00:00
gimpoffsetarea.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2001-05-06 21:51:20 +00:00
gimppatheditor.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimppatheditor.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimppixmap.c libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2001-05-06 21:51:20 +00:00
gimppixmap.h libgimpwidgets/Makefile.am new widget derived from GtkButton. It adds an 2001-05-06 20:31:46 +00:00
gimpquerybox.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpquerybox.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpsizeentry.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpsizeentry.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpunitmenu.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpunitmenu.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpwidgets.c libgimpwidgets/gimpwidgets.c: include string.h 2001-02-20 14:57:49 +00:00
gimpwidgets.def changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00
gimpwidgets.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2001-05-06 21:51:20 +00:00
gimpwidgetstypes.h libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2001-05-06 21:51:20 +00:00
libgimp-glue.c changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00
Makefile.am libgimpwidgets/Makefile.am libgimpwidgets/gimpwidgets.h 2001-05-06 21:51:20 +00:00
makefile.mingw.in libgimpwidgets/.cvsignore libgimpwidgets/Makefile.am 2001-01-24 19:40:15 +00:00
makefile.msc changes to allow to build on win32 with msvc again 2001-02-07 01:16:18 +00:00