Age | Commit message (Expand) | Author |
2012-01-04 | Disabled the old include syntax; i.e. without the include keyword | Marius Kintel |
2012-01-04 | minor fix: version and vendor output was mixed up in the info string | Marius Kintel |
2012-01-04 | Another unit normal update from Xyne: Defer conversion to double until we've ... | Marius Kintel |
2012-01-04 | Merge pull request #54 from openscad/parserfix | Marius Kintel |
2012-01-04 | remove debug code | Don Bright |
2012-01-04 | added likely names of monospace fonts for mac, linux, and win | Don Bright |
2012-01-04 | make default font monospace per bug rep by brad pitcher | Don Bright |
2012-01-03 | Based on a patch from Xyne, this should be a slightly less verbose way of saf... | Marius Kintel |
2012-01-03 | Small clarification of Don's Windows parser crash fix | Marius Kintel |
2012-01-02 | fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist | Don Bright |
2011-12-29 | Since QFont style hints won't work on X11, we force the font to fixed pitch i... | Marius Kintel |
2011-12-29 | Don't inherit QTextEdit's default font when choosing font family | Marius Kintel |
2011-12-29 | Revert "Plug CGAL-3.6 exception crash reported by Don". This check wasn't eff... | Marius Kintel |
2011-12-28 | Plug CGAL-3.6 exception crash reported by Don | Marius Kintel |
2011-12-28 | Enable OpenCSG as default for capable OpenGL 1.x contexts as this appears to ... | Marius Kintel |
2011-12-28 | Merge branch 'master' into color-priority | Marius Kintel |
2011-12-28 | Change axis labels back to black | Marius Kintel |
2011-12-27 | Merge branch 'master' into color-priority | Marius Kintel |
2011-12-27 | bugfix: Fix assertion fail trying to export a non-2D file to dxf | Marius Kintel |
2011-12-26 | Refactored normalization into a separate class, hard-limited normalization to... | Marius Kintel |
2011-12-26 | Merge branch 'master' into color-priority | Marius Kintel |
2011-12-26 | Some light refactoring attempts, didn't get very far.. | Marius Kintel |
2011-12-26 | bugfix: Reinstated normal length sanity check since at least once case slippe... | Marius Kintel |
2011-12-26 | Updated documentation | Marius Kintel |
2011-12-26 | Minor doc clarification | Marius Kintel |
2011-12-25 | Color overriding now works. The outermost color will win if multiple colors a... | Marius Kintel |
2011-12-25 | bugfix: Fixes flickering animation, reported by Don Bright | Marius Kintel |
2011-12-24 | commit Marius' linalg.cc | Don Bright |
2011-12-23 | Fixed CSG regression reported by Ed Nisley; bounding boxes are now transforme... | Marius Kintel |
2011-12-22 | Implemented CSG tree pruning - this should significantly improve performance ... | Marius Kintel |
2011-12-21 | Added note about tree pruning | Marius Kintel |
2011-12-21 | fix for normal fix: would fail in some extreme cases (e.g. if there are | Marius Kintel |
2011-12-21 | bugfix: Sometimes, the CSG normalization created extremely large trees. Rewro... | Marius Kintel |
2011-12-21 | bugfix: render() statement containing only 2D geometry caused a crash | Marius Kintel |
2011-12-21 | bugfix: surface() modules with center=true wasn't exactly centered in the XY ... | Marius Kintel |
2011-12-21 | Patch to fix not-unitized normal vectors due to floating point calculations. ... | Marius Kintel |
2011-12-19 | Minor Eigen namespace update | Marius Kintel |
2011-12-19 | Merge branch 'master' of https://github.com/donbright/openscad into donbright... | Marius Kintel |
2011-12-19 | Changed the default value of to 2 to avoid breaking existing scripts which a... | Marius Kintel |
2011-12-19 | bugfix: The parameter yielded half as many segments as expected | Marius Kintel |
2011-12-18 | translate old style viewport mouse drag into Eigen math (see T. Hunter bug rpt) | Don Bright |
2011-12-18 | make view rotation work like 2011.06 release. (per Triffid Hunter bug rpt) | Don Bright |
2011-12-18 | initialize variables in glview.cc | Don Bright |
2011-12-18 | fix zoomed-in panning (per Triffid Hunter bug report) | Don Bright |
2011-12-14 | fix windows MSVC build, fix testing.txt to reflect win32 build | don bright |
2011-12-13 | Added note about GL deprecation | Marius Kintel |
2011-12-13 | Improved sphere tesselation for low resolution spheres | Marius Kintel |
2011-12-12 | bugfix: Make include also search librarydir | Marius Kintel |
2011-12-12 | bugfix: Default font size was set to 0 - will now be 12 | Marius Kintel |
2011-12-11 | Fixed render() crash reported by tjhowse. It still fails, but at least doesn'... | Marius Kintel |