gimp/plug-ins/pygimp
Michael Natterer 36bda892a9 libgimpbase/Makefile.am removed.
2007-10-31  Michael Natterer  <mitch@gimp.org>

	* libgimpbase/Makefile.am
	* libgimpbase/xdg-user-dir.[ch]: removed.

	* libgimpbase/gimpbaseenums.[ch]: deprecate enum GimpUserDirectory.

	* libgimpbase/gimpenv.[ch]: deprecate gimp_user_directory() and make
	the implementation call g_get_user_special_dir().

	* libgimp/Makefile.am: #undef GIMP_DISABLE_DEPRECATED in gimpenums.c

	* app/widgets/gimpfiledialog.c: use g_get_user_special_dir() instead.

	* plug-ins/pygimp/gimpmodule.c: #undef GIMP_DISABLE_DEPRECATED.


svn path=/trunk/; revision=24018
2007-10-31 13:09:46 +00:00
..
doc removed all .cvsignore files from SVN 2006-12-30 14:31:03 +00:00
plug-ins moved shadow_bevel.py to test-scripts so that it isn't installed by 2007-10-01 20:29:45 +00:00
AUTHORS added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
COPYING 1.1.9 stuff 1999-09-10 05:16:23 +00:00
ChangeLog applied documentation patch contributed by Sylvain Fourmanoit (bug 2006-04-28 10:54:23 +00:00
INSTALL Changed "The GIMP" to "GIMP" everywhere, where it's used as a name. 2007-06-06 08:44:52 +00:00
Makefile.am Vector object wrapper API. 2006-10-24 09:16:14 +00:00
gimpcolor-types.defs This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00
gimpcolormodule.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
gimpenums-types.defs This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00
gimpenums.py plug-ins/pygimp/gimpfu.py plug-ins/pygimp/gimpenums.py use old pygtk enum 2005-06-05 19:28:46 +00:00
gimpenumsmodule.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
gimpfu.py added an ID attribute and a delete method to the Gimp.Display object. 2007-05-24 20:12:50 +00:00
gimpmodule.c libgimpbase/Makefile.am removed. 2007-10-31 13:09:46 +00:00
gimpplugin.py _run should pass on the return value. Fixes bug #334874. 2006-03-17 14:44:03 +00:00
gimpshelf.py added an ID attribute and a delete method to the Gimp.Display object. 2007-05-24 20:12:50 +00:00
gimpthumb.defs plug-ins/pygimp/Makefile.am plug-ins/pygimp/gimpthumb.defs 2006-09-17 23:30:42 +00:00
gimpthumb.override plug-ins/pygimp/Makefile.am plug-ins/pygimp/gimpthumb.defs 2006-09-17 23:30:42 +00:00
gimpthumbmodule.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
gimpui.defs remove reference to now deprecated gimp_color_display_new() function. 2007-08-08 20:36:26 +00:00
gimpui.override plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object 2006-11-28 09:46:18 +00:00
gimpui.py plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object 2006-11-28 09:46:18 +00:00
gimpuimodule.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
makefile.msc updated 2006-10-27 16:04:53 +00:00
py-compile added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
pygimp-api.h plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object 2006-11-28 09:46:18 +00:00
pygimp-colors.c Add slice support to the colors types. Fixes bug #360423. 2006-10-11 06:02:23 +00:00
pygimp-display.c return None if we're passed an ID of -1, like the other GIMP object 2007-05-25 01:28:31 +00:00
pygimp-drawable.c avoids function call with an invalid drawable id 2007-08-15 14:01:01 +00:00
pygimp-image.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
pygimp-intl.h In all files, changed the standard copyright notice to say "GIMP - The GNU 2006-12-09 21:33:38 +00:00
pygimp-logo.png plug-ins/pygimp/Makefile.am New pygimp logo, by Carol Spears. 2004-11-23 02:35:54 +00:00
pygimp-parasite.c automatically removed trailing whitespace from 3460 lines. 2006-01-17 12:43:50 +00:00
pygimp-pdb.c drop the reference we added to the args tuple in the error case. 2007-09-30 08:37:45 +00:00
pygimp-tile.c plug-ins/pygimp/gimpcolormodule.c plug-ins/pygimp/gimpenumsmodule.c 2007-05-28 22:26:22 +00:00
pygimp-util.h plug-ins/pygimp/Makefile.am New file, provides only an initialization 2006-03-01 01:08:57 +00:00
pygimp-vectors.c bezier_stroke_new_moveto and bezier_stroke_new_ellipse are now class 2006-11-24 09:49:29 +00:00
pygimp.h plug-ins/pygimp/pygimp-api.h plug-ins/pygimp/pygimp.h export common object 2006-11-28 09:46:18 +00:00
pygimp.spec added pygimp to tree, as organised with Marc Lehmann. I have not hooked it 1999-09-05 15:46:57 +00:00
pygimpcolor-api.h This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00
pygimpcolor.h This is the start of wrapping much more of the GIMP API in Python. It's 2006-07-20 04:53:47 +00:00