gimp/libgimp
Tor Lillqvist cd31cdd7eb Update.
2003-09-01  Tor Lillqvist  <tml@iki.fi>

	* README.win32: Update.

	* app/composite/gimp-composite-mmx.c: For some reason the gcc&gas
	combination used on Win32 wants identifiers prefixed with
	underscores in the asm sequences.

	* plug-ins/common/ps.c (ps_open): [Win32] Don't write the gs
	executable name into the indirect command line file. Do write the
	quoted form of the filename to it.
	(my_shell_quote): New funcion. Use instead of g_shell_quote() on
	Windows, as g_shell_quote() always uses single quotes, which don't
	mean anything to the Windows shell (or C runtime startup
	code). (This might be argued to be a bug in GLib, maybe
	g_shell_quote should behave differently accoring to platform.)

	* etc/gimprc.win32: Remove, generate with gimpconfig-dump.

	* */makefile.mingw.in: Remove, unmaintained.
2003-09-01 00:13:08 +00:00
..
.cvsignore libgimp/.cvsignore libgimp/Makefile.am libgimp/gimp.h removed 2001-05-22 00:36:38 +00:00
COPYING Hmm... this actually wasn't the file as advertised by the ChangeLog.... 2000-01-02 23:11:47 +00:00
Makefile.am cosmetics. 2003-08-15 10:41:31 +00:00
gimp.c renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
gimp.def Add gimp_image_is_dirty. 2003-08-14 02:17:54 +00:00
gimp.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimp_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpbrushes_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpbrushes_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpbrushmenu.c app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
gimpbrushmenu.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpbrushselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2003-07-01 21:24:06 +00:00
gimpbrushselect.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpbrushselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpbrushselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpchannel.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpchannel.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpchannel_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpchannel_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpcolor_pdb.c applied a patch from Shawn Willden that adds the new PDB function 2003-08-31 15:42:39 +00:00
gimpcolor_pdb.h applied a patch from Shawn Willden that adds the new PDB function 2003-08-31 15:42:39 +00:00
gimpcompat.h use GIMP_GRADIENT as prefix for the GimpGradientType enum. 2003-08-26 18:12:42 +00:00
gimpconvert_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpconvert_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdisplay_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdisplay_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdrawable.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpdrawable.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpdrawable_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpdrawable_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpedit_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpedit_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpenums.h use GIMP_GRADIENT as prefix for the GimpGradientType enum. 2003-08-26 18:12:42 +00:00
gimpexport.c replace the layer in the global item hash table, fixes bug #116936. 2003-07-08 11:44:12 +00:00
gimpexport.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpfileops_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfileops_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfloatingsel_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfloatingsel_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontmenu.c removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpfontmenu.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpfontselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2003-07-01 21:24:06 +00:00
gimpfontselect.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpfontselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpfontselectbutton.c removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpgimprc_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpgimprc_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpgradientmenu.c Finished the addition of "gboolean reverse" to the gradient API: 2003-08-18 12:17:21 +00:00
gimpgradientmenu.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpgradients_pdb.c Finished the addition of "gboolean reverse" to the gradient API: 2003-08-18 12:17:21 +00:00
gimpgradients_pdb.h Finished the addition of "gboolean reverse" to the gradient API: 2003-08-18 12:17:21 +00:00
gimpgradientselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2003-07-01 21:24:06 +00:00
gimpgradientselect.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpgradientselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpgradientselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpguides_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpguides_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimphelp_pdb.c Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00
gimphelp_pdb.h Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00
gimpimage.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpimage.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpimage_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpimage_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimplayer.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimplayer.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimplayer_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimplayer_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmenu.c removed the GWeakNotify stuff again and free the ID arrays after creating 2003-07-24 13:09:01 +00:00
gimpmenu.h changed the return value of GimpConstraintFunc from gint to gboolean. 2003-07-23 17:48:32 +00:00
gimpmessage_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmessage_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmisc.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpmisc.h app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
gimpmisc_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmisc_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpmisctools_pdb.c added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
gimpmisctools_pdb.h added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients 2003-07-22 14:24:11 +00:00
gimpmiscui.c Fix for #118081 (right alignment of Help menu) and removed deprecated gtk widgets from polar plug-in. 2003-07-24 19:55:37 +00:00
gimpmiscui.h changed GimpDatafileLoaderFunc to take a separate "gpointer user_data" 2003-07-02 17:11:00 +00:00
gimppainttools_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppainttools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalette_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalette_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalettes_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppalettes_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppaletteselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppaletteselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpparasite_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpparasite_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppaths_pdb.c applied a modified patch from Joao S. O. Bueno <gwidion@mpc.com.br> that 2003-07-09 13:18:56 +00:00
gimppaths_pdb.h applied a modified patch from Joao S. O. Bueno <gwidion@mpc.com.br> that 2003-07-09 13:18:56 +00:00
gimppatternmenu.c removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimppatternmenu.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimppatterns_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppatterns_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppatternselect.c libgimp/gimpbrushselect.c libgimp/gimpfontselect.c 2003-07-01 21:24:06 +00:00
gimppatternselect.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimppatternselect_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppatternselect_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimppixelfetcher.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimppixelfetcher.h app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
gimppixelrgn.c added const qualifiers. 2003-07-01 21:34:53 +00:00
gimppixelrgn.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpplugin_pdb.c rewrote a large part of the screenshot plug-in. The plug-in now no longer 2003-08-28 20:23:09 +00:00
gimpplugin_pdb.h Completed the new help infrastructure. Needs some polishing but basically 2003-08-28 18:49:11 +00:00
gimpprocbrowserdialog.c added a prominent comment for translators to make sure they have all 4 po 2003-08-31 17:23:01 +00:00
gimpproceduraldb.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpproceduraldb.h libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpproceduraldb_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpproceduraldb_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpprocview.c added a prominent comment for translators to make sure they have all 4 po 2003-08-31 17:23:01 +00:00
gimpregioniterator.c libgimp/gimp.[ch] libgimp/gimpchannel.[ch] libgimp/gimpdrawable.[ch] 2003-07-01 18:11:18 +00:00
gimpregioniterator.h app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested 2003-07-02 18:01:19 +00:00
gimpselection.c removed FINITE() macro. 2002-05-13 23:30:23 +00:00
gimpselection.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpselection_pdb.c use gimp_image_mask_select_channel() instead of gimp_image_mask_load(). 2003-08-21 19:23:17 +00:00
gimpselection_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpselectiontools_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpselectiontools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptexttool_pdb.c fixed UTF-8 reversed check. 2003-07-30 16:48:12 +00:00
gimptexttool_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptile.c Changed the semantics of GIMP_EXTENSION and (to some extent) of 2003-06-19 17:12:00 +00:00
gimptile.h Changed the semantics of GIMP_EXTENSION and (to some extent) of 2003-06-19 17:12:00 +00:00
gimptransformtools_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptransformtools_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimptypes.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpui.c changed GimpHelpFunc typedef: - renamed "const gchar *help_data" to "const 2003-08-23 19:35:05 +00:00
gimpui.def libgimp/gimp.def Move gimp_{brush,font,gradient,pattern}_ 2003-07-27 02:20:40 +00:00
gimpui.h removed all brush, font, gradient and pattern related code. 2003-07-01 15:06:06 +00:00
gimpuitypes.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpundo_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpundo_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpunit.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
gimpunit_pdb.c fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpunit_pdb.h fix spelling of "quality" in comment 2003-07-03 00:47:26 +00:00
gimpunitcache.c libgimp/gimpui.c libgimp/gimpunit.c libgimpbase/gimpenv.c 2003-02-06 21:17:12 +00:00
libgimp-intl.h app/plug-in/plug-ins.c libgimp/libgimp-intl.h libgimpwidgets/gimpstock.c 2003-01-26 12:24:05 +00:00
makefile.msc renamed GimpOrientationType with Compat postfix to avoid name clashing 2003-07-26 17:37:32 +00:00
stdplugins-intl.h Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00