Age | Commit message (Expand) | Author |
2012-01-14 | Added OPENSCAD_COMMIT define to show which git commit a binary actually is bu... | Marius Kintel |
2012-01-14 | Added absolute path tests to include and use tests, fixed bug using absolute ... | Marius Kintel |
2012-01-14 | Fixed recently introduced problem with zoom not working if axes are turned of... | Marius Kintel |
2012-01-14 | Added experimental support for forcing OpenCSG to use the Goldfeather algorithm | Marius Kintel |
2012-01-11 | bugfix: Make lighting work the same way as in earlier versions. Bug reported ... | Marius Kintel |
2012-01-11 | bugfix: Opening absolute filenames from the command-line broke after porting ... | Marius Kintel |
2012-01-09 | Added GUI for cache size adjustment | Marius Kintel |
2012-01-09 | Updated cache handling to keep the root node and issue a warning if it didn't... | Marius Kintel |
2012-01-09 | Another assert to make sure we've cleanup up correctly after a traversal | Marius Kintel |
2012-01-09 | Compile fix | Marius Kintel |
2012-01-09 | Started on cache size management: Let cache sizes be read from Preferences, m... | Marius Kintel |
2012-01-09 | Windows compile fix: Convert away from wchar. prefix conditions with cond_ to... | Marius Kintel |
2012-01-09 | Merge pull request #61 from openscad/fixpathbug | Marius Kintel |
2012-01-09 | prevent crash: make path absolute so that it has a parent to cwd to | don bright |
2012-01-09 | Merge branch 'master' into threading | Marius Kintel |
2012-01-09 | Don't use native() to extract strings from boost::filesystem::path() since th... | Marius Kintel |
2012-01-09 | Another try at fixing double-to-text conversion for testing | Marius Kintel |
2012-01-08 | Merge branch 'master' into boost_filesystem | Marius Kintel |
2012-01-08 | bugfix: Infinite loop in deg2rad/rad2deg when giving it an inf number, e.g. 1... | Marius Kintel |
2012-01-08 | Force test output to fixed notation, otherwise the clamping will give wrong r... | Marius Kintel |
2012-01-08 | Drop possibly corrupt polyhedron after a minkowski error | Marius Kintel |
2012-01-05 | Use Qt's fontfind algorithm for default, so that QFontComboBox works properly | Don Bright |
2012-01-04 | Merge branch 'master' into threading | Marius Kintel |
2012-01-04 | Additional fixes after merging with master | Marius Kintel |
2012-01-04 | Merge branch 'master' into boost_filesystem | Marius Kintel |
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 threading | Marius Kintel |
2011-12-26 | Merge branch 'master' into color-priority | Marius Kintel |
2011-12-26 | Merge branch 'master' into boost_filesystem | 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 |