Gimp/libgimp
Tor Lillqvist 70b1e8da72 Correct the info about Win32 mailing lists.
2000-04-10  Tor Lillqvist  <tml@iki.fi>

* README: Correct the info about Win32 mailing lists.

* gimprc.win32: Add perfect-mouse setting.

* libgimp/gimp.h
* app/main.c: Guard against redefinition of _stdcall.

* libgimp/gimpmath.h: Define macros ISNAN and ISINF. On Win32 use
_isnan() and _fpclass() from <float.h>, on other platforms use
isnan() and isinf(). We really should test for isnan and isinf in the
configure script.

* tools/pdbgen/pdb/gimage.pdb
* app/gimage_cmds.c: Include gimpmath.h, use above macros instead
of using the nonportable isnan and isinf.

* app/gdisplay_ops.c: Do use the old gtk_widget_hide/show hack on
Win32.

* libgimp/makefile.cygwin
* libgimp/makefile.msc
* app/makefile.cygwin
* app/makefile.msc
* plug-ins/makefile.cygwin
* plug-ins/makefile.msc: Updates.

* plug-ins/gfig/gfig.c (plug_in_parse_gfig_path): Simplify warning
message on Win32.  We could use G_DIR_SEPARATOR in the sample
gimprc line, but then we would have to call g_strescape to quote
it, argh. Win32 users use prebuilt versions with a correct gimprc
file anyway.

(create_file_selection): Use g_get_tmp_dir().

