11
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added getLockLevel() method useful for internal debugging. More... over 24 years ago
Don't attempt to render overlay scenegraph if no overlay planes are available. More... over 24 years ago
Abstracts knowledge about missing overlay handling support in QGL library into a set of static inline functions. This is done to avoid scattering unnecessary #ifdefs all over the code. More... over 24 years ago
Start of translating viewer scene from code to string buffer. More... over 24 years ago
Changes in disabled debug code. More... over 24 years ago
Makes code compile even when QGLWidget is missing the overlay functionality. More... over 24 years ago
Added prototypes for setOverlayRender() and isOverlayRender(). Functions are just stubbed at the moment. More... over 24 years ago
Preliminary support for overlay planes / scene graph. Only SoQt has the necessary foundations at the moment. More... over 24 years ago
Changed getGlxSize() to getGLSize(). More... over 24 years ago
Inlined old *Glx* aliases. Added setOverlayRender()/isOverlayRender() to support overlay planes rendering. More... over 24 years ago
Inlined old *Glx* aliases. Cleaned up old cruft. Added setOverlayRender() method in preparation of overlay support. More... over 24 years ago
Inlined old *Glx* aliases. Added setOverlayRender() method in preparation of overlay support. More... over 24 years ago
Support both relative and absolute configure invokations in the gettext parts, by Ralf Corsepius. More... over 24 years ago
Use SoKeyboardEvent::DELETE instead of SoKeyboardEvent::KEY_DELETE to be compatible with SGI Inventor. More... over 24 years ago
Use SoKeyboardEvent::DELETE instead of SoKeyboardEvent::KEY_DELETE to be compatible with SGI Inventor. More... over 24 years ago
Adds new document as a placeholder for resource links (URLs etc). More... over 24 years ago
Removes obsoleted document. More... over 24 years ago
Update about the FPS counter. More... over 24 years ago
Moves FPS counter activation from a compile time define to an environment variable. More... over 24 years ago
Adds missing SoSubKit.h macros. Problem reported by Jacob St?ren. More... over 24 years ago
Cosmetic changes. More... over 24 years ago
Update for Autoconf 2.49c support. Display short configuration summary at end of configure run. More... over 24 years ago
Handles missing libXpm functionality. Problem reported by Marius Bugge Monsen. More... over 24 years ago
General autogen-files regeneration. Internationalization (i18n), by Ralf Corsepius: * configure.in: Add GNU_GETTEXT, ALL_LINGUAS. * Makefile.am: Add `po' to SUBDIRS. * bootstrap: Add gettext support. * po/POTFILES.in, po/cat-id-tbl.c, po/libSoGtk.pot, po/cvsignore: Add. * po/de.po: German translations * po/no.po: Stub for Norwegian translations. * cfg/m4/gettext.m4, cfg/m4/lcmessage.m4, cfg/m4/progtest.m4: Add partially modified files adopted from gettext. More... over 24 years ago
Misc cleanups by Ralf Corsepius: * SoGtkFullViewerP.h: Remove lwidget and bwidget. * SoGtkFullViewer.h: Remove findButton, remove buttons, remove unused function declarations, replace removeCB with separate per-button callbacks (xbuttonCB, ybuttonCB, zbuttonCB, camerabuttonCB). * SoGtkFullViewer.cpp: Reflect changes to SoGtkFullViewerP.h, remove findButton, implement setPrefSheetTitle, remove buttons. * SoGtkPlaneViewer.h: Remove findButton, remove buttons, remove unused function declarations, replace removeCB with separate per-button callbacks (xbuttonCB, ybuttonCB, zbuttonCB, camerabuttonCB). * SoGtkPlaneViewer.cpp: Reflect changes to SoGtkFullViewerP.h, remove findButtons, remove buttons, replace removeCB with separate per-button callbacks (xbuttonCB, ybuttonCB, zbuttonCB, camerabuttonCB), fix minor i18n bugs. More... over 24 years ago
General information update. More... over 24 years ago
Conditional signal enabling/disabling on getting a handler, not NULL. More... over 24 years ago
Added protected member deviceList. Moved private implementation to private class. More... over 24 years ago
Replaced two stubs with FIXMEs. More... over 24 years ago
Move SO_GL_DEFAULT_MODE constant to the So@Gu...@GLWidget header. More... over 24 years ago