Commit Graph

818 Commits

Author SHA1 Message Date
Sven Neumann 0051a8599f added vbr.txt.
2006-09-01  Sven Neumann  <sven@gimp.org>

	* Makefile.am (EXTRA_DIST): added vbr.txt.
2006-09-01 11:06:54 +00:00
Sven Neumann a057b8d38e fixed up ChangeLog entries 2006-09-01 05:54:17 +00:00
Michael Natterer 0c3c4a7455 updated for the new fields in the gradient files.
2006-09-01  Michael Natterer  <mitch@gimp.org>

	* ggr.txt: updated for the new fields in the gradient files.
2006-09-01 00:20:01 +00:00
Dave Neary c1456a3371 Commit Henning Makholm's amazing spec of the XCF format.
2006-08-31  Dave Neary  <bolsh@gimp.org>

	* devel-docs/xcf.txt: Commit Henning Makholm's amazing spec of
	the XCF format.
2006-08-31 20:14:48 +00:00
William Skaggs af2d40ef4b Bill Skaggs <weskaggs@primate.ucdavis.edu>
* devel-docs/vbr.txt:  added new description of the VBR
	file format.
2006-08-24 16:30:58 +00:00
Sven Neumann 5d45aed020 minor update for the API reference 2006-08-09 15:44:40 +00:00
Sven Neumann 615ad68d78 documentation based on a patch from Tom Lechner (bug #346959).
2006-07-10  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpdrawtool.c: documentation based on a patch from
	Tom Lechner (bug #346959).
2006-07-10 07:21:09 +00:00
Sven Neumann 70b99b34ea added missing type.
2006-06-28  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp.types: added missing type.

	* libgimp/tmpl/gimpfontselectbutton.sgml
	* libgimp/tmpl/gimppatternselectbutton.sgml: regenerated.
2006-07-05 10:11:24 +00:00
Sven Neumann a9bd28e458 libgimp/gimpfontselectbutton.[ch] libgimp/gimpgradientselectbutton.[ch]
2006-06-28  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpfontselectbutton.[ch]
	* libgimp/gimpgradientselectbutton.[ch]
	* libgimp/gimppaletteselectbutton.[ch]
	* libgimp/gimppatternselectbutton.[ch]: for consistency with
	GimpBrushSelectButton dropped the _name suffix from the getter
	and setter API.

	* libgimp/gimpfontmenu.c
	* libgimp/gimpgradientmenu.c
	* libgimp/gimppalettemenu.c
	* libgimp/gimppatternmenu.c
	* plug-ins/gfig/gfig-style.c
	* plug-ins/script-fu/script-fu-interface.c: changed accordingly.

	* libgimp/gimpbrushmenu.c
	* libgimp/gimpbrushselectbutton.[ch]
	* libgimp/gimpselectbutton.c: cleanup for consistency.

2006-06-28  Sven Neumann  <sven@gimp.org>

	* libgimp/tmpl/gimpbrushselectbutton.sgml
	* libgimp/tmpl/gimpgradientselectbutton.sgml
	* libgimp/tmpl/gimppaletteselectbutton.sgml
	* libgimp/tmpl/gimppatternselectbutton.sgml
	* libgimp/tmpl/gimpselectbutton.sgml: new files.

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types: added docs for GimpSelectButton widgets.

	* libgimp/tmpl/gimpfontselectbutton.sgml: regenerated.

	* libgimpcolor/libgimpcolor-sections.txt: added docs for GValue API.

	* libgimpcolor/tmpl/gimprgb.sgml: regenerated.

	* libgimpwidgets/libgimpwidgets-sections.txt: updated.

	* libgimpwidgets/tmpl/gimppropwidgets.sgml
	* libgimpwidgets/tmpl/gimpstock.sgml: regenerated.
2006-06-28 10:35:22 +00:00
Sven Neumann 20014cb752 Made 2.3.9 development release.
2006-06-05  Sven Neumann  <sven@gimp.org>

        * Made 2.3.9 development release.
2006-06-05 21:58:22 +00:00
Sven Neumann 5df0dfb289 libgimpbase/libgimpbase-docs.sgml libgimpbase/libgimpbase-sections.txt
2006-06-02  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-docs.sgml
	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimpcpuaccel.sgml: added docs for cpu accel API.

	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpwidgets/tmpl/gimppatheditor.sgml: regenerated.
2006-06-02 12:43:40 +00:00
Sven Neumann 7078005f7a libgimp/gimp.[ch] removed gimp_use_cpu_accel() again. libgimp handles this
2006-06-02  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.[ch]
	* libgimp/gimp.def: removed gimp_use_cpu_accel() again. libgimp
	handles this transparently by calling gimp_cpu_accel_set_use().
2006-06-02 11:49:51 +00:00
Sven Neumann 6c25ae9374 Added basic framework for plug-ins to access the use_cpu_accel
2006-06-01  Sven Neumann  <sven@gimp.org>

	Added basic framework for plug-ins to access the use_cpu_accel
	configuration (bug #342860):

	* app/composite/gimp-composite.[ch]: added new function
	gimp_composite_use_cpu_accel().

	* libgimpbase/gimpprotocol.[ch]: added use_cpu_accel to the config
	message.

	* app/plug-in/gimppluginmanager-call.c: pass the return value of
	gimp_composite_use_cpu_accel() for config.use_cpu_accel.

	* libgimp/gimp.[ch]: make the config value accessible by means of
	a new function gimp_use_cpu_accel().

	* libgimp/gimp.def: updated.
2006-06-01 15:34:58 +00:00
Michael Natterer d8685ea7e6 use GMODULE_NO_EXPORT_CFLAGS/LIBS.
2006-05-15  Michael Natterer  <mitch@gimp.org>

	* libgimpmodule/Makefile.am (GTKDOC_LIBS): use
	GMODULE_NO_EXPORT_CFLAGS/LIBS.
2006-05-15 12:01:02 +00:00
Sven Neumann fd5ec84138 add gimp_param_spec_rgb_has_alpha().
2006-04-28  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/libgimpcolor-sections.txt: add
	gimp_param_spec_rgb_has_alpha().

	* libgimpcolor/tmpl/gimprgb.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml: regenerated.
2006-04-27 23:10:08 +00:00
Sven Neumann 0b9a9e4e88 hide the GimpParamSpecRGB struct again. Added getter for the has_alpha
2006-04-27  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb.[ch]: hide the GimpParamSpecRGB struct
	again.  Added getter for the has_alpha field.

	* libgimpcolor/gimpcolor.def: updated.

	* app/config/gimpconfig-dump.c
	* libgimpconfig/gimpconfig-serialize.c: use
	gimp_param_spec_rgb_has_alpha() instead of accessing the
	GimpParamSpecRGB struct directly.
2006-04-27 16:01:16 +00:00
Sven Neumann 2f2dca7e6e libgimp/tmpl/gimpproceduraldb.sgml libgimp/tmpl/gimpprogress.sgml
2006-04-22  Sven Neumann  <sven@gimp.org>

	* libgimp/tmpl/gimpproceduraldb.sgml
	* libgimp/tmpl/gimpprogress.sgml
	* libgimpbase/tmpl/gimpenv.sgml
	* libgimpwidgets/tmpl/gimppropwidgets.sgml
	* libgimpwidgets/tmpl/gimpzoommodel.sgml: regenerated (removed
	unused parameters).
2006-04-22 16:54:11 +00:00
Sven Neumann 1436eb92a0 moved ChangeLog entry where it belongs 2006-04-20 12:21:48 +00:00
Simon Budig e7d2f8f220 only access existing toggle buttons. Fixes bug #339124
2006-04-20  Simon Budig  <simon@gimp.org>

	* plug-ins/common/convmatrix.c: only access existing toggle buttons.
	Fixes bug #339124

	* devel-docs/debug-plug-ins.txt: Added hint how to run a plugin
	in the gdb when GIMP_PLUGIN_DEBUG is active.
2006-04-20 12:15:16 +00:00
Michael Natterer 8ff18863d7 app/app-docs.sgml app/app-sections.txt lots of updates.
2006-04-15  Michael Natterer  <mitch@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: lots of updates.
2006-04-15 16:52:00 +00:00
Sven Neumann 0aa7154b16 added GIMP_STOCK_DETACH.
2006-04-12  Sven Neumann  <sven@gimp.org>

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

	* libgimpwidgets/tmpl/gimpstock.sgml: regenerated.
2006-04-12 13:19:01 +00:00
Sven Neumann 7385ae034f converted tabs to spaces.
2006-04-12  Sven Neumann  <sven@gimp.org>

	* tools/shadow.c: converted tabs to spaces.
2006-04-12 12:51:42 +00:00
Sven Neumann f164b57955 libgimp/libgimp-sections.txt updated.
2006-04-06  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimpenums.sgml
	* libgimpbase/tmpl/gimpbaseenums.sgml: regenerated.
2006-04-06 10:44:37 +00:00
Sven Neumann 95f9330dbb app/plug-in/plug-in-enums.h moved GimpRunMode enum to libgimpbase.
2006-04-06  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-enums.h
	* libgimpbase/gimpbaseenums.h: moved GimpRunMode enum to libgimpbase.

	* app/plug-in/plug-in-enums.c
	* libgimp/gimpenums.h
	* libgimpbase/gimpbaseenums.c
	* tools/pdbgen/enums.pl: regenerated.

	* libgimpbase/gimpbase.def: updated.
2006-04-06 10:16:39 +00:00
Sven Neumann e284712cf2 libgimp/libgimp-sections.txt updated.
2006-04-02  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimpenums.sgml
	* libgimp/tmpl/gimpproceduraldb.sgml
	* libgimp/tmpl/gimpvectors.sgml
	* libgimpbase/tmpl/gimpparasite.sgml: regenerated.
2006-04-02 16:53:57 +00:00
Sven Neumann 37ac4c2114 regenerated.
2006-03-27  Sven Neumann  <sven@gimp.org>

	* libgimp/tmpl/gimpselection.sgml: regenerated.
2006-03-27 06:01:22 +00:00
Simon Budig f1e0b7351e deprecated path_get_point_at_dist()
2006-03-22  Simon Budig  <simon@gimp.org>

	* tools/pdbgen/pdb/paths.pdb: deprecated path_get_point_at_dist()

	* app/pdb/paths_cmds.c
	* devel-docs/libgimp/tmpl/gimppaths.sgml
	* libgimp/gimppaths_pdb.[ch]: regenerated.
2006-03-22 14:34:38 +00:00
Sven Neumann cc2923ad0b regenerated.
2006-03-17  Sven Neumann  <sven@gimp.org>

	* libgimp/tmpl/gimpimage.sgml: regenerated.
2006-03-17 14:40:51 +00:00
Sven Neumann 3d26efee8c libgimp/tmpl/gimpaspectpreview.sgml libgimp/tmpl/gimpdrawablepreview.sgml
2006-02-28  Sven Neumann  <sven@gimp.org>

	* libgimp/tmpl/gimpaspectpreview.sgml
	* libgimp/tmpl/gimpdrawablepreview.sgml
	* libgimp/tmpl/gimpzoompreview.sgml: regenerated.
2006-02-27 23:30:22 +00:00
Sven Neumann c561552fde Made 2.3.7 release. 2006-02-08 17:40:31 +00:00
Sven Neumann 7b24dd8e36 moved GIMP_PARAM defines from here ...
2006-01-30  Sven Neumann  <sven@gimp.org>

	* app/config/config-types.h: moved GIMP_PARAM defines from here ...

	* libgimpbase/gimpparam.h: ... to this new files.

	* libgimpbase/Makefile.am
	* libgimpbase/gimpbasetypes.h: include the new header file.

	* libgimp/gimpfontselectbutton.c
	* libgimpconfig/gimpcolorconfig.c
	* libgimpthumb/gimpthumbnail.c
	* libgimpwidgets/gimpcellrenderercolor.c
	* libgimpwidgets/gimpcellrenderertoggle.c
	* libgimpwidgets/gimpcolorarea.c
	* libgimpwidgets/gimpcolorbutton.c
	* libgimpwidgets/gimpcolordisplay.c
	* libgimpwidgets/gimpcontroller.c
	* libgimpwidgets/gimpdialog.c
	* libgimpwidgets/gimpenumcombobox.c
	* libgimpwidgets/gimpintcombobox.c
	* libgimpwidgets/gimppageselector.c
	* libgimpwidgets/gimppreview.c
	* libgimpwidgets/gimppreviewarea.c
	* libgimpwidgets/gimpzoommodel.c
	* modules/cdisplay_colorblind.c
	* modules/cdisplay_gamma.c
	* modules/cdisplay_highcontrast.c
	* modules/cdisplay_lcms.c
	* modules/cdisplay_proof.c
	* modules/controller_linux_input.c
	* modules/controller_midi.c: use the GIMP_PARAM defines to avoid
	unnecessary string allocations.
2006-01-30 16:10:56 +00:00
Sven Neumann 0581f9ddb8 libgimp/libgimp-sections.txt added new symbols.
2006-01-25  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimpwidgets/libgimpwidgets-sections.txt: added new symbols.

	* libgimp/tmpl/gimpcontext.sgml
	* libgimp/tmpl/gimpimage.sgml
	* libgimp/tmpl/gimpvectors.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: regenerated.
2006-01-25 15:31:33 +00:00
Raphael Quinet 7d8998a99c automatically removed trailing whitespace from 3460 lines.
2006-01-17  Raphael Quinet  <raphael@gimp.org>

	* (about 130 *.[ch] files): automatically removed trailing
	whitespace from 3460 lines.
2006-01-17 12:43:50 +00:00
Sven Neumann 004a78e276 app/actions/actions.c app/actions/cursor-info-actions.c
2006-01-12  Sven Neumann  <sven@gimp.org>

	* app/actions/actions.c
	* app/actions/cursor-info-actions.c
	* app/actions/dialogs-actions.c
	* app/config/gimprc-blurbs.h
	* app/dialogs/dialogs.c
	* app/dialogs/preferences-dialog.c
	* app/widgets/gimphelp-ids.h: use the term Pointer instead of
	Cursor when refering to the mouse pointer (bug #326700).
2006-01-12 10:31:13 +00:00
Simon Budig cbea67912b tools/pdbgen/pdb/image.pdb Added new functions for the vectors PDB API.
2005-12-28  Simon Budig  <simon@gimp.org>

	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/vectors.pdb: Added new functions for the vectors
	PDB API. Minor cleanups. Please try to use them and test:

	  gimp_image_get_active_vectors
	  gimp_image_set_active_vectors
	  gimp_image_get_vectors_by_tattoo
	  gimp_image_lower_vectors
	  gimp_image_lower_vectors_to_bottom
	  gimp_image_raise_vectors
	  gimp_image_raise_vectors_to_top
	  gimp_image_remove_vectors

	  gimp_vectors_get_locked
	  gimp_vectors_set_locked
	  gimp_vectors_get_name
	  gimp_vectors_set_name
	  gimp_vectors_get_visible
	  gimp_vectors_set_visible
	  gimp_vectors_stroke_get_length
	  gimp_vectors_stroke_remove
	  gimp_vectors_stroke_scale

	* libgimp/gimp.[ch]: renamed the unused d_path to d_vectors and
	use it. Untabbified.

	* devel-docs/libgimp/tmpl/gimpvectors.sgml
	* app/pdb/image_cmds.c
	* app/pdb/internal_procs.c
	* app/pdb/vectors_cmds.c
	* libgimp/gimpimage_pdb.[ch]
	* libgimp/gimpvectors_pdb.[ch]: Regenerated

	* app/vectors/gimpstroke.h: minor cleanup.
2005-12-28 21:24:12 +00:00
Sven Neumann 493cd140f8 libgimpbase/Makefile.am libgimpbase/libgimpbase-docs.sgml do not generate
2005-12-14  Sven Neumann  <sven@gimp.org>

	* libgimpbase/Makefile.am
	* libgimpbase/libgimpbase-docs.sgml
	* libgimpbase/libgimpbase-sections.txt: do not generate API docs
	for the private wire protocol API.

	* libgimp/libgimp-sections.txt: added new path API.

	* libgimpbase/tmpl/gimpprotocol.sgml
	* libgimpbase/tmpl/gimpwire.sgml: removed from CVS.

	* libgimp/tmpl/gimppaths.sgml
	* libgimpbase/tmpl/gimpenv.sgml: regenerated.
2005-12-14 13:36:12 +00:00
Sven Neumann 39e866d9c0 Added support for binary relocation by means of binreloc, largely based on
2005-11-06  Sven Neumann  <sven@gimp.org>

	Added support for binary relocation by means of binreloc, largely
	based on a patch by Hongli Lai:

	* m4macros/Makefile.am
	* m4macros/binreloc.m4: new file providing a macro to check for
	binreloc support.

	* acinclude.m4
	* configure.in: use the macro.

	* libgimpbase/Makefile.am
	* libgimpbase/gimpreloc.[ch]: new files providing binreloc support
	on Linux.

	* libgimpbase/gimpenv.[ch]: use binreloc, provide a function to
	initialize the environment machinery.

	* libgimpbase/gimpbase.def: updated.

	* app/Makefile.am: fiddle with the LDFLAGS for binreloc.

	* app/main.c (main): gimp_env_init(FALSE).

	* libgimp/gimp.c (gimp_main): gimp_env_init(TRUE).
2005-11-06 01:06:41 +00:00
Sven Neumann 6a915a6559 added GimpGridStyle.
2005-11-04  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt: added GimpGridStyle.

	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpwidgets/tmpl/gimppageselector.sgml: regenerated.
2005-11-04 20:57:53 +00:00
Sven Neumann 02e8f588ff load and save embedded ICC profiles, based on a patch from Ture Pålsson
2005-10-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/png.c: load and save embedded ICC profiles, based
	on a patch from Ture Pålsson (bug #319580).

	* devel-docs/parasites.txt: document the "icc-profile-name" parasite.
2005-10-24 15:09:49 +00:00
Sven Neumann 6912227651 added run-mode parameter to file_open_layer().
2005-10-17  Sven Neumann  <sven@gimp.org>

	* app/file/file-open.[ch]: added run-mode parameter to
	file_open_layer().

	* app/dialogs/file-open-dialog.c
	* app/display/gimpdisplayshell-dnd.c
	* app/widgets/gimplayertreeview.c: pass GIMP_RUN_INTERACTIVE to
	file_open_layer().

	* tools/pdbgen/pdb/fileops.pdb: export file_open_layer() to the PDB
	as file-load-layer.

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

	* libgimp/gimp.def: updated.
2005-10-17 15:15:20 +00:00
Sven Neumann 2d96170a8c minor string fixes and translation updates 2005-10-06 00:44:41 +00:00
Sven Neumann d4d69df6d9 libgimp/gimpaspectpreview.c added missing API docs.
2005-10-05  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpaspectpreview.c
	* libgimp/gimpzoompreview.c: added missing API docs.

2005-10-05  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpgrid.sgml: added new Grid PDB API.

	* libgimp/tmpl/gimpzoompreview.sgml: updated.
2005-10-05 13:50:09 +00:00
David Odin 9af9bae012 added VOID__DOUBLE_DOUBLE marshaller.
* libgimpwidgets/gimpwidgetsmarshal.list: added VOID__DOUBLE_DOUBLE
 marshaller.

* libgimpwidgets/gimpzoommodel.[ch]: new signal: "zoomed", emitted
  when the zoom factor changes.  This signal have the old factor and the
  new factor as argument.

* libgimp/gimpzoompreview.c: use the "zoomed" signal instead of the
  "notify::value" one. This allow to use the old and new factors to keep
  the preview centered on the same point.
2005-10-01 15:12:59 +00:00
Sven Neumann 2931a99023 libgimp/libgimp-sections.txt libgimp/tmpl/gimpbuffer.sgml updated.
2005-09-30  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpbuffer.sgml
	* libgimp/tmpl/gimpprogress.sgml: updated.
2005-09-30 12:35:28 +00:00
Sven Neumann fdc8ed7f57 libgimpwidgets/libgimpwidgets-sections.txt
2005-09-28  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimppreview.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml
	* libgimpwidgets/tmpl/gimpstock.sgml: updated.
2005-09-28 18:04:33 +00:00
Michael Natterer 2e90d5f003 removed one '../' from xml:base. Fixes inlinegraphics of stock images.
2005-09-27  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/tmpl/gimpstock.sgml: removed one '../' from
	xml:base. Fixes inlinegraphics of stock images.
2005-09-27 19:27:42 +00:00
Sven Neumann aa94434f52 libgimp/gimpprocbrowserdialog.h libgimpwidgets/gimpbrowser.h
2005-09-27  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpprocbrowserdialog.h
	* libgimpwidgets/gimpbrowser.h
	* libgimpwidgets/gimpdialog.h
	* libgimpwidgets/gimpintcombobox.h
	* libgimpwidgets/gimpoldwidgets.h
	* libgimpwidgets/gimpwidgets.h: use G_GNUC_NULL_TERMINATED where
	appropriate.

	* libgimp/gimpprocbrowserdialog.c
	* libgimpwidgets/gimpbrowser.c: added missing API docs.
2005-09-27 17:11:01 +00:00
Sven Neumann a2084107f3 libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2005-09-27  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimp/tmpl/gimpbuffer.sgml
	* libgimp/tmpl/gimpedit.sgml
	* libgimp/tmpl/gimpzoompreview.sgml
	* libgimp/libgimp-docs.sgml: added new buffer API and GimpZoomPreview.
2005-09-27 15:02:04 +00:00
David Odin 5e2033cb75 zooming out more is zooming out three times, not zooming in. Fixes bug
* libgimpwidgets/gimpzoommodel.c: zooming out more is zooming out
  three times, not zooming in. Fixes bug #155446.
2005-09-27 06:53:19 +00:00
Sven Neumann 3d0adbf117 removed GimpZoomWidgetType.
2005-09-25  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpwidgetsenums.[ch]: removed GimpZoomWidgetType.

	* libgimpwidgets/gimpzoommodel.[ch]: removed gimp_zoom_widget_new()
	in favor of gimp_zoom_button_new().

	* libgimp/gimpzoompreview.c: changed accordingly.

	* libgimpwidgets/gimpwidgets.def: updated.

	* plug-ins/MapObject/mapobject_main.[ch]
	* plug-ins/MapObject/mapobject_preview.c
	* plug-ins/MapObject/mapobject_ui.c: use a GimpZoomModel and let
	it create the zoom buttons.

	* plug-ins/MapObject/mapobject_apply.c
	* plug-ins/MapObject/mapobject_image.c
	* plug-ins/MapObject/mapobject_shade.c: include "gimp/gimpui.h".
2005-09-25 21:22:39 +00:00
Sven Neumann 8d60ac2f40 *** empty log message *** 2005-09-25 10:17:41 +00:00
David Odin 5f32493cc8 remove the GIMP_ZOOM_LABEL value from GimpZoomWidgetType.
* libgimpwidgets/gimpwidgetsenums.h: remove the GIMP_ZOOM_LABEL value
  from GimpZoomWidgetType.

* libgimpwidgets/gimpwidgetsenums.c: regenerated.

* libgimp/gimpzoompreview.c: provides two read only properties,
  "fraction" and "percentage" to be used with prop widgets.

* libgimpwidgets/gimpzoommodel.c: use a gimp_prop_label to show the
  zoom fraction.
2005-09-24 21:12:56 +00:00
David Odin f94f48f130 Moved the GimpZoomType enum from here...
* app/widgets/widgets-enums.h: Moved the GimpZoomType enum from	here...

* libgimpwidgets/gimpwidgetsenums.h: ...to here.

* app/widgets/widgets-enums.c
* libgimpwidgets/gimpwidgetsenums.c: regenerated.

* app/display/gimpdisplayshell-scale.[ch]: removed
  gimp_display_shell_scale_zoom_step and
  gimp_display_shell_scale_get_fraction from here...

* libgimpwidgets/gimpzoommodel.[ch]: ... to here so we can use these
  utility functions in plug-ins and in the core.
  Also removed the step-size property since the zoom-model now use
  gimp_zoom_model_zoom_step.

* app/actions/view-commands.c
* app/display/gimpdisplayshell-title.c
* app/display/gimpdisplayshell.c
* app/tools/gimpmagnifytool.c: modified accordingly.

* libgimp/gimpzoompreview.c: don't pass any argument to the
  gimp_zoom_model_new function.

* libgimpwidgets/gimpwidgets.def: added gimp_zoom_model_zoom_step
  (gimp_zoom_model_get_fraction was already there)

* devel-docs/app/app-sections.txt: removed
  gimp_display_shell_scale_zoom_step and
  gimp_display_shell_scale_get_fraction.
2005-09-24 17:25:36 +00:00
Sven Neumann a8b1565416 qmask became quick-mask.
2005-09-20  Sven Neumann  <sven@gimp.org>

        * app/app-docs.sgml:
        * app/app-sections.txt: qmask became quick-mask.
2005-09-20 12:24:08 +00:00
Michael Natterer 63356a86cb :2005-09-12 Michael Natterer <mitch@gimp.org>
* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: some updates.
2005-09-12 18:47:26 +00:00
Michael Natterer da2cd26ec9 GimpUnitVTable -> GimpUnitVtable.
2005-09-10  Michael Natterer  <mitch@gimp.org>

	* tools/units.c (units_init): GimpUnitVTable -> GimpUnitVtable.
2005-09-10 12:31:50 +00:00
Sven Neumann f96f94e933 updated.
2005-09-10  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: updated.

	* libgimp/tmpl/gimpprogress.sgml
	* libgimp/tmpl/gimpui.sgml
	* libgimpbase/tmpl/gimpbaseenums.sgml: regenerated.
2005-09-10 00:32:18 +00:00
Sven Neumann 293ebe5ad8 added new functions.
2005-09-05  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimpdisplay.sgml
	* libgimp/tmpl/gimpedit.sgml
	* libgimp/tmpl/gimpui.sgml: regenerated.
2005-09-05 21:35:47 +00:00
Sven Neumann bf6ed418b6 added new functions.
2005-09-03  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimpedit.sgml: regenerated.
2005-09-03 14:13:58 +00:00
Sven Neumann dc8bdb4fa1 app/base/siox.[ch] fixed API docs.
2005-08-25  Sven Neumann  <sven@gimp.org>

	* app/base/siox.[ch]
	* app/core/gimpscanconvert.c: fixed API docs.

2005-08-25  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt
	* app/app.types: minor updates.

	* libgimpbase/tmpl/gimputils.sgml: regenerated.
2005-08-25 16:52:46 +00:00
Michael Natterer 5c471f9c98 app/Makefile.am app/app-docs.sgml app/app-sections.txt lots of updates and
2005-08-21  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am
	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: lots of updates and fixes, still not completely
	up-to-date.
2005-08-21 17:43:23 +00:00
Sven Neumann 9810a67869 regenerated 2005-08-20 22:55:01 +00:00
Sven Neumann 13dcc471cd Made 2.3.3, the "What The Hack" release.
2005-08-10  Sven Neumann  <sven@gimp.org>

        * Made 2.3.3, the "What The Hack" release.

        * data/images/gimp-splash.png: What The Splash, photo by antenne.
2005-08-10 00:55:52 +00:00
Sven Neumann d60faca9a1 libgimpwidgets/gimppropwidgets.[ch] added gimp_prop_hscale_new().
2005-08-06  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimppropwidgets.[ch]
	* libgimpwidgets/gimpwidgets.def: added gimp_prop_hscale_new().

	* app/tools/gimpforegroundselectoptions.c: added a control for the
	stroke width.

	* app/tools/gimpforegroundselecttool.c: cancel the tool if the
	active drawable or the image size changes.

	* app/widgets/gimpcontrollerlist.c: fixed signedness warning.
2005-08-06 13:03:59 +00:00
Michael Natterer 1880f18b7d added the proc browser and view stuff.
2005-08-03  Michael Natterer  <mitch@gimp.org>

	* libgimp/libgimp-sections.txt: added the proc browser and view
	stuff.

	* libgimp/libgimp.types: added gimp_proc_browser_dialog_get_type.

	* libgimp/libgimp-docs.sgml: added their sections, added some
	missing symbols.

	* libgimp/tmpl/gimpprocbrowserdialog.sgml
	* libgimp/tmpl/gimpprocview.sgml: new files.

	* libgimp/tmpl/gimp.sgml
	* libgimp/tmpl/gimpdrawable.sgml
	* libgimp/tmpl/gimplayer.sgml: regenerated.
2005-08-03 12:24:05 +00:00
Michael Natterer 4085329839 added GimpForegroundSelectMode stuff and gimp_canonicalize_identifier().
2005-08-03  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/libgimpbase-sections.txt: added
	GimpForegroundSelectMode stuff and gimp_canonicalize_identifier().

	* libgimpbase/tmpl/gimpbaseenums.sgml
	* libgimpbase/tmpl/gimputils.sgml: regenerated.
2005-08-03 10:08:28 +00:00
Sven Neumann 4f870bc132 deprecated RGB intensity functions and definitions. These coefficients do
2005-08-03  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb.[ch]: deprecated RGB intensity functions
	and definitions. These coefficients do not accurately compute
	luminance for contemporary monitors. Instead the coefficients from
	the sRGB spec should be used which have now been added.

	* libgimpcolor/gimpcolor.def: updated.

	* libgimp/gimpdrawable.c
	* libgimp/gimppixelfetcher.c
	* app/base/colorize.c
	* app/base/levels.c
	* app/base/temp-buf.c
	* app/core/gimpdrawable-blend.c
	* app/core/gimpdrawable-convert.c
	* app/core/gimpdrawable-desaturate.c
	* app/core/gimpimage-convert.c
	* app/core/gimpimage.c
	* app/gui/splash.c
	* app/widgets/gimpgradienteditor.c
	* modules/colorsel_triangle.c
	* plug-ins/common/aa.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/colorify.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/displace.c
	* plug-ins/common/engrave.c
	* plug-ins/common/gradmap.c
	* plug-ins/common/grid.c
	* plug-ins/common/mng.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/png.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/gflare/gflare.c
	* plug-ins/gfli/gfli.c
	* plug-ins/maze/handy.c
	* plug-ins/pagecurl/pagecurl.c: use gimp_rgb_luminance() and
	friends instead of the deprecated intensity functions.
2005-08-03 00:36:41 +00:00
Sven Neumann 772b47db6a libgimpwidgets/libgimpwidgets-sections.txt added gimp_preview_get_area().
2005-07-22  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimppreview.sgml: added gimp_preview_get_area().
2005-07-22 07:43:58 +00:00
Sven Neumann 36d77e367f fixed signedness of argument in call to XQueryTree().
2005-07-17  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c (find_toplevel_window): fixed signedness of
	argument in call to XQueryTree().
2005-07-17 21:06:29 +00:00
Nate Summers 9b39668df6 spiffy new widget that given a physical size, displays that size in an
* libgimpwidgets/gimpresolutionentry.[ch]: spiffy new widget that given
	a physical size, displays that size in an arbitrary unit, and lets
	you select a resolution via changing either the corresponding width
	and height or specifying it directly in pixels per your chosen unit.

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/gimpwidgets.def
	* libgimpwidgets/gimpwidgets.h
	* libgimpwidgets/gimpwidgetstypes.h: added appropriate files, function,
	headers, and types, respectively

	* devel-docs/libgimpwidgets/libgimpwidgets.types: added
	gimp_resolution_entry_get_type.  A section still needs to be created
	for it.

	* plug-ins/common/poppler.c (run): bugfix that accidentally wasn't
	merged in previous commit.

	* plug-ins/common/poppler.c (load_dialog): replaced resolution
	spinbutton with a GimpResolutionEntry.
2005-07-17 08:29:02 +00:00
Sven Neumann 1e568e1c58 only build the doc-shooter if --enable-gtk-doc was passed to configure.
2005-07-14  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc
	was passed to configure.
2005-07-14 13:04:25 +00:00
Michael Natterer c3d25ffb89 converted spaces to tabs.
2005-07-08  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/Makefile.am: converted spaces to tabs.

	* libgimpwidgets/libgimpwidgets.types: added GimpBrowser and
	GimpScrolledPreview.

	* libgimpwidgets/tmpl/gimpbrowser.sgml
	* libgimpwidgets/tmpl/gimpscrolledpreview.sgml: regenerated.
2005-07-08 16:08:50 +00:00
Michael Natterer 2a5be9758e tools/widgets.c libgimpwidgets/visual-index.xml added GimpPageSelector to
2005-07-08  Michael Natterer  <mitch@gimp.org>

	* tools/widgets.c
	* libgimpwidgets/visual-index.xml
	* libgimpwidgets/images/gimp-page-selector.png: added
	GimpPageSelector to doc-shooter.
2005-07-08 10:29:02 +00:00
Michael Natterer 1fbd2d5188 gtk-doc 1.4 added the Stability_Level section all over the place.
2005-07-07  Michael Natterer  <mitch@gimp.org>

	* libgimp*/tmpl/*.sgml: gtk-doc 1.4 added the Stability_Level
	section all over the place.
2005-07-07 16:33:31 +00:00
Manish Singh a8b0844e0a Reorder #includes so things compile everywhere. Fixes bug #309562.
2005-07-05  Manish Singh  <yosh@gimp.org>

        * tools/shooter.c: Reorder #includes so things compile everywhere.
        Fixes bug #309562.
2005-07-06 04:47:49 +00:00
Sven Neumann c05a323882 configure.in build the doc-shooter utility conditionally and explicitely
2005-07-04  Sven Neumann  <sven@gimp.org>

	* configure.in
	* devel-docs/tools/Makefile.am: build the doc-shooter utility
	conditionally and explicitely link it with -lX11.
2005-07-04 08:18:22 +00:00
Sven Neumann 8fbe43275d Made 2.3.2 development release.
2005-07-01  Sven Neumann  <sven@gimp.org>

        * Made 2.3.2 development release.
2005-07-01 17:22:14 +00:00
Sven Neumann 825d5c0d02 libgimpwidgets/libgimpwidgets-docs.sgml
2005-07-01  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimppageselector.sgml: added GimpPageSelector.
2005-07-01 14:18:38 +00:00
Sven Neumann 1e0b0eda1e added an explanatory label to GimpBrowser.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: added an explanatory label to GimpBrowser.

	* libgimpwidgets/images: updated screenshots.
2005-06-27 16:23:34 +00:00
Sven Neumann 51897fdc73 always build the doc-shooter; keeps it from bit-rotting.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: always build the doc-shooter; keeps it from
	bit-rotting.

	* tools/widgets.c: added GimpEnumLabel.
2005-06-27 15:55:13 +00:00
Sven Neumann 8c25c83da4 libgimpwidgets/libgimpwidgets-sections.txt updated.
2005-06-27  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpenumcombobox.sgml: updated.
2005-06-27 13:42:32 +00:00
Sven Neumann b10218ce5a allow to access (read-only) the current color management configuration
2005-06-26  Sven Neumann  <sven@gimp.org>

	* tools/pdbgen/pdb/gimprc.pdb: allow to access (read-only) the
	current color management configuration through the PDB.

	* libgimp/gimpgimprc_pdb.[ch]
	* app/pdb/gimprc_cmds.c
	* app/pdb/internal_procs.c: regenerated.

	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimpgimprc.[ch]: wrap the new PDB function to make it
	easier to use from plug-ins. This change adds a dependency on
	libgimpconfig to libgimp.

	* gimp.pc.in: changed accordingly.

	* plug-ins/FractalExplorer/Dialogs.c
	* plug-ins/gfig/gfig-dialog.c
	* plug-ins/gflare/gflare.c: no need to include gimpconfig.h
	explicitely any longer.

	* libgimp/gimpfontselectbutton.c: fixed gtk-doc comments.
2005-06-26 12:53:31 +00:00
Sven Neumann 449080818b libgimpwidgets/libgimpwidgets-docs.sgml
2005-06-25  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/tmpl/gimpenumlabel.sgml
	* libgimpwidgets/tmpl/gimppropwidgets.sgml: added GimpEnumLabel.
2005-06-24 23:09:40 +00:00
Sven Neumann b333a3217d libgimpconfig/tmpl/gimpcolorconfig.sgml regenerated.
2005-06-24  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/tmpl/gimpcolorconfig.sgml
	* libgimpwidgets/tmpl/gimpbrowser.sgml: regenerated.
2005-06-24 20:33:54 +00:00
Sven Neumann 638ed0e14b removed obsolete AUTOMAKE_OPTIONS.
2005-06-14  Sven Neumann  <sven@gimp.org>

	* */Makefile.am: removed obsolete AUTOMAKE_OPTIONS.
2005-06-14 12:48:54 +00:00
Sven Neumann c25772b597 libgimp/libgimp-sections.txt libgimp/libgimp.types
2005-06-04  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: updated.

	* libgimp/tmpl/gimpdrawablecombobox.sgml
	* libgimp/tmpl/gimpenums.sgml
	* libgimp/tmpl/gimpvectors.sgml
	* libgimpwidgets/tmpl/gimpcolorarea.sgml: regenerated.
2005-06-04 13:44:27 +00:00
Simon Budig 41b549a7b0 cosmetic change: Make the stroke IDs start from 1.
2005-06-01  Simon Budig  <simon@gimp.org>

	* app/vectors/gimpvectors.c: cosmetic change: Make the stroke IDs
	start from 1.

	* tools/pdbgen/pdb/vectors.pdb: Two more wrappers:
	vectors_stroke_remove and vectors_stroke_interpolate. Undo still
	unsolved.

	* app/pdb/internal_procs.c
	* app/pdb/vectors_cmds.c
	* libgimp/gimpvectors_pdb.[ch]: regenerated.
2005-06-01 16:20:46 +00:00
Sven Neumann e905e899bc libgimp/libgimp-docs.sgml libgimp/libgimp-sections.txt
2005-05-29  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml
	* libgimp/libgimp-sections.txt
	* libgimp/libgimp.types
	* libgimp/tmpl/gimpimagecombobox.sgml
	* libgimp/tmpl/gimpvectors.sgml: updated.
2005-05-29 13:24:12 +00:00
Sven Neumann 5190f74be5 app/app-docs.sgml app/app-sections.txt updated.
2005-05-25  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2005-05-25 11:23:59 +00:00
Sven Neumann 9c5166ef9c libgimpwidgets/libgimpwidgets-docs.sgml
2005-05-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpcolorarea.sgml
	* libgimpwidgets/tmpl/gimpcolorbutton.sgml: updated.

	* libgimpwidgets/tmpl/gimpbrowser.sgml: new file.

	* tools/widgets.c: added GimpBrowser, changed widget packing.
2005-05-20 22:05:01 +00:00
Sven Neumann 0a084c60e0 fixed email address 2005-05-12 11:28:34 +00:00
Sven Neumann 71070f4585 app/app-docs.sgml app/app-sections.txt updated.
2005-05-12  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2005-05-12 11:26:47 +00:00
Sven Neumann 06e8324687 minor update 2005-05-09 07:53:42 +00:00
Sven Neumann ae9d1fc27c libgimpwidgets/visual-index.xml removed placeholder for GimpPixmap
2005-04-28  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml
	* libgimpwidgets/images/gimp-pixmap.png: removed placeholder for
	GimpPixmap illustration. This widget is about to be deprecated
	anyway.
2005-04-28 16:02:39 +00:00
Sven Neumann fedce533a2 corrected variable names.
2005-04-28  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-scale.h: corrected variable names.
2005-04-28 14:43:11 +00:00
Sven Neumann 6cd2dd5d1e regenerated.
* libgimpwidgets/images/*.png: regenerated.
2005-04-28 14:28:03 +00:00
Sven Neumann dde381c190 tools/Makefile.am added a very basic GimpUnit implementation.
2005-04-28  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/units.[ch]: added a very basic GimpUnit implementation.

	* tools/shooter.c
	* tools/widgets.c: initialize the units and enable GimpUnitMenu.
2005-04-28 14:22:25 +00:00
Sven Neumann 710f62ab0f read the GIMP gtkrc file.
2005-04-23  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c: read the GIMP gtkrc file.
2005-04-23 12:29:08 +00:00
Sven Neumann 25b28a10a2 tools/shooter.c tweaked spacings.
2005-04-23  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c
	* tools/widgets.c: tweaked spacings.
2005-04-23 10:26:29 +00:00
David Odin f78983c82d use the correct ChangeLog! 2005-04-20 23:31:12 +00:00
David Odin 4e305ecfb7 added all but the GimpPixmap widget. The unit menu shot is also very
* devel-docs/tools/widgets.c: added all but the GimpPixmap widget.
  The unit menu shot is also very buggy.

* devel-docs/libgimpwidgets/images/gimp-color-area.png
* devel-docs/libgimpwidgets/images/gimp-color-button.png
* devel-docs/libgimpwidgets/images/gimp-color-hex-entry.png
* devel-docs/libgimpwidgets/images/gimp-color-scale.png
* devel-docs/libgimpwidgets/images/gimp-color-selection.png
* devel-docs/libgimpwidgets/images/gimp-dialog.png
* devel-docs/libgimpwidgets/images/gimp-enum-combo-box.png
* devel-docs/libgimpwidgets/images/gimp-int-combo-box.png
* devel-docs/libgimpwidgets/images/gimp-memsize-entry.png
* devel-docs/libgimpwidgets/images/gimp-offset-area.png
* devel-docs/libgimpwidgets/images/gimp-path-editor.png
* devel-docs/libgimpwidgets/images/gimp-pick-button.png
* devel-docs/libgimpwidgets/images/gimp-preview-area.png
* devel-docs/libgimpwidgets/images/gimp-unit-menu.png: updated all
  these files.
2005-04-20 21:55:33 +00:00
Sven Neumann 92f1be2b16 the changelog entry I forgot to commit this 2005-04-20 19:16:58 +00:00
Sven Neumann 8f35354ef7 adapted for GIMP.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/README.shooter: adapted for GIMP.

	* tools/Makefile.am (EXTRA_DIST): include it in the tarball.
2005-04-20 17:53:05 +00:00
Sven Neumann 3024d1298c changelog entry 2005-04-20 17:13:57 +00:00
Sven Neumann 7dc25e618a tools/Makefile.am tools/shooter.c fixed includes and dependencies, expand
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/shooter.c
	* tools/widgets.c: fixed includes and dependencies, expand the path
	returned from gimp_config_build_data_path(), use common color code.
2005-04-20 17:12:31 +00:00
Sven Neumann 35d697bd31 I am stupid and the gdk_pixbuf_fill() API sucks! 2005-04-20 12:51:44 +00:00
Sven Neumann 2a6490f7c7 ooops, solid black is 0xFF000000, of course 2005-04-20 12:18:42 +00:00
Sven Neumann 802952a219 set an application name, pass the default module path to
* tools/shooter.c: set an application name, pass the default
       module path to gimp_module_db_load().
2005-04-20 12:10:00 +00:00
Sven Neumann 880fa8e586 set an application name, pass the default module path to
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/shooter.c: set an application name, pass the default
	module path to gimp_module_db_load().
2005-04-20 12:08:46 +00:00
David Odin a25777d322 cleanup cleanup and added two new widgets: frame and path editor.
* tools/shooter.c: cleanup
* tools/widgets.c: cleanup and added two new widgets: frame and path
  editor.

* libgimpwidgets/images/gimp-chain-button.png
* libgimpwidgets/images/gimp-color-button.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-color-selection.png: updated.

* libgimpwidgets/images/gimp-frame.png
* libgimpwidgets/images/gimp-path-editor.png: new shots.
2005-04-20 11:23:35 +00:00
Sven Neumann a1521b9b74 do not build doc-shooter by default.
* tools/Makefile.am: do not build doc-shooter by default.
2005-04-20 11:01:52 +00:00
Sven Neumann 6ad45cb8f1 do not build doc-shooter by default.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am: do not build doc-shooter by default.
2005-04-20 11:00:17 +00:00
Sven Neumann 2147e5029c tools/Makefile.am tools/shooter.c some minor cleanups, removed unused
2005-04-20  Sven Neumann  <sven@gimp.org>

	* tools/Makefile.am
	* tools/shooter.c
	* tools/widgets.[ch]: some minor cleanups, removed unused includes,
	made code multihead-safe.
2005-04-20 09:08:53 +00:00
David Odin 18df82df65 new tools to generate screenshots for the widget gallery. added the tools
* devel-docs/tools/*: new tools to generate screenshots for the widget gallery.
* devel-docs/Makefile.am: added the tools subdir.
* configure.in: modified accordingly.
2005-04-20 00:41:15 +00:00
David Odin 6288dc0d22 libgimpwidgets/images/gimp-button.png
* libgimpwidgets/images/gimp-button.png
* libgimpwidgets/images/gimp-chain-button.png
* libgimpwidgets/images/gimp-color-area.png
* libgimpwidgets/images/gimp-color-button.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-file-entry.png: updated.
2005-04-20 00:17:02 +00:00
Sven Neumann 36afa78633 reordered a stock icon.
2005-04-20  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: reordered a stock icon.

	* libgimpwidgets/visual-index.xml: let the xml:base attribute
	point to the file itself.

	* libgimpwidgets/tmpl/gimpstock.sgml: do nasty things with
	xml:base attributes that seem to persuade the XSLT processor to
	generate HTML that points to icon images.
2005-04-19 22:47:33 +00:00
Sven Neumann f390e6db50 added new functions.
2005-04-19  Sven Neumann  <sven@gimp.org>

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

	* libgimp/tmpl/gimpcolor.sgml
	* libgimp/tmpl/gimpimage.sgml: regenerated.
2005-04-19 21:47:22 +00:00
David Odin 2ecc4dfae3 libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-hex-entry.png
* libgimpwidgets/images/gimp-color-scale.png
* libgimpwidgets/images/gimp-color-selection.png
* libgimpwidgets/images/gimp-file-entry.png: real screenshot for these
  widgets.
2005-04-19 20:52:12 +00:00
Sven Neumann 3643e719ac added an XML header and a DOCTYPE declaration and specify an xml:base for
2005-04-19  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml: added an XML header and a DOCTYPE
	declaration and specify an xml:base for the images.

	* libgimpwidgets/libgimpwidgets-docs.sgml: specify a chapter id so
	that we get a nicer filename for the generated HTML file.
2005-04-19 19:22:49 +00:00
Sven Neumann 7003c4cb65 libgimpwidgets/Makefile.am fixed the build, use XInclude to include
2005-04-19  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/Makefile.am
	* libgimpwidgets/libgimpwidgets-docs.sgml: fixed the build, use
	XInclude to include visual-index.xml.
2005-04-19 14:16:46 +00:00
David Odin 0ccf44dcf5 use the right ChangeLog file and filename policy. 2005-04-19 14:05:01 +00:00
David Odin 0b5b814a76 added this file so we have a "visual widget gallery" in our docs.
* devel-docs/libgimpwidgets/visual_index.xml: added this file so we
  have a "visual widget gallery" in our docs.

* devel-docs/libgimpwidgets/Makefile.am
* devel-docs/libgimpwidgets/libgimpwidgets-docs.sgml: added
  visual_index.xml.

* devel-docs/libgimpwidgets/images/gimp-*.png: placeholders for real
  widget screenshots.
2005-04-19 13:50:59 +00:00
Sven Neumann 5448fc9056 added gimp_desaturate_mode_get_type.
2005-04-16  Sven Neumann  <sven@gimp.org>

	* libgimpbase/gimpbase.def: added gimp_desaturate_mode_get_type.

2005-04-16  Sven Neumann  <sven@gimp.org>

	* libgimpbase/libgimpbase-sections.txt
	* libgimpbase/tmpl/gimpbaseenums.sgml: added new enum.
2005-04-16 20:20:54 +00:00
Sven Neumann d28d006bc2 app/app-docs.sgml app/app-sections.txt udpated.
2005-04-13  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: udpated.
2005-04-13 17:04:54 +00:00
Sven Neumann 333593daf4 changed GimpConfig utility functions to take GObject variables instead of
2005-04-07  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpconfig-utils.[ch]: changed GimpConfig utility
	functions to take GObject variables instead of GimpConfig. There's
	nothing GimpConfig specific about these utilities.

	* app/actions/templates-commands.c
	* app/actions/tool-options-commands.c
	* app/base/base.c
	* app/config/gimpcoreconfig.c
	* app/config/gimpdisplayconfig.c
	* app/config/gimprc.c
	* app/core/gimpimage-grid.c
	* app/core/gimpimage-new.c
	* app/core/gimpstrokedesc.c
	* app/dialogs/grid-dialog.c
	* app/dialogs/image-new-dialog.c
	* app/dialogs/stroke-dialog.c
	* app/display/gimpdisplayshell.c
	* app/text/gimptextlayer.c
	* app/text/gimptextundo.c
	* app/tools/gimptextoptions.c
	* libgimpconfig/gimpconfig-iface.c: changed accordingly.
2005-04-07 10:05:54 +00:00
Sven Neumann 7647db537b added new function to reset a single property to its default value.
2005-04-06  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpconfig-utils.[ch]: added new function to reset
	a single property to its default value.

	* libgimpconfig/gimpconfig.def: updated.

	* app/config/gimpbaseconfig.[ch]: reverted last change.

	* app/base/base.c: use gimp_config_reset_property() instead.
2005-04-06 21:37:40 +00:00
Sven Neumann 807f04ee26 fixed my email address 2005-04-04 10:18:12 +00:00
Sven Neumann 9046775a47 libgimpwidgets/libgimpwidgets-sections.txt added new stock icons.
2005-04-04  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/tmpl/gimpstock.sgml: added new stock icons.
2005-04-04 10:17:44 +00:00
Sven Neumann bd48c4b0f8 app/app-docs.sgml app/app-sections.txt updated.
2005-03-31  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt
	* app/app.types: updated.
2005-03-31 16:24:05 +00:00
Sven Neumann 3f06d2349b ooops 2005-03-25 18:06:43 +00:00
Sven Neumann 7e6f17860f app/app-docs.sgml updated.
2005-03-25  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2005-03-25 18:03:22 +00:00
Sven Neumann 759cec2168 gtk-doc update 2005-03-25 00:45:17 +00:00
Sven Neumann afb6274e51 libgimp/libgimp-sections.txt updated.
2005-03-24  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpplugin.sgml: updated.
2005-03-24 16:56:01 +00:00
Sven Neumann a93f4bdb94 app/app-docs.sgml updated.
2005-03-23  Sven Neumann  <sven@gimp.org>

	* app/app-docs.sgml
	* app/app-sections.txt: updated.
2005-03-23 16:38:26 +00:00
Sven Neumann a974e4ba79 cosmetic changes.
2005-03-20  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-transform-utils.c (gimp_transform_matrix_perspective):
	cosmetic changes.

	* libgimpmath/gimpmatrix.[ch]
	* libgimpmath/gimpmath.def: added gimp_matrix_is_affine().
2005-03-20 00:09:29 +00:00
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