Age | Commit message (Expand) | Author |
2013-02-05 | First version of automatic updates for Mac | Marius Kintel |
2013-02-04 | bugfix: We didn't always print a warning when CSG normalization created too m... | Marius Kintel |
2013-02-02 | Merge branch 'master' of github.com:openscad/openscad into misc_updates | don bright |
2013-02-02 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2013-02-02 | Fix bug assuming negative doubles will overflow a size_t, which failed on ARM... | Marius Kintel |
2013-02-02 | replace packed struct with union. remove some extraneous/debug code | don bright |
2013-02-02 | enable import STL to work on big-endian computers | don bright |
2013-02-02 | missing NULL check when normalization exceeds limit for elements | Justin C |
2013-01-30 | enable csg output when compiled without CGAL | 5263 |
2013-01-30 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2013-01-30 | Make it possible to build without CGAL. Fixes #264 | Marius Kintel |
2013-01-30 | make boost random work with version less than 1.47 | don bright |
2013-01-28 | Support reading binary STLs which happen to start with the string 'solid'. Fi... | Marius Kintel |
2013-01-28 | make it clear to the user that they can't rely on this behavior | don bright |
2013-01-28 | Merge branch 'master' of github.com:openscad/openscad into issue159 | don bright |
2013-01-26 | Merge pull request #251 from openscad/windows_console | donbright |
2013-01-22 | add another to About dialog | don bright |
2013-01-22 | documentation fixup | don bright |
2013-01-22 | rewrite wrapper using popen. add 1 name to abt dialog | don bright |
2013-01-22 | Merge pull request #238 from openscad/issue234 | Marius Kintel |
2013-01-22 | Merge pull request #240 from openscad/colah_highlighter | Marius Kintel |
2013-01-21 | add wrapper code from nop head, mod build scripts | don bright |
2013-01-17 | Updated copyright year to 2013 | Marius Kintel |
2013-01-17 | Added some fixme's related to quitting while doing a long calculation. It som... | Marius Kintel |
2013-01-17 | Credit goes to chrysn, using his handle instead of his real name | Marius Kintel |
2013-01-17 | Merge pull request #245 from openscad/final_tweaks | Marius Kintel |
2013-01-17 | US-style Trademark disclaimer | don bright |
2013-01-17 | Show Qt version in Library Info | Marius Kintel |
2013-01-17 | CONFIG= should read CONFIG+= -- otherwise it causes bizare build errors | don bright |
2013-01-17 | allow dxf deps writing | don bright |
2013-01-13 | bugfix: Wrong slot names for OpenCSG warning dialog | Marius Kintel |
2013-01-13 | remove duplicate test from test list. clarify speed lanuage on large file | don bright |
2013-01-13 | Merge branch 'master' of github.com:openscad/openscad into colah_highlighter | don bright |
2013-01-13 | doc length tested ok. remove FIXME note | don bright |
2013-01-13 | balance colors, fix bug in numbers, highlight more stuff | don bright |
2013-01-13 | highlight numbers and brackets as well | don bright |
2013-01-12 | fix qt4.4, old gcc, and mention Giles' Rapcad higlighter | don bright |
2013-01-12 | fix for gcc. simplify mainwin.cc a bit. | don bright |
2013-01-12 | note about speed on qt < 4.6 | don bright |
2013-01-12 | oops % should not be bold | don bright |
2013-01-12 | make it work on Qt less than 4.6 | don bright |
2013-01-12 | now passes all tests in 'manual test suite' | don bright |
2013-01-12 | rewrite large bit of syntax highlighter, add 'manual' test instructions | don bright |
2013-01-09 | add three people. update copyright date to 2013. | don bright |
2013-01-09 | Merge branch 'master' of github.com:openscad/openscad into colah_highlighter | don bright |
2013-01-09 | add to acknowledgements | don bright |
2013-01-09 | merge, by hand, Christopher Olah's syntax highlighter code | don bright |
2013-01-09 | remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to list | don bright |
2013-01-08 | Don't just ignore geometric nodes having zero volume/area - when doing differ... | Marius Kintel |
2013-01-08 | bugfix for recently introduced bug: Render negative 2D objects slightly thick... | Marius Kintel |