Commit Graph

569 Commits

Author SHA1 Message Date
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