HISTORY

Dec ?? 1997
	initial version

Apr 1 1998
	updated to work with gtk+-0.99.8 or later
	added gtk_gl_area_begingl/gtk_gl_area_endgl calls
	made small demo program
	made lwtogl - no more boring cubes

Apr 26 1998
	reorganized files
	better documentation

Apr 27 1998
	gdk_gl_* calls

Apr 29 1998 
	combined gtkglarea, glarea, and gtkglareamm distributions.
	Wrote a rough autoconf script.  --Karl

May 5 1998
	Added gtk_gl_area_share_new, now you can share display lists
	and texture objects between widgets. --Janne
	
May 7 1998
	gtk_gl_area_begingl now returns FALSE if drawing is not possible.
	Old demo and lwtogl program removed and replaced with viewlw,
	a LightWave 3D model viewer. --Janne

May 18 1998
	Major rewrite of viewlw. --Janne

May 19 1998
	New simple example.
	Updated cube example.
	Minor fix to viewlw.
	Added gdk_gl_query. --Janne

May 26 1998
	Bug fix to gdk_gl_context_unref(). SGI core dumped because destroyed
	context was current context. --Janne

June 7 1998
	Zktor, new interactive example. --Janne

July 25 1998
	gtk_gl_area_begingl can't be called recursively any longer. (This was
	undocumented feature which sadly is not compatible with gdk_gl_pixmap_.)
	Policy issue: I have decided against merger with gtkGL. gdk_gl_* functions
	are now officially usable since they are unlikely to change (much).
	gdk_gl_pixmap_* functions added, still completely untested.  --Janne

July 26 1998
	zapped cube example out of existence.
	glpixmap example added, rendering to pixmaps seems to work. --Janne

July 29 1998
	gdk_gl_wait_gdk,gdk_gl_wait_gl,gdk_gl_get_config functions. --Janne

August 29 1998
	Rewrote autoconfigure scripts, gtkglarea now supports automake &
	libtool and builds as shared library. Many thanks to Daniel Skarda
	whose automake & libtool patches were very helpful.
	--Janne

October 10 1998
	Fixed autoconfigure scripts.
	--Janne

October 13 1998
	Minor cosmetic change to gdkgl.h.
	--Janne

October 28 1998
	Added #include <stdlib.h> to zktor.c
	Added new function gtk_gl_area_new_vargs, it is variadic version of
	gtk_gl_area_share_new. Changed attribute list type form gint* to int*.
	Tweaked glpixmap code, hopefully it works better in SGI O2 now?
	--Janne

October 30 1998
	Bad news - glpixmap bug was still alive. But I think it is nailed
	now, context creation code had small bug - it always created direct
	context, since GLXPixmaps can only be rendered to with non direct
	contexts this many have been the reason glxpixmaps did not work.
	(None of this applies to Mesa since it does not really have GLX
	extension.)
	--Janne

November 2 1998
	Modified configure.in.
	glpixmap example reportedly works in SGI O2.
	--Janne

November 5 1998
	Added gdk_gl_use_gdk_font function and gdkfont example
	illustrating its use.
	--Janne

November 8 1998
	Fixed zktor keyhandling bug, added smooth line drawing and
	particles.
	--Janne

