Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-11 | Fix output of range expressions. | Torsten Paul | |
2013-11-11 | Update 'children' test case using range [4 : -1 : 0] which is now valid. | Torsten Paul | |
2013-11-11 | Add test cases for new range expression handling. | Torsten Paul | |
2013-11-11 | Add support for handling negative step values in ranges (fixes #500). | Torsten Paul | |
2013-11-10 | download eigen 3 package , eigen2 no longer works | Don Bright | |
2013-11-08 | Fixes #533 | Marius Kintel | |
2013-11-08 | Re-fix: don't add path to empty files. Fixes #536 | Marius Kintel | |
2013-11-08 | Get rid of leading zeros in date tags, causing them to be interpreted as ↵ | Marius Kintel | |
octal in C++ | |||
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 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
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-11-01 | Bumped to eigen-3.2.0 | Marius Kintel | |
2013-10-31 | Add menu entry "Reset View" to reset viewport to initial settings (fixes ↵ | Torsten Paul | |
Issue #434). | |||
2013-10-31 | bugfix: CMAKE_BUILDTYPE typo | Marius Kintel | |
2013-10-31 | Merge pull request #524 from pdbogen/master | Marius Kintel | |
Use find instead of ls and grep to locate gmp.h (or gmp-blah.h) | |||
2013-10-31 | Use find instead of ls and grep to locate gmp.h (or gmp-blah.h) for gmp_sysver | Patrick Bogen | |
2013-10-31 | Merge pull request #523 from pdbogen/master | Marius Kintel | |
Dependency searching and results display should be more robust | |||
2013-10-31 | Use quotes for values that might end up empty, so that pretty print displays ↵ | Patrick Bogen | |
missing version numbers properly. | |||
2013-10-31 | More robust searching through README files for dependency versions. | Patrick Bogen | |
2013-10-31 | Limit parallel builds as Travis apparently runs out of memory | Marius Kintel | |
2013-10-31 | Parallel build | Marius Kintel | |
2013-10-31 | clang not yet supported by the travis script | Marius Kintel | |
2013-10-31 | Update README.md | Marius Kintel | |
2013-10-31 | Detect errors mid-way into test run | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA - attempt 4 | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA - attempt 3 | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA - attempt 2 | Marius Kintel | |
2013-10-31 | Get OpenCSG from PPA | Marius Kintel | |
2013-10-31 | Script for kicking off Travis CI | Marius Kintel | |
2013-10-31 | typo | Marius Kintel | |
2013-10-31 | initial travis test | Marius Kintel | |
2013-10-30 | Merge pull request #521 from hzeller/fix-broken-absolute-path | Marius Kintel | |
Fix invocation with absolute path. | |||
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-27 | sync changes since last release | Marius Kintel | |
2013-10-27 | Fixed download URL | Marius Kintel | |
2013-10-26 | moved to files.openscad.org | 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 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-10-25 | Use PRINTB for output which might be grabbed by OS launchers | Marius Kintel | |
2013-10-25 | doc typo | Marius Kintel | |
2013-10-25 | bugfix: Allow unknown parameters. This fixes exit-on-launch issue on Mac | Marius Kintel | |
2013-10-24 | fix llvm build | Marius Kintel | |
2013-10-22 | Move files to files.openscad.org. Disable google code uploads | Marius Kintel | |
2013-10-22 | Move files to files.openscad.org | 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-22 | updated Sparkle | Marius Kintel | |
2013-10-22 | Updated eigen, gmp, boost, cgal and glew | Marius Kintel | |