Commit Graph

838 Commits

Author SHA1 Message Date
William Skaggs a4c0af770f Bill Skaggs <weskaggs@primate.ucdavis.edu>
Merge 24892:25025 from trunk.

svn path=/branches/weskaggs/; revision=25026
2008-03-04 03:15:17 +00:00
William Skaggs f31755a0cd Bill Skaggs <weskaggs@primate.ucdavis.edu>
* devel-docs/log/20080102-plasma2.txt: explanation of
	this commit.

	* plug-ins/common/plasma2.c: enhanced Plasma plug-in
	by David Necas (Yeti), ported to Gimp coding style
	with deprecated functions updated.

	* plug-ins/common/plugin-defs.pl
	* plug-ins/common/Makefile.am: updated accordingly.

	* plug-ins/common/plasma.c: remove menu entry since
	Plasma2 supersedes it -- leave for pdb though.

	* devel-docs/log/20080102-vblur.txt: fix typo.

svn path=/branches/weskaggs/; revision=24508
2008-01-03 04:15:31 +00:00
William Skaggs 7abd759e3e Bill Skaggs <weskaggs@primate.ucdavis.edu>
* devel-docs/log/20080101-filters.txt: explanation of
	this commit.

	* plug-ins/common/variable-blur.c: new "variable blur"
	filter, updated from the one in the registry.

	* plug-ins/common/plugin-defs.pl
	* plug-ins/common/Makefile.am: updated accordingly.

svn path=/branches/weskaggs/; revision=24507
2008-01-03 01:28:02 +00:00
William Skaggs 840d18e93d Bill Skaggs <weskaggs@primate.ucdavis.edu>
Fun with filters.  Note that it will be necessary to do 
	"Make uninstall" in plug-ins/common to avoid error messages 
	from the removed plug-ins.

	* devel-docs/log/20080101-filters.txt: explanation of changes
	made in this commit.
	
	* app/actions/plug-in-actions.c
	* menus/image-menu.xml.in: add "Transparency",
	"Transform", "Pointillize", and "Tiling" categories 
	to Filters menu; renamed "Distorts" to "Distort".

	* plug-ins/pagecurl/pagecurl.c
	* plug-ins/common/curve_bend.c
	* plug-ins/common/iwarp.c
	* plug-ins/common/lens.c
	* plug-ins/common/ripple.c
	* plug-ins/common/waves.c
	* plug-ins/common/whirlpinch.c: changed "Distorts" to 
	"Distort" in register func.

	* plug-ins/common/displace.c: moved "Displace" to the
	"Distort" category.
	
	* plug-ins/common/blur.c: renamed menu entry from
	"Blur" to "Simple Blur".

	* plug-ins/common/shift.c: changed menu entry to
	"Random Shift", and moved to "Blur" category.

	* plug-ins/common/mail.c
	* plug-ins/common/blinds.c
	* plug-ins/common/nlfilt.c
	* plug-ins/common/cartoon.c
	* plug-ins/common/lic.c
	* plug-ins/common/fractaltrace.c
	* plug-ins/common/warp.c: removed.

	* plug-ins/common/laplace.c
	* plug-ins/common/sobel.c
	* plug-ins/common/sharpen.c: removed menu entry,
	leaving procedure in pdb.

	* plug-ins/common/align-layers.c: renamed menu
	entry to "Auto-align layers".

	* plug-ins/common/bumpmap.c
	* plug-ins/common/softglow.c: moved to "Light and
	Shadow/Light" category.

	* plug-ins/common/emboss.c
	* plug-ins/common/engrave.c
	* plug-ins/common/illusion.c
	* plug-ins/common/papertile.c
	* plug-ins/common/mosaic.c: moved to "Artistic"
	category.

	* plug-ins/common/pixelize.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/cubism.c: moved to "Pointillize"
	category.

	* plug-ins/common/video.c: moved to "Noise" category.

	* plug-ins/common/spread.c: moved to "Blur" category.
	
	* plug-ins/common/vpropagate.c: moved "Value Propagate"
	to the "Blur" category.

	* plug-ins/MapObject/mapobject-main.c
	* plug-ins/common/polar.c: moved to "Transform"
	category.
	
	* plug-ins/script-fu/scripts/erase-rows.scm:
	moved to "Transparency" category.

	* plug-ins/script-fu/scripts/tileblur.scm
	* plug-ins/common/tileit.c
	* plug-ins/common/tiler.c: moved to "Tiling" category.

	* plug-ins/common/tile.c: change menu entry to "Expand
	by Tiling", and move to "Tiling" category.

	* plug-ins/common/edge.c: change menu entry to
	"Simple Edge".

	* plug-ins/common/colortoalpha.c: moved menu entry from
	"Colors/Modify" to "Filters/Transparency".

	* plug-ins/common/colorify.c: change menu entry from
	"Colorify" to "Monochrome".
	
	* plug-ins/common/plug-in-defs.pl: changed
	accordingly


