Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-03 | Update comment to reflect changed behavior. | Torsten Paul | |
2014-01-03 | Update .gitignore. | Torsten Paul | |
2014-01-03 | Merge pull request #2 from openscad/vector-concat | Torsten Paul | |
Some cleanup | |||
2014-01-03 | Keep cmd-line and GUI separate in terms of preferences, handle experimental ↵ | Marius Kintel | |
tests separately, minor cleanups | |||
2014-01-02 | Add concat() function to list of experimental features. | Torsten Paul | |
2014-01-02 | Handle synchronization between Qt settings / GUI and Feature objects. | Torsten Paul | |
2014-01-02 | Add GUI Settings page to enable/disable features. | Torsten Paul | |
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-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 | |||
2013-12-15 | Added testcase for concave polygons in polyhedrons | Marius Kintel | |
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 | Put back printing path to test report | Marius Kintel | |
2013-12-14 | bugfix: #562 didn't take into account that it's allowed with all X ↵ | Marius Kintel | |
coordinates being negative | |||
2013-12-14 | bugfix: glib include fix | Marius Kintel | |
2013-12-13 | Merge pull request #572 from hroncok/patch-2 | Marius Kintel | |
Change invalid Programming category to Development | |||
2013-12-13 | Change invalid Programming category to Development | Miro Hrončok | |
Programming is not a valid category of .desktop file, it is not listed in either [Main Categories](http://standards.freedesktop.org/menu-spec/latest/apa.html) or [Additional Categories](http://standards.freedesktop.org/menu-spec/latest/apas02.html). desktop-file-validate returns error: openscad.desktop: error: value "Graphics;3DGraphics;Engineering;Programming;" for key "Categories" in group "Desktop Entry" contains an unregistered value "Programming"; values extending the format should start with "X-" This changes it to Development, witch is a valid category listed in Additional Categories. Now desktop-file-validate only gives us a hint: openscad.desktop: hint: value "Graphics;3DGraphics;Engineering;Development;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu. That is fine, as we want it both in Graphics and Development. This is a valid response to #533 | |||
2013-12-12 | Merge pull request #570 from brodykenrick/master | Marius Kintel | |
Fix check_dependencies glib2 for Ubuntu 12.10 | |||
2013-12-12 | Correct coding style for last commit (check_dependencies). | Brody Kenrick | |
2013-12-12 | Fix check_dependencies for Ubuntu 12.10 and ... | Brody Kenrick | |
... and other platforms that report a different arch triplet than where they store their libraries) check-dependencies.sh doesn't find glib2 on Ubuntu 12.10 since glib is installed in /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h while gcc -dumpmachine reports the arch as i686-linux-gnu | |||
2013-12-12 | #514 Change gcc 4.8.2 version check error to a warning | Marius Kintel | |