Gimp/app/core
Michael Natterer 09a51f2193 GType is a pointer now, not a guint.
2001-11-27  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpcontainer.c: GType is a pointer now, not a guint.

	* app/widgets/gimpdock.c: chain up in widget_class->style_set().

	Gradient Editor chopping plus merging of bex' proofreading:
	(fixes #62278).

	* app/core/core-types.h: moved the gradient related enums here.

	* app/core/gimpgradient.[ch]: removed the enums, added gradient
	segment utility functions from the gradient_editor.

	* app/gui/gui-types.h: added the GradientEditor typedef here.

	* app/gui/Makefile.am
	* app/gui/gradient-editor-commands.[ch]: new files implementing
	callbacks and menu_update stuff for the new gradient_editor
	item factory.

	* app/gui/gradient-editor.[ch]: removed tons of code, namespace
	cleanup, stuff...

	* app/gui/menus.[ch]: added the gradient_editor menu stuff here.
	Added menus_set_color() which creates & updates a color menu item
	(will soon be used in other places too). Renamed menus_set_state()
	to menus_set_active().

	The editor's menu code is ugly as before, only different and evil
	the same way as the rest of the menu stuff, so it's at least
	consistent :)

	* app/display/gimpdisplayshell.c: changed accordingly.

	* app/gui/test-commands.c: don't include "gradient-editor.h".
