gimp/app/widgets
Michael Natterer f38cdf123c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch]
2000-09-29  Michael Natterer  <mitch@gimp.org>

	* app/brush_edit.[ch]
	* app/brush_header.h
	* app/gimpbrush.[ch]
	* app/gimpbrushgenerated.[ch]
	* app/gimpbrushlist.[ch]
	* app/gimpbrushpipe.[ch]
	* app/gimpcontext.h
	* app/gimplist.[ch]
	* app/gimpobject.[ch]
	* app/gimpset.[ch]
	* app/gimpsignal.[ch]
	* app/parasitelist.h: Lotsa fixes in the brush referencing code
	and cleanups in many GtkObjects:

	- Reference brushes correctly (call gtk_object_sink() after adding
	  them to the brush list). Don't crash when renaming a brush
	  multiple times.
	- Replaced all gtk_object_destroy() with gtk_object_unref|sink().
	- Removed the "Fake Gimp object system" (gimp_object_destroy() et.al.)
	  all over the place (while it's a good idea to have a common Gimp
	  base object, it's totally useless to try to imitate Gtk's object
	  system).
	- s/sz_BrushHeader/sizeof(BrushHeader)/g
	- And of course various indentation and coding style paranoia changes
	  in all files I visited.
2000-09-29 12:00:00 +00:00
..
gimpbrusheditor.c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpbrusheditor.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpcolordialog.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimpcolordialog.h app/color_area.c app/color_notebook.[ch] app/color_panel.c 2000-02-13 23:42:19 +00:00
gimpcolordisplayeditor.c Close bug "Segfault after using display filters," 2000-09-15 10:04:35 +00:00
gimpcolormapeditor.c version number bump 1999-08-22 00:39:51 +00:00
gimpcolormapeditor.h version number bump 1999-08-22 00:39:51 +00:00
gimpcolorpanel.c allocate the tool's paint_core with g_new0. This prevents us from having 2000-06-23 00:14:07 +00:00
gimpcolorpanel.h app/color_panel.[ch] app/color_picker.c removed the public function 2000-04-03 15:40:30 +00:00
gimpcursor.c Plug memory leak. The bitmap and mask GdkBitmaps were leaked each time. 2000-08-25 20:48:23 +00:00
gimpcursor.h cursors/background.xbm cursors/background_mask.xbm cursors/foreground.xbm 2000-07-29 16:12:40 +00:00
gimpdeviceinfo.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpdevices.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpdevices.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
gimpdnd.c Cursor patch II: This is only the logic inside the cursor system and not 2000-06-09 12:31:19 +00:00
gimpdnd.h new public function gimp_dnd_file_dest_set(). Moved the file/url dnd stuff 2000-05-06 17:03:44 +00:00
gimpgradienteditor.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpgradienteditor.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gimphelp.c For my friend Xach. 2000-08-25 17:41:38 +00:00
gimphelp.h These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
gimphistogramview.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimphistogramview.h added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpitemfactory.c Simplify a few help paths. 2000-09-28 14:09:26 +00:00
gimpitemfactory.h the ultimate solution to the i18n problem 2000-02-23 20:25:24 +00:00
gimppaletteeditor.c make_initialization_status_window(): reverse logic for if(!no_interface && 2000-08-09 17:04:16 +00:00
gimppaletteeditor.h make_initialization_status_window(): reverse logic for if(!no_interface && 2000-08-09 17:04:16 +00:00
gimptoolbox-color-area.c allocate the tool's paint_core with g_new0. This prevents us from having 2000-06-23 00:14:07 +00:00
gimptoolbox-color-area.h app/color_area.[ch] pass masks for the "default" and "swap" pixmaps to the 2000-02-22 15:14:54 +00:00
gimptoolbox-indicator-area.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
gimptoolbox-indicator-area.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
gimpwidgets-utils.c new function gimp_dialog_hide() that calls gdk_window_withdraw() after 2000-03-28 23:02:05 +00:00
gimpwidgets-utils.h new function gimp_dialog_hide() that calls gdk_window_withdraw() after 2000-03-28 23:02:05 +00:00
gtkhwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkhwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkvwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkvwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkwrapbox.h restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00