(gfig_update_stat_labels): Guard against possibly NULL value from
g_get_home_dir().
2000-04-10 20:47:04 +00:00
..
.cvsignore Actually add and use the file 1998-07-15 02:36:07 +00:00
color_display.h Regarding the GPL => LGPL change: 2000-01-15 21:30:17 +00:00
color_selector.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
COPYING Hmm... this actually wasn't the file as advertised by the ChangeLog.... 2000-01-02 23:11:47 +00:00
gimp.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimp.def app/cursorutil.c (gtkutil_compress_motion) Guard against gdk_event_get 2000-03-08 18:32:31 +00:00
gimp.h Correct the info about Win32 mailing lists. 2000-04-10 20:47:04 +00:00
gimpbrushmenu.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpchainbutton.c app/commands.c app/layers_dialog.c behave like a widget: removed 2000-04-06 02:13:18 +00:00
gimpchainbutton.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpchannel.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpchannel_pdb.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpcolorbutton.c fixed bugs #7078 and #2291 2000-03-12 01:34:45 +00:00
gimpcolorbutton.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpcolordisplay.h Regarding the GPL => LGPL change: 2000-01-15 21:30:17 +00:00
gimpcolorselector.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpcolorspace.c app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and 2000-02-07 20:35:13 +00:00
gimpcolorspace.h use g* types and name the parameters in the header. 2000-02-04 22:18:50 +00:00
gimpcompat.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpdialog.c libgimp/gimphelpui.[ch] added some not-yet-complete documentation. 2000-02-26 14:28:08 +00:00
gimpdialog.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpdisplay.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpdisplay_pdb.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpdrawable.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpdrawable_pdb.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpenums.h configure.in po-plug-ins/POTFILES.in plug-ins/common/Makefile.am 2000-01-25 17:46:56 +00:00
gimpenv.c app/cursorutil.c (gtkutil_compress_motion) Guard against gdk_event_get 2000-03-08 18:32:31 +00:00
gimpenv.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpexport.c reuse message string 2000-04-10 17:10:06 +00:00
gimpexport.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpfeatures.h.in *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpfileselection.c libgimp/gimpfileselection.c behave like other dialogs (close) when 2000-02-28 00:45:58 +00:00
gimpfileselection.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpgradient.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpgradient_pdb.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpgradientmenu.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimphelp.c app/[all files using the dialog or action area constructors] added a 2000-01-06 16:40:17 +00:00
gimphelp_pdb.c app/[all files using the dialog or action area constructors] added a 2000-01-06 16:40:17 +00:00
gimphelpui.c added documentation. 2000-02-27 12:34:13 +00:00
gimphelpui.h libgimp/gimphelpui.[ch] added some not-yet-complete documentation. 2000-02-26 14:28:08 +00:00
gimpimage.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpimage_pdb.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpintl.h bind the "gimp-libgimp" textdomain to get the libgimp widget translations. 2000-01-27 19:26:00 +00:00
gimplayer.c libgimp: use enums instead of gint where appropriate 1999-12-27 12:02:07 +00:00
gimplayer_pdb.c libgimp: use enums instead of gint where appropriate 1999-12-27 12:02:07 +00:00
gimplimits.h changed GIMP_MIN_RESOLUTION to 5e-3, 2000-04-06 18:59:48 +00:00
gimpmath.h Correct the info about Win32 mailing lists. 2000-04-10 20:47:04 +00:00
gimpmatrix.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpmatrix.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpmenu.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpmenu.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpmodule.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimppalette.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimppalette_pdb.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpparasite.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpparasite.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpparasite_pdb.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpparasiteF.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpparasiteio.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpparasiteio.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpparasiteP.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimppatheditor.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimppatheditor.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimppatternmenu.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimppixelrgn.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimppixmap.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimppixmap.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpprocbrowserdialog.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpprocview.c fixed bug 7744 and cleaned up libgimp 2000-03-25 18:49:05 +00:00
gimpprotocol.c s/"Only"/"only"/ 2000-03-04 00:24:39 +00:00
gimpprotocol.h s/"Only"/"only"/ 2000-03-04 00:24:39 +00:00
gimpquerybox.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpquerybox.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpselection.c new PDB wrappers in libgimp and plugin code cleanup 2000-01-14 21:38:47 +00:00
gimpselection_pdb.c new PDB wrappers in libgimp and plugin code cleanup 2000-01-14 21:38:47 +00:00
gimpsizeentry.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpsizeentry.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimptile.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gimpui.def Include <stdlib.h> for __argc and__argv. 2000-02-23 22:03:37 +00:00
gimpui.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpunit.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpunit.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpunit_pdb.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpunitcache.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimpunitmenu.c libgimp/gimpfileselection.c behave like other dialogs (close) when 2000-02-28 00:45:58 +00:00
gimpunitmenu.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
gimputils.c included string.h 2000-04-03 18:01:21 +00:00
gimputils.h provided gimp_strescape() which is the glib-1.3 g_strescape function 2000-03-12 00:17:30 +00:00
gimpvector.c name parameters "vector1", "vector2" etc. instead of just "a", "b" etc. 2000-02-14 17:43:55 +00:00
gimpvector.h name parameters "vector1", "vector2" etc. instead of just "a", "b" etc. 2000-02-14 17:43:55 +00:00
gimpwidgets.c minor cleanups. 2000-03-31 18:10:25 +00:00
gimpwidgets.h an eye_candy for new users 2000-03-14 23:06:21 +00:00
gimpwire.c please picky compilers 1999-12-06 22:44:40 +00:00
gimpwire.h added spec file to EXTRA_DIST 1999-12-26 07:54:39 +00:00
gserialize.c *** empty log message *** 1999-11-17 21:13:50 +00:00
gserialize.h added spec file to EXTRA_DIST 1999-12-26 07:54:39 +00:00
libgimp-intl.h bind the "gimp-libgimp" textdomain to get the libgimp widget translations. 2000-01-27 19:26:00 +00:00
Makefile.am provided gimp_strescape() which is the glib-1.3 g_strescape function 2000-03-12 00:17:30 +00:00
makefile.cygwin Correct the info about Win32 mailing lists. 2000-04-10 20:47:04 +00:00
makefile.msc Correct the info about Win32 mailing lists. 2000-04-10 20:47:04 +00:00
parasite.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
parasite.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
parasiteF.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
parasiteio.c excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
parasiteio.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
parasiteP.h excluded gserialize.[ch] from the build 2000-02-26 03:41:06 +00:00
stdplugins-intl.h libgimp/gimpfileselection.c behave like other dialogs (close) when 2000-02-28 00:45:58 +00:00