summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-11-11Add support for handling negative step values in ranges (fixes #500).Torsten Paul
2013-11-08Re-fix: don't add path to empty files. Fixes #536Marius Kintel
2013-11-04Merge pull request #529 from t-paul/issue434Marius Kintel
Add menu entry "Reset View" to reset viewport to initial settings
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-10-31Add menu entry "Reset View" to reset viewport to initial settings (fixes ↵Torsten Paul
Issue #434).
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-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-25Use PRINTB for output which might be grabbed by OS launchersMarius Kintel
2013-10-25bugfix: Allow unknown parameters. This fixes exit-on-launch issue on MacMarius 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-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-13Merge branch 'children' of git://github.com/vicnet/openscad into vicnet-childrenMarius Kintel
Conflicts: tests/CMakeLists.txt
2013-10-09bugfix related to #460: removed duplicate initializeModule()Marius Kintel
2013-10-07Merge branch 'master' of ../openscad into steelman-bom-tree-std-stackMarius Kintel
2013-10-07Mac 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-07merge from originVicnet
2013-10-07factorize Value::RangeType calculation and correct errorVicnet
2013-10-07add range on children()Vicnet
2013-10-07remove compliation warningsVicnet
2013-10-07factorize Value::RangeType methodVicnet
2013-10-07add vector parameter to children()Vicnet
2013-10-07allow one number parameter on children(): select this child onlyVicnet
2013-10-07use explicit Value::RangeType for clarityVicnet
2013-10-07add children primitive, and refactor control.cc a littleVicnet
2013-10-04Merge branch 'bom-tree-std-stack' of git://github.com/steelman/openscad into ↵Marius Kintel
steelman-bom-tree-std-stack Conflicts: src/module.cc
2013-10-04Mac build fixMarius Kintel
2013-10-04Mac build fix for openscad_noguiMarius Kintel
2013-10-04Make recent examplesdir changws work for MDI modeMarius Kintel
2013-10-02fix broken buildDon Bright
2013-10-02Merge branch 'master' of github.com:openscad/openscad into issue480Don Bright
Conflicts: src/openscad.cc
2013-09-25remove unused stuffVicnet
2013-09-24add children primitive, and refactor control.cc a littleVicnet
2013-09-21use debug symbols for test binaries. also remove echostream pointerDon Bright
2013-09-21make echotest work on BSD, by adding .echo as recognized extensionDon Bright
2013-09-21moving towards making tests work on bsd againDon Bright
2013-09-20restore missing digits. make --info work better. fix parser / path bugDon Bright
2013-09-20allow openscad binary to be compiled with or without QT. use non-QT for tests.Don Bright
2013-09-19Don't recompile while editing the text. Wait until saving or manual refresh. ↵Marius Kintel
Fixes #482
2013-09-19gcc 4.7 should work for demangling of CGAL kernel info nameDon Bright
2013-09-19enable --info output of names of CGAL Kernels to aid debuggingDon Bright
2013-09-15fix issue with gcc 4.4.5. pointer to renderer in export_png segfaulteddon bright
worked fine in clang
2013-09-13Merge remote-tracking branch 'upstream/master'Vicnet
2013-09-13reorder parser predicat to better understandingVicnet
contact: Jan Huwald // Impressum