gtk/gdk-pixbuf
Havoc Pennington 5aba82da8f subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables
2001-06-07  Havoc Pennington  <hp@redhat.com>

	* m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY,
	GLIB_MKENUMS variables

	* gmodule-2.0.pc.in: add gmodule_supported variable

	* glib-2.0.pc.in: add glib_genmarshal, gobject_query,
	glib_mkenums variables

	* configure.in: put G_MODULE_SUPPORTED value into
	.pc files

	* autogen.sh: support AUTOGEN_SUBDIR_MODE

	* Makefile.am: add -uninstalled.pc.in to EXTRA_DIST

2001-06-07  Havoc Pennington  <hp@redhat.com>

	* pango/Makefile.am: add libpango.la to _DEPENDENCIES for the
	other libs

	* configure.in: use AM_PATH_GLIB_2_0

	* autogen.sh: support AUTOGEN_SUBDIR_MODE

	* Makefile.am: dist the .pc.in files

2001-06-07  Havoc Pennington  <hp@redhat.com>

	* atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
	glib-genmarshal

	* configure.in: rearrange the library checks to support
	uninstalled linking

	* autogen.sh: add support for AUTOGEN_SUBDIR_MODE

	* atk-uninstalled.pc.in: new file, allows linking to uninstalled
	ATK in giant GTK tarball

2001-06-07  Havoc Pennington  <hp@redhat.com>

	* tests/Makefile.am: add missing -I flag

	* gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.

	* configure.in: use pkg-config to see if GModule is
	supported; fix to properly turn on included loaders
	when GModule isn't supported; don't use AC_CHECK_LIB
	when libs are not installed yet

	* autogen.sh: add support for AUTOGEN_SUBDIR_MODE

	* Makefile.am (SUBDIRS): add m4macros subdir

	* gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
	dependencies also.
2001-06-07 16:40:01 +00:00
..
pixops fix some shell typos 2001-05-07 15:58:47 +00:00
.cvsignore shut up CVS 2001-03-05 19:56:46 +00:00
ChangeLog clamp the value to the range that was set 2001-06-05 20:07:02 +00:00
gdk_pixbuf.def reflect Havoc's recent api change 2001-05-25 15:40:09 +00:00
gdk-pixbuf-animation.c fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-data.c Updated French translation. 2001-02-06 14:46:20 +00:00
gdk-pixbuf-features.h.in No more libart/gdk-pixbuf as part of gnome-libs 2000-01-10 19:17:42 +00:00
gdk-pixbuf-i18n.h Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
gdk-pixbuf-io.c prepend underscore (gdk_pixbuf_get_named_module): prepend underscore 2001-02-20 02:59:30 +00:00
gdk-pixbuf-io.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-loader.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
gdk-pixbuf-loader.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-marshal.list Released Gtk+-1.3.3. 2001-04-04 07:20:41 +00:00
gdk-pixbuf-private.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-scale.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdk-pixbuf-util.c Handle case where we need to parse the xsetting as if it were an RC file 2001-06-04 23:15:51 +00:00
gdk-pixbuf-xform.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
gdk-pixbuf.c fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf.h Fix prototype to use "(void)" instead of "()". 2001-05-29 23:28:28 +00:00
io-bmp.c Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to: 2001-05-28 18:28:16 +00:00
io-gif-animation.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-gif-animation.h fix some shell typos 2001-05-07 15:58:47 +00:00
io-gif.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-ico.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-jpeg.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-png.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-pnm.c patch from Szekeres Istvan, bug #52560 2001-06-04 20:31:51 +00:00
io-ras.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-tiff.c Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
io-wbmp.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-xbm.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-xpm.c fix some shell typos 2001-05-07 15:58:47 +00:00
make-inline-pixbuf.c Finally getting around to checkin per Havoc. This is the fix for bug 2001-03-18 22:08:38 +00:00
Makefile.am subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables 2001-06-07 16:40:01 +00:00
makefile.mingw.in gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
makefile.msc disable USE_MMX for msvc build cause the assembler doesn't fit and is out 2001-03-31 19:33:49 +00:00
pixbufloader_bmp.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_gif.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_ico.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_jpeg.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_png.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_pnm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_ras.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_tiff.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_wbmp.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_xbm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_xpm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
test-gdk-pixbuf.c marshaller fixes. 2001-03-07 14:49:21 +00:00
test-images.h Initial stab at getting the focus code to work. 2001-06-01 23:05:46 +00:00
test-loaders.c clamp the value to the range that was set 2001-06-05 20:07:02 +00:00