Age | Commit message (Expand) | Author |
2013-05-20 | try to refactor the 'is_modified( includefile )' code | Don Bright |
2013-05-19 | first refactoring towards fixing issue364 | Don Bright |
2013-05-16 | enable mingw64 cross build (alpha stage) | Don Bright |
2013-05-07 | Small bugfix to previous commit | Marius Kintel |
2013-05-07 | New feature: Drag and drop stl, off or dxf files will create an import statement | Marius Kintel |
2013-04-26 | Further refactoring of scope/context mechanisms. Mostly related to the new Fi... | Marius Kintel |
2013-04-26 | Refactoring: Split out FileModule from Module, Added LocalScope renamed some ... | Marius Kintel |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval cont... | Marius Kintel |
2013-03-12 | Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 | Marius Kintel |
2013-03-12 | Fixes problem where local changes are overwritten on automatic reload when in... | Marius Kintel |
2013-03-03 | make Camera into single class, simplify code | don bright |
2013-02-26 | begin to implement --viewport option, by adding Camera class + children | don bright |
2013-02-24 | Merge branch 'master' of github.com:openscad/openscad into issue11_2 | don bright |
2013-02-24 | remove unnecessary size command to openglbox | don bright |
2013-02-24 | finish unify camera. unify getRenderInfo. fix width on libraryinfo box. | don bright |
2013-02-24 | put qglview.h into mainwin for deps. unify camera functions into glview. | don bright |
2013-02-23 | create GLView as parent of OffscreenView and QGLView. combine setRenderer() | don bright |
2013-02-21 | re-simplify library info window. start to unify glview.save() | don bright |
2013-02-21 | obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box. | don bright |
2013-02-21 | begin process of unifying GLView and OffscreenView. renames, objrot, objtran | don bright |
2013-02-07 | Support Sparkle's Install on Quit | Marius Kintel |
2013-02-05 | First version of automatic updates for Mac | Marius Kintel |
2013-01-31 | Merge branch 'master' and fix bugs | don bright |
2013-01-30 | Make it possible to build without CGAL. Fixes #264 | Marius Kintel |
2013-01-26 | cleanups. and restore accidentally deleted old system-gl.h | don bright |
2013-01-26 | enable root-modifier (! character) on gui-cmdline output. reduce duplicate code. | don bright |
2013-01-22 | Merge pull request #240 from openscad/colah_highlighter | Marius Kintel |
2013-01-17 | Updated copyright year to 2013 | Marius Kintel |
2013-01-17 | Added some fixme's related to quitting while doing a long calculation. It som... | Marius Kintel |
2013-01-17 | Show Qt version in Library Info | Marius Kintel |
2013-01-12 | fix for gcc. simplify mainwin.cc a bit. | don bright |
2013-01-12 | now passes all tests in 'manual test suite' | don bright |
2013-01-12 | rewrite large bit of syntax highlighter, add 'manual' test instructions | don bright |
2013-01-09 | merge, by hand, Christopher Olah's syntax highlighter code | don bright |
2013-01-09 | remove QCodeEditor inspired by Giles Bathgates Jan 7 2012 email to list | don bright |
2013-01-08 | Don't just ignore geometric nodes having zero volume/area - when doing differ... | Marius Kintel |
2012-12-08 | Explicitly use UTF-8 as file encoding to avoid Windows automatically falling ... | Marius Kintel |
2012-10-09 | Catch exceptions as const references. Related to #204 | Marius Kintel |
2012-09-08 | Enable opening of .csg files from from the GUI | Marius Kintel |
2012-08-22 | Extracted the about box contents to an external file for easier editing | Marius Kintel |
2012-08-04 | Add info to 'about' window with acknowledgements, etc. | don bright |
2012-07-05 | Merge branch 'master' into value | Marius Kintel |
2012-07-01 | Add link to Wikibooks manual for 'not 2-manifold' error on export. | don bright |
2012-07-01 | Fixed normalization bug: node limit wasn't checked properly and some cases tr... | Marius Kintel |
2012-05-02 | Moved examplesdir to mainwin | Marius Kintel |
2012-04-24 | Merge branch 'master' into value | Marius Kintel |
2012-04-23 | Some trivial fixes for compiler warnings | Clifford Wolf |
2012-04-23 | Fixed build for old OpenCSG versions (no OPENCSG_VERSION_STRING) | Clifford Wolf |
2012-03-27 | Rewrote the Value class to be based on boost::variant - this should reduce me... | Marius Kintel |
2012-02-25 | fixed crash bug introduced in previous commit | Marius Kintel |