summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-06-13Related to #399, reverted assignment evaluation order to be the same as in ↵Marius Kintel
2013.01 as the new implementation broke existing scripts. Added some experimental commented out code, which can be used as reference in the future
2013-06-13Fixed a bug where changing a file during a large automatic reload could ↵Marius Kintel
cause a crash
2013-06-08Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-06-08clamp to 3. Fixes #395Marius Kintel
2013-06-08Removed unused includeMarius Kintel
2013-06-07build fix for gcc 4.7, fedora 17Don Bright
2013-06-06Merge pull request #390 from openscad/win64offscreenMarius Kintel
enable cmdline offscreen rendering with win64- fix ambiguous unicode stu...
2013-06-06progress output in CSG mode had unexpected side effects. Postpone this and ↵Marius Kintel
do it properly
2013-06-06bugfix: Don't auto-compile when manually editing text in the OpenSCAD editorMarius Kintel
2013-06-06No need to reset the autoReloadId based on enabling autoreload. The id is ↵Marius Kintel
kept up-to-date anyway
2013-06-06Minor refactoring of include checksMarius Kintel
2013-06-06Fixed a bug where a file was loaded twice when auto reload was onMarius Kintel
2013-06-06Related to #181, also ignore removal of the main file when auto-reloadingMarius Kintel
Conflicts: testdata/modulecache-tests/README.txt testdata/modulecache-tests/cascade2.sh
2013-06-06Increase recursion limit to 1000Marius Kintel
2013-06-06Don't auto-reload missing files, reduce warning output from periodically ↵Marius Kintel
called functions
2013-06-06More frequent progress updates, progress updates also for CSG evaluationMarius Kintel
Conflicts: src/ProgressWidget.ui
2013-06-06bugfix: the previous progress bar fix wasn't fixed properlyMarius Kintel
Conflicts: src/ProgressWidget.ui
2013-06-05Added Fedora maintainer. Fixed characted encodingMarius Kintel
2013-06-05Remove personal copyright from consoleMarius Kintel
2013-06-05bugfix: drag&drop of stl/off/dxf didn't work into an empty editorMarius Kintel
2013-06-03enable cmdline offscreen rendering with win64- fix ambiguous unicode stuffDon Bright
add error code output
2013-06-01Dump the else part of if-else blocks if it has any content. Part of #384Marius Kintel
2013-06-01Some expressions didn't support toString, which caused an assertion failure. ↵Marius Kintel
Part of #384
2013-06-01bugfix: dxf_cross() on file-not-foundMarius Kintel
2013-05-27Show a QMessageBox when saving a file failes.will
2013-05-27Merge branch 'master' of github.com:openscad/openscad into issue125Don Bright
2013-05-27fix buggy string init. remove debug stringDon Bright
2013-05-27fix bugs in win versionDon Bright
2013-05-27Support locating previously missing modules. yet another part of #364Marius Kintel
2013-05-27add 'create library' call to mainwin.cc GUI.Don Bright
2013-05-27windows - library path find, also windows build fixesDon Bright
2013-05-26Final fix of #364 - includepaths leaked to subsequent pathless includesMarius Kintel
2013-05-26Fixed remaining issue. We now correctly detect removal of files as changes. ↵Marius Kintel
Removed temporary debug output. Fixes #364
2013-05-26merge branch to get windows "library path" working. tweak build system,Don Bright
eliminate several compiler warnings.
2013-05-25Search paths when looking for previously missing includes. Should provide ↵Marius Kintel
most of what's needed for #364
2013-05-25Merge branch 'master' into issue364Marius Kintel
2013-05-25Tuning of highlight and background modifiersMarius Kintel
2013-05-24Merge branch 'master' into issue304Marius Kintel
2013-05-24Initial implementation of improved operator handling. Provides the bulk of ↵Marius Kintel
work for #304
2013-05-24Related to #372. Fixes crash on systems where the stack size for new threads ↵Marius Kintel
is to small
2013-05-22Merge branch 'master' into issue304Marius Kintel
2013-05-21code commentsMarius Kintel
2013-05-21compile fixMarius Kintel
2013-05-21Starting point for Unix implementation of built-in library path. Part of #125Marius Kintel
2013-05-21Added meny entry for disclosing the library path. Part of #125Marius Kintel
2013-05-21Initial Windows implementation of built-in library path. Part of #125Marius Kintel
2013-05-20map bugDon Bright
2013-05-20pointer bugDon Bright
2013-05-20try to refactor the 'is_modified( includefile )' codeDon Bright
2013-05-19throw warning when include file disappears. refactoring.Don Bright
contact: Jan Huwald // Impressum