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 | |
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-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 | Add concat() builtin (fixes #201). | Torsten Paul | |
This allows to concatenate multiple vectors and single elements into a single result vector. | |||
2013-12-17 | prevent cgal::orientation_2 crash on polygons that fail is_simple_2 test | Don Bright | |
2013-12-16 | Deprecated polygons(triangles=[]) | Marius Kintel | |
2013-12-15 | Merge branch 'master' of github.com:openscad/openscad into planar | Don Bright | |
Conflicts: src/CGAL_Nef_polyhedron.cc tests/CMakeLists.txt | |||
2013-12-15 | minor tweak for clarity | Don Bright | |
2013-12-15 | tab spaces | Don Bright | |
2013-12-15 | add some error checking | Don Bright | |
2013-12-15 | documentation work | Don Bright | |
2013-12-15 | delete 'new polyset' on failure of creation | Don Bright | |
2013-12-15 | restore error checking when creating polyhedron from polyset | Don Bright | |
2013-12-15 | documenation update | Don Bright | |
2013-12-15 | improve CGAL nonplanar face error detection. also change dumptests to 'faces' | Don Bright | |
keyword for 'polyhedrnon(). | |||
2013-12-15 | fix bug in polyhedron() primitive keyword 'faces' vs 'triangles' | Don Bright | |
2013-12-15 | add tests for non-planar bug. add docs to .cc code | Don Bright | |
2013-12-15 | in polyhedron() replace "triangles" w "faces", but allow backwards compatability | Don Bright | |
by accepting 'triangles' and putting them into 'faces' variable | |||
2013-12-15 | triangulation of near-planar PolySet faces | Don Bright | |
2013-12-14 | stub of face tessellation function for polyset | Don Bright | |
2013-12-14 | FIXME leaking polyset by altering functions signatures | Don Bright | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
2013-12-12 | #514 Change gcc 4.8.2 version check error to a warning | Marius Kintel | |
2013-12-08 | Unicode support for strings | Brody Kenrick | |
Add suport for using unicode strings in .scad files. Support iterating across them/accessing them via [] and searching. -------- Add GLIB (to build for test and normal build -- both with installed and built locally development files). Add support for unicode chars to length and search builtin functions and [] for strings. Added unicode testing functions. Ad GLIB to library info page. | |||
2013-12-08 | #559 Fix Qt font rendering on OS X 10.9 | Marius Kintel | |
2013-12-06 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-12-06 | delete ps when short-circuiting return, no need for explicit boost::format | Marius Kintel | |
2013-12-06 | Fail if any polygon points for rotate_extrude are less than 0 | David Eccles (gringer) | |
2013-12-04 | clang fix: Clang claims to be gcc | Marius Kintel | |
2013-12-04 | Killed warnings | Marius Kintel | |
2013-11-30 | build bug fix | Don Bright | |
2013-11-30 | print errmsg for applyHull. add quotes around err msg in version check. | Don Bright | |
2013-11-30 | Merge branch 'master' into issue410x | Don Bright | |
2013-11-30 | disallow gcc 4.8.2 | Don Bright | |
2013-11-29 | Move main code inside Editor class | Ricardo Markiewicz | |
Before open a new file now we cleanup the Editor, so the new file get the cursor on the first character. | |||
2013-11-29 | Try to keep cursor and scroll in place on refresh | Ricardo Markiewicz | |
When the file is saving, the cursor position was resetting to the top and you should keep scrolling by hand every time you save the file. This patch saves the scroll and cursor position and set it again after the file is refreshed so we can continue edition from where we were. | |||
2013-11-27 | simplify nef polyhedron code. attempt to add test for bug | Don Bright | |
2013-11-27 | prevent crash in CGAL nef3. fix #issue 410 . also deal w qmake bug re .h files | Don Bright | |
2013-11-25 | revert to GMPQ number type kernel due to bugs like issue #481 | Don Bright | |
2013-11-24 | mxe64 build fix. make 'qt disabled' message less confusing on test binary. | Don Bright | |
2013-11-23 | Fix compilation error on Ubuntu where uint32_t is not defined. | Torsten Paul | |
2013-11-15 | Removed eigen2 from build system and documentation. We now require eigen3 | Marius Kintel | |
2013-11-15 | Change nbsteps() to uint32_t to make it independent from 32/64-bit platform. | Torsten Paul | |
2013-11-11 | Fix output of range expressions. | Torsten Paul | |