pkgsrc/graphics/gtkglext
adam b82b78ab4c Changes 1.0.6:
* Now gtk_widget_get_gl_context() doesn't use gtk_quit_add_destroy().
  gtk_quit_add_destroy() cause a problem with recursive main loop.
  OpenGL-capable widget is not destroyed automatically on quit.
* Removed deprecated functions in GTK+-2.3 from example programs.
  gtk_timeout_add()/remove() and gtk_idle_add()/remove() are deprecated
  in GTK+-2.3. Now g_timeout_add() and g_idle_add_full() are used.

Changes 1.0.5:
* Fixed to reduce flickering on resizing OpenGL window.
* Examples have been rewritten to use gdk_window_invalidate_rect()
  and gdk_window_process_updates() instead of gtk_widget_queue_draw().
  Animated OpenGL scene is updated synchronously and immediately.

Changes 1.0.4:
* Added new libglade examples.
* Added new coolwave2.c fullscreen GL application example.
* Minor fix of gtk_widget_set_gl_capability() ("realize" signal connection).
* Use new function call debug macros.

Changes 1.0.3:
* Added simple GLX_SGIX_pbuffer example.
* Fixed a private header bug in gdk/x11/gdkglx.h and
  gdk/win32/gdkglwin32.h.
* Fixed win32 GLPixmap code that causes GDI error with the latest
  CVS version of GTK+ (>2.2.2).
* gdkgloverlay-x11.c has been rewritten. New code doesn't use
  XSGIFastInternAtom(), so --disable-sgi-fast-atoms configure
  option is no longer needed.
2004-11-10 14:50:59 +00:00
..
buildlink3.mk Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
DESCR Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
distinfo Changes 1.0.6: 2004-11-10 14:50:59 +00:00
Makefile Changes 1.0.6: 2004-11-10 14:50:59 +00:00
PLIST Changes 1.0.6: 2004-11-10 14:50:59 +00:00