Gimp/app/core
jaycox 6ae2a9bc9f added gimphistogram*, histogramwidget*, removed histogram.[ch]
* app/Makefile.am: added gimphistogram*, histogramwidget*,
	removed histogram.[ch]

	* app/histogram.[ch]: removed.  replaced with histogramwidget.[ch].

	* app/{gimphistogramP.h, gimphistogram.h, gimphistogram.c}: new
 	functions that calculate histograms in parallel and perform
 	calculations on them.

	* app/histogramwidget.[ch]: Same as old histogram.[ch], only it is
 	now a real widget, and it uses GimpHistograms instead of arrays of
 	values.

	* app/curves.c: #include gimphistogram.h instead of histogram.h.

	* app/equalize.c: use GimpHistogram and GimpLut.

	* app/gimpbrush.c, app/gimpimage.c, app/gimpset.c: use
	GTK_RUN_FIRST in calls to gimp_signal_new.

	* app/histogram_tool.c, app/levels.c, app/threshold.c: modified to
 	use the new HistogramWidget.

	* app/paint_funcs.c: removed some unused variables.

	* app/preferences_dialog.c: only display the num-processor field
 	if we are configured --with-mp

	* plug-ins/gee/gee.c: removed a couple of c++ style comments.
1999-03-01 05:11:19 +00:00
..
gimp-edit.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimp-edit.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimp-parasites.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimp-parasites.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpbrush-header.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpbrush-load.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpbrush.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpbrush.h ---------------------------------------------------------------------- 1998-07-24 08:56:18 +00:00
gimpbrushgenerated-load.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpbrushgenerated-save.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpbrushgenerated.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpbrushgenerated.h Modified Files: ChangeLog app/gimpbrushgenerated.c 1998-09-15 01:53:40 +00:00
gimpchannel-combine.c fixed bug in channel_bounds 1999-02-22 17:05:31 +00:00
gimpchannel-combine.h Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c 1998-10-30 10:21:33 +00:00
gimpchannel.c fixed bug in channel_bounds 1999-02-22 17:05:31 +00:00
gimpchannel.h Modified Files: ChangeLog app/Makefile.am app/app_procs.c app/channel.c 1998-10-30 10:21:33 +00:00
gimpdatafiles.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpdatafiles.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-blend.c app/blend.c app/bucket_fill.c app/convert.c app/crop.c app/cursorutil.c 1999-01-17 17:03:54 +00:00
gimpdrawable-desaturate.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpdrawable-desaturate.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-equalize.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpdrawable-equalize.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpdrawable-invert.c new source files that implement pixel Look Up Table functions. 1999-02-16 08:53:54 +00:00
gimpdrawable-invert.h libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c 1999-02-03 09:17:37 +00:00
gimpdrawable-offset.c Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in 1999-01-15 17:35:04 +00:00
gimpdrawable-offset.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
gimpdrawable.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpdrawable.h new source files that implement pixel Look Up Table functions. 1999-02-16 08:53:54 +00:00
gimpedit.c i18n markings from Daniel Egger (mostly removal of tags around PDB stuff), 1998-12-25 18:22:01 +00:00
gimpedit.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimpimage-convert-fsdither.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpimage-convert.c Many revisions to the box-cut quantizer used in RGB->INDEXED conversion. 1999-02-26 21:30:11 +00:00
gimpimage-convert.h Changed the palette dialog. New functionality. Better previews. Can 1998-12-19 00:00:06 +00:00
gimpimage-duplicate.c Updated gtk_toggle_button_set_state() to gtk_toggle_button_set_active() in 1999-01-15 17:35:04 +00:00
gimpimage-duplicate.h Removed most of the image id system. They're still used with pdb. 1998-06-29 00:24:44 +00:00
gimpimage-guides.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpimage-guides.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpimage-mask.c applied gimp-stric-981116-1, lots o files changes in app. i18n patch. 1998-11-23 14:47:09 +00:00
gimpimage-mask.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpimage-merge.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpimage-merge.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpimage-projection.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpimage-projection.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpimage-resize.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpimage-resize.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpimage-scale.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpimage-scale.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpimage-undo-push.c Added stuff to make gcg by default (for maintainers) 1999-01-07 19:53:05 +00:00
gimpimage-undo-push.h Misc cleaning up here and there. Note that since the ids were used 1998-06-30 01:14:36 +00:00
gimpimage.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpimage.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpimagemap.c applied gimp-stric-981116-1, lots o files changes in app. i18n patch. 1998-11-23 14:47:09 +00:00
gimpimagemap.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimplayer-floating-sel.c Lots of ii8n stuff here and some additions to the de.po. Applied 1998-10-14 23:23:52 +00:00
gimplayer-floating-sel.h Header file tweaks. Now changing tile.h doesn't force about_dialog to 1998-08-16 00:34:20 +00:00
gimplayer.c new source files that implement pixel Look Up Table functions. 1999-02-16 08:53:54 +00:00
gimplayer.h don't #include resize.h - it's not needed ditto. 1999-02-14 21:09:55 +00:00
gimplist.c A few fixes here and there... 1998-08-13 18:53:12 +00:00
gimplist.h ---------------------------------------------------------------------- 1998-07-12 11:40:43 +00:00
gimpobject.c Started gimpset, a generic class for handling collections of 1998-07-01 23:06:49 +00:00
gimpobject.h Modified Files: ChangeLog app/Makefile.am app/airbrush.c app/app_procs.c 1998-07-09 05:31:06 +00:00
gimpparasite.c *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpparasite.h *** empty log message *** 1999-02-13 18:19:44 +00:00
gimpparasitelist.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpparasitelist.h libgimp/gserialize.c Changed the enum values to allow for simpler future 1998-12-16 11:23:30 +00:00
gimppattern-header.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpprojection-construct.c added gimphistogram*, histogramwidget*, removed histogram.[ch] 1999-03-01 05:11:19 +00:00
gimpprojection-construct.h Add default to Cancel button, remove unset GTK_RECEIVES_DEFAULT from 1999-02-21 02:08:15 +00:00
gimpprojection.c use image's units, not the ruler units, when dimentioning the rulers. 1999-02-27 18:09:56 +00:00
gimpprojection.h use image's units, not the ruler units, when dimentioning the rulers. 1999-02-27 18:09:56 +00:00