bootchk
b5a8f46b37
pdb, libgimp: Fix return type of gimp-buffer-get-image-type
...
gimp-buffer-get-image-type returns the output of
gimp_babl_format_get_image_type (), which itself returns
a GimpImageType enum. However, the PDB claims that
it's a GimpImageBaseType enum instead. This patch fixes
the documentation to match the actual output enum type.
2024-08-17 23:23:51 -04:00
Niels De Graef
1e34a95db7
app, libgimp: pdbgen for previous commit.
2022-02-12 00:07:53 +00:00
Jehan
71ccaa21ee
pdb, libgimp: remove double API generation from PDB.
...
All plug-ins got ported. Let's remove support for the old API with IDs
instead of objects.
2019-09-03 13:31:27 +02:00
Jehan
fec6034c7a
pdb: keep both the old and new API alive.
...
By default the new API will be used. But if we build with
GIMP_DEPRECATED_REPLACE_NEW_API macro, then the same function names will
call the old API with ids.
This way, we don't have to update all our plug-ins at once (which I
tried and is very tedious work).
Note that bindings won't have access to the deprecated API at all.
2019-08-22 15:54:36 +02:00
Michael Natterer
5f700549e7
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:29:46 +02:00
Michael Natterer
856c89a845
libgimp: add guards that #error out if individual files are included
2011-04-28 19:59:52 +02:00
Michael Natterer
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
Sven Neumann
dcc6ebd1b0
HACKING tools/pdbgen/lib.pl fixed spelling of "auto-generated".
...
2007-01-09 Sven Neumann <sven@gimp.org>
* HACKING
* tools/pdbgen/lib.pl
* tools/pdbgen/app.pl: fixed spelling of "auto-generated".
* tools/pdbgen/pdb/color.pdb
* tools/pdbgen/pdb/brush_select.pdb
* tools/pdbgen/pdb/palette_select.pdb
* tools/pdbgen/pdb/font_select.pdb
* tools/pdbgen/pdb/procedural_db.pdb
* tools/pdbgen/pdb/pattern_select.pdb
* tools/pdbgen/pdb/drawable.pdb
* tools/pdbgen/pdb/gradient_select.pdb: improved wording and fixed
spelling errors.
* libgimp/gimp.c: fixed spelling errors.
* app/pdb/*.h:
* libgimp/gimp*_pdb.[ch]: regenerated.
svn path=/trunk/; revision=21676
2007-01-09 10:52:47 +00:00
Sven Neumann
8824a9bc86
create code with spaces instead of tabs.
...
2006-04-12 Sven Neumann <sven@gimp.org>
* tools/pdbgen/lib.pl: create code with spaces instead of tabs.
* libgimp/gimp*_pdb.[ch]: regenerated.
2006-04-12 10:27:31 +00:00
Michael Natterer
4503b4a217
added gimp-buffers-get-list, should probably get its own PDB group.
...
2005-09-27 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/pdb/buffer.pdb: added gimp-buffers-get-list,
should probably get its own PDB group.
* libgimp/gimp.def: changed accordingly.
* app/pdb/buffer_cmds.c
* app/pdb/internal_procs.c
* libgimp/gimpbuffer_pdb.[ch]: regenerated.
2005-09-27 18:29:27 +00:00
Michael Natterer
30f1e8efc1
added gimp_buffer_get_bytes() and gimp_buffer_get_image_type().
...
2005-09-27 Michael Natterer <mitch@gimp.org>
* app/core/gimpbuffer.[ch]: added gimp_buffer_get_bytes()
and gimp_buffer_get_image_type().
* tools/pdbgen/pdb/edit.pdb: removed edit_named_rename() and
edit_named_delete().
* tools/pdbgen/Makefile.am
* tools/pdbgen/groups.pl
* tools/pdbgen/pdb/buffer.pdb: new PDB group featuring
buffer_rename(), delete(), get_width(), get_height(), get_bytes(),
get_image_type().
* app/pdb/Makefile.am
* libgimp/Makefile.am
* libgimp/gimp.def: changed accordingly.
* app/pdb/buffer_cmds.c
* app/pdb/edit_cmds.c
* app/pdb/internal_procs.c
* libgimp/gimp_pdb.h
* libgimp/gimpbuffer_pdb.[ch]
* libgimp/gimpedit_pdb.[ch]: (re)generated.
2005-09-27 09:05:55 +00:00