Age | Commit message (Expand) | Author |
2013-10-04 | Mac build fix | Marius Kintel |
2013-10-04 | Mac build fix for openscad_nogui | Marius Kintel |
2013-10-04 | Make recent examplesdir changws work for MDI mode | Marius Kintel |
2013-10-02 | fix broken build | Don Bright |
2013-10-02 | Merge branch 'master' of github.com:openscad/openscad into issue480 | Don Bright |
2013-09-25 | remove unused stuff | Vicnet |
2013-09-21 | use debug symbols for test binaries. also remove echostream pointer | Don Bright |
2013-09-21 | make echotest work on BSD, by adding .echo as recognized extension | Don Bright |
2013-09-21 | moving towards making tests work on bsd again | Don Bright |
2013-09-20 | restore missing digits. make --info work better. fix parser / path bug | Don Bright |
2013-09-20 | allow openscad binary to be compiled with or without QT. use non-QT for tests. | Don Bright |
2013-09-13 | Merge pull request #476 from openscad/testfixes | Marius Kintel |
2013-09-13 | little tweaks, cleanups, tab fixing, eliminating comments | Don Bright |
2013-09-12 | cmdline throwntogether, integrate w chrysn tests, update resize tests | Don Bright |
2013-09-12 | fix issue #430 | Don Bright |
2013-06-25 | add .term output for CSG term export | chrysn |
2013-06-25 | drop moduledumptest, use `openscad -o ${NAME}.ast` | chrysn |
2013-06-25 | use openscad as a replacement for dumptest and echotest | chrysn |
2013-06-18 | Removed 'Root Context' debug output | Marius Kintel |
2013-05-09 | Forgot to actually add most files in previous commit (#217) | Marius Kintel |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new Fi... | Marius Kintel |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ... | Marius Kintel |
2013-04-09 | Disable context debug output | Marius Kintel |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval cont... | Marius Kintel |
2013-04-03 | remove redundant code, root_node and absolute_root_node | don bright |
2013-03-12 | Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 | Marius Kintel |
2013-03-12 | Merge branch 'master' of github.com:maandree/openscad into maandree-master | Marius Kintel |
2013-03-09 | Set preprocessor define for deployment builds. Don't include sparkle in devel... | Marius Kintel |
2013-03-06 | fix strecthing with --imgsize per bug rept from Marius Kintel | don bright |
2013-03-04 | Fix (tested on gnu/linux): non-ascii file names could not be opened via the c... | Mattias Andrée |
2013-03-04 | cleanup tab spacing | don bright |
2013-03-04 | cleanups | don bright |
2013-03-03 | add --projection=ortho|perspective option to cmdline | don bright |
2013-03-03 | fix bug in --imgsize | don bright |
2013-03-03 | simplify camera parameters down to --camera | don bright |
2013-03-03 | add imgsize cmdline parameter for png output | don bright |
2013-03-03 | update manpage | don bright |
2013-03-03 | make Camera into single class, simplify code | don bright |
2013-03-03 | remove boost::variant stuff. trim code. add 'vector cam' cmdline option | don bright |
2013-02-27 | rework Camera using boost::variant. first working --gimbalcam version | don bright |
2013-02-26 | begin to implement --viewport option, by adding Camera class + children | don bright |
2013-02-25 | first working version of opencsg png export from gui binary | don bright |
2013-02-24 | Merge branch 'master' of github.com:openscad/openscad into issue11_2 | don bright |
2013-02-05 | First version of automatic updates for Mac | Marius Kintel |
2013-01-31 | bracket got misplaced during master merge - repair | don bright |
2013-01-31 | move 'delete root_node' where it was before merging master. cleanup | don bright |
2013-01-31 | Merge branch 'master' and fix bugs | don bright |
2013-01-30 | enable csg output when compiled without CGAL | 5263 |
2013-01-26 | windows needs binary-mode set for exporting png | don bright |
2013-01-26 | enable root-modifier (! character) on gui-cmdline output. reduce duplicate code. | don bright |