gimp/libgimp
Michael Natterer 548d2e041d pdb: clean up gimp-layer-group-new
There is no need to wrap it with a function with identical
signature. Also move it next to the other layer-new functions.
2010-09-15 21:18:47 +02:00
..
.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: remove deprecated vectors procedures 2010-09-15 21:13:22 +02:00
gimp.c Reduce risks on Windows also for plug-ins 2010-09-02 21:28:29 +03:00
gimp.def pdb: add the procedure gimp_layer_group_new 2010-09-14 22:41:56 +02:00
gimp.h pdb: remove deprecated vectors procedures 2010-09-15 21:13:22 +02:00
gimp_pdb.h pdb: add transform API for items 2010-09-08 02:48:37 +02:00
gimpaspectpreview.c libgimp: use item API instead of deprecated drawable API 2010-07-09 11:29:35 +02:00
gimpaspectpreview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbrush_pdb.c tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 a lot of state for a new item-based transform API 2010-09-07 02:33:13 +02:00
gimpcontext_pdb.h pdb: add a lot of state for a new item-based transform API 2010-09-07 02:33:13 +02:00
gimpconvert_pdb.c tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gimpdisplay_pdb.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdrawable.c libgimp: deprecate gimp_[drawable]_attach_new_parasite() 2010-07-09 13:30:31 +02:00
gimpdrawable.h libgimp: deprecate gimp_[drawable]_attach_new_parasite() 2010-07-09 13:30:31 +02:00
gimpdrawable_pdb.c pdb: mention gimp_edit_fill() in the gimp_drawable_fill() docs 2010-09-06 23:19:00 +02:00
gimpdrawable_pdb.h pdb: deprecate drawable API that got replaced by item API 2010-07-09 11:25:35 +02:00
gimpdrawablepreview.c libgimp: use item API instead of deprecated drawable API 2010-07-09 11:29:35 +02:00
gimpdrawablepreview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdrawabletransform_pdb.c tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gimpdrawabletransform_pdb.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpedit_pdb.c tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 libgimp: add gimpenums.c.tail again, pdbgen-generated files are in git 2010-07-14 20:20:58 +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 plug-ins: port from gimp_image_add_foo() to gimp_image_insert_foo() 2010-09-06 11:40:46 +02:00
gimpexport.h libgimp: Add export dialog API 2009-07-21 16:03:53 +02:00
gimpfileops_pdb.c pdb: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 Revert "pdb: Added a procedure to check how many processors GIMP is configured to use." 2010-07-09 02:30:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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: Add a more detailed description to the gimp_image_insert functions 2010-09-15 00:02:28 +02:00
gimpimage_pdb.h pdb: deprecate gimp_image_add_layer,channel,vectors() 2010-09-06 00:15:40 +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
gimpitem_pdb.c pdb: add new procedure gimp-item-to-selection 2010-09-05 22:38:07 +02:00
gimpitem_pdb.h pdb: add new procedure gimp-item-to-selection 2010-09-05 22:38:07 +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: add transform API for items 2010-09-08 02:48:37 +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: clean up gimp-layer-group-new 2010-09-15 21:18:47 +02:00
gimplayer_pdb.h pdb: clean up gimp-layer-group-new 2010-09-15 21:18:47 +02:00
gimpmenu.c libgimp: use item API instead of deprecated drawable API 2010-07-09 13:28:57 +02:00
gimpmenu.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpmessage_pdb.c tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +02:00
gimpparasite_pdb.h pdb: deprecate the drawable and vectors parasite APIs 2010-07-09 10:36:17 +02:00
gimppaths_pdb.c tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gimpplugin_pdb.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpprocbrowserdialog.c libgimp: move docs from template files to inline comments 2010-07-07 11:48:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gimpprogress_pdb.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpprogressbar.c libgimp: move docs from template files to inline comments 2010-07-07 11:48:10 +02: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: move docs from template files to inline comments 2010-07-07 11:48: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: add new procedure gimp-item-to-selection 2010-09-05 22:38:07 +02:00
gimpselection_pdb.h pdb: add new procedure gimp-item-to-selection 2010-09-05 22:38:07 +02:00
gimpselectiontools_pdb.c tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +02:00
gimpselectiontools_pdb.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptextlayer_pdb.c pdb: update docs to mention the new insert procs instead of the add ones 2010-09-06 00:03:29 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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 tools: generate "Deprecated:" sections according to gtk-doc standards 2010-07-12 23:11:56 +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: move docs from template files to inline comments 2010-07-07 11:48:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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 tools: add pdbgen support for generating gtk-doc SECTION comments 2010-07-07 11:43:10 +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: remove deprecated vectors procedures 2010-09-15 21:13:22 +02:00
gimpvectors_pdb.h pdb: remove deprecated vectors procedures 2010-09-15 21:13:22 +02:00
gimpzoompreview.c libgimp: use item API instead of deprecated drawable API 2010-07-09 11:29:35 +02: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