Gimp/plug-ins
Michael Natterer 8d6c335f8f app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h
2000-12-29  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/channel_pvt.h
	* app/drawable_pvt.h
	* app/gdisplayF.h
	* app/gimpdrawableP.h
	* app/gimpimageP.h
	* app/layer_pvt.h
	* app/toolsF.h: removed these files.

	* app/apptypes.h
	* tools/pdbgen/enums.pl: added tons of opaque typedefs and enums.

	* tools/pdbgen/pdb/brush_select.pdb
	* tools/pdbgen/pdb/brushes.pdb
	* tools/pdbgen/pdb/channel.pdb
	* tools/pdbgen/pdb/color.pdb
	* tools/pdbgen/pdb/convert.pdb
	* tools/pdbgen/pdb/display.pdb
	* tools/pdbgen/pdb/drawable.pdb
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/gradient_select.pdb
	* tools/pdbgen/pdb/gradients.pdb
	* tools/pdbgen/pdb/help.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/layer.pdb
	* tools/pdbgen/pdb/pattern_select.pdb
	* tools/pdbgen/pdb/patterns.pdb
	* tools/pdbgen/pdb/selection.pdb
	* tools/pdbgen/pdb/tools.pdb
	* app/*: chainsaw #include cleanup:

	- Never (never!!) include stuff in header files except where we
	  need access to structures' contents (like derived objects).
	- Added prototypes and proper formating in many files.
	- The #include order in *all* *.c files is as follows:

	#include "config.h"

	#include <system stuff>

	#include <gtk/gtk.h>

	#include "apptypes.h"

	#include "gimp stuff"

	#include "libgimp stuff"

	#include "libgimp/gimpintl.h"

	By following this scheme we can easily see a file's dependencies
	from it's #include's and can grep for the inclusion to find out
	where a file is used.

	* tools/pdbgen/app.pl: changed to follow the include scheme above.

	* libgimp/Makefile.am
	* libgimp/gimpuitypes.h: new file, included from libgimp/gimpui.h
	and from app/apptypes.h.

	* libgimp/gimpcolorbutton.[ch]
	* libgimp/gimpdialog.[ch]
	* libgimp/gimphelpui.[ch]
	* libgimp/gimpparasite.[ch]
	* libgimp/gimppatheditor.[ch]
	* libgimp/gimpprotocol.c
	* libgimp/gimpquerybox.[ch]
	* libgimp/gimpsizeentry.[ch]
	* libgimp/gimptypes.h
	* libgimp/gimpui.h
	* libgimp/gimpunit.h
	* libgimp/gimpunitmenu.[ch]
	* libgimp/gimpwidgets.[ch]: changed accordingly.

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/gdyntext/message_window.c
	* plug-ins/imagemap/imap_default_dialog.c
	* plug-ins/imagemap/imap_file.c: these files used to include
	"libgimp/gimpui.h" without including "libgimp/gimp.h". This is
	no longer possible because the libgimpui headers don't inlcude
	"libgimp/gimpunit.h" any more.
2000-12-29 15:22:01 +00:00
..
bmp added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
common app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c 2000-12-27 23:49:17 +00:00
dbbrowser added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
faxg3 plug-ins/FractalExplorer/*.[ch] plug-ins/Lighting/*.[ch] 2000-08-22 03:27:14 +00:00
fits libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
flame added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
fp plug-ins/fp/fp_gdk.c #include <libgimp/gimpmath.h> g* types, stuff. 2000-11-07 23:34:19 +00:00
FractalExplorer app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gap app/channel_cmds.c app/layer_cmds.c libgimp/gimpchannel_pdb.c 2000-12-27 23:49:17 +00:00
gdyntext app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gfig plug-ins/gfig/gfig.c 2000-09-21 21:28:44 +00:00
gflare plug-ins/gflare/gflare.c libgimp/gimpunitmenu.c set separators of option 2000-12-03 18:35:58 +00:00
gfli libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
gimp_ace pulled new sources from gle (containing a fix for kelly's justify==FILL 2000-02-07 04:10:09 +00:00
gimpressionist Fix to avoid a warning when closing window. 2000-12-14 17:41:10 +00:00
helpbrowser added support for the GIMP_HELP_ROOT environment variable: Let it point to 2000-12-15 05:38:19 +00:00
ifscompose Remove the last comma in an enum, xlc barfs 2000-12-27 03:13:25 +00:00
imagemap app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
jpeg app/layer.c app/layers_dialog.c reviewed code in an attempt to fix the 2000-12-03 18:15:08 +00:00
libgck #include fixup. 2000-06-10 11:31:51 +00:00
Lighting Turned C++ style comments into C style ones. 2000-09-26 22:54:33 +00:00
MapObject set the background using gimp_palette_get_background() in non-interactive 2000-12-06 23:06:08 +00:00
maze plug-ins/helpbrowser/helpbrowser.c plug-ins/ifscompose/ifscompose.c 2000-08-23 10:23:19 +00:00
mosaic plug-ins/mosaic/mosaic.c plug-ins/script-fu/scripts/textured-logo.scm 2000-12-27 18:09:06 +00:00
pagecurl added -DGTK_DISABLE_COMPAT_H to CPPFLAGS. 2000-08-28 00:42:32 +00:00
perl es.po updated 2000-12-28 23:42:14 +00:00
print configure.in removed obsolete checks for lpc, lpstat and friends 2000-12-11 19:17:31 +00:00
pygimp use correct type for enums. 2000-09-24 00:52:29 +00:00
rcm removed. 2000-11-18 02:38:05 +00:00
script-fu plug-ins/mosaic/mosaic.c plug-ins/script-fu/scripts/textured-logo.scm 2000-12-27 18:09:06 +00:00
sel2path Turned C++ style comments into C style ones. 2000-09-26 22:54:33 +00:00
sgi libgimp/gimpcompat.h renamed CAN_HANDLE_INDEXED and friends. 2000-08-24 14:17:34 +00:00
twain Turned C++ style comments into C style ones. 2000-09-26 22:54:33 +00:00
uri set all the locale variables we can, to make sure we get predictable 2000-11-13 09:30:09 +00:00
webbrowser plug-ins/rcm/rcm.[ch] plug-ins/rcm/rcm_misc.[ch] 2000-08-23 23:11:07 +00:00
winsnap plug-ins/gdyntext/font_selection.c use new GTK+ API 2000-12-11 18:46:32 +00:00
xjt app/paint_funcs.c app/pixel_processor.c plug-ins/common/pix.c 2000-10-17 18:32:43 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
Makefile.am Update, tell people the MSVC makefiles are not up-to-date. 2000-08-24 17:53:43 +00:00
makefile.cygwin 1.2.0 stuff 2000-12-25 08:08:08 +00:00
makefile.mingw.in Remove gpb and spheredesigner. Add gih. (Thanks Sven and Jens for cleaning 2000-12-20 22:35:57 +00:00
makefile.msc 1.2.0 stuff 2000-12-25 08:08:08 +00:00