..
.gitignore
libgimp: add gimpenums.c.tail again, pdbgen-generated files are in git
2010-07-14 20:20:58 +02:00
COPYING
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
Makefile.am
pdb: add new selection API which has less parameters than the old one
2010-10-30 22:06:20 +02:00
gimp.c
libgimp: deprecate gimp_min_colors() and gimp_install_cmap()
2010-10-19 09:59:59 +02:00
gimp.def
pdb: add "sample-transparent" as GimpPDBContext property
2011-02-06 11:20:07 +01:00
gimp.h
libgimp: deprecate gimp_min_colors() and gimp_install_cmap()
2010-10-19 09:59:59 +02:00
gimp_pdb.h
pdb: add new selection API which has less parameters than the old one
2010-10-30 22:06:20 +02:00
gimpaspectpreview.c
libgimp*: implement GObject::constructed() instead of ::constructor()
2011-01-12 22:03:33 +01:00
gimpaspectpreview.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrush_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpbrush_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushes.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushes.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushes_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpbrushes_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushmenu.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpbrushmenu.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushselect.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushselect.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushselect_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpbrushselect_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbrushselectbutton.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpbrushselectbutton.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpbuffer_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpbuffer_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpchannel.c
pdb: update docs to mention the new insert procs instead of the add ones
2010-09-06 00:03:29 +02:00
gimpchannel.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpchannel_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpchannel_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpcolor_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpcolor_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpcompat.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpcontext_pdb.c
pdb: add "sample-transparent" as GimpPDBContext property
2011-02-06 11:20:07 +01:00
gimpcontext_pdb.h
pdb: add "sample-transparent" as GimpPDBContext property
2011-02-06 11:20:07 +01:00
gimpconvert_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpconvert_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpdisplay_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpdisplay_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpdrawable.c
pdb: deprecate gimp-drawable-is-text-layer and add gimp-item-is-text-layer
2010-09-15 21:51:53 +02:00
gimpdrawable.h
pdb: deprecate gimp-drawable-is-text-layer and add gimp-item-is-text-layer
2010-09-15 21:51:53 +02:00
gimpdrawable_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpdrawable_pdb.h
pdb: deprecate gimp-drawable-is-text-layer and add gimp-item-is-text-layer
2010-09-15 21:51:53 +02:00
gimpdrawablepreview.c
libgimp*: implement GObject::constructed() instead of ::constructor()
2011-01-12 22:03:33 +01:00
gimpdrawablepreview.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpdrawabletransform_pdb.c
pdb: deprecate the entire drawable transform API
2010-09-16 00:50:28 +02:00
gimpdrawabletransform_pdb.h
pdb: deprecate the entire drawable transform API
2010-09-16 00:50:28 +02:00
gimpedit_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpedit_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpenums.c.tail
app: Cleanup in preparation of merge
2010-11-04 20:27:11 +02:00
gimpenums.h
libgimp/devel-docs: add back the gtk-doc template for gimpenums
2010-07-14 19:05:51 +02:00
gimpexport.c
Don't use gtk_container_add() for adding to GtkBoxes
2010-10-30 14:57:56 +02:00
gimpexport.h
libgimp: Add export dialog API
2009-07-21 16:03:53 +02:00
gimpfileops_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpfileops_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfloatingsel_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpfloatingsel_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfontmenu.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpfontmenu.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfonts_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpfonts_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfontselect.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfontselect.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfontselect_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpfontselect_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpfontselectbutton.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpfontselectbutton.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgimprc.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgimprc.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgimprc_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpgimprc_pdb.h
Revert "pdb: Added a procedure to check how many processors GIMP is configured to use."
2010-07-09 02:30:10 +02:00
gimpgradient_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpgradient_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradientmenu.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpgradientmenu.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradients.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradients.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradients_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpgradients_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradientselect.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradientselect.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradientselect_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpgradientselect_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgradientselectbutton.c
libgimp: port GimpGradientSelectButton drawing to cairo
2010-07-30 16:20:45 +02:00
gimpgradientselectbutton.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpgrid_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpgrid_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpguides_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpguides_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimphelp_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimphelp_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpimage.c
libgimp: deprecate gimp_image_attach_new_parasite()
2010-07-09 14:15:55 +02:00
gimpimage.h
libgimp: deprecate gimp_image_attach_new_parasite()
2010-07-09 14:15:55 +02:00
gimpimage_pdb.c
pdb: deprecate gimp_layer_scale_full() and gimp_image_scale_full()
2010-09-16 20:33:56 +02:00
gimpimage_pdb.h
pdb: deprecate gimp_layer_scale_full() and gimp_image_scale_full()
2010-09-16 20:33:56 +02:00
gimpimagecombobox.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpimagecombobox.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpimageselect_pdb.c
libgimp: deprecate the entire old gimp_foo_select() API
2011-02-06 11:20:07 +01:00
gimpimageselect_pdb.h
libgimp: remove "select-transparent" parameters from the new selection API
2011-02-06 11:20:07 +01:00
gimpitem_pdb.c
pdb: remove gimp-item-to-selection again
2010-10-30 22:19:22 +02:00
gimpitem_pdb.h
pdb: remove gimp-item-to-selection again
2010-10-30 22:19:22 +02:00
gimpitemcombobox.c
libgimp: use gimp_item_get_name() instead of deprecated API
2010-07-09 11:22:18 +02:00
gimpitemcombobox.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpitemtransform_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpitemtransform_pdb.h
pdb: add transform API for items
2010-09-08 02:48:37 +02:00
gimplayer.c
pdb: clean up gimp-layer-group-new
2010-09-15 21:18:47 +02:00
gimplayer.h
pdb: clean up gimp-layer-group-new
2010-09-15 21:18:47 +02:00
gimplayer_pdb.c
pdb: deprecate gimp_layer_scale_full() and gimp_image_scale_full()
2010-09-16 20:33:56 +02:00
gimplayer_pdb.h
pdb: deprecate gimp_layer_scale_full() and gimp_image_scale_full()
2010-09-16 20:33:56 +02:00
gimpmenu.c
Don't use gtk_container_add() for adding to GtkBoxes
2010-10-30 14:57:56 +02:00
gimpmenu.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpmessage_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpmessage_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpmisc_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpmisc_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppainttools_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppainttools_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalette.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalette.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalette_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppalette_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalettemenu.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppalettemenu.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalettes.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalettes.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppalettes_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppalettes_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaletteselect.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaletteselect.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaletteselect_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppaletteselect_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppaletteselectbutton.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppaletteselectbutton.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpparasite_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpparasite_pdb.h
pdb: deprecate the drawable and vectors parasite APIs
2010-07-09 10:36:17 +02:00
gimppaths_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppaths_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppattern_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppattern_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatternmenu.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppatternmenu.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatterns.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatterns.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatterns_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppatterns_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatternselect.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatternselect.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatternselect_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimppatternselect_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppatternselectbutton.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppatternselectbutton.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppixbuf.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppixbuf.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppixelfetcher.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppixelfetcher.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimppixelrgn.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimppixelrgn.h
libgimp: Make GimpPixelRgn members signed
2010-08-20 18:39:33 +02:00
gimpplugin.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpplugin.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpplugin_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpplugin_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpprocbrowserdialog.c
Don't use gtk_container_add() for adding to GtkBoxes
2010-10-30 14:57:56 +02:00
gimpprocbrowserdialog.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpproceduraldb.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpproceduraldb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpproceduraldb_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpproceduraldb_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpprocview.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpprocview.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpprogress.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpprogress.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpprogress_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpprogress_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpprogressbar.c
Globally switch to saying "window_id" instead of just "window"
2011-02-06 12:07:55 +01:00
gimpprogressbar.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpregioniterator.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimpregioniterator.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpselectbutton.c
libgimp: implement GObject::dispose() instead of GtkWidget::destroy()
2010-10-15 12:17:10 +02:00
gimpselectbutton.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpselection.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpselection.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpselection_pdb.c
pdb: remove gimp-item-to-selection again
2010-10-30 22:19:22 +02:00
gimpselection_pdb.h
pdb: add new procedure gimp-item-to-selection
2010-09-05 22:38:07 +02:00
gimpselectiontools_pdb.c
libgimp: deprecate the entire old gimp_foo_select() API
2011-02-06 11:20:07 +01:00
gimpselectiontools_pdb.h
libgimp: deprecate the entire old gimp_foo_select() API
2011-02-06 11:20:07 +01:00
gimptextlayer_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimptextlayer_pdb.h
Added a function to export the Pango markup of a text layer
2010-06-01 21:21:40 +02:00
gimptexttool_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimptexttool_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimptile.c
libgimp: move docs from template files to inline comments
2010-07-07 11:48:10 +02:00
gimptile.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimptransformtools_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimptransformtools_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimptypes.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpui.c
libgimp: deprecate gimp_min_colors() and gimp_install_cmap()
2010-10-19 09:59:59 +02:00
gimpui.def
libgimp: Add export dialog API
2009-07-21 16:03:53 +02:00
gimpui.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpuimarshal.list
libgimp/gimpuitypes.h abstract class for resource selection buttons.
2006-06-26 01:47:22 +00:00
gimpuitypes.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpundo_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpundo_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpunit_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpunit_pdb.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpunitcache.c
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpunitcache.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
gimpvectors.c
pdb: remove deprecated vectors procedures
2010-09-15 21:13:22 +02:00
gimpvectors.h
pdb: remove deprecated vectors procedures
2010-09-15 21:13:22 +02:00
gimpvectors_pdb.c
pdb: generate nicer gtk-doc comments (no doc contents changed)
2010-09-15 22:07:36 +02:00
gimpvectors_pdb.h
pdb: remove deprecated vectors procedures
2010-09-15 21:13:22 +02:00
gimpzoompreview.c
libgimp*: implement GObject::constructed() instead of ::constructor()
2011-01-12 22:03:33 +01:00
gimpzoompreview.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
libgimp-intl.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00
makefile.msc
updated include <string.h> for memcmp() include <string.h> for strcmp()
2008-10-03 19:27:54 +00:00
stdplugins-intl.h
Change licence to GPLv3 (and to LGPLv3 for libgimp).
2009-01-17 22:28:01 +00:00