gtk/gdk
Federico Mena Quintero 829ed02435 Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)
2000-04-11  Federico Mena Quintero  <federico@helixcode.com>

	Most of this patch is based on a patch by Havoc Pennington
	(hp@redhat.com) to make GdkPixbuf's structures opaque and to
	remove the libart dependency.

	* gdk-pixbuf/gdk-pixbuf.h: Removed the public structures.
	(GdkColorspace): New enum that for now only contains
	GDK_COLORSPACE_RGB.
	(GdkPixbufDestroyNotify): New type for the pixbuf's pixels destroy
	notification function.
	(GdkInterpType): New num with interpolation types.

	* *.[ch]: Replace the libart stuff with our own stuff.

	* pixops/*.[ch]: Likewise.

	* gdk-pixbuf/gdk-pixbuf-private.h: New file with the private
	declarations of the GdkPixbuf structures.

	* gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_new_from_art_pixbuf):
	Removed function.
	(gdk_pixbuf_get_format): Constify.
	(gdk_pixbuf_get_n_channels): Constify.
	(gdk_pixbuf_get_has_alpha): Constify.
	(gdk_pixbuf_get_bits_per_sample): Constify.
	(gdk_pixbuf_get_pixels): Constify.
	(gdk_pixbuf_get_width): Constify.
	(gdk_pixbuf_get_height): Constify.
	(gdk_pixbuf_get_rowstride): Constify.

	* gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_copy): New function to copy
	a pixbuf.

	* gdk-pixbuf/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Added a
	bits_per_sample argument; currently only 8 bits per sample are
	supported.

	* gdk-pixbuf/gdk-pixbuf-animation.c (gdk_pixbuf_frame_get_pixbuf):
	New accessor.
	(gdk_pixbuf_frame_get_x_offset): New accessor.
	(gdk_pixbuf_frame_get_y_offset): New accessor.
	(gdk_pixbuf_frame_get_delay_time): New accessor.
	(gdk_pixbuf_frame_get_action): New accessor.

	* gdk-pixbuf/gdk-pixbuf-render.c
	(gdk_pixbuf_render_pixmap_and_mask): Instead of returning a solid
	mask rectangle for pixbufs without an alpha channel, set the
	*mask_return to NULL.

	* gdk-pixbuf/gdk-pixbuf-util.c (gdk_pixbuf_add_alpha): Constify.

	* gdk-pixbuf/gdk-pixbuf-scale.c: Fix includes.

	* gdk-pixbuf/gdk-pixbuf-scale.c (gdk_pixbuf_scale): Added some
	preconditions.  Maybe we should also check for the colorspace,
	bits per pixel, and such.
	(gdk_pixbuf_composite): Likewise.
	(gdk_pixbuf_composite_color): Likewise.
	(gdk_pixbuf_scale_simple): Likewise, and fail gracefully if we
	cannot allocate the new pixbuf.
	(gdk_pixbuf_composite_color_simple): Likewise.

	* gdk-pixbuf/gnome-canvas-pixbuf.c (gnome_canvas_pixbuf_render):
	Use art_rgb_rgba_affine() or art_rgb_affine() since we no longer
	have an ArtPixBuf.

	* gdk-pixbuf/io-bmp.c: Fix includes.

	* gdk-pixbuf/pixops/pixops.c (pixops_scale_nearest): Fixed cast in
	an lvalue.

	* TODO: Populated.

	* configure.in: Removed checks for libart.

	* gdk-pixbuf/Makefile.am: Removed references to libart.
	(noinst_HEADERS): Added gdk-pixbuf-private.h.

	* gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_LDFLAGS): Incremented
	the version number of the libtool library to indicate that this
	definitely is not compatible with the old usage.  I know you love
	me.  I know you do.

	* configure.in: Bumped version number to 0.7.0.

	* README: Updated.

	* gdk-pixbuf-config.in (--libs): We no longer require libart.

	* DEPENDS.libgdk_pixbuf: We no longer depend on libart.

	* gdk-pixbuf.spec.in: Updated, but I don't guarantee anything.
2000-04-11 07:03:25 +00:00
..
win32 Remove the #ifndef USE_DISPATCHMESSAGE sections, we do want to use 2000-03-16 21:58:35 +00:00
x11 Fix problem with installation directory for gdkx.h 2000-04-07 21:36:13 +00:00
.cvsignore upgrade to libtool 1.3.2 (BeOS changes merged) 1999-06-02 18:45:22 +00:00
COPYING [ Merges from gtk-1-2 ] 1999-09-28 20:19:13 +00:00
gdk.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdk.def Use g_filename_to_utf8 to convert the font names Windows gives us from 2000-02-03 01:19:03 +00:00
gdk.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkcc.h Started 1999-10-01 23:18:30 +00:00
gdkcolor.c Include gdkinternals.h instead of gdkprivate.h. 2000-03-28 01:40:57 +00:00
gdkcolor.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkcompat.h use gdk_cursor_unref instead of destroy 2000-01-29 22:26:41 +00:00
gdkconfig.h.win32 Fix typo. 1999-11-21 21:21:58 +00:00
gdkcursor.c Include gdkinternals.h instead of gdkprivate.h. 2000-03-28 01:40:57 +00:00
gdkcursor.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gdkcursors.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkdnd.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkdraw.c Include gdkinternals.h instead of gdkprivate.h. 2000-03-28 01:40:57 +00:00
gdkdrawable.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkevents.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkevents.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkfont.c Include gdkinternals.h instead of gdkprivate.h. 2000-03-28 01:40:57 +00:00
gdkfont.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkgc.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkgc.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkglobals.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdki18n.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkim.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkimage.c use gdk_cursor_unref instead of destroy 2000-01-29 22:26:41 +00:00
gdkimage.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkinput.h Fix up merge slipup. 2000-03-28 01:58:05 +00:00
gdkinternals.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkkeysyms.h Add new keysyms from X11R6.4 (including EuroSign). 1999-10-31 21:35:39 +00:00
gdkpixbuf-drawable.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
gdkpixbuf-render.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
gdkpixmap.h gdk/gdkwindow.h Remove prototypes for renamed functions. 2000-01-28 12:16:26 +00:00
gdkpoly-generic.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkpolyreg-generic.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkprivate.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkproperty.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdkrectangle.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkregion-generic.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkregion-generic.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkregion.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkrgb.c Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00
gdkrgb.h Started 1999-10-01 23:18:30 +00:00
gdkselection.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gdktypes.h Fix up merge slipup. 2000-03-28 01:58:05 +00:00
gdkvisual.h Started 1999-10-01 23:18:30 +00:00
gdkwindow.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkwindow.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
Makefile.am Fix screwy indentation. 2000-04-05 04:11:10 +00:00
makefile.cygwin Add an extra parameter so that we don't have to do unnecessary settings to 2000-02-13 14:52:47 +00:00
makefile.msc Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function 2000-03-08 06:18:41 +00:00
TODO Move all X specific code into the x11/ directory. Aside from shuffling 1999-11-08 20:14:59 +00:00