summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-15in polyhedron() replace "triangles" w "faces", but allow backwards compatabilityDon Bright
by accepting 'triangles' and putting them into 'faces' variable
2013-12-15triangulation of near-planar PolySet facesDon Bright
2013-12-14stub of face tessellation function for polysetDon Bright
2013-12-14FIXME leaking polyset by altering functions signaturesDon Bright
2013-11-30disallow gcc 4.8.2Don Bright
2013-11-30Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-11-30MXE c/o 'stable' instd of 'master' from github b/c master has gcc 4.8.2 whichDon Bright
is causing crashes. also allow 'build only' builder.sh script command
2013-11-30Merge pull request #553 from Gazer/editor_improvementsMarius Kintel
Keep cursor position on save
2013-11-29Move main code inside Editor classRicardo Markiewicz
Before open a new file now we cleanup the Editor, so the new file get the cursor on the first character.
2013-11-29Try to keep cursor and scroll in place on refreshRicardo 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-25Split projection tests into cut vs. projectMarius Kintel
2013-11-25Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-11-25revert to GMPQ number type kernel due to bugs like issue #481Don Bright
2013-11-24Added test for implicit union of render() childrenMarius Kintel
2013-11-24Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-11-24Added test for polygon with holeMarius Kintel
2013-11-24mxe64 build fix. make 'qt disabled' message less confusing on test binary.Don Bright
2013-11-23Merge pull request #550 from t-paul/ubuntu-fixMarius Kintel
Fix compilation error on Ubuntu where uint32_t is not defined.
2013-11-23Fix compilation error on Ubuntu where uint32_t is not defined.Torsten Paul
2013-11-20Split up projection tests to avoid long running timesMarius Kintel
2013-11-15Removed eigen2 from build system and documentation. We now require eigen3Marius Kintel
2013-11-15Merge pull request #542 from t-paul/issue500Marius Kintel
Allow for statement with negative step value.
2013-11-15Change nbsteps() to uint32_t to make it independent from 32/64-bit platform.Torsten Paul
2013-11-11Update 'for' test cases to match the new range expression handling.Torsten Paul
2013-11-11Fix output of range expressions.Torsten Paul
2013-11-11Update 'children' test case using range [4 : -1 : 0] which is now valid.Torsten Paul
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-10download eigen 3 package , eigen2 no longer worksDon Bright
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
contact: Jan Huwald // Impressum