a0129504c8
Issue #1805 - Sample Points keep resetting themselves to "Pixel"
...
Remember the sample point's GimpColorPickMode in the sample point
itself, so it is remembered across switching between images.
Not persistent in the XCF yet tho...
2018-07-16 00:43:31 +02:00
2cd829eb85
app: add GimpAuxItem as base class for GimpGuide and GimpSamplePoint
...
and GimpAuxItemUndo for their respective undo classes.
2018-07-15 17:08:06 +02:00
b4c244b839
app: turn GimpSamplePoint into a GObject, just like GimpGuide
...
In fact, they are so similar now, they should get a common abstract
parent class.
2018-07-15 15:58:24 +02:00
5f700549e7
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:29:46 +02:00
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