Share

GtkGLExt

Code

Programming Languages: Python, C, C++

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics, last commit on 2009-03-21 cvs -d:pserver:anonymous@gtkglext.cvs.sourceforge.net:/cvsroot/gtkglext login

cvs -z3 -d:pserver:anonymous@gtkglext.cvs.sourceforge.net:/cvsroot/gtkglext co -P modulename

Show:

What's happening?

  • button_press_event troubles

    After being pressed once, an opengl-capable gtk drawing area captures mouse events from all the window. The following small c99 program illustrate this.

    2009-11-06 14:44:39 UTC by michaelivko

  • pygtk/apputils.py display signature

    Is the signature for the "display" callback in GLScene correct? The OpenGL "display" callback has signature "void foo(void)".

    2009-11-03 17:49:21 UTC by albacorela

  • examples/teapot2.py code typo

    line 47 says "glLIghtModel(" but should be "glLightModelfv(" I belive.

    2009-11-03 15:53:32 UTC by albacorela

  • Comment: 1.2.0 doesn't build with gnome 2.28.0

    Seems I'd reported this already. Sorry for the dup.

    2009-09-29 18:28:42 UTC by ronis

  • 1.2.0 doesn't build with gnome 2.28.0

    Trying to build gives: gdkglwindow.c: In function 'gdk_window_set_gl_capability': gdkglwindow.c:743: error: dereferencing pointer to incomplete type gdkglwindow.c:749: error: dereferencing pointer to incomplete type (gtk+-2.18.0 is what's being used here). Looks like some sort of typedef has been deprecated.

    2009-09-29 18:26:31 UTC by ronis

  • build now dies: GDK_GL_NOTE

    I'm trying to rebuild 1.2.0 for gnome-2.28 (which now uses gtk+-2.18.0). The build dies with: gdkglwindow.c: In function 'gdk_window_set_gl_capability': gdkglwindow.c:743: error: dereferencing pointer to incomplete type gdkglwindow.c:749: error: dereferencing pointer to incomplete type Sounds like something has been deprecated and a typdef or macro no longer is defined.

    2009-09-23 21:26:17 UTC by ronis

  • Comment: Mac OS X Quartz backend

    patch for 1.2 released download and decompress gtkglext 1.2.0 download and decompress patch go to gtkglext folder and patch with "patch -p1" ./configure --target-quartz.

    2009-08-25 09:47:41 UTC by agruzdev

  • Don't link to pangox

    gtkglext links to pangox without using it. I'm planning to remove pangox. Please remove the dependency. Worse, it's publishing it in its .pc file, so all gtkglext-using apps also have an unused dep on pangox.

    2009-08-10 15:50:30 UTC by behdad

  • GtkGLExt won't compile with MINGW

    If the configure is launched under mingw+msys, you get this error message: checking for BASE_DEPENDENCIES... configure: error: Package requirements (gtk+-2 .0 >= 2.0.0 gdk-2.0 >= 2.0.0 pango >= 1.0.0 pangox >= 1.0.0 gmodule-2.0 >= 2.0.0 ) were not met: No package 'pangox' found Actually it will never work in this manner, because pangox does not exist under mingw; it must test...

    2009-07-02 11:43:21 UTC by carlo_bramini

  • Cannot load Pangofont

    GtkGLExt does not seem to work with newer versions of Pango. I keep getting the error: "GdkGLExt-WARNING **: cannot load PangoFont" I tried the Windows binaries at: http://www.bonifazi.eu/appunti/2008/02/gtk-glade-gtkglext-all-in-one-windows.html I downloaded the installer that includes Gtk+, Glade and GtkGlext. When I try to open font.exe from the examples, I get this error...

    2009-05-29 11:24:46 UTC by radon71141078

Our Numbers