Commit Graph

633 Commits

Author SHA1 Message Date
Sven Neumann 3285ee6ef5 renamed again, to gimp_palette_[gs]et_columns this time.
2005-03-09  Sven Neumann  <sven@gimp.org>

	* app/core/gimppalette.[ch]: renamed again, to
	gimp_palette_[gs]et_columns this time.

	* app/dialogs/palette-import-dialog.c
	* app/widgets/gimppaletteeditor.c: changed accordingly.

	* tools/pdbgen/pdb/palette.pdb: renamed newly added PDB function.
	Also added a getter for the columns.

	* app/pdb/internal_procs.c
	* app/pdb/palette_cmds.c
	* libgimp/gimppalette_pdb.[ch]: regenerated.

	* libgimp/gimp.def: updated.
2005-03-09 00:50:09 +00:00
Sven Neumann 243cdf5306 renamed gimp_palette_[gs]et_n_columns to
2005-03-08  Sven Neumann  <sven@gimp.org>

	* app/core/gimppalette.[ch]: renamed gimp_palette_[gs]et_n_columns
	to gimp_palette_[gs]et_num_columns().

	* app/dialogs/palette-import-dialog.c
	* app/widgets/gimppaletteeditor.c: changed accordingly.

	* tools/pdbgen/pdb/palette.pdb: added new PDB function to control
	the number of columns used when displaying a palette (bug #169370).

	* app/pdb/internal_procs.c
	* app/pdb/palette_cmds.c
	* libgimp/gimppalette_pdb.[ch]: regenerated.

	* libgimp/gimp.def: updated.
2005-03-08 14:44:29 +00:00
Sven Neumann e6d8f87997 updated docs in app 2005-03-03 14:18:44 +00:00
Sven Neumann 3a4f1f697b libgimp/libgimp-docs.sgml libgimpbase/libgimpbase-docs.sgml
2005-03-03  Sven Neumann  <sven@gimp.org>

        * libgimp/libgimp-docs.sgml
        * libgimpbase/libgimpbase-docs.sgml
        * libgimpcolor/libgimpcolor-docs.sgml
        * libgimpconfig/libgimpconfig-docs.sgml
        * libgimpmath/libgimpmath-docs.sgml
        * libgimpmodule/libgimpmodule-docs.sgml
        * libgimpthumb/libgimpthumb-docs.sgml
        * libgimpwidgets/libgimpwidgets-docs.sgml: added several indices,
        one for all symbols, and lists of new symbols for GIMP 2.2 and
        2.4.  For this to work correctly, you need gtk-doc from CVS (see
        bug #168384). But don't worry, you can still build the docs with
        older versions.
2005-03-03 13:57:50 +00:00
Sven Neumann 75133b1a16 added new function.
2005-03-03  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: added new function.

	* libgimp/tmpl/gimp.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpwidgets/tmpl/gimppropwidgets.sgml: removed unused
	parameters.

	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimpimage.sgml
	* libgimp/tmpl/gimppaths.sgml: regenerated.
2005-03-03 11:58:26 +00:00
Sven Neumann 49005d9bfd removed gimp_enum_combo_box_set_visible().
2005-03-01  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpenumcombobox.[ch]: removed
	gimp_enum_combo_box_set_visible().

	* libgimpwidgets/gimpintcombobox.[ch]: added
	gimp_int_combo_box_set_sensitivity() instead.

	* app/tools/gimpcurvestool.c
	* app/tools/gimplevelstool.c
	* app/widgets/gimphistogrameditor.c: changed accordingly.

	* libgimpwidgets/gimpenumstore.h: added padding for future expansion.

	* libgimpwidgets/gimpwidgets.def: updated.
2005-02-28 23:27:12 +00:00
Sven Neumann 3ee2a00974 added a title for the index 2005-02-25 13:58:31 +00:00
Sven Neumann 905f1d2335 app/app-docs.sgml updated internal docs.
2005-02-25  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated internal docs.
2005-02-25 13:33:44 +00:00
Sven Neumann 0274c5d200 regenerated.
2005-02-22  Sven Neumann  <sven@gimp.org>

	* libgimp/tmpl/gimpchannel.sgml: regenerated.
2005-02-22 19:39:12 +00:00
Shlomi Fish 6c659592da add the gimp_channel_new_from_component() PDB function.
2005-02-22  Shlomi Fish  <shlomif@iglu.org.il>

	* tools/pdbgen/pdb/channel.pdb: add the
	gimp_channel_new_from_component() PDB function.

	* libgimp/gimpchannel_pdb.c
	* app/pdb/channel_cmds.c: resultant files.

	* libgimp/gimp.def: add the new function to the def file

	* devel-docs/libgimp/libgimp-sections.txt: add the new function
	to devel-docs
2005-02-22 17:58:36 +00:00
Sven Neumann 5157dba5cb Another step towards color management:
2005-02-21  Sven Neumann  <sven@gimp.org>

	Another step towards color management:

	* modules/Makefile.am
	* modules/cdisplay_lcms.c: added new color display module that
	implements color management for the image displays. Still work
	in progress...

	* modules/cdisplay_proof.c: no need to include <string.h> here.

	* libgimpconfig/gimpcolorconfig.[ch]: added new property
	"display-module" to configure the display color management module.

	* app/display/gimpdisplayshell-filter.[ch]
	* app/display/gimpdisplayshell.c: create the configured color
	management display filter for each display.
2005-02-21 00:45:17 +00:00
Sven Neumann 52d6f00e56 app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and
2005-02-18  Sven Neumann  <sven@gimp.org>

	* app/core/Makefile.am
	* app/core/gimpdrawable-convert.[ch]: new files holding
	gimp_drawable_convert_rgb() and gimp_drawable_convert_grayscale()
	moved out of gimpimage-convert.[ch].

	* app/core/gimpchannel.c
	* app/core/gimpimage-convert.[ch]
	* app/core/gimplayer.c: changed accordingly.
2005-02-18 16:16:24 +00:00
Sven Neumann 597bb6a7ee another tiny update 2005-02-14 13:33:51 +00:00
Sven Neumann 793f9765d4 app/Makefile.am app/app-docs.sgml some updates, there's still a lot to do
2005-02-14  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt: some updates, there's still a lot to do here.
2005-02-14 13:32:26 +00:00
Sven Neumann 4cf9d0e429 accept an empty string.
2005-02-13  Sven Neumann  <sven@gimp.org>

	* app/core/gimpprogress.c (gimp_progress_start): accept an empty
	string.

	* app/plug-in/plug-in-progress.c: if NULL is passed as message to
	plug_in_progress_start(), set an empty string on the progress.

	* tools/pdbgen/pdb/progress.pdb:
	* libgimp/gimpprogress.[ch]: wrap the new gimp_progress_set_text()
	PDP function with a function that accepts printf-like arguments.

	* libgimp/gimpprogress_pdb.[ch]: regenerated.

	* lots of plug-ins, most of them file plug-ins:
	use gimp_progress_init(NULL) followed by gimp_progress_set_text()
	to initialize the progress using the new API instead of constructing
	a temporary string.
2005-02-13 00:11:24 +00:00
Sven Neumann 996d24a3c9 app/plug-in/plug-in-progress.[ch] added new PDB function
2005-02-12  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-progress.[ch]
	* tools/pdbgen/pdb/progress.pdb: added new PDB function
	gimp_progress_set_text().

	* app/pdb/internal_procs.c
	* app/pdb/progress_cmds.c
	* libgimp/gimpprogress_pdb.[ch]: regenerated.

	* libgimp/gimp.def: updated.
2005-02-12 18:25:58 +00:00
Sven Neumann a87657126e updated.
2005-02-12  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: updated.

	* libgimp/tmpl/gimpprogress.sgml
	* libgimpbase/tmpl/gimpbaseenums.sgml: regenerated.
2005-02-12 16:40:44 +00:00
Sven Neumann 211f399648 set AUTOMAKE_OPTIONS to 1.7.
2005-02-09  Sven Neumann  <sven@gimp.org>

	* */Makefile.am: set AUTOMAKE_OPTIONS to 1.7.

	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpconfig/libgimpconfig.types: let gtk-doc do introspection
	on GimpColorConfig.

	* libgimpconfig/tmpl/gimpcolorconfig.sgml
	* libgimpconfig/tmpl/gimpconfig-iface.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml: regenerated.

	* libgimpwidgets/libgimpwidgets-sections.txt: added new function.

	* libgimpwidgets/tmpl/gimpsizeentry.sgml: regenerated.
2005-02-09 17:13:28 +00:00
Sven Neumann 4fc86a043c gimp-mkenums doesn't seem to like newlines in enum definitions.
2005-02-08  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpcolorconfig-enums.[ch]: gimp-mkenums doesn't
	seem to like newlines in enum definitions.

	* libgimpconfig/gimpcolorconfig.[ch]: removed the "profile-path"
	property for now. It doesn't work too well with GimpFileEntry.
	We can add it back later if it turns out that we really need it.

	* app/dialogs/preferences-dialog.c
	* app/widgets/gimphelp-ids.h: added a color management page to the
	preferences dialog.
2005-02-08 00:04:50 +00:00
Sven Neumann 8298cb9014 libgimpconfig/libgimpconfig-docs.sgml updated.
2005-02-07  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpconfig/libgimpconfig-sections.txt: updated.

	* libgimpconfig/tmpl/gimpcolorconfig.sgml: added this new file.

	* libgimpconfig/tmpl/gimpconfig-iface.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpconfig/tmpl/gimpconfigwriter.sgml: regenerated.
2005-02-07 22:33:02 +00:00
Sven Neumann 692669f4d8 renamed GIMP_PARAM_ #defines to GIMP_CONFIG_PARAM_.
2005-02-05  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpconfig-params.h: renamed GIMP_PARAM_ #defines
	to GIMP_CONFIG_PARAM_.

	* app/config/gimpbaseconfig.c
	* app/config/gimpconfig-dump.c
	* app/config/gimpcoreconfig.c
	* app/config/gimpdisplayconfig.c
	* app/config/gimpguiconfig.c
	* app/config/gimprc-deserialize.c
	* app/config/gimprc-serialize.c
	* app/config/gimprc.c
	* app/core/gimp.c
	* app/core/gimpstrokedesc.c
	* app/dialogs/preferences-dialog.c
	* app/text/gimptext.c
	* app/tools/gimptextoptions.c
	* libgimpconfig/gimpconfig-deserialize.c
	* libgimpconfig/gimpconfig-iface.c
	* libgimpconfig/gimpconfig-serialize.c
	* libgimpconfig/gimpconfig-utils.c: changed accordingly.

	* libgimpmodule/gimpmoduletypes.h: deprecate the
	GIMP_MODULE_PARAM_SERIALIZE #define, GIMP_CONFIG_PARAM_SERIALIZE
	should be used instead.

	* modules/controller_linux_input.c
	* modules/controller_midi.c: changed accordingly.
2005-02-05 14:52:58 +00:00
Sven Neumann 5cce5393ed updated.
2005-02-05  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: updated.

	* libgimpwidgets/tmpl/gimppropwidgets.sgml: added this new file.
2005-02-05 11:46:45 +00:00
William Skaggs 21a49ef61f Bill Skaggs <weskaggs@primate.ucdavis.edu>
* libgimp/Makefile.am:
	* libgimpwidgets/Makefile.am: fix build after moving
	gimppropwidgets

	* libgimpconfig/tmpl/gimpconfig-params.sgml:
	* libgimpwidgets/libgimpwidgets-docs.sgml: modified.
2005-02-04 21:51:35 +00:00
Sven Neumann 843490a152 formatting.
2005-01-30  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimagemap.c: formatting.
2005-01-30 16:50:52 +00:00
Sven Neumann be6f9d259e use libgimp header, added "Since: GIMP 2.4" to the gtk-doc comments.
2005-01-29  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpenumwidgets.[ch]: use libgimp header,
	added "Since: GIMP 2.4" to the gtk-doc comments.

2005-01-29  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpenumwidgets.sgml: updated.
2005-01-29 12:26:14 +00:00
Sven Neumann 52d0d70b5f libgimpconfig/libgimpconfig-docs.sgml updated.
2005-01-28  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpconfig/libgimpconfig-sections.txt: updated.

	* libgimpconfig/tmpl/gimpconfig-iface.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpconfig/tmpl/gimpconfig-path.sgml: regenerated.
2005-01-28 19:11:08 +00:00
Sven Neumann 30c7a45349 libgimpbase/libgimpbase-docs.sgml removed references to gimp_path
2005-01-26  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-docs.sgml
	* libgimpbase/libgimpbase-sections.txt: removed references to
	gimp_path functions that moved to libgimpconfig.

	* libgimpbase/tmpl/gimppath.sgml: removed.

	* libgimpbase/tmpl/gimpbasetypes.sgml: regenerated.
2005-01-26 00:00:40 +00:00
Sven Neumann 4c9d52f761 shut up CVS 2005-01-25 23:21:41 +00:00
Sven Neumann c53f4a6cf7 doesn't belong into CVS 2005-01-25 23:21:18 +00:00
William Skaggs fc19b42ed0 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* Makefile.am: add libgimpconfig to subdirs

	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpconfig/libgimpconfig-sections.txt
	* libgimpconfig/tmpl/gimpconfig-deserialize.sgml
	* libgimpconfig/tmpl/gimpconfig-error.sgml
	* libgimpconfig/tmpl/gimpconfig-iface.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpconfig/tmpl/gimpconfig-path.sgml
	* libgimpconfig/tmpl/gimpconfig-serialize.sgml
	* libgimpconfig/tmpl/gimpconfig-utils.sgml
	* libgimpconfig/tmpl/gimpconfigtypes.sgml
	* libgimpconfig/tmpl/gimpconfigwriter.sgml
	* libgimpconfig/tmpl/gimpscanner.sgml
	* libgimpconfig/tmpl/libgimpconfig-unused.sgml: added or
	corrected
2005-01-25 23:13:11 +00:00
Sven Neumann e2bdac5548 shut up CVS 2005-01-25 20:43:36 +00:00
William Skaggs 38c2aa63b3 Bill Skaggs <weskaggs@primate.ucdavis.edu>
libgimpconfig/version: oop, removed
	libgimpconfig/.cvsignore: added
2005-01-25 19:27:13 +00:00
William Skaggs dd94b5f128 Bill Skaggs <weskaggs@primate.ucdavis.edu>
libgimpconfig/version:
	libgimpconfig/version.in: added
2005-01-25 19:23:12 +00:00
William Skaggs 61a61a0cb7 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* libgimpconfig/tmpl/gimpconfig-error.sgml: removed, no need
	for this.

	* libgimpconfig/tmpl/gimpconfig-deserialize.sgml:
	* libgimpconfig/tmpl/gimpconfig-iface.sgml:
	* libgimpconfig/tmpl/gimpconfig-serialize.sgml:
	* libgimpconfig/tmpl/gimpconfig-utils.sgml:
	* libgimpconfig/tmpl/gimpconfigwriter.sgml: gtkdoc templates
	for libgimpconfig.
2005-01-25 00:08:29 +00:00
William Skaggs cf6db5e20f Bill Skaggs <weskaggs@primate.ucdavis.edu>
* libgimpconfig/Makefile.am
	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpconfig/libgimpconfig-overrides.txt
	* libgimpconfig/libgimpconfig-sections.txt
	* libgimpconfig/libgimpconfig.types
	* libgimpconfig/tmpl/gimpconfig-error.sgml: created, setting
	up migration from app/config to libgimpconfig.
2005-01-24 22:57:00 +00:00
Sven Neumann 981d9ed8a5 - fixed ChangeLog entry
- gtk-doc wants to change this file
2005-01-23 12:16:08 +00:00
Sven Neumann b9f0a8a5ab app/app-docs.sgml updated for moves to libgimpbase.
2005-01-23  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated for moves to libgimpbase.
2005-01-23 02:25:01 +00:00
Sven Neumann 490fcabe6f libgimpbase/libgimpbase-docs.sgml libgimpbase/libgimpbase-sections.txt
2005-01-23  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-docs.sgml
	* libgimpbase/libgimpbase-sections.txt
	* libgimpcolor/libgimpcolor-sections.txt
	* libgimpmath/libgimpmath-sections.txt: updated for new param-specs.

	* libgimpbase/tmpl/gimpbasetypes.sgml
	* libgimpbase/tmpl/gimpmemsize.sgml
	* libgimpbase/tmpl/gimpunit.sgml
	* libgimpcolor/tmpl/gimprgb.sgml
	* libgimpmath/tmpl/gimpmatrix.sgml: regenerated.

	* libgimpbase/tmpl/gimppath.sgml: new file.
2005-01-23 02:14:12 +00:00
Sven Neumann b145e84dd2 libgimp/libgimp-sections.txt libgimp/tmpl/gimpenums.sgml
2005-01-23  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpenums.sgml
	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimpbaseenums.sgml: updated for moved enums.
2005-01-23 01:35:51 +00:00
Sven Neumann 5c6dae19dc improved docs.
2005-01-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppreviewarea.c: improved docs.

2005-01-22  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: GimpEnumStore and
	GimpEnumComboBox moved to libgimpwidgets.

	* libgimpwidgets/tmpl/gimpenumcombobox.sgml
	* libgimpwidgets/tmpl/gimpenumstore.sgml: new files.
2005-01-21 23:11:43 +00:00
Sven Neumann e0a6c25548 HACKING Makefile.am acinclude.m4 applied (modified) patch from Raphaël
2005-01-20  Sven Neumann  <sven@gimp.org>

	* HACKING
	* Makefile.am
	* acinclude.m4
	* autogen.sh: applied (modified) patch from Raphaël Quinet that
	allows to build GIMP from CVS without having gtk-doc installed.
	If you need to do this, pass --disable-gtk-doc to autogen.sh.

	* configure.in: removed --disable-devel-docs option since it has
	become obsolete now.

	* devel-docs/Makefile.am: require gtk-doc when running 'make dist'.
2005-01-20 18:21:41 +00:00
Sven Neumann 943a62bc4f regenerated 2005-01-11 18:43:16 +00:00
Sven Neumann 1bf9563307 app/app-docs.sgml updated.
2005-01-07  Sven Neumann  <neumann@jpk.com>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: added
	gimp_scrolled_preview_set_position().
2005-01-07 10:34:24 +00:00
William Skaggs bd895a1131 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* configure.in: add check for libexif version >= 0.6.0,
	necessary because of nasty incompatible api change.

	* plug-ins/jpeg/exif-handling.txt: removed from here...

	* devel-docs/exif-handling.txt: ...and added here

	* plug-ins/jpeg/jpeg-exif.c
	* plug-ins/jpeg/Makefile.am
	* plug-ins/jpeg/jpeg-load.c
	* plug-ins/jpeg/jpeg.c
	* plug-ins/jpeg/jpeg.h: extract info from exif on loading,
	and add info to exif on saving, addresses bug #56433,
	bug #61499, and bug #121810.
2005-01-04 17:48:13 +00:00
William Skaggs 8a651f34df Bill Skaggs <weskaggs@primate.ucdavis.edu>
* tools/pdbgen/pdb/gradient.pdb: added gradient-is-editable

	* tools/pdbgen/pdb/brush.pdb
	* tools/pdbgen/pdb/palette.pdb: changed mitch_misc to bill_misc
	where correct.

	* app/pdb/brush_cmds.c
	* app/pdb/palette_cmds.c
	* libgimp/gimpbrush_pdb.c
	* libgimp/gimppalette_pdb.c: regenerated.
2004-12-31 19:48:29 +00:00
Sven Neumann c30a919b68 bumped gimp_app_version and gimp_user_version to 2.3.
2004-12-31  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped gimp_app_version and gimp_user_version to 2.3.
2004-12-31 00:22:34 +00:00
William Skaggs 7678860c0c Bill Skaggs <weskaggs@primate.ucdavis.edu>
* parasites.txt:  added information about "decompose-data"
	parasite now added by the decompose plug-in.
2004-12-28 21:36:07 +00:00
Sven Neumann 4d27239a9c renamed menu_path parameter to menu_label and added a pointer to
2004-12-28  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.[ch] (gimp_install_procedure, gimp_install_temp_proc):
	renamed menu_path parameter to menu_label and added a pointer to
	gimp_plugin_menu_register()

	* app/widgets/gimpsizebox.c (gimp_size_box_constructor): removed
	unused variables.
2004-12-28 15:21:16 +00:00
Sven Neumann 0dc830d6b9 fixed include.
* app/app-docs.sgml: fixed include.
2004-12-23 15:32:49 +00:00
Sven Neumann 7d11f4ddbc made plug_in_proc_frame_free() a static function.
2004-12-23  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-proc-frame.[ch]: made plug_in_proc_frame_free()
	a static function.
2004-12-23 15:13:51 +00:00
Sven Neumann 4d908e46c6 moved ChangeLog entries around 2004-12-15 00:12:27 +00:00
Simon Budig 7323c5a07d Changed the "gradient" parameter to "slope" to make it more clear what the
2004-12-14  Simon Budig  <simon@gimp.org>

	* app/vectors/gimpstroke.[ch]: Changed the "gradient" parameter
	to "slope" to make it more clear what the returned result is (which
	was wrong earlier).
	* tools/pdbgen/pdb/paths.pdb: changed accordingly

	* app/pdb/paths_cmds.c
	* libgimp/gimppaths_pdb.[ch]
	* devel-docs/libgimp/tmpl/gimppaths.sgml: regenerated.

	Fixes bug #161274.
2004-12-14 22:36:40 +00:00
Sven Neumann c8d553c882 libgimpbase/libgimpbase-sections.txt updated.
2004-12-14  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimpversion.sgml: updated.
2004-12-14 01:58:08 +00:00
Michael Natterer f06e15febb updated.
2004-12-14  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt: updated.

	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimppixbuf.sgml: regenerated.
2004-12-13 23:39:31 +00:00
Sven Neumann 3d7364b658 HACKING autogen.sh switched to using gtkdocize for the build of the API
2004-12-13  Sven Neumann  <sven@gimp.org>

	* HACKING
	* autogen.sh
	* configure.in: switched to using gtkdocize for the build of the
	API docs.
2004-12-13 22:51:55 +00:00
Sven Neumann 5e92462789 Moved "gfig" description to the end (out of the gimp namespace) and
also moved the ChangeLog entry.
2004-12-13 20:46:32 +00:00
William Skaggs 9b82d030cd Bill Skaggs <weskaggs@primate.ucdavis.edu>
* devel-docs/parasites.txt: add info about "gfig" layer parasite.
2004-12-13 20:11:19 +00:00
Sven Neumann 78444c9475 app/app-sections.txt updated for gimp_edit_copy_visible().
2004-12-12  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt
	* libgimp/libgimp-sections.txt: updated for gimp_edit_copy_visible().

	* libgimp/tmpl/gimpedit.sgml: regenerated.
2004-12-12 14:18:41 +00:00
Sven Neumann 4fed8e295a updated.
2004-12-11  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt: updated.
2004-12-11 19:53:33 +00:00
Michael Natterer cfcb716d51 define GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION
2004-11-24  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/Makefile.am (GTKDOC_CFLAGS): define
	GIMP_ENABLE_CONTROLLER_UNDER_CONSTRUCTION

	* libgimpwidgets/libgimpwidgets.types: #include
	<libgimpwidgets/gimpcontroller.h> separately.
2004-11-24 14:10:37 +00:00
Sven Neumann dd245c4433 fixes 2004-11-24 02:38:17 +00:00
Sven Neumann 1b627bd015 app/app-docs.sgml updated.
2004-11-24  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2004-11-24 02:27:49 +00:00
Michael Natterer 808cbc5319 regenerated.
2004-11-24  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/tmpl/gimpcontroller.sgml: regenerated.

	* libgimpwidgets/libgimpwidgets-docs.sgml: added note about the
	"work in progress" controller API.
2004-11-24 02:21:42 +00:00
Michael Natterer 8930833c57 libgimp/libgimp-sections.txt updated.
2004-11-16  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpdrawabletransform.sgml: updated.
2004-11-16 15:25:40 +00:00
Sven Neumann ec9ee41fe7 themes/Default/images/Makefile.am
2004-11-14  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-center-16.png
	* themes/Default/images/stock-center-24.png
	* themes/Default/images/stock-print-resolution-16.png
	* themes/Default/images/stock-print-resolution-24.png: new icons
	drawn by Jimmac.

	* libgimpwidgets/gimpstock.[ch]: registered the new icons.

	* app/actions/image-actions.c
	* app/dialogs/print-size-dialog.c
	* app/dialogs/resize-dialog.c
	* plug-ins/ifscompose/ifscompose.c: use them.
2004-11-14 01:51:21 +00:00
Sven Neumann b62ca985aa app/plug-in/plug-in-proc-def.[ch] app/plug-in/plug-in-rc.c allow to
2004-11-13  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-proc-def.[ch]
	* app/plug-in/plug-in-rc.c
	* app/plug-in/plug-ins.[ch]: allow to associate a procedure for
	thumbnail loading with any file load procedure.

	* tools/pdbgen/pdb/fileops.pdb: export this functionality to the
	PDB as gimp_register_thumbnail_loader().

	* app/pdb/fileops_cmds.c
	* app/pdb/internal_procs.c
	* libgimp/gimpfileops_pdb.[ch]: regenerated.

	* app/core/gimpimagefile.c
	* app/file/file-open.[ch]: when creating a thumbnail for an image
	file, use a thumbnail load procedure if available.

	* plug-ins/common/svg.c: added "file_svg_load_thumb", a procedure
	that allows to load a small preview of the SVG image.
2004-11-13 17:06:06 +00:00
Michael Natterer e1932fc6aa libgimpbase/libgimpbase-sections.txt updated.
2004-11-10  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimputils.sgml: updated.
2004-11-10 12:45:21 +00:00
Sven Neumann 49f2e3610e gtk-doc wants to remove that empty line by all means 2004-11-08 21:39:09 +00:00
Michael Natterer bf7d9f96f1 libgimp/libgimp-sections.txt added gimp_layer_from_mask()
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimplayer.sgml: added gimp_layer_from_mask()

	* libgimp/tmpl/gimpdrawabletransform.sgml
	* libgimp/tmpl/gimpregioniterator.sgml: gtk-doc insisted on
	changing these.
2004-11-08 17:44:45 +00:00
Michael Natterer 77d3e5a2f0 libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpbrush.sgml
2004-11-08  Michael Natterer  <mitch@gimp.org>

	* libgimp/tmpl/gimpaspectpreview.sgml
	* libgimp/tmpl/gimpbrush.sgml
	* libgimp/tmpl/gimpbrushmenu.sgml
	* libgimp/tmpl/gimpbrushselect.sgml
	* libgimp/tmpl/gimpcontext.sgml
	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimpdrawablecombobox.sgml
	* libgimp/tmpl/gimpdrawablepreview.sgml
	* libgimp/tmpl/gimpdrawabletransform.sgml
	* libgimp/tmpl/gimpfontmenu.sgml
	* libgimp/tmpl/gimpfontselect.sgml
	* libgimp/tmpl/gimpgradient.sgml
	* libgimp/tmpl/gimpgradientmenu.sgml
	* libgimp/tmpl/gimpgradientselect.sgml
	* libgimp/tmpl/gimpimage.sgml
	* libgimp/tmpl/gimpimagecombobox.sgml
	* libgimp/tmpl/gimplayer.sgml
	* libgimp/tmpl/gimppalette.sgml
	* libgimp/tmpl/gimppalettemenu.sgml
	* libgimp/tmpl/gimppalettes.sgml
	* libgimp/tmpl/gimppaletteselect.sgml
	* libgimp/tmpl/gimppaths.sgml
	* libgimp/tmpl/gimppattern.sgml
	* libgimp/tmpl/gimppatternmenu.sgml
	* libgimp/tmpl/gimppatternselect.sgml
	* libgimp/tmpl/gimppixbuf.sgml
	* libgimp/tmpl/gimppixelfetcher.sgml
	* libgimp/tmpl/gimpprogress.sgml
	* libgimp/tmpl/gimpprogressbar.sgml
	* libgimp/tmpl/gimpregioniterator.sgml
	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpbase/tmpl/gimpbasetypes.sgml
	* libgimpbase/tmpl/gimpchecks.sgml
	* libgimpbase/tmpl/gimpdatafiles.sgml
	* libgimpbase/tmpl/gimpmemsize.sgml
	* libgimpcolor/tmpl/gimpadaptivesupersample.sgml
	* libgimpcolor/tmpl/gimpcmyk.sgml
	* libgimpcolor/tmpl/gimphsv.sgml
	* libgimpcolor/tmpl/gimprgb.sgml
	* libgimpwidgets/tmpl/gimpcolorbutton.sgml
	* libgimpwidgets/tmpl/gimpcolorhexentry.sgml
	* libgimpwidgets/tmpl/gimpcolorselection.sgml
	* libgimpwidgets/tmpl/gimpframe.sgml
	* libgimpwidgets/tmpl/gimpintcombobox.sgml
	* libgimpwidgets/tmpl/gimpintstore.sgml
	* libgimpwidgets/tmpl/gimppatheditor.sgml
	* libgimpwidgets/tmpl/gimppreview.sgml
	* libgimpwidgets/tmpl/gimppreviewarea.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: applied a heavily
	fixed and enhanced version of a patch from Cai Qian (bug #156271).
	Made long_desc = short_desc where we lacked a long_desc but had
	a short_desc. Removed unused parameters. Misc cleanups.

	* libgimp/libgimp-docs.sgml: added some <chapter>s. The list of
	libgimp modules was too long.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimpcontroller.sgml: added GimpController.
2004-11-08 14:37:30 +00:00
Sven Neumann 36f34b86db app/app-docs.sgml app/app-sections.txt udpated.
2004-11-04  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: udpated.
2004-11-03 23:41:48 +00:00
Michael Natterer 991630dac5 regenerated.
2004-11-02  Michael Natterer  <mitch@gimp.org>

	* libgimp/tmpl/gimpdrawabletransform.sgml: regenerated.
2004-11-02 17:04:39 +00:00
Michael Natterer a07b9f5130 libgimp/libgimp-sections.txt updated.
2004-11-02  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimpwidgets/libgimpwidgets-sections.txt: updated.

	* libgimp/tmpl/gimpcolor.sgml
	* libgimp/tmpl/gimpdrawabletransform.sgml
	* libgimp/tmpl/gimpimage.sgml
	* libgimpwidgets/tmpl/gimppreviewarea.sgml: regenerated.
2004-11-02 14:01:11 +00:00
Sven Neumann ec2be77b84 Made 2.2-pre1 release.
2004-10-31  Sven Neumann  <sven@gimp.org>

        * Made 2.2-pre1 release.
2004-11-01 00:01:53 +00:00
Sven Neumann 8c65754401 libgimpbase/libgimpbase-sections.txt libgimpbase/tmpl/gimpbasetypes.sgml
2004-10-31  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimpbasetypes.sgml
	* libgimpbase/tmpl/gimputils.sgml: updated.
2004-10-31 21:18:26 +00:00
Sven Neumann ac823b18a7 updated. regenerated.
2004-10-27  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: updated.
	* libgimp/tmpl/gimpdrawabletransform.sgml: regenerated.
2004-10-27 18:24:50 +00:00
Sven Neumann c588e8e58e added gtk-doc comment for gimp_enums_get_type_names().
2004-10-26  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/enumcode.pl: added gtk-doc comment for
	gimp_enums_get_type_names().


Updated API docs.
2004-10-26 18:58:50 +00:00
Sven Neumann c2bc337771 don't include the app directory.
2004-10-25  Sven Neumann  <sven@gimp.org>

	* devel-docs/Makefile.am (EXTRA_DIST): don't include the app
	directory.
2004-10-25 21:05:25 +00:00
Sven Neumann 76d874e29c regenerated 2004-10-25 19:19:43 +00:00
Sven Neumann 66ba9eca3e skip types for registered enums.
2004-10-25  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: skip types for registered enums.
2004-10-25 16:53:45 +00:00
Sven Neumann 868aefc322 libgimp/libgimp-sections.txt added gimp_drawable_mask_intersect().
2004-10-23  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpdrawable.sgml: added gimp_drawable_mask_intersect().
2004-10-23 21:54:58 +00:00
Sven Neumann ea273aadb9 libgimpthumb/gimpthumb-utils.[ch] libgimpthumb/gimpthumbnail.[ch] added
2004-10-23  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/gimpthumb-utils.[ch]
	* libgimpthumb/gimpthumbnail.[ch]
	* libgimpthumb/gimpthumb.def: added missing API, mainly for deleting
	thumbnails.

	* app/core/gimpimagefile.[ch]: when saving a thumbnail, delete a
	failure thumbnail if one exists. Unless the thumbnail was created
	explicitely, remove all other thumbnails for this image.

	* app/actions/documents-commands.c: changed accordingly.

	* app/file/file-open.c: only save a thumbnail if there isn't a
	valid thumbnail already.

	* app/widgets/gimpthumbbox.c: before attempting to create a new
	thumbnail, check if there's an uptodate failure thumbnail.
2004-10-23 15:30:39 +00:00
Sven Neumann bf87db9340 added gimp_preview_set_default_cursor.
2004-10-14  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: added
	gimp_preview_set_default_cursor.

	* libgimpwidgets/tmpl/gimppreview.sgml: regenerated.
2004-10-14 11:04:33 +00:00
Sven Neumann 6170591541 app/app-docs.sgml app/app-sections.txt updated.
2004-10-13  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2004-10-12 23:51:06 +00:00
Sven Neumann 9203906065 libgimpthumb/gimpthumb-utils.[ch] added an API to delete thumbnails.
2004-10-11  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/gimpthumb-utils.[ch]
	* libgimpthumb/gimpthumb.def: added an API to delete thumbnails.

	* app/widgets/gimpthumbbox.c (gimp_thumb_box_create_thumbnail):
	when recreating a thumbnail on user request, delete all existing
	thumbnails for it.

	* plug-ins/common/AlienMap2.c: removed unused variable.
2004-10-10 23:02:34 +00:00
Sven Neumann d5552daff8 libgimpthumb/gimpthumb-utils.c libgimpthumb/gimpthumb-utils.[ch] added
2004-10-10  Sven Neumann  <sven@gimp.org>

	* libgimpthumb/gimpthumb-utils.c
	* libgimpthumb/gimpthumb-utils.[ch]
	* libgimpthumb/gimpthumbnail.c: added support for local thumbnails
	as introduced by version 0.7 of the thumbnail spec. Untested, but
	at least the API is there.
2004-10-10 21:42:24 +00:00
Michael Natterer c5d20b35e9 s/gimpgradientedit/gimpgradient/
2004-10-06  Michael Natterer  <mitch@gimp.org>

	* libgimp/tmpl/gimpgradient.sgml: s/gimpgradientedit/gimpgradient/
2004-10-06 18:26:58 +00:00
Sven Neumann 449a1c457c updated.
2004-10-06  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.def: updated.

2004-10-06  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpbrush.sgml
	* libgimp/tmpl/gimpgradient.sgml
	* libgimp/tmpl/gimppattern.sgml: updated.
2004-10-06 03:45:43 +00:00
Sven Neumann b69d2599fd libgimpmodule/libgimpmodule-sections.txt added missing macro
2004-10-06  Sven Neumann  <sven@gimp.org>

	* libgimpmodule/libgimpmodule-sections.txt
	* libgimpmodule/tmpl/gimpmodule.sgml: added missing macro
	GIMP_MODULE_PARAM_SERIALIZE.
2004-10-06 02:53:46 +00:00
Sven Neumann 713e16ae42 app/app-docs.sgml app/app-sections.txt updated.
2004-10-05  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2004-10-04 23:46:40 +00:00
Sven Neumann 62b5c77c76 app/config/gimpguiconfig.[ch] added gimprc option "show-help-button".
2004-10-04  Sven Neumann  <sven@gimp.org>

        * app/config/gimpguiconfig.[ch]
        * app/config/gimprc-blurbs.h: added gimprc option "show-help-button".

        * app/dialogs/preferences-dialog.c: added a GUI for it.

        * app/dialogs/file-save-dialog.c
        * app/dialogs/image-new-dialog.c
        * app/dialogs/quit-dialog.c
        * app/display/gimpdisplayshell-close.c
        * app/widgets/gimphelp-ids.h: don't set help-ids on confirmation
        dialogs.

        * libgimpbase/gimpprotocol.[ch]
        * libgimp/gimp.[ch]: added boolean "show_help_button" to the
        config message.

        * app/plug-in/plug-in-run.c: pass the new preference to the plug-in.

        * libgimpwidgets/gimpdialog.[ch]: added new function that allows to
        set whether new dialogs should get a help button added.

        * app/gui/gui.c
        * libgimp/gimpui.c: call gimp_dialogs_show_help_button() according
        to the gimprc settings.
2004-10-04 16:21:52 +00:00
Michael Natterer 96ab952f5c moved stuff to right section.
2004-09-30  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt: moved stuff to right section.

	* libgimp/tmpl/gimppalettes.sgml
	* libgimp/tmpl/gimppaletteselect.sgml: regenerated.
2004-09-30 15:07:52 +00:00
Sven Neumann de37bbb7f8 libgimpwidgets/gimppreview.[ch] added gimp_preview_draw_buffer().
2004-09-29  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppreview.[ch]
	* libgimpwidgets/gimpwidgets.def: added gimp_preview_draw_buffer().

	* libgimp/gimpaspectpreview.[ch]
	* libgimp/gimpdrawablepreview.[ch]
	* libgimp/gimpui.def: removed the public draw_buffer API.
	Implement the virtual GimpPreview::draw_buffer method instead.

	* plug-ins/common/cartoon.c
	* plug-ins/common/deinterlace.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/dog.c
	* plug-ins/common/edge.c
	* plug-ins/common/engrave.c
	* plug-ins/common/exchange.c
	* plug-ins/common/gauss.c
	* plug-ins/common/grid.c
	* plug-ins/common/neon.c
	* plug-ins/common/noisify.c
	* plug-ins/common/oilify.c
	* plug-ins/common/photocopy.c
	* plug-ins/common/plasma.c
	* plug-ins/common/sel_gauss.c
	* plug-ins/common/sharpen.c
	* plug-ins/common/shift.c
	* plug-ins/common/snoise.c
	* plug-ins/common/sobel.c
	* plug-ins/common/spread.c
	* plug-ins/common/struc.c: changed accordingly. Don't pass the
	preview around as GimpDrawablePreview or GimpAspectPreview. It
	should whenever possible be accessed as GimpPreview.
2004-09-29 15:33:02 +00:00
Sven Neumann 94bdc06173 libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2004-09-29  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpaspectpreview.sgml
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: updated after preview changes.

	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: new file.
2004-09-29 13:55:26 +00:00
Michael Natterer c0b5037b5f libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt updated after
2004-09-29  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types: updated after brush, pattern etc. cleanup.

	* libgimp/tmpl/gimpgradientedit.sgml: removed.

	* libgimp/tmpl/gimpaspectpreview.sgml
	* libgimp/tmpl/gimpbrush.sgml
	* libgimp/tmpl/gimpgradient.sgml
	* libgimp/tmpl/gimppattern.sgml; new files.

	* libgimp/tmpl/gimpbrushes.sgml
	* libgimp/tmpl/gimpcontext.sgml
	* libgimp/tmpl/gimpgradients.sgml
	* libgimp/tmpl/gimppalette.sgml
	* libgimp/tmpl/gimppalettes.sgml
	* libgimp/tmpl/gimppatterns.sgml
	* libgimp/tmpl/gimpregioniterator.sgml: updated.
2004-09-29 01:01:28 +00:00
Sven Neumann 8c0a713fea app/app-docs.sgml updated.
2004-09-24  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2004-09-24 15:39:26 +00:00
Sven Neumann a52ef2e91d libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2004-09-23  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpbrushes.sgml
	* libgimp/tmpl/gimpcontext.sgml
	* libgimp/tmpl/gimppalettes.sgml
	* libgimp/tmpl/gimppatterns.sgml: updated for new context API.
2004-09-23 16:14:41 +00:00
Michael Natterer 4d2bb1bcce removed same linker hacks as in app/Makefile.am.
2004-09-20  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): removed same linker hacks
	as in app/Makefile.am.
2004-09-19 22:51:16 +00:00
Sven Neumann adf71de005 synced with toplevel app/Makefile.am
2004-09-18  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am (unused_symbols): synced with toplevel
	app/Makefile.am

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2004-09-18 11:58:13 +00:00
Sven Neumann bfa352bae0 libgimp/gimpdrawablepreview.[ch] renamed gimp_drawable_preview_draw() to
2004-09-15  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpdrawablepreview.[ch]
	* libgimp/gimpui.def: renamed gimp_drawable_preview_draw() to
	gimp_drawable_preview_draw_buffer() and added a rowstride
	parameter. Added new functions gimp_drawable_preview_get_drawable()
	and gimp_drawable_preview_draw_region().

	* plug-ins/common/mblur.c: added a preview that uses the
	shadow tiles as the preview buffer and draws using the new
	gimp_drawable_preview_draw_region() API.

	* plug-ins/common/photocopy.c
	* plug-ins/common/softglow.c: use gimp_drawable_preview_draw_region().

	* plug-ins/common/cartoon.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/edge.c
	* plug-ins/common/gauss.c
	* plug-ins/common/grid.c
	* plug-ins/common/neon.c
	* plug-ins/common/noisify.c
	* plug-ins/common/sel_gauss.c
	* plug-ins/common/sharpen.c
	* plug-ins/common/sobel.c
	* plug-ins/common/spread.c
	* plug-ins/common/struc.c
	* plug-ins/common/unsharp.c
	* plug-ins/common/wind.c: use gimp_drawable_preview_draw_buffer().
2004-09-15 19:56:01 +00:00