summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-01-28Support reading binary STLs which happen to start with the string 'solid'. ↵Marius Kintel
Fixes #258
2013-01-28make it clear to the user that they can't rely on this behaviordon bright
2013-01-28Merge branch 'master' of github.com:openscad/openscad into issue159don bright
2013-01-26Merge pull request #251 from openscad/windows_consoledonbright
Windows console. Marius gave approval for Merge in Issue discussion.
2013-01-22add another to About dialogdon bright
2013-01-22documentation fixupdon bright
2013-01-22rewrite wrapper using popen. add 1 name to abt dialogdon bright
2013-01-22Merge pull request #238 from openscad/issue234Marius Kintel
Issue234
2013-01-22Merge pull request #240 from openscad/colah_highlighterMarius Kintel
Colah highlighter
2013-01-21add wrapper code from nop head, mod build scriptsdon bright
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-13remove duplicate test from test list. clarify speed lanuage on large filedon bright
2013-01-13Merge branch 'master' of github.com:openscad/openscad into colah_highlighterdon bright
2013-01-13doc length tested ok. remove FIXME notedon bright
2013-01-13balance colors, fix bug in numbers, highlight more stuffdon bright
2013-01-13highlight numbers and brackets as welldon bright
2013-01-12fix qt4.4, old gcc, and mention Giles' Rapcad higlighterdon bright
2013-01-12fix for gcc. simplify mainwin.cc a bit.don bright
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
contact: Jan Huwald // Impressum