Age | Commit message (Expand) | Author |
2012-12-20 | CGAL<4.0.2 has strange errors with clang. notify user explicitly to upgrade. | don bright |
2012-12-04 | move flattr image to right-hand side. | don bright |
2012-12-04 | tidy up html for QTextBrowser. add shortcut for 'help' | don bright |
2012-12-04 | hand code html to remove qt cruft. makes it easier to change, and easier | don bright |
2012-12-03 | actually assign copyright to Marius + Clifford, to eliminate any | don bright |
2012-12-03 | fix tabs in svg.cc | don bright |
2012-10-31 | robustification: Postfix traversals used uninitialized response variable. Bug... | Marius Kintel |
2012-10-31 | Return on unknown ColorMode to avoid using uninitialized variable | Marius Kintel |
2012-10-30 | Merge branch 'master' into issue202svg | Marius Kintel |
2012-10-29 | fix possible crash bug | don bright |
2012-10-28 | fixes for test suite and gcc | don bright |
2012-10-28 | fix typo | don bright |
2012-10-28 | move failure-detection so there is only one reset of error behavior. | don bright |
2012-10-28 | put eps and inf back in | don bright |
2012-10-28 | more cleanup | don bright |
2012-10-28 | cleanup | don bright |
2012-10-28 | reduce linecount of bigbox code. minor cleaning. | don bright |
2012-10-28 | remove debugging. cleanup | don bright |
2012-10-28 | refactor, cleanup, put code where it belongs, make simple logging class | don bright |
2012-10-24 | use a thin box, union the intersection w top of box and bottom of box | don bright |
2012-10-24 | use target(), not source(), making 'simple' the 2d polygon | don bright |
2012-10-24 | Support specifying an OPENSCADPATH environment variable which will have prece... | Marius Kintel |
2012-10-24 | Make cmd-line overrides using -D work also for USEd modules. Fixes #211 | Marius Kintel |
2012-10-24 | Detect circular includes. Probably the final commit for #75 | Marius Kintel |
2012-10-23 | this svg-prints the 'marked' faces as dashed lines, revealing CGAL issues | don bright |
2012-10-21 | remove old dump code. improve debugging svg output. | don bright |
2012-10-19 | add OpenSCAD version to about dialog title. | don bright |
2012-10-16 | refactor to make svg in 2d and 3d use same transformation code | don bright |
2012-10-16 | projection: fallback to 'large thin box' if intersection with plane fails. | don bright |
2012-10-10 | Detect recursive execution of functions to avoid a stack overflow crash. Fixe... | Marius Kintel |
2012-10-10 | cosmetics | Marius Kintel |
2012-10-09 | Fixed broken debug output | Marius Kintel |
2012-10-09 | Catch CGAL assertion for projection nodes. Fixes #202 | Marius Kintel |
2012-10-09 | Catch exceptions as const references. Related to #204 | Marius Kintel |
2012-10-09 | Catch exceptions as const references. Fixes #204 | Marius Kintel |
2012-10-07 | Fixed weakness in parser causing modifier characters not to work in front of ... | Marius Kintel |
2012-10-06 | bugfix: parser errors wasn't treated correctly, causing cmd-line tools to ret... | Marius Kintel |
2012-09-08 | Fix bug where recently compiled module happened to receive the same pointer v... | Marius Kintel |
2012-09-08 | Enable opening of .csg files from from the GUI | Marius Kintel |
2012-09-02 | Block recursion on circular or recursive inclusions. Fixes #187 | Marius Kintel |
2012-08-28 | Merge pull request #189 from openscad/issue188 | Marius Kintel |
2012-08-28 | Merge pull request #190 from openscad/colorwarn | Marius Kintel |
2012-08-23 | compile fix, boost>=1.44 can use boost filesystem v3 | don bright |
2012-08-22 | color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list | don bright |
2012-08-22 | cleanup | don bright |
2012-08-22 | cleanuyp | don bright |
2012-08-22 | stop crash bug reported by Giles Bathgate | don bright |
2012-08-22 | bugfix: There is a bug in the stdc++ library on Mac OS 10.5 which messes up s... | Marius Kintel |
2012-08-22 | Bugfix: rotate() with a vector argument with less that 3 elements used uninit... | Marius Kintel |
2012-08-22 | Extracted the about box contents to an external file for easier editing | Marius Kintel |