b2e3434d38
tools/pdbgen/Makefile.am tools/pdbgen/groups.pl removed the "misc tools"
...
2004-01-05 Michael Natterer <mitch@gimp.org >
* tools/pdbgen/Makefile.am
* tools/pdbgen/groups.pl
* tools/pdbgen/pdb/misc_tools.pdb: removed the "misc tools" PDB group.
* tools/pdbgen/pdb/edit.pdb: added gimp_edit_bucket_fill() and
gimp_edit_blend().
* tools/pdbgen/pdb/image.pdb: added gimp_image_pick_color().
* app/pdb/procedural_db.c
* libgimp/gimpcompat.h: added compat stuff.
* app/pdb/edit_cmds.c
* app/pdb/image_cmds.c
* app/pdb/internal_procs.c
* app/pdb/misc_tools_cmds.c
* libgimp/gimp_pdb.h
* libgimp/gimpedit_pdb.[ch]
* libgimp/gimpimage_pdb.[ch]: regenerated.
* libgimp/Makefile.am
* libgimp/gimpmisctools_pdb.[ch]: removed.
* plug-ins/gfig/gfig.c
* plug-ins/script-fu/scripts/3dTruchet.scm
* plug-ins/script-fu/scripts/alien-glow-arrow.scm
* plug-ins/script-fu/scripts/alien-glow-bar.scm
* plug-ins/script-fu/scripts/alien-glow-bullet.scm
* plug-ins/script-fu/scripts/alien-glow-button.scm
* plug-ins/script-fu/scripts/alien-glow-logo.scm
* plug-ins/script-fu/scripts/basic1-logo.scm
* plug-ins/script-fu/scripts/basic2-logo.scm
* plug-ins/script-fu/scripts/beveled-button.scm
* plug-ins/script-fu/scripts/blended-logo.scm
* plug-ins/script-fu/scripts/burn-in-anim.scm
* plug-ins/script-fu/scripts/coffee.scm
* plug-ins/script-fu/scripts/comic-logo.scm
* plug-ins/script-fu/scripts/coolmetal-logo.scm
* plug-ins/script-fu/scripts/glossy.scm
* plug-ins/script-fu/scripts/gradient-bevel-logo.scm
* plug-ins/script-fu/scripts/gradient-example.scm
* plug-ins/script-fu/scripts/hsv-graph.scm
* plug-ins/script-fu/scripts/pupi-button.scm
* plug-ins/script-fu/scripts/rendermap.scm
* plug-ins/script-fu/scripts/sphere.scm
* plug-ins/script-fu/scripts/starscape-logo.scm
* plug-ins/script-fu/scripts/test-sphere.scm
* plug-ins/script-fu/scripts/textured-logo.scm
* plug-ins/script-fu/scripts/title-header.scm
* plug-ins/script-fu/scripts/weave.scm: follow "blend" and "color
picker" changes. Leave "bucket fill" users unchanged because fill
and bucket_fill need another cleanup (will follow next...)
2004-01-05 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt: moved color_picker, blend and
bucket_fill to their new places.
* libgimp/tmpl/gimpedit.sgml
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimptools.sgml: regenerated.
2004-01-05 14:35:19 +00:00
aec579b75a
include the documentation of the format string in the gtk-doc comment.
...
2003-11-15 Sven Neumann <sven@gimp.org >
* libgimpwidgets/gimpunitmenu.c: include the documentation of the
format string in the gtk-doc comment.
2003-11-15 14:02:24 +00:00
33ca38f790
libgimp/tmpl/gimpenums.sgml regenerated.
...
2003-07-22 Michael Natterer <mitch@gimp.org >
* libgimp/tmpl/gimpenums.sgml
* libgimp/tmpl/gimptools.sgml: regenerated.
2003-07-22 16:24:03 +00:00
75306ec3af
app/core/gimpdrawable-blend.[ch] app/tools/gimpblendoptions.[ch]
...
2003-07-21 Sven Neumann <sven@gimp.org >
* app/core/gimpdrawable-blend.[ch]
* app/tools/gimpblendoptions.[ch]
* app/tools/gimpblendtool.c
* tools/pdbgen/pdb/misc_tools.pdb
* plug-ins/script-fu/scripts/: applied a slightly modified patch
from Alastair M. Robinson that adds dithering to the blend tool
(bug #97777 ).
* app/pdb/misc_tools_cmds.c
* libgimp/gimpmisctools_pdb.[ch]: regenerated.
2003-07-21 01:13:35 +00:00
e206bb2188
applied a patch from Akkana that adds short descriptions to all libgimp
...
2002-12-03 Sven Neumann <sven@gimp.org >
* libgimp/tmpl/*.sgml: applied a patch from Akkana that adds short
descriptions to all libgimp pages (#100187 ).
2002-12-03 10:04:56 +00:00
906a8784ba
Handle gtk-doc just like GTK+ does it now:
...
2002-03-08 Sven Neumann <sven@gimp.org >
Handle gtk-doc just like GTK+ does it now:
* configure.in: check for gtk-doc version 0.9. Do not build the API
reference by default.
* autogen.sh: pass --enable-gtk-doc to configure.
* Makefile.am: Added a slightly modified distcheck rule that passes
--enable-gtk-doc to the configure inside.
* NEWS: updated.
Revival of the API reference framework.
Misc fixes.
2002-03-08 12:36:40 +00:00
b4ad2ab05b
configure.in devel-docs/Makefile.am devel-docs/libgimpcolor/*
...
2001-05-04 Michael Natterer <mitch@gimp.org >
* configure.in
* devel-docs/Makefile.am
* devel-docs/libgimpcolor/*
* devel-docs/libgimpmath/*
* devel-docs/libgimpwidgets/*: added new gtk-doc modules for
libgimpcolor, libgimpmath and libgimpwidgets. Moved existing
documentation from the old files to the new templates.
* devel-docs/libgimp/*: regenerated all files and removed the
stuff which is in the new modules now.
* libgimpwidgets/gimpcolorarea.c
* libgimpwidgets/gimpcolorbutton.[ch]: some documentation fixes.
* po-libgimp/Makefile.in.in
* po-plug-ins/Makefile.in.in
* po-script-fu/Makefile.in.in: updated.
2001-05-04 20:39:29 +00:00
3e5ea76f16
updated API reference after libgimp cleanup
...
--Sven
2000-08-24 15:17:38 +00:00
74b99c843f
libgimp/libgimp-decl.txt libgimp/libgimp-docs.sgml
...
2000-06-08 Sven Neumann <neo@wintermute.ochsenblut.de >
* libgimp/libgimp-decl.txt
* libgimp/libgimp-docs.sgml
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimp.sgml
* libgimp/tmpl/gimpcompat.sgml
* libgimp/tmpl/gimpmenu.sgml
* libgimp/tmpl/gimpparasite.sgml
* libgimp/tmpl/libgimp-unused.sgml: reflect recent
changes in libgimp
* libgimp/tmpl/gimpbrushes.sgml
* libgimp/tmpl/gimpchannel.sgml
* libgimp/tmpl/gimpchannelops.sgml
* libgimp/tmpl/gimpcolor.sgml
* libgimp/tmpl/gimpconvert.sgml
* libgimp/tmpl/gimpdisplay.sgml
* libgimp/tmpl/gimpdrawable.sgml
* libgimp/tmpl/gimpedit.sgml
* libgimp/tmpl/gimpfileops.sgml
* libgimp/tmpl/gimpfloatingsel.sgml
* libgimp/tmpl/gimpgimprc.sgml
* libgimp/tmpl/gimpgradients.sgml
* libgimp/tmpl/gimpguides.sgml
* libgimp/tmpl/gimphelp.sgml
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimplayer.sgml
* libgimp/tmpl/gimpmessage.sgml
* libgimp/tmpl/gimpmisc.sgml
* libgimp/tmpl/gimppalette.sgml
* libgimp/tmpl/gimpparasite.sgml.sgml
* libgimp/tmpl/gimppaths.sgml
* libgimp/tmpl/gimppatterns.sgml
* libgimp/tmpl/gimppixelrgn.sgml
* libgimp/tmpl/gimpplugin.sgml
* libgimp/tmpl/gimpproceduraldb.sgml
* libgimp/tmpl/gimpselection.sgml
* libgimp/tmpl/gimptexttool.sgml
* libgimp/tmpl/gimptile.sgml
* libgimp/tmpl/gimptools.sgml
* libgimp/tmpl/gimpundo.sgml: new files
2000-06-08 19:42:36 +00:00