11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Always write all fields of user extension nodes. Bug reported by Issac Trotts. More... over 24 years ago
Doc improvement. More... over 24 years ago
Accept --with-inventor=PATH option again. Problem reported by Joerg Baumann. More... over 24 years ago
Include <stdlib.h> for atexit() prototype. Reported by Joerg Baumann. More... over 24 years ago
Install sogtk.m4, by Ralf Corsepius. More... over 24 years ago
Propagating the approach which has been applied to SoGtkMouse to SoGtkKeyboard and SoGtkSpaceball, by Ralf Corsepius. More... over 24 years ago
Patch for IRIX ld segfault on long -set_version arguments. More... over 24 years ago
Experimental integration of the libtool `multi-language-branch'. More... over 24 years ago
Testing libtool from CVS to hopefully fix an IRIX `ar' problem. More... over 24 years ago
I18n updates by Ralf Corsepius. More... over 24 years ago
* src/Inventor/Gtk/viewers/SoGtkFullViewer.[h|cpp], src/Inventor/Gtk/SoGtkGLWidget.[h|cpp]: Use GtkWidget instead of GtkObject as first parameter to eventHandler and eventFilter * src/Inventor/Gtk/common/SoGuiRenderArea.cpp.in: Make registerDevice compatible with SGI's registerDevice's behaviour. * src/Inventor/Gtk/devices/SoGtkDevice.h: Adapt SoGtkEventHandler to type of the viewer's eventHandler. * src/Inventor/Gtk/SoGtkGLWidget.cpp: Replace SO_GLX_* with SO_GL_*. All changes by Ralf Corsepius. More... over 24 years ago
* src/Inventor/Gtk/viewers/SoGtkFullViewer.[h|cpp], src/Inventor/Gtk/SoGtkGLWidget.[h|cpp]: Use GtkWidget instead of GtkObject as first parameter to eventHandler and eventFilter * src/Inventor/Gtk/common/SoGuiRenderArea.cpp.in: Make registerDevice compatible with SGI's registerDevice's behaviour. * src/Inventor/Gtk/devices/SoGtkDevice.h: Adapt SoGtkEventHandler to type of the viewer's eventHandler. * src/Inventor/Gtk/SoGtkGLWidget.cpp: Replace SO_GLX_* with SO_GL_*. All changes by Ralf Corsepius. More... over 24 years ago
Repair broken source generation rules, by Ralf Corsepius. More... over 24 years ago
Call private reallyRedraw instead of non-existent public one. Patch by Ralf Corsepius. More... over 24 years ago
Reorder autoheader/autoconf bootstrap order to make maintainer rules work better (by Ralf Corsepius). Avoid cleaning up in ./data/ when running bootstrap --clean. Run libtoolize when running bootstrap --add. Removed reconfigure generation again. Updated the bootstrap fallback tarball. More... over 24 years ago
Sync with bugs fixed in stable branch. More... over 24 years ago
Fixed memory leak. By Thomas_Krebs. More... over 24 years ago
Some new set/get methods by Thomas_Krebs. More... over 24 years ago
Update picking view volume and SoPickRayElement to be compatible with OIV. Improved setRay() handling so that ray radius is calculated to some small value based on the current view volume. More... over 24 years ago
Be robust on SoGroup::removeChild(NULL). More... over 24 years ago
Fixes for correct ChangeLog generation for 2001. More... over 24 years ago
Implemented support for intersecting a box against the ray cone. Done by pederb. More... over 24 years ago
Fix for sloppy man page reading: The returned list of picked points should be sorted. More... over 24 years ago
Bugfix for point picking, by pederb. More... over 24 years ago
Corrects a code comment. More... over 24 years ago
Fix to handle events correctly. Also implemented support for disabling pick matching. By pederb. More... over 24 years ago
Adds ref() on temporary path to avoid warnings. More... over 24 years ago
Fix to handle SoIndexedLineSets without a -1 at the end of coordIndex. Problem reported by Jens Jacob St?ren, fixed by Peder Blekken. More... over 24 years ago
Fixes in function signature for methods which _should_ have been virtual from the start. By larsa. More... over 24 years ago
Adds missing includes (was depending on includes made from SoRayPickAction.h which has been removed). More... over 24 years ago