gtk/gdk
Owen Taylor a0c84d6818 Commented out testthreads from the build process, since we won't have any
Tue Dec 15 01:38:53 1998  Owen Taylor  <otaylor@redhat.com>

	* gtk/Makefile.am: Commented out testthreads from
	the build process, since we won't have any idea
	how to create a thread.

	* configure.in (LIBS): use glib-config ... gthread
	so we always build a thread-compatible library.

        * gtk/gtkaccellabel.c gtk/gtkclist.c gtk/gtkcolorsel.c
	  gtk/gtkcombo.c gtk/gtkcontainer.c gtk/gtkentry.c
	  gtk/gtklist.c gtk/gtkmenuitem.c gtk/gtknotebook.c
	  gtk/gtkrange.c gtk/gtkselection.c gtk/gtkspinbutton.c
	  gtk/gtktext.c gtk/gtktooltips.c gtk/gtkwidget.c:

	Add GTK_THREADS_ENTER/LEAVE pairs around timeouts
	and idles to account for the fact that they are no
	longer called within the GTK+ lock.

	* gtk/gtkprivate.h: Added definitions for locking
	the main GTK+ mutex.

	* gtk/gtkmain.c: Re-implement the main loop
	in terms of the GLib main loop.

	* gdk/gdk.h gdk/gdkthreads.c gdk/Makefile.am: Removed threading
	functionality, as it seems better to subsume GDK within the
	GTK+ lock than vice-versa.

        * gdk/gdkevents.c: New file, containing event handling bits
	from gdk.c.

	* gdk/gdkevents.c: Implement event source for GDK
	events.

	* configure.in gdk/gdkevents.c: Removed attempts to
	subtract base_id, which were already non-functional.
1998-12-15 07:32:11 +00:00
..
x11 Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
.cvsignore shutup CVS further 1998-09-17 22:59:18 +00:00
gdk.c Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdk.h Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdkcc.c restricted the --g*fatal-* arguments to --g-fatal-warnings again. this 1998-08-18 03:59:41 +00:00
gdkcolor.c Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gdkcursor.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gdkcursors.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkdnd.c Accept drops that are sent to a toplevel but are not within the toplevels 1998-11-18 17:00:48 +00:00
gdkdraw.c Destroy widgets _after_ propagating unrealize signals through the widget 1998-12-09 06:36:57 +00:00
gdkfont.c Corrections to computation of extents of text from a font set. (from 1998-12-12 22:21:48 +00:00
gdkgc.c Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkglobals.c Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdki18n.h Destroy widgets _after_ propagating unrealize signals through the widget 1998-12-09 06:36:57 +00:00
gdkim.c Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdkimage.c Use IPC_RMID _after_ doing XShmAttach. This should work everywhere, and 1998-12-07 19:03:10 +00:00
gdkinput.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gdkinput.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gdkinputcommon.h Fixed gdk_input_devices being NULL when compiled with --xinput=xfree but 1998-11-27 19:44:01 +00:00
gdkinputgxi.h Reverted global changes of g_new to malloc(), added back in the one place 1998-09-15 17:08:38 +00:00
gdkinputnone.h configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gdkinputxfree.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkkeysyms.h Merged changes from gtk-1-0. Check ChangeLog for details. 1998-05-01 04:23:59 +00:00
gdkpixmap.c Fixed up copyright message. 1998-11-24 16:15:46 +00:00
gdkprivate.h Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdkproperty.c Add in missing 'flags' field to target list. 1998-12-09 17:31:52 +00:00
gdkrectangle.c Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gdkregion.c gdk_region_get_clipbox() lets you get a rectangle around the region. 1998-05-19 16:17:00 +00:00
gdkrgb.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gdkrgb.h Added a gdk_draw_rgb_image_dithalign function. 1998-08-31 22:18:18 +00:00
gdkselection.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gdktypes.h Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdkvisual.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gdkwindow.c Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
gdkx.h New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher 1998-11-13 21:28:36 +00:00
gdkxid.c forward declaration for gtk_window_paint declare xid_ht static get the 1998-11-07 16:12:37 +00:00
gxid_lib.c Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the 1998-11-24 05:58:53 +00:00
gxid_lib.h Initial revision 1997-11-24 22:37:52 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
gxid.c fatal warning option is split up now, "--g-fatal-warnings" causes fatal 1998-08-16 21:15:11 +00:00
Makefile.am Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
MwmUtil.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00