Commit graph

9 commits

Author SHA1 Message Date
wiz
deed346e0f Avoid calling deprecated GTK2 macros. Bump PKGREVISION.
Set LICENSE.
2010-06-05 12:08:46 +00:00
adam
1d85d52f3b Changes 1.2.0:
* This is the first stable release of GtkGLExt 1.0 since maintainership changed
  to Tim Shead, tshead@k-3d.com
2006-02-13 20:56:15 +00:00
garbled
887b358a33 Link against pangox, because gtkglxext uses the deprecated X11 font
interface.  This should fix all the programs that link against this pkg.
Will be testing those soon and removing failure markers if they work.
(devel/coconut games/genecys-client graphics/gliv misc/celestia-gnome
 misc/celestia-gtk)
Bumped pkgrevision to nb1
2005-12-28 07:09:16 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
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
jmmv
a01c814f00 Update to 0.7.1. Changes since 0.6.1 are a lot, but as seen in the Changelog,
most of them are fixes and code rewrites.
While here, move documentation from share/gtk-doc to share/doc.

Based on patch provided in PR pkg/21309 by Juan RP.
2003-04-28 14:05:36 +00:00
rh
c82f3df0ad Update gtkglext to 0.6.1. Changes include:
- works with gtk2>=2.2.0
	- some API changes
	- several feature additions and bug fixes
2003-01-14 05:35:53 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
rh
5473e5a2eb Initial import of gtkglext-0.5.1, an OpenGL extension to gtk2 2002-10-16 03:37:02 +00:00