summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-12note about speed on qt < 4.6don bright
2013-01-12oops % should not be bolddon bright
2013-01-12make it work on Qt less than 4.6don bright
2013-01-12now passes all tests in 'manual test suite'don bright
2013-01-12rewrite large bit of syntax highlighter, add 'manual' test instructionsdon bright
2013-01-09add three people. update copyright date to 2013.don bright
2013-01-09Merge branch 'master' of github.com:openscad/openscad into colah_highlighterdon bright
2013-01-09add to acknowledgementsdon bright
2013-01-09merge, by hand, Christopher Olah's syntax highlighter codedon bright
2013-01-09remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to listdon 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-06remove unneeded frand functionsdon bright
2013-01-06clarify that its not nondeterministic, we are supporting older systemsdon bright
where the C++/boost random_device stuff doesn't work. boost random_device in particular has a lot of issues with old versions not working, with -lboost_random not being installed by default, etc, that complicate the build too much.
2013-01-06also use process ID to seed pseudo random number generatordon bright
2013-01-06fix typodon bright
2013-01-06remove boost::random_device, move min/max out of the random generator loopdon bright
2013-01-06experimental workaround for boost linker problems w random_devicedon bright
2013-01-06switch builtin_rands() to use boost::random per issue 234don bright
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
contact: Jan Huwald // Impressum