Age | Commit message (Expand) | Author |
2013-09-12 | cmdline throwntogether, integrate w chrysn tests, update resize tests | Don Bright |
2013-06-18 | Merge remote-tracking branch 'origin/issue181' into epec-kernel | Marius Kintel |
2013-06-18 | Point documentation to openscad.org/documentation.html | Marius Kintel |
2013-06-07 | build fix for gcc 4.7, fedora 17 | Don Bright |
2013-06-06 | bugfix: Don't auto-compile when manually editing text in the OpenSCAD editor | Marius Kintel |
2013-06-06 | No need to reset the autoReloadId based on enabling autoreload. The id is kep... | Marius Kintel |
2013-06-06 | Minor refactoring of include checks | Marius Kintel |
2013-06-06 | Fixed a bug where a file was loaded twice when auto reload was on | Marius Kintel |
2013-06-06 | Related to #181, also ignore removal of the main file when auto-reloading | Marius Kintel |
2013-06-06 | More frequent progress updates, progress updates also for CSG evaluation | Marius Kintel |
2013-06-05 | Remove personal copyright from console | Marius Kintel |
2013-06-05 | More frequent progress updates, progress updates also for CSG evaluation | Marius Kintel |
2013-06-05 | Merge branch 'master' into issue181 | Marius Kintel |
2013-06-05 | Fixed a bug where a file was loaded twice when auto reload was on | Marius Kintel |
2013-06-05 | bugfix: drag&drop of stl/off/dxf didn't work into an empty editor | Marius Kintel |
2013-05-30 | Related to #181, also ignore removal of the main file when auto-reloading | Marius Kintel |
2013-05-29 | bugfix: Auto-reload failed in some circumstances | Marius Kintel |
2013-05-28 | Minor refactoring, no longer automatically reloads if a dependency disappears | Marius Kintel |
2013-05-28 | Changed compile GUI logic to properly handler automatic reload on cascading c... | Marius Kintel |
2013-05-27 | Show a QMessageBox when saving a file failes. | will |
2013-05-27 | Merge branch 'master' of github.com:openscad/openscad into issue125 | Don Bright |
2013-05-27 | add 'create library' call to mainwin.cc GUI. | Don Bright |
2013-05-26 | Fixed remaining issue. We now correctly detect removal of files as changes. R... | Marius Kintel |
2013-05-26 | merge branch to get windows "library path" working. tweak build system, | Don Bright |
2013-05-25 | Merge branch 'master' into issue364 | Marius Kintel |
2013-05-24 | Initial implementation of improved operator handling. Provides the bulk of wo... | Marius Kintel |
2013-05-21 | Added meny entry for disclosing the library path. Part of #125 | Marius Kintel |
2013-05-20 | map bug | Don Bright |
2013-05-20 | pointer bug | Don Bright |
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 |