Gimp/libgimpbase
Michael Natterer 2d6f808ff8 pdb: add a new PDB group "item" and move lots of functions to it
The item groups has all the duplicated functionality from drawable
and vectors (name, visible, linked etc).

Hijack the unused GIMP_PDB_REGION and turn it into GIMP_PDB_ITEM;
change all protocol aware files accordingly and bump the protocol
version number. Change script-fu to handle the new type.
2010-07-09 09:34:44 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
gimpbase-private.c
gimpbase-private.h
gimpbase.def libgimpbase: add utility functions to convert between pixels and units 2010-02-21 16:45:01 +01:00
gimpbase.h
gimpbaseenums.c pdb: add a new PDB group "item" and move lots of functions to it 2010-07-09 09:34:44 +02:00
gimpbaseenums.h pdb: add a new PDB group "item" and move lots of functions to it 2010-07-09 09:34:44 +02:00
gimpbasetypes.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpbasetypes.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpchecks.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpchecks.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpcpuaccel.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpcpuaccel.h
gimpdatafiles.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpdatafiles.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpenv.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpenv.h
gimplimits.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpmemsize.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpmemsize.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpparam.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpparasite.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpparasite.h
gimpparasiteio.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpparasiteio.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpprotocol.c pdb: add a new PDB group "item" and move lots of functions to it 2010-07-09 09:34:44 +02:00
gimpprotocol.h pdb: add a new PDB group "item" and move lots of functions to it 2010-07-09 09:34:44 +02:00
gimprectangle.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimprectangle.h Add gimp_rectangle_union() 2009-08-23 22:58:36 +02:00
gimpreloc.c
gimpreloc.h
gimpsignal.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpsignal.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpunit.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimpunit.h libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimputils.c libgimpbase: move docs from template files to inline comments 2010-06-29 19:16:51 +02:00
gimputils.h
gimpwin32-io.h
gimpwire.c libgimpbase: Disable gimp_wire_read() warning 2010-07-06 15:15:29 +02:00
gimpwire.h
Makefile.am
makefile.msc
test-cpu-accel.c