2001-11-27 15:44:02 +00:00
..
.cvsignore Port to glib/gtk+ 2.0 episode I (every segfault has it's beginning) 2001-07-24 21:27:11 +00:00
core-types.h GType is a pointer now, not a guint. 2001-11-27 15:44:02 +00:00
gimp-documents.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimp-documents.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimp-edit.c app/core/gimpedit.c app/core/gimpimagefile.c app/core/gimpmoduleinfo.c 2001-11-20 15:07:45 +00:00
gimp-edit.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimp-modules.c app/core/gimpedit.c app/core/gimpimagefile.c app/core/gimpmoduleinfo.c 2001-11-20 15:07:45 +00:00
gimp-modules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimp-parasites.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimp-parasites.h renamed gimp_initialize() to gimp_restore() because it loads all kinds of 2001-07-04 22:59:25 +00:00
gimp-transform-region.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimp-transform-utils.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimp-transform-utils.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimp.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimp.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimparea.c Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimparea.h Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpbrush-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpbrush-load.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbrush.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbrush.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbrushgenerated-load.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpbrushgenerated-save.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpbrushgenerated.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpbrushgenerated.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbrushpipe-load.c app/core/gimpbrush.c app/core/gimpbrushpipe.c Proofreading to strings, 2001-11-15 11:31:18 +00:00
gimpbrushpipe.c app/core/gimpbrush.c app/core/gimpbrushpipe.c Proofreading to strings, 2001-11-15 11:31:18 +00:00
gimpbrushpipe.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbuffer.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpbuffer.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpchannel-combine.c app/core/gimpbrush.c app/core/gimpbrushpipe.c Proofreading to strings, 2001-11-15 11:31:18 +00:00
gimpchannel-combine.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpchannel-select.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpchannel-select.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpchannel.c app/core/gimpbrush.c app/core/gimpbrushpipe.c Proofreading to strings, 2001-11-15 11:31:18 +00:00
gimpchannel.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontainer.c GType is a pointer now, not a guint. 2001-11-27 15:44:02 +00:00
gimpcontainer.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontext.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcontext.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpcoreconfig.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpcoreconfig.h app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpdata.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdata.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdatafactory.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdatafactory.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdatafiles.c app/file-open.c app/file-utils.c app/gimprc.c app/plug_in.c 2001-10-24 15:56:33 +00:00
gimpdatafiles.h configure.in themes/Default/images/Makefile.am some new Makefiles to make 2001-08-05 20:34:10 +00:00
gimpdatalist.c added properties for "children_type" and "policy". Ref/unref the 2001-10-18 12:43:31 +00:00
gimpdatalist.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdocumentlist.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdocumentlist.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimpdocuments.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdocuments.h app/core/Makefile.am new file implementing the docindex.* replacement. 2001-08-11 07:47:35 +00:00
gimpdrawable-blend.c Gimp's opacity values are a pain... the core actually *should* only accept 2001-11-15 23:15:52 +00:00
gimpdrawable-blend.h should set the fs.backing_store TileManager pointer to NULL after deleting 2001-11-09 16:54:56 +00:00
gimpdrawable-bucket-fill.c put a g_object_ref() on a different line. 2001-11-20 13:53:21 +00:00
gimpdrawable-bucket-fill.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpdrawable-desaturate.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-equalize.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-equalize.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-histogram.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-histogram.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
gimpdrawable-invert.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpdrawable-invert.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-offset.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-offset.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpdrawable-preview.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-preview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpdrawable-transform-utils.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpdrawable-transform-utils.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpdrawable-transform.c forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpdrawable-transform.h forgot to commit last time. 2001-11-19 18:23:43 +00:00
gimpdrawable.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdrawable.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpedit.c app/core/gimpedit.c app/core/gimpimagefile.c app/core/gimpmoduleinfo.c 2001-11-20 15:07:45 +00:00
gimpedit.h app/core/Makefile.am app/core/core-types.h added an "application object" 2001-07-04 19:31:35 +00:00
gimpgradient.c GType is a pointer now, not a guint. 2001-11-27 15:44:02 +00:00
gimpgradient.h GType is a pointer now, not a guint. 2001-11-27 15:44:02 +00:00
gimpimage-colorhash.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-colorhash.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-contiguous-region.c rewrote so gcc-3.0 doesn't complain. 2001-10-29 12:51:21 +00:00
gimpimage-contiguous-region.h General cleanup of the selection tools and their PDB wrappers: 2001-10-22 12:13:44 +00:00
gimpimage-convert-fsdither.h app/Makefile.am removed... 2001-05-15 16:42:08 +00:00
gimpimage-convert.c app/core/gimpcontext.c app/core/gimpdatafactory.c 2001-11-16 12:23:01 +00:00
gimpimage-convert.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpimage-crop.c Chopped up the display stuff (beware: unfinished)... 2001-10-31 21:18:57 +00:00
gimpimage-crop.h app/core/Makefile.am new files for gimp_image_crop() and 2001-07-07 14:53:42 +00:00
gimpimage-duplicate.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-duplicate.h app/Makefile.am removed 2001-04-18 19:14:20 +00:00
gimpimage-guides.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-guides.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-mask-select.c build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpimage-mask-select.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpimage-mask.c app/core/gimpcontext.c app/core/gimpdatafactory.c 2001-11-16 12:23:01 +00:00
gimpimage-mask.h an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-merge.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-merge.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-new.c Chopped up the display stuff (beware: unfinished)... 2001-10-31 21:18:57 +00:00
gimpimage-new.h app/Makefile.am removed... 2001-07-05 15:34:26 +00:00
gimpimage-pick-color.c added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
gimpimage-projection.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-projection.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-qmask.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
gimpimage-quick-mask.c don't draw resize_grip in status bar (patch from Guillermo S. Romero). 2001-11-23 23:04:49 +00:00
gimpimage-resize.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-resize.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-scale.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-scale.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage-undo-push.c added "update_guide" signal. 2001-11-14 15:40:30 +00:00
gimpimage-undo-push.h app/apptypes.h app/channel_ops.c app/commands.c app/convert.[ch] 2001-03-08 02:01:52 +00:00
gimpimage-undo.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-undo.h app/Makefile.am app/apptypes.h app/gimpimage-undo.[ch] app/gimpundo.[ch] 2001-03-05 01:01:16 +00:00
gimpimage.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimage.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimagefile.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpimagefile.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpimagemap.c app/display/gimpdisplay-marching-ants.h removed... 2001-11-10 23:03:22 +00:00
gimpimagemap.h Cleanup weekend... 2001-10-29 11:47:11 +00:00
gimplayer-floating-sel.c app/appenv.h removed "use_mmx" and the MMX detection. 2001-07-13 19:25:34 +00:00
gimplayer-floating-sel.h app/Makefile.am new file with one set of functions... 2001-01-29 13:51:23 +00:00
gimplayer.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplayer.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplayermask.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplayermask.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimplist.c added properties for "children_type" and "policy". Ref/unref the 2001-10-18 12:43:31 +00:00
gimplist.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmarshal.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmarshal.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmarshal.list bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmoduleinfo.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmoduleinfo.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmodules.c app/core/gimpedit.c app/core/gimpimagefile.c app/core/gimpmoduleinfo.c 2001-11-20 15:07:45 +00:00
gimpmodules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimpobject.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpobject.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppalette-import.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimppalette-import.h app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
gimppalette-load.c Included errno,h 2001-11-20 21:24:33 +00:00
gimppalette-save.c Included errno,h 2001-11-20 21:24:33 +00:00
gimppalette.c Included errno,h 2001-11-20 21:24:33 +00:00
gimppalette.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpparasite.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpparasite.h renamed gimp_initialize() to gimp_restore() because it loads all kinds of 2001-07-04 22:59:25 +00:00
gimpparasitelist.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpparasitelist.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppattern-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimppattern-load.c app/core/gimpedit.c app/core/gimpimagefile.c app/core/gimpmoduleinfo.c 2001-11-20 15:07:45 +00:00
gimppattern.c app/core/gimpedit.c app/core/gimpimagefile.c app/core/gimpmoduleinfo.c 2001-11-20 15:07:45 +00:00
gimppattern.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreviewcache.c new directory app/base/ 2001-05-15 11:25:25 +00:00
gimppreviewcache.h config.guess new versions from CVS (at least that's what my debian package 2001-05-24 17:09:57 +00:00
gimpprojection-construct.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpprojection-construct.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpprojection.c Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpprojection.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpscanconvert.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpscanconvert.h app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
gimptoolinfo.c Made --no-interface not calling gtk_init() (and thus not contacting the X 2001-11-17 16:32:34 +00:00
gimptoolinfo.h configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimptooloptions.c added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
gimptooloptions.h added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
gimpundo.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpundo.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpundostack.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpundostack.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpunit.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpunit.h app/Makefile.am app/gimpunit.c removed... 2001-07-11 12:39:49 +00:00
gimpviewable.c bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpviewable.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
Makefile.am bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
makefile.msc define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00