<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/gtkglext/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/gtkglext/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/gtkglext/bugs/</id><updated>2024-07-16T10:08:23.731000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Outdated config.guess and config.sub file in the source of project GtkGLExt.</title><link href="https://sourceforge.net/p/gtkglext/bugs/31/" rel="alternate"/><published>2024-07-16T10:08:23.731000Z</published><updated>2024-07-16T10:08:23.731000Z</updated><author><name>Yuluo</name><uri>https://sourceforge.net/u/qyl27/</uri></author><id>https://sourceforge.net35e9f9238ed6dee3138512e3860207b409537d38</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to build GtkGLExt for riscv64 architecture.&lt;br/&gt;
But got a build error, it caused by outdated config.guess and config.sub file.&lt;br/&gt;
Could it be updated and have a new release?  &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Render outside the window (widget)</title><link href="https://sourceforge.net/p/gtkglext/bugs/30/" rel="alternate"/><published>2010-06-08T12:17:40Z</published><updated>2010-06-08T12:17:40Z</updated><author><name>Poul </name><uri>https://sourceforge.net/u/yopoul/</uri></author><id>https://sourceforge.net96f7262b7b344ceda48df031d7bb23e56f4bd369</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Detected on Windows Vista: *ALL* examples renders outside the widget. This occurs with GTK 2.14.x, 2.16.x. Detected in C examples and Python examples. There are only 2 examples without this problem: color.exe/color.py and simple-mixed.exe/simple-mixed.py. Both seems use MODE_SIGNLE instead of MODE_DOUBLE (buffering mode). Tested with versions of gtkglext-1.0.0.&lt;br /&gt;
The same examples on OpenBSD works good - without this bug (but I ran under tiling window manager, so nothing known about floating mode windows, I suppose it's all right anyway under Unix).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>GtkGLExt hijacks whole window with GTK+ 2.20</title><link href="https://sourceforge.net/p/gtkglext/bugs/29/" rel="alternate"/><published>2010-05-05T01:28:09Z</published><updated>2010-05-05T01:28:09Z</updated><author><name>Chris Malloy</name><uri>https://sourceforge.net/u/cjmalloy/</uri></author><id>https://sourceforge.net8b2859dc3909d26dc5702e2a8441e4907db3a139</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;With GTK+ 2.20 GtkGLExt draws outside of it's widget's area and actually takes over the whole window. I do not know what version this happened at but this problem is not present in GTK+ 2.16.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>button_press_event troubles</title><link href="https://sourceforge.net/p/gtkglext/bugs/28/" rel="alternate"/><published>2009-11-06T14:44:39Z</published><updated>2009-11-06T14:44:39Z</updated><author><name>michaelivko</name><uri>https://sourceforge.net/u/michaelivko/</uri></author><id>https://sourceforge.net5c8b4919117f6adf7286537fa998c00ab0e64716</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;After being pressed once, an opengl-capable gtk drawing area captures mouse events from all the window. The following small c99 program illustrate this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>pygtk/apputils.py display signature</title><link href="https://sourceforge.net/p/gtkglext/bugs/27/" rel="alternate"/><published>2009-11-03T17:49:21Z</published><updated>2009-11-03T17:49:21Z</updated><author><name>Matt Wette</name><uri>https://sourceforge.net/u/albacorela/</uri></author><id>https://sourceforge.neta2740491355cecf6862d968d69c0b1262034b181</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is the signature for the "display" callback in GLScene correct?  The OpenGL "display" callback has signature "void foo(void)"&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>examples/teapot2.py code typo</title><link href="https://sourceforge.net/p/gtkglext/bugs/26/" rel="alternate"/><published>2009-11-03T15:53:32Z</published><updated>2009-11-03T15:53:32Z</updated><author><name>Matt Wette</name><uri>https://sourceforge.net/u/albacorela/</uri></author><id>https://sourceforge.net91f227820b90e2043310f9f93c37d14cc91f6a8d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;line 47 says "glLIghtModel(" but should be "glLightModelfv(" I belive&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>1.2.0 doesn't build with gnome 2.28.0</title><link href="https://sourceforge.net/p/gtkglext/bugs/25/" rel="alternate"/><published>2009-09-29T18:26:31Z</published><updated>2009-09-29T18:26:31Z</updated><author><name>David Ronis</name><uri>https://sourceforge.net/u/ronis/</uri></author><id>https://sourceforge.netc4f4de8ef741c7941e45c1531f56fa51a3c6c310</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Trying to build gives: &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;gdkglwindow.c: In function 'gdk_window_set_gl_capability':&lt;br /&gt;
gdkglwindow.c:743: error: dereferencing pointer to incomplete type&lt;br /&gt;
gdkglwindow.c:749: error: dereferencing pointer to incomplete type&lt;/p&gt;
&lt;p&gt;(gtk+-2.18.0 is what's being used here).&lt;/p&gt;
&lt;p&gt;Looks like some sort of typedef has been deprecated.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>build now dies:  GDK_GL_NOTE</title><link href="https://sourceforge.net/p/gtkglext/bugs/24/" rel="alternate"/><published>2009-09-23T21:26:16Z</published><updated>2009-09-23T21:26:16Z</updated><author><name>David Ronis</name><uri>https://sourceforge.net/u/ronis/</uri></author><id>https://sourceforge.neta84aff263d3c955faf8539f473ee6c8cecd15006</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I'm trying to rebuild 1.2.0 for gnome-2.28 (which now uses  gtk+-2.18.0).   The build dies with:&lt;/p&gt;
&lt;p&gt;gdkglwindow.c: In function 'gdk_window_set_gl_capability':&lt;br /&gt;
gdkglwindow.c:743: error: dereferencing pointer to incomplete type&lt;br /&gt;
gdkglwindow.c:749: error: dereferencing pointer to incomplete type&lt;/p&gt;
&lt;p&gt;Sounds like something has been deprecated and a typdef or macro no longer is defined.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Don't link to pangox</title><link href="https://sourceforge.net/p/gtkglext/bugs/23/" rel="alternate"/><published>2009-08-10T15:50:30Z</published><updated>2009-08-10T15:50:30Z</updated><author><name>Behdad Esfahbod</name><uri>https://sourceforge.net/u/behdad/</uri></author><id>https://sourceforge.net8e35879cb8e75a2c9e76a1e063e872899665b6e5</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;gtkglext links to pangox without using it.  I'm planning to remove pangox. &lt;br /&gt;
Please remove the dependency.  Worse, it's publishing it in its .pc file, so&lt;br /&gt;
all gtkglext-using apps also have an unused dep on pangox.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>GtkGLExt won't compile with MINGW</title><link href="https://sourceforge.net/p/gtkglext/bugs/22/" rel="alternate"/><published>2009-07-02T11:43:21Z</published><updated>2009-07-02T11:43:21Z</updated><author><name>Carlo Bramini</name><uri>https://sourceforge.net/u/userid-1386839/</uri></author><id>https://sourceforge.net59a7ec678d67fdb8ef7859ceb5f4432aea2411b0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If the configure is launched under mingw+msys, you get this error message:&lt;/p&gt;
&lt;p&gt;checking for BASE_DEPENDENCIES... configure: error: Package requirements (gtk+-2&lt;br /&gt;
.0 &amp;gt;= 2.0.0 gdk-2.0 &amp;gt;= 2.0.0 pango &amp;gt;= 1.0.0 pangox &amp;gt;= 1.0.0 gmodule-2.0 &amp;gt;= 2.0.0&lt;br /&gt;
) were not met:&lt;/p&gt;
&lt;p&gt;No package 'pangox' found&lt;/p&gt;
&lt;p&gt;Actually it will never work in this manner, because pangox does not exist under mingw; it must test pangowin32 instead.&lt;br /&gt;
Good solution would be a presence check for pangox OR pangowin32, since cygwin can use both.&lt;br /&gt;
I'm using GtkGLExt 1.2.0.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>