svn path=/branches/weskaggs/; revision=24505
2008-01-02 02:25:06 +00:00
William Skaggs 792c50ebf5 Bill Skaggs <weskaggs@primate.ucdavis.edu>
This is a set of changes aimed at making the "linking"
	function usable as a vector-selection.  A new tool is
	added, derived from the existing alignment tool, that
	allows items to be linked by clicking on them or enclosing
	them in a rubber-band box.  The "align" and "distribute" 
	functions are removed from the alignment tool, and made 
	accessible via dialogs in the "image" submenu -- they now 
	act on the set of linked items rather than a temporary list 
	maintained by the align tool.

	* devel-docs/log/20071231-linktool.txt: longer explanation
	of this commit.
	
	* app/core/core-enums.[ch]: change alignment enum.

	* app/core/gimpimage-arrange.[ch]: add new functions
	to align/distribute the linked items in an image.

	* app/core/gimpimage.[ch] (gimp_image_unlink_all_items):
	new function.

	* app/tools/gimpaligntool.[ch]
	* app/tools/gimpalignoptions.[ch]: removed.

	* app/tools/gimplinktool.[ch]: new tool, derived from old
	align tool, to make linking things easy and fun.

	* app/tools/gimp-tools.c
	* app/tools/Makefile.am: changed accordingly.

	* app/dialogs/align-dialog.[ch]: new dialog for aligning
	the set of linked items in various ways.

	* app/dialogs/distribute-dialog.[ch]: new dialog for
	distributing the set of linked items in various ways.

	* app/dialogs/Makefile.am: changed accordingly.

	* app/actions/image-actions.c
	* app/actions/image-commands.[ch]:  add actions and commands
	to allow the new dialog to be placed in the "image" submenu.

	* app/display/gimpdisplayshell-draw.[ch]
	* app/display/gimpdisplayshell-callbacks.c: draw small black
	markers at the corners of the bounding box for linked items.

	* app/widgets/gimphelp-ids.h: add help ids for new tool
	and new dialogs.

	* menus/image-menu.xml.in: add "Align" and "Distribute"
	to "image" submenu.

