summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-08Merge branch 'master' into boost_filesystemMarius Kintel
2012-01-08bugfix: Infinite loop in deg2rad/rad2deg when giving it an inf number, e.g. ↵Marius Kintel
1/0. Reported by Triffid Hunter.
2012-01-08Force test output to fixed notation, otherwise the clamping will give wrong ↵Marius Kintel
results for output in scientific notation
2012-01-08Drop possibly corrupt polyhedron after a minkowski errorMarius Kintel
2012-01-05Use Qt's fontfind algorithm for default, so that QFontComboBox works properlyDon Bright
2012-01-04Merge branch 'master' into threadingMarius Kintel
Conflicts: RELEASE_NOTES
2012-01-04Additional fixes after merging with masterMarius Kintel
2012-01-04Merge branch 'master' into boost_filesystemMarius Kintel
Conflicts: boost.pri src/lexer.l tests/CMakeLists.txt
2012-01-04Disabled the old include syntax; i.e. without the include keywordMarius Kintel
2012-01-04minor fix: version and vendor output was mixed up in the info stringMarius Kintel
2012-01-04Another unit normal update from Xyne: Defer conversion to double until we've ↵Marius Kintel
performed the division
2012-01-04Merge pull request #54 from openscad/parserfixMarius Kintel
fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist
2012-01-04remove debug codeDon Bright
2012-01-04added likely names of monospace fonts for mac, linux, and winDon Bright
2012-01-04make default font monospace per bug rep by brad pitcherDon Bright
2012-01-03Based on a patch from Xyne, this should be a slightly less verbose way of ↵Marius Kintel
safely calculating normals. Note that CGAL does have a unit_normal() function, but since the Gmpq kernel doesn't support sqrt(), this cannot be used.
2012-01-03Small clarification of Don's Windows parser crash fixMarius Kintel
2012-01-02fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt existDon Bright
2011-12-29Since QFont style hints won't work on X11, we force the font to fixed pitch ↵Marius Kintel
if the family isn't set
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
contact: Jan Huwald // Impressum