summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-17Updated copyright year to 2013Marius Kintel
2013-01-17Added some fixme's related to quitting while doing a long calculation. It ↵Marius Kintel
sometimes causes a crash atm.
2013-01-17Credit goes to chrysn, using his handle instead of his real nameMarius Kintel
2013-01-17Merge pull request #245 from openscad/final_tweaksMarius Kintel
Final tweaks
2013-01-17US-style Trademark disclaimerdon bright
2013-01-17Show Qt version in Library InfoMarius Kintel
2013-01-17CONFIG= should read CONFIG+= -- otherwise it causes bizare build errorsdon bright
2013-01-17allow dxf deps writingdon bright
2013-01-13bugfix: Wrong slot names for OpenCSG warning dialogMarius Kintel
2013-01-09add three people. update copyright date to 2013.don bright
2013-01-09add to acknowledgementsdon bright
2013-01-08Don't just ignore geometric nodes having zero volume/area - when doing ↵Marius Kintel
difference/intersection, they tend to turn negative objects into positive ones. Fixes #221
2013-01-08bugfix for recently introduced bug: Render negative 2D objects slightly ↵Marius Kintel
thicker than positive objects to avoid z-buffer tearing with OpenCSG rendering
2013-01-05Merge pull request #235 from openscad/mxebuild_fixMarius Kintel
Mxebuild fix
2012-12-30cleanupdon bright
2012-12-27Ignore dimension when evaluating control modules mixed with geometry ↵Marius Kintel
children. Fixes #229
2012-12-23CONFIG=skip_version_check should be += otherwise qmake has bizarre problems ↵don bright
(bison doesnt get called??)
2012-12-20CGAL<4.0.2 has strange errors with clang. notify user explicitly to upgrade.don bright
2012-12-14Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-12-08Explicitly use UTF-8 as file encoding to avoid Windows automatically falling ↵Marius Kintel
back to cp1252. Fixes #223
2012-12-08Render all 2D objects 1mm high in OpenCSG/Throwntogether modeMarius Kintel
2012-12-04move flattr image to right-hand side.don bright
2012-12-04tidy up html for QTextBrowser. add shortcut for 'help'don bright
2012-12-04hand code html to remove qt cruft. makes it easier to change, and easierdon bright
to spit out to cmdline (eventually)
2012-12-03actually assign copyright to Marius + Clifford, to eliminate anydon bright
problems with Debian.
2012-12-03fix tabs in svg.ccdon bright
2012-10-31robustification: Postfix traversals used uninitialized response variable. ↵Marius Kintel
Bug wasn't trigged by the current codebase though
2012-10-31Return on unknown ColorMode to avoid using uninitialized variableMarius Kintel
2012-10-30Merge branch 'master' into issue202svgMarius Kintel
2012-10-29fix possible crash bugdon bright
2012-10-28fixes for test suite and gccdon bright
2012-10-28fix typodon bright
2012-10-28move failure-detection so there is only one reset of error behavior.don bright
2012-10-28put eps and inf back indon bright
2012-10-28more cleanupdon bright
2012-10-28cleanupdon bright
2012-10-28reduce linecount of bigbox code. minor cleaning.don bright
2012-10-28remove debugging. cleanupdon bright
2012-10-28refactor, cleanup, put code where it belongs, make simple logging classdon bright
2012-10-24use a thin box, union the intersection w top of box and bottom of boxdon bright
2012-10-24use target(), not source(), making 'simple' the 2d polygondon bright
created during the 'flattening' process from 3d to 2d. not sure why this works, but it does.
2012-10-24Support specifying an OPENSCADPATH environment variable which will have ↵Marius Kintel
precedence over the hardcoded library paths. First step of issue #125
2012-10-24Make cmd-line overrides using -D work also for USEd modules. Fixes #211Marius Kintel
2012-10-24Detect circular includes. Probably the final commit for #75Marius Kintel
2012-10-23this svg-prints the 'marked' faces as dashed lines, revealing CGAL issuesdon bright
with mark() and union() operations on Nef Polyhedron 2 objects.
2012-10-21remove old dump code. improve debugging svg output.don bright
2012-10-19add OpenSCAD version to about dialog title.don bright
improve SVG debugging output for Nef3 and Nef2 polyhedra.
2012-10-16refactor to make svg in 2d and 3d use same transformation codedon bright
2012-10-16projection: fallback to 'large thin box' if intersection with plane fails.don bright
also implement SVG debugging output for 2d + 3d Nef Polyhedrons.
2012-10-10Detect recursive execution of functions to avoid a stack overflow crash. ↵Marius Kintel
Fixes #200
contact: Jan Huwald // Impressum