d7bf9de526
Bug 759104 - Allow coordinates of sample points to be accessed from scripts
...
Add PDB sample point API similar to how the guide API works. Add core
API similar to the core guide API to make guide and sample point APIs
as similar as possible.
2016-01-04 21:24:44 +01:00
26f6f2992a
app: remove GIMP_SAMPLE_POINT_DRAW_SIZE from gimpsamplepoint.h
...
and add it to gimpcanvassamplepoint.c, it doesn't need to be public
any longer.
2010-09-30 10:12:15 +02:00
d9b5207aa2
Change licence to GPLv3 (and to LGPLv3 for libgimp).
...
2009-01-17 Michael Natterer <mitch@gimp.org >
* all files with a GPL header and all COPYING files:
Change licence to GPLv3 (and to LGPLv3 for libgimp).
Cleaned up some copyright headers and regenerated the parsers in
the ImageMap plugin.
svn path=/trunk/; revision=27913
2009-01-17 22:28:01 +00:00
11b1d24ac7
app/core/Makefile.am new files implementing new(), ref() and unref() and
...
2007-01-30 Michael Natterer <mitch@gimp.org >
* app/core/Makefile.am
* app/core/gimpsamplepoint.[ch]: new files implementing new(),
ref() and unref() and the new GIMP_TYPE_SAMPLE_TYPE boxed type.
* app/core/gimpimage-sample-points.[ch]: removed ref() and unref()
functions here.
* app/core/gimpimage.c
* app/core/gimpimage-crop.c
* app/core/gimpimage-duplicate.c
* app/core/gimpimage-flip.c
* app/core/gimpimage-resize.c
* app/core/gimpimage-rotate.c
* app/core/gimpimage-scale.c
* app/core/gimpimage-undo-push.c
* app/display/gimpdisplayshell.c
* app/display/gimpdisplayshell-draw.c
* app/tools/gimpcolortool.c
* app/widgets/gimpsamplepointeditor.c
* app/xcf/xcf-save.c: changed accordingly.
* app/core/gimpimage-rotate.c (gimp_image_rotate_sample_points):
added missing call to gimp_image_undo_push_sample_point().
svn path=/trunk/; revision=21812
2007-01-30 10:34:59 +00:00