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
e009182a1e
export enum GimpRotationType to libgimp.
...
2003-12-09 Michael Natterer <mitch@gimp.org >
* app/core/core-enums.h: export enum GimpRotationType to libgimp.
* tools/pdbgen/pdb/image.pdb: added gimp_image_rotate() PDB wrapper.
* app/pdb/image_cmds.c
* app/pdb/internal_procs.c
* libgimp/gimpenums.h
* libgimp/gimpimage_pdb.[ch]
* plug-ins/pygimp/gimpenums.py
* plug-ins/script-fu/script-fu-constants.c
* tools/pdbgen/enums.pl: regenerated.
2003-12-09 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpenums.sgml
* libgimp/tmpl/gimpimage.sgml: added gimp_image_rotate().
2003-12-09 09:03:52 +00:00
c6de971122
marked gimp_image_add_layer_mask() and gimp_image_remove_layer_mask() as
...
2003-12-08 Michael Natterer <mitch@gimp.org >
* tools/pdbgen/pdb/image.pdb: marked gimp_image_add_layer_mask()
and gimp_image_remove_layer_mask() as deprecated. Didnn't remove
them from the PDB because the new functions' signature differs and
they are used very often in scripts, but removed them from the
libgimp C wrappers.
* tools/pdbgen/pdb/layer.pdb: added gimp_layer_add_mask() and
gimp_layer_remove_mask().
* libgimp/gimpcompat.h: added compat cruft.
* app/pdb/image_cmds.c
* app/pdb/internal_procs.c
* app/pdb/layer_cmds.c
* libgimp/gimpimage_pdb.[ch]
* libgimp/gimplayer_pdb.[ch]: regenerated.
* libgimp/gimpexport.c
* plug-ins/common/curve_bend.c
* plug-ins/common/psd.c
* plug-ins/pygimp/pygimp-image.c
* plug-ins/script-fu/scripts/3d-outline.scm
* plug-ins/script-fu/scripts/alien-neon-logo.scm
* plug-ins/script-fu/scripts/blended-logo.scm
* plug-ins/script-fu/scripts/burn-in-anim.scm
* plug-ins/script-fu/scripts/carve-it.scm
* plug-ins/script-fu/scripts/carved-logo.scm
* plug-ins/script-fu/scripts/chrome-it.scm
* plug-ins/script-fu/scripts/chrome-logo.scm
* plug-ins/script-fu/scripts/coolmetal-logo.scm
* plug-ins/script-fu/scripts/crystal-logo.scm
* plug-ins/script-fu/scripts/fade-outline.scm
* plug-ins/script-fu/scripts/frosty-logo.scm
* plug-ins/script-fu/scripts/image-structure.scm
* plug-ins/script-fu/scripts/news-text.scm
* plug-ins/script-fu/scripts/rendermap.scm
* plug-ins/script-fu/scripts/slide.scm
* plug-ins/script-fu/scripts/sota-chrome-logo.scm
* plug-ins/script-fu/scripts/speed-text.scm
* plug-ins/script-fu/scripts/starburst-logo.scm
* plug-ins/script-fu/scripts/textured-logo.scm
* plug-ins/script-fu/scripts/weave.scm
* plug-ins/script-fu/scripts/xach-effect.scm
* plug-ins/xjt/xjt.c: changed accordingly.
2003-12-08 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimplayer.sgml: follow layer mask API change.
2003-12-08 22:33:17 +00:00
a046969687
renamed PDB function gimp_image_active_drawable() to
...
2003-12-08 Michael Natterer <mitch@gimp.org >
* tools/pdbgen/pdb/image.pdb: renamed PDB function
gimp_image_active_drawable() to gimp_image_get_active_drawable()
so it's consistent with all other drawable getters.
* app/pdb/procedural_db.c
* libgimp/gimpcompat.h: added compat stuff.
* app/pdb/image_cmds.c
* libgimp/gimpimage_pdb.[ch]: regenerated.
* plug-ins/pygimp/pygimp-image.c
* plug-ins/script-fu/scripts/add-bevel.scm
* plug-ins/script-fu/scripts/carved-logo.scm
* plug-ins/script-fu/scripts/chrome-it.scm
* plug-ins/script-fu/scripts/crystal-logo.scm
* plug-ins/script-fu/scripts/round-corners.scm
* plug-ins/script-fu/scripts/slide.scm
* plug-ins/script-fu/scripts/sota-chrome-logo.scm: changed accordingly.
2003-12-08 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpimage.sgml: updated.
2003-12-08 18:30:54 +00:00
3ad199d5b3
Name all PDB procedures which deal with floating selections consistently:
...
2003-12-05 Michael Natterer <mitch@gimp.org >
Name all PDB procedures which deal with floating selections
consistently:
* tools/pdbgen/pdb/image.pdb: renamed
gimp_image_floating_selection() to gimp_image_get_floating_sel().
* libgimp/gimplayer.h: removed gimp_layer_is_floating_selection #define.
* libgimp/gimpcompat.h
* app/pdb/procedural_db.c: added compat stuff.
* app/pdb/image_cmds.c
* libgimp/gimpimage_pdb.[ch]: regenerated.
* plug-ins/common/curve_bend.c
* plug-ins/common/film.c
* plug-ins/common/rotate.c
* plug-ins/pygimp/pygimp-image.c
* plug-ins/xjt/xjt.c: changed accordingly.
2003-12-05 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimplayer.sgml: follow floating_sel cleanup.
2003-12-05 16:30:01 +00:00
bc1a085d3b
removed gimp_image_undo_*() functions...
...
2003-12-05 Michael Natterer <mitch@gimp.org >
* tools/pdbgen/pdb/image.pdb: removed gimp_image_undo_*() functions...
* tools/pdbgen/pdb/undo.pdb: ...and added them here. Renamed
gimp_undo_push_group_start,end() to
gimp_image_undo_group_start,end().
* app/pdb/procedural_db.c
* libgimp/gimpcompat.h: added compat stuff for the old undo group API.
* app/pdb/image_cmds.c
* app/pdb/internal_procs.c
* app/pdb/undo_cmds.c
* libgimp/gimpimage_pdb.[ch]
* libgimp/gimpundo_pdb.[ch]: regenerated.
* plug-ins/common/align_layers.c
* plug-ins/common/colortoalpha.c
* plug-ins/common/curve_bend.c
* plug-ins/common/iwarp.c
* plug-ins/common/jpeg.c
* plug-ins/common/rotate.c
* plug-ins/common/tile.c
* plug-ins/common/zealouscrop.c
* plug-ins/gfig/gfig.c
* plug-ins/ifscompose/ifscompose.c
* plug-ins/pagecurl/pagecurl.c
* plug-ins/script-fu/scripts/*.scm: changed accordingly.
2003-12-05 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimpundo.sgml: follow undo API changes.
2003-12-05 14:18:47 +00:00
6af5072c6b
renamed gimp_convert_*() functions to gimp_image_convert_*().
...
2003-12-04 Michael Natterer <mitch@gimp.org >
* tools/pdbgen/pdb/convert.pdb: renamed gimp_convert_*() functions
to gimp_image_convert_*().
* libgimp/gimpimage.[ch]: removed gimp_image_convert_* #defines.
* libgimp/gimpcompat.h: added old stuff.
* app/pdb/convert_cmds.c
* libgimp/gimpconvert_pdb.[ch]: regenerated.
* plug-ins/common/gifload.c
* plug-ins/common/gih.c
* plug-ins/common/sample_colorize.c
* plug-ins/common/winclipboard.c
* plug-ins/script-fu/scripts/burn-in-anim.scm
* plug-ins/script-fu/scripts/chrome-it.scm
* plug-ins/script-fu/scripts/crystal-logo.scm
* plug-ins/script-fu/scripts/fuzzyborder.scm
* plug-ins/script-fu/scripts/gimp-headers.scm
* plug-ins/script-fu/scripts/gimp-labels.scm
* plug-ins/script-fu/scripts/sota-chrome-logo.scm
* plug-ins/script-fu/scripts/spinning-globe.scm: changed accordingly.
2003-12-04 Michael Natterer <mitch@gimp>
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpconvert.sgml
* libgimp/tmpl/gimpimage.sgml: follow gimp_image_convert_*() change.
2003-12-04 14:52:24 +00:00
2c73a5cc25
updated after export change.
...
2003-11-15 Michael Natterer <mitch@gimp.org >
* libgimp/tmpl/gimpexport.sgml: updated after export change.
* libgimp/tmpl/gimpgradientselect.sgml
* libgimp/tmpl/gimphelp.sgml
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimplayer.sgml
* libgimp/tmpl/gimpplugin.sgml: gtk-doc insisted on inserting some
blank lines.
2003-11-15 17:12:54 +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
a2ee9f056a
libgimp/libgimp-sections.txt added gimp_image_flip().
...
2003-05-20 Sven Neumann <sven@gimp.org >
* libgimp/libgimp-sections.txt
* libgimp/tmpl/gimpimage.sgml: added gimp_image_flip().
* libgimpcolor/libgimpcolor-sections.txt
* libgimpcolor/tmpl/gimpcolorspace.sgml: added GimpHSL and removed
gimp_rgb_to_hsv_double and gimp_hsv_to_rgb_double.
2003-05-20 19:26:25 +00:00
8183459c44
added new PDB function gimp_image_is_dirty() on request of Wolfgang Hofer
...
2002-12-13 Sven Neumann <sven@gimp.org >
* tools/pdbgen/pdb/image.pdb: added new PDB function
gimp_image_is_dirty() on request of Wolfgang Hofer (#77508 ).
* app/pdb/image_cmds.c
* app/pdb/internal_procs.c
* libgimp/gimpimage_pdb.h: regenerated.
2002-12-13 13:12:03 +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
33bd6db575
updates
2002-05-13 11:23:37 +00:00
c8fa869459
reflect the current set of libgimp files and functions.
...
2002-03-13 Michael Natterer <mitch@gimp.org >
* libgimp/libgimp-sections.txt: reflect the current set of libgimp
files and functions.
* libgimp/tmpl/gimpcompat.sgml
* libgimp/tmpl/gimppalettes.sgml: new files.
* libgimp/tmpl/gimpbrushes.sgml
* libgimp/tmpl/gimpcolorselector.sgml
* libgimp/tmpl/gimpenums.sgml
* libgimp/tmpl/gimpgimprc.sgml
* libgimp/tmpl/gimpgradients.sgml
* libgimp/tmpl/gimpimage.sgml
* libgimp/tmpl/gimppatterns.sgml: regenerated.
2002-03-13 15:30:45 +00:00
ced2d1481b
new directory devel-docs/libgimpbase/
...
2001-05-25 Michael Natterer <mitch@gimp.org >
* configure.in: new directory devel-docs/libgimpbase/
2001-05-25 Michael Natterer <mitch@gimp.org >
* Makefile.am
* libgimpbase/*: new gtk-doc module for the new library.
* libgimp/*: removed the files which belong to libgimpbase, updates.
* libgimpmath/libgimpmath-decl.txt
* libgimpmath/libgimpmath.hierarchy
* libgimpwidgets/libgimpwidgets-decl.txt
* libgimpwidgets/libgimpwidgets-sections.txt
* libgimpwidgets/libgimpwidgets.hierarchy
* libgimpwidgets/tmpl/gimpbutton.sgml
* libgimpwidgets/tmpl/gimpoffsetarea.sgml
* libgimpwidgets/tmpl/gimpwidgetstypes.sgml: updated.
2001-05-25 20:44: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
0566a8804e
gimp_drawable_set_visible(): the "visible" parameter is boolean.
...
2000-07-29 Michael Natterer <mitch@gimp.org >
* libgimp/gimpdrawable.[ch]: gimp_drawable_set_visible(): the
"visible" parameter is boolean.
2000-07-29 Michael Natterer <mitch@gimp.org >
* libgimp-decl.txt
* libgimp-sections.txt
* tmpl/gimp.sgml
* tmpl/gimpdrawable.sgml
* tmpl/gimpenums.sgml
* tmpl/gimpimage.sgml
* tmpl/gimplayer.sgml: updated from the libgimp sources.
2000-07-29 13:22:35 +00:00
1e8d9383a6
gimp.h gimpchannel.h gimpcompat.h gimpdrawable.h gimpimage.h moved
...
2000-06-09 Sven Neumann <sven@gimp.org >
* gimp.h
* gimpchannel.h
* gimpcompat.h
* gimpdrawable.h
* gimpimage.h
* gimplayer.h: moved convenience defines from gimp.h into
relevant header files so you have a chance to find them.
2000-06-09 Sven Neumann <sven@gimp.org >
* libgimp/libgimp-decl.txt
* libgimp/libgimp-sections.txt
* tmpl/gimp.sgml
* tmpl/gimpchannel.sgml
* tmpl/gimpdrawable.sgml
* tmpl/gimpimage.sgml
* tmpl/gimplayer.sgml: relocated defines as happened to
reflect changes in libgimp
2000-06-09 01:56:34 +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