Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-02 | Integrate feature registry with functions. | Torsten Paul | |
In case a function is attached to a disabled feature, the function lookup will give a warning message and ignore that (builtin) function. | |||
2014-01-02 | Integrate feature registry with modules. | Torsten Paul | |
In case a module is attached to a disabled feature, the module lookup will give a warning message and ignore that (builtin) module. | |||
2014-01-02 | Add feature registry. | Torsten Paul | |
2014-01-02 | Added testcase for #495 | Marius Kintel | |
2013-12-31 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-12-31 | Removed obsolete tests | Marius Kintel | |
2013-12-31 | Added testcase for #585 | Marius Kintel | |
2013-12-30 | fix mingw cross build | Don Bright | |
2013-12-30 | add glib and libintl to mingw cross build | Don Bright | |
2013-12-30 | Clarified test cases for #541 and #578 | Marius Kintel | |
2013-12-30 | Renamed test belonging to #578, not #541 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #584 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #578 | Marius Kintel | |
2013-12-30 | Removed obsolete tests | Marius Kintel | |
2013-12-30 | Added testcase for #582 | Marius Kintel | |
2013-12-30 | Renamed to issue541 | Marius Kintel | |
2013-12-30 | Merge branch 'master' of github.com:openscad/openscad | Don Bright | |
2013-12-29 | attempt to fix broken mingw build due to new GLIB dependency | Don Bright | |
2013-12-29 | Merge pull request #580 from openscad/colorsfix | Marius Kintel | |
Colorsfix - 3 options for syntax highlighter | |||
2013-12-29 | Added failing test for issue 541 | Marius Kintel | |
2013-12-29 | Merge branch 'master' of github.com:openscad/openscad into colorsfix | Don Bright | |
2013-12-29 | make math functions easier to see on white background | Don Bright | |
2013-12-29 | enable disabling of syntax highlighter, add highlighter for dark backgrounds | Don Bright | |
2013-12-28 | Added mixed 2D and 3D object for difference tests | Marius Kintel | |
2013-12-28 | Added 2D difference tests | Marius Kintel | |
2013-12-28 | Updated tests | Marius Kintel | |
2013-12-27 | Use namespace instead of class method | Marius Kintel | |
2013-12-27 | removed redundant get_fragments_from_r | Marius Kintel | |
2013-12-27 | Moved get_fragments_from_r into Calc | Torsten Paul | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-12-26 | Updated tests | Marius Kintel | |
2013-12-26 | Add concat() builtin (fixes #201). | Torsten Paul | |
This allows to concatenate multiple vectors and single elements into a single result vector. | |||
2013-12-24 | Merge pull request #575 from hroncok/patch-3 | Marius Kintel | |
`make install` installs manpage and appdata file | |||
2013-12-24 | Merge pull request #576 from hroncok/patch-4 | Marius Kintel | |
AppData: Do not have 2 default screenshots | |||
2013-12-24 | AppData: Do not have 2 default screenshots | Miro Hrončok | |
2013-12-24 | `make install` installs manpage and appdata file | Miro Hrončok | |
2013-12-17 | prevent cgal::orientation_2 crash on polygons that fail is_simple_2 test | Don Bright | |
2013-12-16 | Added mesh test | Marius Kintel | |
2013-12-16 | Deprecated polygons(triangles=[]) | Marius Kintel | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-12-15 | sync | Marius Kintel | |
2013-12-15 | Added FIXME | Marius Kintel | |
2013-12-15 | Merge pull request #574 from openscad/planar | Marius Kintel | |
Planar - see issue #349 | |||
2013-12-15 | Improved non-planar tests | Marius Kintel | |
2013-12-15 | Silence glib-2.0.pri | Marius Kintel | |
2013-12-15 | merging tests | Don Bright | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad into planar | Don Bright | |
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt |