summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-29Don't inherit QTextEdit's default font when choosing font familyMarius Kintel
2011-12-29Revert "Plug CGAL-3.6 exception crash reported by Don". This check wasn't ↵Marius Kintel
effective as no code actually threw an exception. This reverts commit 1fbe453cae84788689b0502526ecded6a25a69d4.
2011-12-28Plug CGAL-3.6 exception crash reported by DonMarius Kintel
2011-12-28Enable OpenCSG as default for capable OpenGL 1.x contexts as this appears to ↵Marius Kintel
be the normal situation
2011-12-28Merge branch 'master' into color-priorityMarius Kintel
2011-12-28Change axis labels back to blackMarius Kintel
2011-12-27Merge branch 'master' into color-priorityMarius Kintel
2011-12-27bugfix: Fix assertion fail trying to export a non-2D file to dxfMarius Kintel
2011-12-26Refactored normalization into a separate class, hard-limited normalization ↵Marius Kintel
to stop at 5000 nodes to keep from normalizing 'forever'
2011-12-26Merge branch 'master' into threadingMarius Kintel
2011-12-26Merge branch 'master' into color-priorityMarius Kintel
Conflicts: openscad.pro
2011-12-26Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: openscad.pro src/module.h
2011-12-26Some light refactoring attempts, didn't get very far..Marius Kintel
2011-12-26bugfix: Reinstated normal length sanity check since at least once case ↵Marius Kintel
slipped through; testdata/scad/misc/normal-nan.scad
2011-12-26Updated documentationMarius Kintel
2011-12-26Minor doc clarificationMarius Kintel
2011-12-25Color overriding now works. The outermost color will win if multiple colors ↵Marius Kintel
are specified for the same object
2011-12-25fixed recently introduced locking bugMarius Kintel
2011-12-25Perform CGAL evaluation in a separate thread. First steps towards better GUI ↵Marius Kintel
responsiveness and parallelization
2011-12-25bugfix: Fixes flickering animation, reported by Don BrightMarius Kintel
2011-12-25Removed Qt dependency from parser_init()Marius Kintel
2011-12-25Removed unused includeMarius Kintel
2011-12-25Removed last traces of QtMarius Kintel
2011-12-25Added FIXME for potential beautificationMarius Kintel
2011-12-25Removed unused includeMarius Kintel
2011-12-25Ported QString replace to boost::regexMarius Kintel
2011-12-24Ported currentdir handling from Qt to boost filesystemMarius Kintel
2011-12-24Ported parser code from QFile to boost filesystemMarius Kintel
2011-12-24Ported lexer code from QFile to boost filesystemMarius Kintel
2011-12-24Merge branch 'master' into boost_filesystemMarius Kintel
2011-12-24Extracted librarydir initialization to separate functionMarius Kintel
2011-12-24commit Marius' linalg.ccDon Bright
2011-12-23Ported binary STL file reader away from QtMarius Kintel
2011-12-23Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: tests/CMakeLists.txt
2011-12-23Fixed CSG regression reported by Ed Nisley; bounding boxes are now ↵Marius Kintel
transformed correctly
2011-12-22Implemented CSG tree pruning - this should significantly improve performance ↵Marius Kintel
of difficult models in OpenCSG preview mode
2011-12-21Added note about tree pruningMarius Kintel
2011-12-21fix for normal fix: would fail in some extreme cases (e.g. if there areMarius Kintel
components with very different orders of magnitude, as may happen when floating point errors fail to produce a 0)
2011-12-21bugfix: Sometimes, the CSG normalization created extremely large trees. ↵Marius Kintel
Rewrote the algorithm based on the original Goldfeather paper. Fixes #44
2011-12-21bugfix: render() statement containing only 2D geometry caused a crashMarius Kintel
2011-12-21bugfix: surface() modules with center=true wasn't exactly centered in the XY ↵Marius Kintel
plane
2011-12-21Patch to fix not-unitized normal vectors due to floating point calculations. ↵Marius Kintel
Patch by Xyne.
2011-12-19Minor Eigen namespace updateMarius Kintel
2011-12-19Merge branch 'master' of https://github.com/donbright/openscad into ↵Marius Kintel
donbright-master
2011-12-19Changed the default value of to 2 to avoid breaking existing scripts which ↵Marius Kintel
assume a certain default tesselation behavior
2011-12-19bugfix: The parameter yielded half as many segments as expectedMarius Kintel
2011-12-19Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri tests/CMakeLists.txt
2011-12-18translate old style viewport mouse drag into Eigen math (see T. Hunter bug rpt)Don Bright
2011-12-18make view rotation work like 2011.06 release. (per Triffid Hunter bug rpt)Don Bright
2011-12-18initialize variables in glview.ccDon Bright
contact: Jan Huwald // Impressum