svn path=/branches/weskaggs/; revision=24501
2008-01-01 01:53:19 +00:00
Bill Skaggs e709fac976 A set of changes enabling gimp to work properly without a toolbox menu. As
2007-12-31  Bill Skaggs  <weskaggs@primate.ucdavis.edu>

	A set of changes enabling gimp to work properly without a 
	toolbox	menu.  As suggested by the usability team, when gimp 
	is opened without an image, a "scratch" image is created, from
	the splash image, to hold the menus.  The scratch image
	is automatically deleted if any other image is created.  If
	the last open image is closed, a new scratch image is created.
	DND to the scratch image causes a new image to be created.

	* configure.in:  change default to disable toolbox menu.

	* devel-docs/log: new directory

	* devel-docs/log/20071231-scratch.txt: more detailed explanation
	of changes made in this commit.
	
	* app/file/file-open.[ch]:  add function to create scratch image
	and display.

	* app/app.c: if no files specified, create a scratch image
	on startup.
	
	* app/core/gimpimage.[ch]: add "scratch" boolean.
	
	* app/core/gimp-gui.[ch] (gimp_create_scratch_display): new
	function.
	
	* app/core/gimp.[ch]:  add "exiting" boolean, so we can tell
	that we don't need a new scratch image.

	* app/actions/image-actions.c
	* app/actions/layers-actions.c
	* app/actions/view-actions.c
	* app/actions/file-actions.c
	* app/actions/plug-in-actions.c
	* app/actions/select-actions.c
	* app/actions/edit-actions.c: disable most image actions for
	scratch images.

	* app/display/gimpdisplay.c: create or delete scratch images
	as necessary.
	
	* app/display/gimpdisplayshell-title.c: use "GIMP" as title
	for a scratch image.

	* app/display/gimpdisplayshell-dnd.c
	* app/widgets/gimptoolbox-dnd.[ch]: send dnd's onto a scratch
	image to the toolbox instead.
	


svn path=/branches/weskaggs/; revision=24496
2007-12-31 19:28:04 +00:00
Michael Natterer 67298aaa6a link app/gegl/libappgegl.a
2007-12-29  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): link app/gegl/libappgegl.a


svn path=/trunk/; revision=24464
2007-12-29 13:10:22 +00:00
Michael Natterer 50e629af4d link against GEGL_LIBS.
2007-12-20  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): link against GEGL_LIBS.


svn path=/trunk/; revision=24415
2007-12-20 18:27:58 +00:00
Michael Natterer e277fe8f68 add app/gimp-log.o
2007-12-17  Michael Natterer  <mitch@gimp.org>

	* app/Makefile.am (GTKDOC_LIBS): add app/gimp-log.o

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


svn path=/trunk/; revision=24385
2007-12-17 15:52:58 +00:00
Sven Neumann dc5d601675 use gtk_widget_set_tooltip_text() from gimp_help_set_help() and added
2007-11-22  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimphelpui.[ch]: use
	gtk_widget_set_tooltip_text() from gimp_help_set_help() and added
	gimp_help_set_help_data_with_markup() for the cases where markup
	is needed.

	* libgimpwidgets/gimpwidgets.def: updated.

	* app/tools/gimpselectionoptions.c
	* app/widgets/gimpeditor.c
	* app/widgets/gimpwidgets-utils.c: use the new function where markup
	in tooltips is being used.

	* app/widgets/gimptoolbox-color-area.c: no need to escape the
	ampersand any longer.

svn path=/trunk/; revision=24217
2007-11-22 13:59:06 +00:00
Sven Neumann 15cbb6a970 added "Index of new symbols in GIMP 2.6".
2007-11-19  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-docs.sgml: added "Index of new symbols in GIMP 2.6".

	* libgimp/libgimp-sections.txt: updated.

	* libgimp/tmpl/gimpimage.sgml
	* libgimp/tmpl/gimpvectors.sgml: regenerated.

svn path=/trunk/; revision=24195
2007-11-19 11:56:55 +00:00
Sven Neumann 71297f7bf3 libgimpcolor/libgimpcolor-docs.sgml libgimpthumb/libgimpthumb-docs.sgml
2007-10-31  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/libgimpcolor-docs.sgml
	* libgimpthumb/libgimpthumb-docs.sgml
	* libgimpmodule/libgimpmodule-docs.sgml
	* libgimpmath/libgimpmath-docs.sgml
	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpbase/libgimpbase-docs.sgml: added "Index of new symbols
	in GIMP 2.6".

svn path=/trunk/; revision=24004
2007-10-31 10:19:49 +00:00
Sven Neumann 5f7bf16e57 declared the fields as public so that they show up in the API
2007-10-27  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/gimpcolorconfig.h (struct _GimpColorConfig):
	declared the fields as public so that they show up in the API
	documentation.


