11
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 25, 2024 — May 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some more info on building Coin on AIX. More... almost 25 years ago
Templates not in use anymore, removed them from CVS. More... almost 25 years ago
Added summer interns. More... almost 25 years ago
Clarified the reason we include the GPL license text in the distribution. More... almost 25 years ago
Changes to INSTALL and README: - clarify version - clarify licensing
www
More... almost 25 years ago
Updates to version-string added to lib and dll names. By mariusbu. More... almost 25 years ago
AIX sed fix. More... almost 25 years ago
AIX sed didn't handle "-" arguments. Problem notified by Loring Holden. More... almost 25 years ago
Check for the presence of header files in a way which will also work when using the Microsoft Visual C++ compiler under Cygwin. More... almost 25 years ago
Don't add whitespace behind every comma character when reformatting sourcecode to conform to the Coin coding style, as it can have nasty sideeffects. More... almost 25 years ago
Added assignment to sceneEvent on event-translation from the "extra" devices. More... almost 25 years ago
Fixed all remaining "double => float" conversion warnings with Microsoft VisualC++ 6.0. More... almost 25 years ago
Character constants ',' had become ', ', due to my un-kintelifier Elisp code for codestyle fixing. Problem reported by Loring Holden. More... almost 25 years ago
Implemented management of close and visibility-change callbacks. More... almost 25 years ago
Configure now check wether Qt should be linked as a .dll or .lib on Windows. By mariusbu. More... almost 25 years ago
Updates in project, make and iwz files to incorporate new files, and to use filename with dot-separated full version number for Coin DLL. Done by mariusbu. More... almost 25 years ago
Updated readme for MS Windows. Done by mariusbu. More... almost 25 years ago
Bug fix in new misc files, they needed #include <stdlib.h> when compiling with MSVC++ 6.0 to get NULL definition. Fixed by mariusbu. More... almost 25 years ago
Updated device handling, added zbuffer and stencil buffer. More... almost 25 years ago
Provide the constructors which takes a hint about the number of children the group-nodes is going to contain. More... almost 25 years ago
The "center" engine input was used as an output (ouch!). More... almost 25 years ago
Updated configure to generate config.status that accepts stdin/stdout and manages to create multilevel subdirs. Source hierarchy should now be able to reside on read-only media. More... almost 25 years ago
SoXtPlaneViewer constructor should have a default NULL value for the "parent" argument. More... almost 25 years ago
Overloaded setCamera() method in SoXtExaminerViewer was protected, should be public. More... almost 25 years ago
Made constructor public to match Open Inventor API. More... almost 25 years ago
operator=() method was (by accident) private for "derived" multivalue fields, it was supposed to be public. More... almost 25 years ago
Updated Windows documentation. By mariusbu More... almost 25 years ago
Configure bugfixes for Windows More... almost 25 years ago
Fixed Jack dragger to make line translator be available outside surrounded box. Done by pederb. More... almost 25 years ago
Fixes a problem with Microsoft VisualC++ (it doesn't define __STDC__ when in "C mode", which leads to trouble). Reported by Joachim Tesch. More... almost 25 years ago