summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-15bugfix: Handle empty filename parameter to OpenSCAD exeMarius Kintel
2012-01-15Merge branch 'master' into boost_backportMarius Kintel
2012-01-14fix boosty.h docs / layout. chg boost CMake minver back to 1.35.0Don Bright
2012-01-14Added OPENSCAD_COMMIT define to show which git commit a binary actually is ↵Marius Kintel
built from in the about box. Pass -c to release_common.sh to turn this on. Please use this for development builds, see publish-macosx.sh for how development vs. release is handled
2012-01-14fix bug on boost >1.46. trim copyright noticedon bright
2012-01-14add boosty.h filedon bright
2012-01-14add boosty.h for compatability with boost <1.44donb
2012-01-14Added absolute path tests to include and use tests, fixed bug using absolute ↵Marius Kintel
paths in use and include
2012-01-14Fixed recently introduced problem with zoom not working if axes are turned ↵Marius Kintel
off. Reported by nop head.
2012-01-14Added experimental support for forcing OpenCSG to use the Goldfeather algorithmMarius Kintel
2012-01-11bugfix: Make lighting work the same way as in earlier versions. Bug reported ↵Marius Kintel
by nop head.
2012-01-11bugfix: Opening absolute filenames from the command-line broke after porting ↵Marius Kintel
to boost filesystem. Fixes #63
2012-01-09Added GUI for cache size adjustmentMarius Kintel
2012-01-09Updated cache handling to keep the root node and issue a warning if it ↵Marius Kintel
didn't fit into the cache. Better debug output
2012-01-09Another assert to make sure we've cleanup up correctly after a traversalMarius Kintel
2012-01-09Compile fixMarius Kintel
2012-01-09Started on cache size management: Let cache sizes be read from Preferences, ↵Marius Kintel
measure cache sizes in bytes
2012-01-09Windows compile fix: Convert away from wchar. prefix conditions with cond_ ↵Marius Kintel
to not pollute the global namespace with generic symbols
2012-01-09Merge pull request #61 from openscad/fixpathbugMarius Kintel
prevent crash: make path absolute so that it has a parent to cwd to
2012-01-09prevent crash: make path absolute so that it has a parent to cwd todon bright
2012-01-09Merge branch 'master' into threadingMarius Kintel
Conflicts: RELEASE_NOTES
2012-01-09Don't use native() to extract strings from boost::filesystem::path() since ↵Marius Kintel
that will use wchar under Windows
2012-01-09Another try at fixing double-to-text conversion for testingMarius Kintel
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
contact: Jan Huwald // Impressum