gtk2/gtk
Federico Mena Quintero 37ac7d593e Your eyes are bloodshot.
Your eyes are bloodshot.

Your mouth starts to foam.

Your hands are shaking.

You know your need your fix.

NEED MORE ABSTRACTION!

2000-04-12  Federico Mena Quintero  <federico@helixcode.com>

	This comes from an excellent idea by Tim Janik (timj@gtk.org) to
	hook to the last unref operation.

	* gdk-pixbuf/gdk-pixbuf.c (gdk_pixbuf_set_last_unref_handler): New
	function to set the last unref handler for a pixbuf.
	(gdk_pixbuf_finalize): New function to actually finalize a pixbuf.
	It calls the pixbuf's destroy notification function and frees the
	GdkPixbuf structure itself.
	(gdk_pixbuf_unref): Use the last unref function of the pixbuf if
	available.

	* gdk-pixbuf/gdk-pixbuf-private.h (struct _GdkPixbuf): New fields
	for the last unref handler and its user data.

	* gdk-pixbuf/gdk-pixbuf-data.c (gdk_pixbuf_new_from_data): Use
	g_new0() to allocate the pixbuf.

	* gdk-pixbuf/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
	Fixed the call to gtk_signal_new() for the "frame_done" signal; it
	was not specifying the `frame' argument.

	* gdk-pixbuf/gdk-pixbuf-animation.c
	(gdk_pixbuf_animation_get_width): Fixed docstring.
	(gdk_pixbuf_animation_get_height): Likewise.
	(gdk_pixbuf_animation_get_num_frames): Likewise.
	(gdk_pixbuf_animation_get_frames): Likewise.

	* doc/gdk-pixbuf-sections.txt: Updated with the new functions and
	types.

	* doc/tmpl/gdk-pixbuf.sgml: Added the description for GdkColorspace.

	* doc/tmpl/scaling.sgml: Added the description for GdkInterpType.

	* doc/tmpl/refcounting.sgml: Updated with the information about
	the last unref handler.

	* doc/tmpl/*.sgml: Markup tweaks.

	* gdk-pixbuf/Makefile.am (libgnomecanvaspixbuf_la_LDFLAGS): Sigh,
	update the libtool version number for libgnomecanvaspixbuf as
	well.
	(libpixbufloader_*_la_LDFLAGS): The loaders need to be versioned
	as well, or the old ones won't work with the new stuff.  Also,
	renamed the modules as follows.

	* gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_load_module): Now the
	modules are called "libpixbufloader-<format>.so" instead of
	"libpixbuf-<format>.so".  They needed renaming so that the new
	loaders won't overwrite the old ones; even with the versioning
	stuff, the new .so symlink to the .so.1.0.0 would overwrite the
	old real .so file.
2000-04-13 01:18:41 +00:00
..
.cvsignore Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c s/G_HAVE_CYGWIN/G_WITH_CYGWIN/ 1999-10-06 19:47:24 +00:00
fnmatch.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gdk-pixbuf-loader.c Your eyes are bloodshot. 2000-04-13 01:18:41 +00:00
gdk-pixbuf-loader.h Added progressive animation loading. Added progressive animation loading. 2000-01-07 18:29:13 +00:00
genmarshal.pl Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtk-boxed.defs define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead of 1998-11-26 18:47:58 +00:00
gtk.def Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function 2000-03-08 06:18:41 +00:00
gtk.h build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from 1999-03-17 02:43:20 +00:00
gtk.rc Add an extra parameter so that we don't have to do unnecessary settings to 2000-02-13 14:52:47 +00:00
gtkaccelgroup.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkaccelgroup.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkaccellabel.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkaccellabel.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkadjustment.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkadjustment.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkalignment.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkalignment.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkarg.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkarg.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkargcollector.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkarrow.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkarrow.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkaspectframe.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkaspectframe.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkbbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkbin.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkbin.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkbindings.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkbindings.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbox.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkbutton.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkbutton.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcalendar.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkcalendar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcheckbutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcheckbutton.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcheckmenuitem.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkcheckmenuitem.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkclist.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkclist.h Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org> 2000-02-29 13:15:10 +00:00
gtkcolorsel.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkcolorsel.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcombo.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcombo.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcompat.h.in Internal GDK error reporting changes: (gdk_win32_gdi_failed) New function 2000-03-08 06:18:41 +00:00
gtkcompat.h.win32 Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common 1999-03-18 18:44:04 +00:00
gtkcontainer.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkcontainer.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkctree.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkctree.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkcurve.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkcurve.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkdata.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdata.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkdebug.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdialog.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdialog.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkdnd.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkdnd.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdrawingarea.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkdrawingarea.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkeditable.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkeditable.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkentry.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkentry.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkenums.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkeventbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkeventbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkfeatures.h.in [ Merges from gtk-1-2 ] 1999-09-28 20:19:13 +00:00
gtkfilesel.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkfilesel.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkfixed.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkfixed.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkfontsel.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkfontsel.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkframe.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkframe.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkgamma.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkgamma.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkgc.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkgc.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhandlebox.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkhandlebox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhbbox.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhbbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhpaned.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkhpaned.h Add patch from Jonathan Blandford and Anders Carlsson to change the Paned 2000-02-17 22:12:25 +00:00
gtkhruler.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhruler.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhscale.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkhscale.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhscrollbar.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkhscrollbar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkhseparator.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhseparator.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkimage.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkimage.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkinputdialog.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkinputdialog.h *** empty log message *** 2000-03-28 01:31:13 +00:00
gtkintl.h Added gettext-10.35 1998-12-14 17:39:58 +00:00
gtkinvisible.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkinvisible.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkitem.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkitemfactory.c Fix screwy indentation. 2000-04-05 04:11:10 +00:00
gtkitemfactory.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtklabel.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtklabel.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtklayout.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtklayout.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtklist.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtklist.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtklistitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtklistitem.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkmain.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkmain.h correct checking for BeOS check 1999-10-04 19:03:05 +00:00
gtkmarshal.list Change signal for drag_data_get to match the use that was being made of it 1998-10-19 00:51:21 +00:00
gtkmarshalers.list Change signal for drag_data_get to match the use that was being made of it 1998-10-19 00:51:21 +00:00
gtkmenu.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkmenu.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkmenubar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenubar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkmenufactory.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkmenufactory.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenuitem.c Fix problem with installation directory for gdkx.h 2000-04-07 21:36:13 +00:00
gtkmenuitem.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkmenushell.c Fix problem with installation directory for gdkx.h 2000-04-07 21:36:13 +00:00
gtkmenushell.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkmisc.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmisc.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtknotebook.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtknotebook.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkobject.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkobject.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkoptionmenu.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkoptionmenu.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkpacker.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkpacker.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkpaned.c oops. s/return_if_fail/return_val_if_fail/g and add a return value. 2000-03-30 16:52:29 +00:00
gtkpaned.h add getter. 2000-03-23 22:33:38 +00:00
gtkpixmap.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpixmap.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkplug.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkplug.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkpreview.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkpreview.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkprivate.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkprogress.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkprogress.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkprogressbar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkprogressbar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkradiobutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkradiobutton.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkradiomenuitem.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkradiomenuitem.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkrange.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkrange.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkrc.bg Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.c Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they 1999-12-11 23:04:55 +00:00
gtkrc.el Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.eo Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.he Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.hy Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.iso-8859-2 Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.iso-8859-5 Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.iso-8859-13 Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.iso-8859-14 Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.iso-8859-15 Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.ja Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.ka_GE.georgianacademy Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.ka_GE.georgianps Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.ko Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.ru Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.th Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.tr Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.uk Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.vi_VN.tcvn Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.vi_VN.viscii Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkrc.zh_CN Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkrc.zh_TW.Big5 Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkruler.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkruler.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkscale.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkscale.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkscrollbar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkscrollbar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkscrolledwindow.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkscrolledwindow.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkselection.c Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they 1999-12-11 23:04:55 +00:00
gtkselection.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtkseparator.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkseparator.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtksignal.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtksignal.h added function to check if a specific signal handler connection exists 1999-02-24 23:34:14 +00:00
gtksocket.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtksocket.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkspinbutton.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkspinbutton.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkstatusbar.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkstatusbar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkstyle.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkstyle.h Make the @detail argument for the GtkStyleClass vtable const. 2000-01-21 21:53:36 +00:00
gtktable.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktable.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtktearoffmenuitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktearoffmenuitem.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtktext.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktext.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkthemes.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkthemes.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktipsquery.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtktipsquery.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtktogglebutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktogglebutton.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtktoolbar.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktoolbar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtktooltips.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktooltips.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktree.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
gtktree.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtktreeitem.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktreeitem.h Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktypeutils.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtktypeutils.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvbbox.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvbbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvbox.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkviewport.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkviewport.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvpaned.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkvpaned.h Add patch from Jonathan Blandford and Anders Carlsson to change the Paned 2000-02-17 22:12:25 +00:00
gtkvruler.c s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvruler.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvscale.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
gtkvscale.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvscrollbar.c Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkvscrollbar.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkvseparator.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvseparator.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
gtkwidget.c Fix up merge slipup. 2000-03-28 01:58:05 +00:00
gtkwidget.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gtkwindow.c Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they 1999-12-11 23:04:55 +00:00
gtkwindow.h s/refcount/ref_count/. 2000-02-13 08:16:48 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
makeenums.pl I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
Makefile.am Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
makefile.cygwin Store just pixel value of background colour. 2000-03-03 23:21:51 +00:00
makefile.msc Fix typo. 1999-11-21 21:21:58 +00:00
maketypes.awk Use G_OS_WIN32. 1999-10-19 21:52:55 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
OLD_STAMP added missing file 1999-11-29 21:28:04 +00:00
simple.c Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testdnd.c X expects longs, not uint32 for XChangeProperty, when format == 32. 1999-01-23 20:32:20 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Merges from gtk-1-2 2000-03-14 19:57:25 +00:00
testgtkrc Add (commented out) Windows-style theme include line. 1999-05-25 04:03:14 +00:00
testgtkrc2 fixed lookup order for rc styles. the latest defined rc set pattern is 1998-06-30 12:34:36 +00:00
testinput.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
testrgb.c This might seem like a large patch, but it isn't that bad, and nothing 1999-03-15 00:03:37 +00:00
testselection.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
testthreads.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00