summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-11Add test cases for new range expression handling.Torsten Paul
2013-11-11Add support for handling negative step values in ranges (fixes #500).Torsten Paul
2013-11-08Fixes #533Marius Kintel
2013-11-08Re-fix: don't add path to empty files. Fixes #536Marius Kintel
2013-11-08Get rid of leading zeros in date tags, causing them to be interpreted as ↵Marius Kintel
octal in C++
2013-11-04Merge pull request #529 from t-paul/issue434Marius Kintel
Add menu entry "Reset View" to reset viewport to initial settings
2013-11-01Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-11-01Fix potential memory alignment issue with eigen. This might make us ↵Marius Kintel
dependent on eigen3, but it's about time anyway
2013-11-01Bumped to eigen-3.2.0Marius Kintel
2013-10-31Add menu entry "Reset View" to reset viewport to initial settings (fixes ↵Torsten Paul
Issue #434).
2013-10-31bugfix: CMAKE_BUILDTYPE typoMarius Kintel
2013-10-31Merge pull request #524 from pdbogen/masterMarius Kintel
Use find instead of ls and grep to locate gmp.h (or gmp-blah.h)
2013-10-31Use find instead of ls and grep to locate gmp.h (or gmp-blah.h) for gmp_sysverPatrick Bogen
2013-10-31Merge pull request #523 from pdbogen/masterMarius Kintel
Dependency searching and results display should be more robust
2013-10-31Use quotes for values that might end up empty, so that pretty print displays ↵Patrick Bogen
missing version numbers properly.
2013-10-31More robust searching through README files for dependency versions.Patrick Bogen
2013-10-30Merge pull request #521 from hzeller/fix-broken-absolute-pathMarius Kintel
Fix invocation with absolute path.
2013-10-30Invocation 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-29Merge pull request #510 from hzeller/masterMarius Kintel
Make keyboard events working for GQLView
2013-10-29Added newlineMarius Kintel
2013-10-27sync changes since last releaseMarius Kintel
2013-10-27Fixed download URLMarius Kintel
2013-10-26moved to files.openscad.orgMarius Kintel
2013-10-25o Key-press event in the QGLView were ignored, as it never got theHenner 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-25Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-10-25Use PRINTB for output which might be grabbed by OS launchersMarius Kintel
2013-10-25doc typoMarius Kintel
2013-10-25bugfix: Allow unknown parameters. This fixes exit-on-launch issue on MacMarius Kintel
2013-10-24fix llvm buildMarius Kintel
2013-10-22Move files to files.openscad.org. Disable google code uploadsMarius Kintel
2013-10-22Move files to files.openscad.orgMarius Kintel
2013-10-22bugfix: starting without arguments caused a warningMarius Kintel
2013-10-22bugfix: Don't use QApplication before it's instantiatedMarius Kintel
2013-10-22updated SparkleMarius Kintel
2013-10-22Updated eigen, gmp, boost, cgal and glewMarius Kintel
2013-10-21Merge pull request #509 from t-paul/issue392Marius Kintel
Add diameter variable to the sphere, cylinder and circle primitives.
2013-10-21Extend circle tests to cover the new diameter parameter.Torsten Paul
2013-10-21Add cylinder tests to cover the new diameter parameters.Torsten Paul
2013-10-21Extend sphere tests to cover the new diameter parameter.Torsten Paul
2013-10-20Add 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-20bugfix: previous commit broke debug buildsMarius Kintel
2013-10-20removed unused member variableMarius Kintel
2013-10-19Fixed 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-19Ignore malformed polygonsMarius Kintel
2013-10-19Use VERSION env. variable or current timestamp for test buildsMarius Kintel
2013-10-13Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-childrenMarius Kintel
Conflicts: tests/CMakeLists.txt
2013-10-09Added test case for parent_module()Marius Kintel
2013-10-09Added test case for parent_module()Marius Kintel
2013-10-09bugfix related to #460: removed duplicate initializeModule()Marius Kintel
2013-10-08add children testsVicnet
contact: Jan Huwald // Impressum