gtk2/gdk
Owen Taylor fc7e845c8f configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c
Thu Feb 19 01:11:48 1998  Owen Taylor  <owt1@cornell.edu>

	* configure.in         gdk/gdk.[ch]         gdk/gdkcc.c
	  gdk/gdkglobals.c     gdk/gdkinputcommon.h gdk/gdkprivate.h
	  gdk/gdkvisual.c      glib/configure.in    glib/glib.h
	  glib/gutils.c        gtk/Makefile.am      gtk/gtkmain.c
	  gtk/gtkobject.[ch]   gtk/gtkdebug.h       docs/debugging.txt

	New system for controlling debugging:

	* --enable-debug=[no/yes/minimum]
	* G_DISABLE_ASSERT and G_DISABLE_CHECKS for glib
	* G_NO_CHECK_CASTS to control cast checking
	* G_ENABLE_DEBUG enables run time checking which controls:
	    Object tracing
	    Showing events
	    Miscellaneous g_print's in GDK
	  And is controlled by --gdk-debug/GDK_DEBUG, --gtk-debug/GTK_DEBUG
        * debug_level and show_events are gone from GTK

	See docs/debugging.txt for details.

	And some fixups to the configure.in's so '-g' can be
	overriden on the command line for --enable-debug
1998-02-19 06:21:27 +00:00
..
x11 configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
.cvsignore For consistancy with GIMP/GNOME projects. Plus these files can 1997-12-19 05:24:25 +00:00
gdk.c configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdk.h configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdkcc.c configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdkcolor.c Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't 1998-02-03 20:57:40 +00:00
gdkcursor.c Add support for pixmap cursors -mig 1997-12-06 20:53:46 +00:00
gdkcursors.h Change to ltconfig to remove -z text for Solaris x86 Change to configure 1997-12-11 17:06:25 +00:00
gdkdraw.c added a bunch of checks for window != NULL and private->destroyed. (don't 1998-01-26 01:20:14 +00:00
gdkfont.c It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gdkgc.c use a mask of 0xffffffff instead of 0xffff, since there are 22 flags 1998-02-07 17:07:14 +00:00
gdkglobals.c configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdki18n.h Add check to see if the C library's iswalnum can actually be used. (Not 1998-02-10 18:18:19 +00:00
gdkimage.c added a bunch of checks for window != NULL and private->destroyed. (don't 1998-01-26 01:20:14 +00:00
gdkinput.c added a bunch of checks for window != NULL and private->destroyed. (don't 1998-01-26 01:20:14 +00:00
gdkinput.h It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gdkinputcommon.h configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdkinputgxi.h It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gdkinputnone.h It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gdkinputxfree.h It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gdkkeysyms.h Change to ltconfig to remove -z text for Solaris x86 Change to configure 1997-12-11 17:06:25 +00:00
gdkpixmap.c added a bunch of checks for window != NULL and private->destroyed. (don't 1998-01-26 01:20:14 +00:00
gdkprivate.h configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdkproperty.c added a bunch of checks for window != NULL and private->destroyed. (don't 1998-01-26 01:20:14 +00:00
gdkrectangle.c Initial revision 1997-11-24 22:37:52 +00:00
gdkselection.c added a bunch of checks for window != NULL and private->destroyed. (don't 1998-01-26 01:20:14 +00:00
gdktypes.h Picky, picky... fix two lines with wrong indentation :-) 1998-01-23 06:05:39 +00:00
gdkvisual.c configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c 1998-02-19 06:21:27 +00:00
gdkwindow.c applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan 1998-02-17 06:03:40 +00:00
gdkx.h cleanups for color changing stuff 1997-11-27 05:07:48 +00:00
gdkxid.c It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +00:00
gxid_lib.c It's all in the changelog. Well, almost all. 1997-12-18 02:17:14 +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 Initial revision 1997-11-24 22:37:52 +00:00
makecursors.awk gdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code 1997-12-13 00:58:24 +00:00
Makefile.am This reverts GTK to libtool-1.0f, libtool-1.0h has some problems linking libgdk to libX11 and libXext. -Jay 1998-01-12 15:41:36 +00:00
makekeysyms.awk gdk/makecursor* gdk/makekeysym* gdk/Makefile.am Removed old sed/awk code 1997-12-13 00:58:24 +00:00