Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | |
2013-11-11 | Add support for handling negative step values in ranges (fixes #500). | Torsten Paul | |
2013-11-08 | Re-fix: don't add path to empty files. Fixes #536 | Marius Kintel | |
2013-11-04 | Merge pull request #529 from t-paul/issue434 | Marius Kintel | |
Add menu entry "Reset View" to reset viewport to initial settings | |||
2013-11-01 | Fix potential memory alignment issue with eigen. This might make us ↵ | Marius Kintel | |
dependent on eigen3, but it's about time anyway | |||
2013-10-31 | Add menu entry "Reset View" to reset viewport to initial settings (fixes ↵ | Torsten Paul | |
Issue #434). | |||
2013-10-30 | Invocation of openscad with an absolute path failed: | Henner Zeller | |
./openscad /home/username/foo.scad .. because the curent working directory was always prepended; so internally, it attempted to open $PWD + /home/username/foo.scad Use platform aware QDir functionality to only prepend the absolute current working directory prefix, if the given path is relative. | |||
2013-10-29 | Merge pull request #510 from hzeller/master | Marius Kintel | |
Make keyboard events working for GQLView | |||
2013-10-29 | Added newline | Marius Kintel | |
2013-10-25 | o Key-press event in the QGLView were ignored, as it never got the | Henner Zeller | |
focus. Fix: Gain focus on mouse-click inside that view. o QGLView: make zoom-in as well possible on '=' key. On American keyboards, the '=' key is right next to the '-' (Minus) key, while '+' (plus) requires Shift-equals. o Provide a useful 'c' key-binding for 'center'. Very useful after getting lost in panning. | |||
2013-10-25 | Use PRINTB for output which might be grabbed by OS launchers | Marius Kintel | |
2013-10-25 | bugfix: Allow unknown parameters. This fixes exit-on-launch issue on Mac | Marius Kintel | |
2013-10-22 | bugfix: starting without arguments caused a warning | Marius Kintel | |
2013-10-22 | bugfix: Don't use QApplication before it's instantiated | Marius Kintel | |
2013-10-20 | Add diameter variable to the sphere, cylinder and circle primitives (fixes ↵ | Torsten Paul | |
#392). When doing the lookup, the diameter value has priority so if both diameter and radius are given, the radius value is ignored and a warning is printed. | |||
2013-10-20 | bugfix: previous commit broke debug builds | Marius Kintel | |
2013-10-20 | removed unused member variable | Marius Kintel | |
2013-10-19 | Fixed an issue which caused us to traverse the entire tree for OpenCSG ↵ | Marius Kintel | |
rendering traversals, where we didn't actually use the traversal results (for all nodes requiring CGAL) | |||
2013-10-19 | Ignore malformed polygons | Marius Kintel | |
2013-10-13 | Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-children | Marius Kintel | |
Conflicts: tests/CMakeLists.txt | |||
2013-10-09 | bugfix related to #460: removed duplicate initializeModule() | Marius Kintel | |
2013-10-07 | Merge branch 'master' of ../openscad into steelman-bom-tree-std-stack | Marius Kintel | |
2013-10-07 | Mac needs to know if we're a GUI app in order to find bundled libraries, Use ↵ | Marius Kintel | |
Qt to find application path if available | |||
2013-10-07 | merge from origin | Vicnet | |
2013-10-07 | factorize Value::RangeType calculation and correct error | Vicnet | |
2013-10-07 | add range on children() | Vicnet | |
2013-10-07 | remove compliation warnings | Vicnet | |
2013-10-07 | factorize Value::RangeType method | Vicnet | |