gtk/docs
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
..
faq update anon CVS info 1998-07-06 11:07:53 +00:00
man new directory new file, initial gtk_button man page 1998-07-29 01:33:51 +00:00
tutorial Update the following sections to the current API: - Container Widgets - 1998-12-13 22:25:07 +00:00
.cvsignore Released GTK+ 1.1.3 1998-10-31 09:53:29 +00:00
Changes-1.2.txt Commented out testthreads from the build process, since we won't have any 1998-12-15 07:32:11 +00:00
debugging.txt Take border in account properly. 1998-04-06 12:59:06 +00:00
developers.txt backed out the section "Gnits to care about". new file, kinda developers 1998-02-11 00:40:20 +00:00
dnd_internals.txt Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gdk.sgml new format for GDK documentation. Eventually plan to remove gdk.texi, but 1998-07-28 05:19:38 +00:00
gdk.texi I forgot to *commit* these before. Note to self: commit after applying 1998-03-01 20:24:39 +00:00
gtk_tut_fr.sgml Mon, 3 Aug 1998 20:08:46 +0200 [Vincent] 1998-08-03 18:05:06 +00:00
gtk_tut_it.sgml Update of Italian Tutorial to Tutorial of 24th May, from Daniele Canazza 1998-06-01 11:53:08 +00:00
gtk_tut_packbox1.gif added graphics, update tutorials appropriately 1998-03-13 19:26:59 +00:00
gtk_tut_packbox2.gif added graphics, update tutorials appropriately 1998-03-13 19:26:59 +00:00
gtk_tut_table.gif added graphics, update tutorials appropriately 1998-03-13 19:26:59 +00:00
gtk_tut.sgml Update the following sections to the current API: - Container Widgets - 1998-12-13 22:25:07 +00:00
gtk-config.1 Released GTK+ 1.1.7 1998-12-11 06:12:24 +00:00
gtk-config.txt Added flags --prefix[=dir] and --exec-prefix[=DIR] which allow querying 1998-04-04 00:12:58 +00:00
gtk.texi More stuff about the type system. 1998-09-20 18:10:03 +00:00
gtkdocs_fix I just remembered this commit failed before because 1998-03-12 18:23:11 +00:00
gtkfaq.sgml update anon CVS info 1998-07-06 11:07:53 +00:00
macros.texi Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Released GTK+ 1.1.3 1998-10-31 09:53:29 +00:00
refcounting.txt Fixed some incorrect information. 1998-02-13 23:00:54 +00:00
styles.txt New function to reset the RC styles for a heirarchy 1998-05-01 16:15:39 +00:00
texinfo.tex Initial revision 1997-11-24 22:37:52 +00:00
text_widget.txt commiting changes from owen: 1998-03-10 03:17:02 +00:00
widget_system.txt Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00