gtk/gdk-pixbuf
Hans Breuer be3809f0ba use g_strcasecmp(), some poor platforms don't have strcasecmp()
2001-10-28  Hans Breuer  <hans@breuer.org>

	* gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
	don't have strcasecmp()

	* gtk/gtktextview.c : to fix crashing on e.g. TextView::find need
	to remove the idle funcs in gtk_text_view_destroy (). To reduce
	code duplication wrap it in its own function and use it in
	gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()

	* gdk/win32/gdkdrawable-win32.c : implement the finalize
	method like the X11 version does, allow to set_colormap NULL
	* gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
	set_colormap, also some adaption to X11 version :
	(gdk_window_hide) call _gdk_window_clear_update_area
	(gdk_window_reparent) call _gdk_window_init_position

	* gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) :
	call gdk_window_resize() after all hints are set, because the
	window resizing process (WM_GETMINMAXINFO) takes all of them into
	account

	* gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean

	* gdk/win32/gdkvisual-win32.c : register GdkVisual with
	sizeof (GdkVisualPrivate)

	* gdk/gdk.def gtk/gtk.def : upated externals

	* gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
	  gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
	from now on use make.msc from $(TOP)/glib/build/win32

	* gtk/stock-icons/makefile.msc : add stock_missing_image
2001-11-09 21:52:52 +00:00
..
pixops use g_strcasecmp(), some poor platforms don't have strcasecmp() 2001-11-09 21:52:52 +00:00
.cvsignore add generated files to ignore list. 2001-09-16 23:54:37 +00:00
ChangeLog gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_ref 2001-11-03 18:49:43 +00:00
gdk_pixbuf.def Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on 2001-10-29 06:48:04 +00:00
gdk-pixbuf-animation.c fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-csource.1 Documentation. Spelling fixes. 2001-10-16 21:18:10 +00:00
gdk-pixbuf-csource.c [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gdk-pixbuf-data.c use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs 2001-06-26 20:56:32 +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 Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on 2001-10-29 06:48:04 +00:00
gdk-pixbuf-io.h fix some shell typos 2001-05-07 15:58:47 +00:00
gdk-pixbuf-loader.c gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_ref 2001-11-03 18:49:43 +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 gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h 2001-10-05 18:51:47 +00:00
gdk-pixbuf-scale.c gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_ref 2001-11-03 18:49:43 +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 gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h 2001-10-05 18:51:47 +00:00
gdk-pixbuf.h Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE. 2001-10-10 16:56:18 +00:00
gdk-pixdata.c Documentation. Spelling fixes. 2001-10-16 21:18:10 +00:00
gdk-pixdata.h Documentation. Spelling fixes. 2001-10-16 21:18:10 +00:00
io-bmp.c io-bmp.c (OneLine): Emit area_updated signal with proper 2001-08-28 19:59:42 +00:00
io-gif-animation.c remove bogus g_return_if_fail 2001-06-08 20:15:49 +00:00
io-gif-animation.h fix some shell typos 2001-05-07 15:58:47 +00:00
io-gif.c Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga 2001-09-14 22:04:55 +00:00
io-ico.c Add ico and wbmp tests. Fail with a suitable error if buffer allocation 2001-08-20 06:47:28 +00:00
io-jpeg.c gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h 2001-10-05 18:51:47 +00:00
io-png.c gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h 2001-10-05 18:51:47 +00:00
io-pnm.c io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE, 2001-09-14 22:15:54 +00:00
io-ras.c fix some shell typos 2001-05-07 15:58:47 +00:00
io-tga.c Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga 2001-09-14 22:04:55 +00:00
io-tiff.c On OSF, apparently fseek() works in some on-demand way, so the fseek 2001-09-20 21:24:19 +00:00
io-wbmp.c Add missing <stdlib.h> include. Add ifdef so we compile without warnings 2001-07-18 04:25:04 +00:00
io-xbm.c Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on 2001-10-29 06:48:04 +00:00
io-xpm.c io-xpm.c (xpm_extract_color): Rewritten to handle 2001-09-21 21:39:42 +00:00
make-inline-pixbuf.c Fix args to g_type_init (). 2001-06-29 02:53:01 +00:00
Makefile.am Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on 2001-10-29 06:48:04 +00:00
makefile.mingw.in Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend on 2001-10-29 06:48:04 +00:00
makefile.msc use g_strcasecmp(), some poor platforms don't have strcasecmp() 2001-11-09 21:52:52 +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_tga.def Add tga loader, patch by Nicola Girardi. (#56067) 2001-08-21 08:51:06 +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 Fix args to g_type_init (). 2001-06-29 02:53:01 +00:00
test-images.h Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga 2001-09-14 22:04:55 +00:00
test-loaders.c Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tga 2001-09-14 22:04:55 +00:00