gimp/libgimpwidgets
Hans Breuer 39dbecb70f define HAVE_DIRENT_H, it's from build/win32/dirent
2001-10-28  Hans Breuer  <hans@breuer.org>

	* config.h.win32 : define HAVE_DIRENT_H, it's from build/win32/dirent

	* app/*/makefile.msc : updated
	* app/file/makefile.msc app/display/makefile.msc : new files

	* app/user_install.c : make the G_OS_WIN32 part compile again (fn -> filename)

	* app/core/gimptoolinfo.c (gimp_tool_info_init) : cosmetic change,
	make implementation signature static like the local prototype

	* app/pdb/gradients_cmds.c app/pdb/palette_cmds.c : include <string.h>
	for strlen () / strcmp () by ...
	* tools/pdbgen/pdb/gradients.pdb tools/pdbgen/pdb/palette.pdb :
	... changing the perl source here

	* app/widgets/gimpdocumentview.c : #include <string.h>

	* libgimp/makefile.msc :
	* libgimpwidgets/gimpwidgets.def : updated

	* plug-ins/makefile.msc : reflect the fact that DIRENT functions
	are removed from glib. Also define the questionable GETTEXT_PACKAGE
	and LOCALEDIR which are required to compile, not adapted to NLS
	support for win32 yet
2001-10-28 18:45:45 +00:00
..
.cvsignore libgimpwidgets/.cvsignore libgimpwidgets/Makefile.am 2001-01-24 19:40:15 +00:00
Makefile.am HACKING Makefile.am acconfig.h autogen.sh use AM_GLIB_GNU_GETTEXT. Since 2001-09-27 15:33:53 +00:00
gimpbutton.c added gimp_button_extended_clicked() which emits the resp. signal. 2001-10-24 11:23:50 +00:00
gimpbutton.h added gimp_button_extended_clicked() which emits the resp. signal. 2001-10-24 11:23:50 +00:00
gimpchainbutton.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpchainbutton.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpcolorarea.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpcolorarea.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpcolorbutton.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpcolorbutton.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpcolorselect.c app/colormaps.c app/gdisplay.c app/nav_window.c app/scroll.c 2001-08-31 14:01:47 +00:00
gimpdialog.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpdialog.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpfileentry.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpfileentry.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpfileselection.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpfileselection.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimphelpui.c g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimphelpui.h g_strdup (g_get_temp_dir ()), may fix an unseen crash. 2001-07-31 23:28:56 +00:00
gimpoffsetarea.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpoffsetarea.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimppatheditor.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimppatheditor.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimppixmap.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimppixmap.h EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpquerybox.c build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpquerybox.h set the width of the scrollbar slider to the same value as our default 2001-07-30 17:17:36 +00:00
gimpsizeentry.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpsizeentry.h EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpstock.c require GLib-1.3.10, GTK+-1.3.10 and Pango-0.21 2001-10-28 11:18:32 +00:00
gimpstock.h Makefile.am configure.in themes/.cvsignore themes/Makefile.am 2001-08-05 16:07:02 +00:00
gimpunitmenu.c made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
gimpunitmenu.h EEK, broken pipe on last try. 2001-08-03 19:52:08 +00:00
gimpwidgets.c added GTK_DISABLE_COMPAT_H back to CPPFLAGS. 2001-08-01 00:35:59 +00:00
gimpwidgets.def define HAVE_DIRENT_H, it's from build/win32/dirent 2001-10-28 18:45:45 +00:00
gimpwidgets.h build pixmaps/ before libgimpwidgets/. 2001-08-04 14:10:58 +00:00
gimpwidgetstypes.h made a real object (GtkDialog subclass) out of it. The API will change 2001-09-21 10:47:19 +00:00
libgimp-glue.c almost completely autogenerated all new makefiles (it simply was too much 2001-05-25 22:04:21 +00:00
makefile.mingw.in libgimpwidgets/.cvsignore libgimpwidgets/Makefile.am 2001-01-24 19:40:15 +00:00
makefile.msc need to link with pangof2 2001-09-22 19:47:27 +00:00