Age | Commit message (Expand) | Author |
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 | Increase recursion limit to 1000 | Marius Kintel |
2013-06-06 | Don't auto-reload missing files, reduce warning output from periodically call... | Marius Kintel |
2013-06-06 | More frequent progress updates, progress updates also for CSG evaluation | Marius Kintel |
2013-06-06 | bugfix: the previous progress bar fix wasn't fixed properly | Marius Kintel |
2013-06-05 | bugfix: the previous progress bar fix wasn't fixed properly | Marius Kintel |
2013-06-05 | Added Fedora maintainer. Fixed characted encoding | 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-06-03 | enable cmdline offscreen rendering with win64- fix ambiguous unicode stuff | Don Bright |
2013-06-02 | Merge branch 'master' into issue181 | Marius Kintel |
2013-06-01 | Dump the else part of if-else blocks if it has any content. Part of #384 | Marius Kintel |
2013-06-01 | Some expressions didn't support toString, which caused an assertion failure. ... | Marius Kintel |
2013-06-01 | bugfix: dxf_cross() on file-not-found | Marius Kintel |
2013-05-30 | Related to #181, also ignore removal of the main file when auto-reloading | Marius Kintel |
2013-05-30 | Increase recursion limit to 1000 | 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 | Don't auto-reload missing files, reduce warning output from periodically call... | 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 | fix buggy string init. remove debug string | Don Bright |
2013-05-27 | fix bugs in win version | Don Bright |
2013-05-27 | Support locating previously missing modules. yet another part of #364 | Marius Kintel |
2013-05-27 | add 'create library' call to mainwin.cc GUI. | Don Bright |
2013-05-27 | windows - library path find, also windows build fixes | Don Bright |
2013-05-26 | Final fix of #364 - includepaths leaked to subsequent pathless includes | Marius Kintel |
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 | Search paths when looking for previously missing includes. Should provide mos... | Marius Kintel |
2013-05-25 | Merge branch 'master' into issue364 | Marius Kintel |
2013-05-25 | Tuning of highlight and background modifiers | Marius Kintel |
2013-05-24 | Merge branch 'master' into issue304 | Marius Kintel |
2013-05-24 | Initial implementation of improved operator handling. Provides the bulk of wo... | Marius Kintel |
2013-05-24 | Related to #372. Fixes crash on systems where the stack size for new threads ... | Marius Kintel |
2013-05-24 | Ported recent changes to the EPEC kernel | Marius Kintel |
2013-05-24 | Merge branch 'master' into epec-kernel | Marius Kintel |
2013-05-22 | Merge branch 'master' into issue304 | Marius Kintel |
2013-05-21 | code comments | Marius Kintel |
2013-05-21 | compile fix | Marius Kintel |
2013-05-21 | Starting point for Unix implementation of built-in library path. Part of #125 | Marius Kintel |
2013-05-21 | Added meny entry for disclosing the library path. Part of #125 | Marius Kintel |
2013-05-21 | Initial Windows implementation of built-in library path. Part of #125 | Marius Kintel |
2013-05-20 | map bug | Don Bright |