svn path=/trunk/; revision=23965
2007-10-27 14:06:03 +00:00
Sven Neumann 5ec574ba37 Reenabled update of the histogram while doing color corrections (bug
2007-10-26  Sven Neumann  <sven@gimp.org>

	Reenabled update of the histogram while doing color corrections
	(bug 490182):

	* app/core/gimpviewable.[ch]: added new methods preview_freeze()
	and preview_thaw().

	* app/core/gimpimagemap.c
	(gimp_image_map_new): freeze the drawable preview.
	(gimp_image_map_dispose): thaw the  drawable preview.
	(gimp_image_map_do): update the drawable, not the image.

	* app/tools/gimpimagemaptool.c (gimp_image_map_tool_response): no
	need to invalidate the drawable preview any longer.

svn path=/trunk/; revision=23956
2007-10-26 14:42:58 +00:00
Sven Neumann 6850b9043e pass options to gtkdoc-fixref.
2007-10-25  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am: pass options to gtkdoc-fixref.

svn path=/trunk/; revision=23949
2007-10-25 15:57:26 +00:00
Sven Neumann 280c5d5659 updated.
2007-10-22  Sven Neumann  <sven@gimp.org>

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

svn path=/trunk/; revision=23903
2007-10-22 10:25:28 +00:00
Raphael Quinet ff9d3046cd updated, re-ordered the list to have first the global parasites, then
2007-10-18  Raphael Quinet  <raphael@gimp.org>

	* parasites.txt: updated, re-ordered the list to have first the
	global parasites, then image parasites, then layer parasites.

svn path=/trunk/; revision=23866
2007-10-18 08:49:41 +00:00
Sven Neumann 460a0d6609 regenerated.
2007-10-17  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/tmpl/gimppropwidgets.sgml: regenerated.

svn path=/trunk/; revision=23854
2007-10-17 08:21:35 +00:00
Sven Neumann e58846a61a updated.
2007-10-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: updated.

	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml: regenerated.

svn path=/trunk/; revision=23792
2007-10-10 08:11:27 +00:00
Sven Neumann 420772db16 app/app-sections.txt updated.
2007-10-09  Sven Neumann  <sven@gimp.org>

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

svn path=/trunk/; revision=23782
2007-10-09 16:17:14 +00:00
Sven Neumann d55473d673 updated.
2007-10-09  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt: updated.

svn path=/trunk/; revision=23780
2007-10-09 16:00:15 +00:00
Sven Neumann 83d8fa331c updated for gtk-doc-tools version 1.9
svn path=/trunk/; revision=23739
2007-10-05 20:18:05 +00:00
Sven Neumann 169c7dbc46 added settings for marking out-of-gamut colors in the Print Simulation
2007-10-05  Sven Neumann  <sven@gimp.org>

        * libgimpconfig/gimpcolorconfig.[ch]: added settings for marking
        out-of-gamut colors in the Print Simulation (bug #476824).

        * app/dialogs/preferences-dialog.c: added a check-button for the
        out-of-gamut warning and tweaked the layout of the Color Management
        page to make the relationship of the settings more obvious.

        * modules/cdisplay_lcms.c: mark out-of-gamut colors.


svn path=/trunk/; revision=23729
2007-10-05 08:21:27 +00:00
Sven Neumann 35dc3b3548 app/app-sections.txt updated.
2007-10-01  Sven Neumann  <sven@gimp.org>

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

svn path=/trunk/; revision=23705
2007-10-01 14:48:05 +00:00
Sven Neumann 1f52a786f0 added gimp_layer_flatten.
2007-09-21  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt: added gimp_layer_flatten.

	* libgimp/tmpl/gimplayer.sgml: regenerated.


svn path=/trunk/; revision=23605
2007-09-21 16:00:43 +00:00
Sven Neumann f36f3e7241 libgimpwidgets/images/gimp-dialog.png
2007-09-21  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/gimp-dialog.png
	* libgimpwidgets/images/gimp-file-entry.png
	* libgimpwidgets/images/gimp-path-editor.png: updated with GTK+	2.12,
	showing off new Tango icons.

svn path=/trunk/; revision=23604
2007-09-21 14:54:04 +00:00
Sven Neumann 2fa523c36b recreated using the new version of the Clearlooks theme (as shipped with
2007-09-20  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/images/*.png: recreated using the new version of
	the Clearlooks theme (as shipped with GNOME 2.20).

svn path=/trunk/; revision=23593
2007-09-20 08:13:22 +00:00
Sven Neumann 37db612bca added gimp_context_list_paint_methods
svn path=/trunk/; revision=23506
2007-09-12 08:44:17 +00:00
Raphaël Quinet c93b008b78 if you do not succeed at first, try again...
svn path=/trunk/; revision=23372
2007-08-24 19:33:13 +00:00
Raphaël Quinet c3e06d274b moved misplaced entry to the correct ChangeLog file
svn path=/trunk/; revision=23371
2007-08-24 19:30:17 +00:00
Raphael Quinet 91d99d4d63 new function that swaps the vertical and horizontal axis for the saved
2007-08-24  Raphael Quinet  <raphael@gimp.org>

	* plug-ins/jpeg/jpeg-settings.c (jpeg_swap_original_settings): new
	function that swaps the vertical and horizontal axis for the saved
	subsampling parameters and quantization tables.

	* plug-ins/jpeg/jpeg-exif.c (jpeg_exif_rotate): swap the saved
	settings when the image is rotated.  Fixes bug #466593.

	* devel-docs/release-howto.txt: added note about having admin
	access to Bugzilla and to the news section on www.gimp.org.

svn path=/trunk/; revision=23370
2007-08-24 18:38:30 +00:00
Raphaël Quinet a2bf6db38a added note about having admin access to Bugzilla and to news on www.gimp.org
svn path=/trunk/; revision=23369
2007-08-24 17:53:21 +00:00
Michael Natterer 70661a417d argh, gimp_profile_chooser_dialog_new -> _get_type
2007-08-20  Michael Natterer  <mitch@gimp.org>

	* app/app.types: argh, gimp_profile_chooser_dialog_new -> _get_type


svn path=/trunk/; revision=23337
2007-08-20 10:42:01 +00:00
Sven Neumann 747561037a updated NEWS for 2.4.0-rc1
svn path=/trunk/; revision=23291
2007-08-16 09:20:30 +00:00
Sven Neumann c377ed53d2 added note about announcing the release
svn path=/trunk/; revision=23288
2007-08-16 09:01:17 +00:00
Sven Neumann aed31d09f9 added some more points and explained how to tag a release
svn path=/trunk/; revision=23285
2007-08-15 22:44:51 +00:00
Sven Neumann 3b2e6c9416 added a check-list for doing a GIMP release.
2007-08-16  Sven Neumann  <sven@gimp.org>

	* release-howto.txt: added a check-list for doing a GIMP 
release.


svn path=/trunk/; revision=23282
2007-08-15 22:21:41 +00:00
Michael Natterer f557b62dc4 app/app.types app/app-docs.sgml completely updated, everything from app/
2007-08-15  Michael Natterer  <mitch@gimp.org>

	* app/app.types
	* app/app-docs.sgml
	* app/app-sections.txt: completely updated, everything from app/
	should be listed now.


svn path=/trunk/; revision=23276
2007-08-15 16:42:35 +00:00
Sven Neumann c3c2cf020b added GimpColorProfileComboBox to the widget gallery.
2007-08-15  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/visual-index.xml: added 
GimpColorProfileComboBox
	to the widget gallery.


svn path=/trunk/; revision=23264
2007-08-15 07:03:38 +00:00
Sven Neumann 7cdc24d69e libgimpwidgets/gimpcolorprofilecombobox.[ch]
2007-08-14  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpcolorprofilecombobox.[ch]
	* libgimpwidgets/gimpcolorprofilestore.[ch]
	* libgimpwidgets/gimpcolorprofilestore-private.h: changed API to
	deal with filenames instead of URIs.

	* app/widgets/gimpprofilechooserdialog.[ch]: same here.

	* app/dialogs/preferences-dialog.c
	* plug-ins/common/lcms.c: changed accordingly.


svn path=/trunk/; revision=23260
2007-08-14 22:12:37 +00:00
Sven Neumann a6bfd358fb added GimpColorProfileComboBox to doc-shooter.
2007-08-14  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: added GimpColorProfileComboBox to doc-shooter.

	* libgimpwidgets/images/gimp-color-profile-combo-box.png: added
	screenshot.

	* libgimpwidgets/Makefile.am: ignore
	libgimpwidgets/gimpcolorprofilestore-private.h.

	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types: added docs for 
	GimpColorProfileStore and GimpColorProfileComboBox.

	* libgimpwidgets/tmpl/gimpcolorprofilestore.sgml
	* libgimpwidgets/tmpl/gimpcolorprofilecombobox.sgml: new files.

svn path=/trunk/; revision=23257
2007-08-14 16:39:42 +00:00
Sven Neumann 69297fcffa regenerated.
2007-08-12  Sven Neumann  <sven@gimp.org>

	* libgimpbase/tmpl/gimpbaseenums.sgml: regenerated.


svn path=/trunk/; revision=23223
2007-08-11 23:33:25 +00:00
Sven Neumann 5a748730fd don't open the destination profile twice.
2007-08-11  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/lcms.c: don't open the destination profile 
twice.


svn path=/trunk/; revision=23215
2007-08-11 19:14:11 +00:00
Sven Neumann 2c2b5ceadc app/app-sections.txt minor update.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt
	* app/app-docs.sgml: minor update.

svn path=/trunk/; revision=23185
2007-08-10 11:59:17 +00:00
Sven Neumann 40a2de0f70 include GimpZoomModel.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-docs.sgml: include GimpZoomModel.

svn path=/trunk/; revision=23183
2007-08-10 10:09:44 +00:00
Sven Neumann a7436a934d libgimp/Makefile.am added libgimpconfig.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* libgimp/Makefile.am
	* libgimpwidgets/Makefile.am (FIXXREF_OPTIONS): added libgimpconfig.

svn path=/trunk/; revision=23182
2007-08-10 09:30:07 +00:00
Sven Neumann 2fbe3afe3e added new symbols in GimpNumberPairEntry.
2007-08-10  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt: added new symbols 
in
	GimpNumberPairEntry.

	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml: regenerated.


svn path=/trunk/; revision=23179
2007-08-10 07:04:36 +00:00
Sven Neumann 4a23147250 libgimpwidgets/libgimpwidgets-sections.txt libgimpwidgets/visual-index.xml
2007-08-09  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/visual-index.xml

	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml: regenerated.


svn path=/trunk/; revision=23175
2007-08-09 21:21:58 +00:00
Sven Neumann 4cba8a2364 include number-pair-entry instead of ratio-entry.
2007-08-08  Sven Neumann  <sven@gimp.org>

	* tools/widgets.c: include number-pair-entry instead of 
ratio-entry.

	* libgimpwidgets/images/gimp-ratio-entry.png
	* libgimpwidgets/images/gimp-number-pair-entry.png: replaced
	screenshots.

	* libgimpwidgets/libgimpwidgets-sections.txt
	* libgimpwidgets/libgimpwidgets.types
	* libgimpwidgets/libgimpwidgets-docs.sgml
	* libgimpwidgets/tmpl/gimpnumberpairentry.sgml
	* libgimpwidgets/tmpl/gimpratioentry.sgml: adopt to change from
	GimpRatioEntry to GimpNumberPairEntry.


svn path=/trunk/; revision=23156
2007-08-08 18:55:56 +00:00
Sven Neumann ce300917de app/app-sections.txt adjust to renamed files in app/paint-funcs.
2007-08-08  Sven Neumann  <sven@gimp.org>

	* app/app-sections.txt
	* app/app-docs.sgml: adjust to renamed files in app/paint-funcs.

svn path=/trunk/; revision=23150
2007-08-08 12:55:12 +00:00