Age | Commit message (Expand) | Author |
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 |
2013-01-05 | Merge pull request #235 from openscad/mxebuild_fix | Marius Kintel |
2012-12-30 | cleanup | don bright |
2012-12-27 | Ignore dimension when evaluating control modules mixed with geometry children... | Marius Kintel |
2012-12-23 | CONFIG=skip_version_check should be += otherwise qmake has bizarre problems (... | don bright |
2012-12-20 | CGAL<4.0.2 has strange errors with clang. notify user explicitly to upgrade. | don bright |
2012-12-14 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2012-12-08 | Explicitly use UTF-8 as file encoding to avoid Windows automatically falling ... | Marius Kintel |
2012-12-08 | Render all 2D objects 1mm high in OpenCSG/Throwntogether mode | Marius Kintel |
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 |