- 13 Sep, 2015 1 commit
-
-
Michael Natterer authored
In e61b1f76 things were changed to return string arrays that can be freed with g_strfreev(), but that returned a one-element array containing a NULL pointer for zero-length arrays. Fix the code to return NULL again for zero-length arrays. See bug #751584.
-
- 31 May, 2015 1 commit
-
-
Michael Natterer authored
because it confuses gtk-doc and breaks some links. Also change the "Index of new symbols in GIMP 2.x" sections to be what seems to be the modern standard (looked at the GLib and GTK+ docs), and update some other stuff.
-
- 30 May, 2015 1 commit
-
-
Michael Natterer authored
because image.pdb is way too large.
-
- 15 Mar, 2014 1 commit
-
-
Michael Natterer authored
Change the gimp-image-get-name procedure to return the same string as shown in the image title, and mention in its API docs that this string is meant for annotating UI elements only.
-
- 26 Oct, 2013 1 commit
-
-
Hartmut Kuhse authored
Based on original patches from Hartmut Kuhse and modified by Michael Natterer. Changes include: - remove libexif dependency and add a hard dependency on gexiv2 - typedef GExiv2Metadata to GimpMetadata to avoid having to include gexiv2 globally - add basic GimpMetadata handling functions to libgimpbase - add image and image file specific metadata functions to libgimp, including the exif orientation image rotate dialog - port plug-ins to use the new APIs - port file-tiff-save's UI to GtkBuilder - add new plug-in "metadata" to view the image's metadata - keep metadata around as GimpImage member in the core - update the image's metadata on image size, resolution and precision changes - obsolete the old metadata parasites - migrate the old parasites to new GimpMetadata object on XCF load
-
- 05 Oct, 2013 1 commit
-
-
Jehan authored
-
- 04 Oct, 2013 1 commit
-
-
Jehan authored
Add the precision that indexed images must be set a colormap after creation, otherwise colors won't be right.
-
- 13 Sep, 2013 1 commit
-
-
Jehan authored
s/previous active channel or channel/previous active channel or layer/
-
- 23 Jun, 2013 1 commit
-
-
Michael Natterer authored
- Add new enum GimpComponentType which contains u8, u16, u32 etc. - Change GimpPrecision to be u8-linear, u8-gamma, u16-linear etc. - Add all the needed formats to gimp-babl.c - Bump the XCF version to 5 and make sure version 4 with the old GimpPrecision enum values is loaded correctly This change blows up the precision enums in "New Image" and Image->Precision so we can test all this stuff. It is undecided what format will be user-visible options in 2.10.
-
- 10 May, 2013 1 commit
-
-
Michael Natterer authored
Point out that the image's components are not "channels".
-
- 05 Dec, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 04 Dec, 2012 2 commits
-
-
Sven Neumann authored
Add the note about the need to free the returned string array to the generated libgimp code. This way it will show up in the libgimp documentation but not in the general PDB API.
-
Sven Neumann authored
Revert "pdb: update documentation for all pdb functions whose return can be freed with g_strfreev()." Such comment should not be included in the general PDB documentation as it is specific to the C bindings and can be easily added by the pdbgen infrastructure. This reverts commit c9888f22.
-
- 03 Dec, 2012 1 commit
-
-
Jehan authored
-
- 27 Nov, 2012 3 commits
-
-
Michael Natterer authored
so they can be freed with g_strfreev().
-
Jehan authored
PDB functions must be updated from *.pdb files as *_pdb.c files are generated by make.
-
Jehan authored
Update various doc comments of pdb functions where returned value has to be freed with g_free() after usage.
-
- 04 Aug, 2012 1 commit
-
-
Michael Natterer authored
Fix the docs, the function does what it's supposed to do. Passing "0, -1" actually means "insert where the ui would insert" and is supposed to be used when e.g. scripts create layers.
-
- 02 May, 2012 3 commits
-
-
Michael Natterer authored
instead of GIMP_DISABLE_DEPRECATED.
-
Michael Natterer authored
-
Michael Natterer authored
And switch on precision awareness of a plug-in in the core when possible, instead of in the libgimp wrappers.
-
- 24 Sep, 2011 1 commit
-
-
Michael Natterer authored
Add gimp_image_get_[layer|channel|vectors]_by_name().
-
- 12 Aug, 2011 1 commit
-
-
Eric Grivel authored
Make gimp_image_get_uri() and gimp_image_get_filename() behave as in the GIMP 2.6 days. Add new functions gimp_image_get_xcf_uri(), gimp_image_get_exported_uri() and gimp_image_get_imported_uri().
-
- 08 Mar, 2011 1 commit
-
-
Michael Natterer authored
in exactly the way the drawable functios were turned into item ones.
-
- 01 Mar, 2011 1 commit
-
-
Kevin Cozens authored
-
- 13 Feb, 2011 1 commit
-
-
Michael Natterer authored
and add them to the list of compat_procs instead.
-
- 16 Sep, 2010 1 commit
-
-
Michael Natterer authored
Make gimp_layer_scale() and gimp_image_scale() honor GimpPDBContext's interpolation property and update the documentation accordingly.
-
- 15 Sep, 2010 1 commit
-
-
Michael Natterer authored
-
- 14 Sep, 2010 1 commit
-
-
Barak Itkin authored
-
- 05 Sep, 2010 2 commits
-
-
Michael Natterer authored
-
Michael Natterer authored
which all take "parent" parameters and allow to insert items in a tree. We don't have channel or vectors trees (yet) but API symmetry is more important here than a currently useless parameter.
-
- 31 Aug, 2010 1 commit
-
-
Michael Natterer authored
-
- 27 Aug, 2010 1 commit
-
-
Michael Natterer authored
and deprecate the resp. functions for layers, channels and vectors.
-
- 12 Jul, 2010 1 commit
-
-
Michael Natterer authored
So the comment about replacement functions appears in the red warning box in the generated HTML.
-
- 07 Jul, 2010 1 commit
-
-
Michael Natterer authored
Add the new $doc_title, $doc_short_desc and $doc_long_desc strings to all .pdb files.
-
- 08 Mar, 2009 1 commit
-
-
Sven Neumann authored
2009-03-08 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/image.pdb (image_add_channel): corrected documentation of the position parameter. * app/pdb/image-cmds.c * libgimp/gimpimage_pdb.c: regenerated. svn path=/trunk/; revision=28129
-
- 04 Mar, 2009 3 commits
-
-
Sven Neumann authored
2009-03-04 Sven Neumann <sven@gimp.org> Bug 574149 – Can't get name/filename of files loaded from URI * tools/pdbgen/pdb/image.pdb: added new procedure gimp-image-get-uri. * app/pdb/image-cmds.c * libgimp/gimpimage_pdb.c: regenerated. * plug-ins/pygimp/pygimp-image.c: wrap the new procedure into an Image attribute. svn path=/trunk/; revision=28103
-
Sven Neumann authored
2009-03-04 Sven Neumann <sven@gimp.org> * tools/pdbgen/pdb/image.pdb (image_get_filename): improved docs for gimp-image-get-filename. * app/pdb/image-cmds.c * libgimp/gimpimage_pdb.c: regenerated. svn path=/trunk/; revision=28102
-
Sven Neumann authored
2009-03-04 Sven Neumann <sven@gimp.org> Bug 574149 – Can't get name/filename of files loaded from URI * tools/pdbgen/pdb/image.pdb (image_get_name_invoker): use gimp_image_get_display_name(). * app/pdb/image-cmds.c * libgimp/gimpimage_pdb.c: regenerated. svn path=/trunk/; revision=28099
-
- 17 Jan, 2009 1 commit
-
-
Michael Natterer authored
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
-