Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-10 | Print warnings on child index out of bounds | Marius Kintel | |
2013-04-09 | Disable context debug output | Marius Kintel | |
2013-04-09 | Added latest fixes | Marius Kintel | |
2013-04-09 | Refactored context handling into using separate Module contexts and Eval ↵ | Marius Kintel | |
contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 | |||
2013-04-09 | diagram update | Marius Kintel | |
2013-04-09 | Added test for inner module variables | Marius Kintel | |
2013-04-05 | Merge branch 'master' into issue217 | Marius Kintel | |
2013-04-05 | I think this should fix issue #217 | Marius Kintel | |
2013-04-05 | bugfix: If the test driver returned an error, it was ignored by the test script | Marius Kintel | |
2013-04-03 | remove redundant code, root_node and absolute_root_node | don bright | |
2013-03-28 | fix issue #324 crashes. add 'resize', {}. fix documentation | don bright | |
2013-03-25 | Reference issue #310 | Marius Kintel | |
2013-03-25 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
2013-03-25 | Merge branch 'master' of /Users/kintel/code/OpenSCAD/clang/../openscad | Marius Kintel | |
2013-03-23 | Merge pull request #317 from nico/retina | Marius Kintel | |
Make OpenSCAD look better on retina displays. | |||
2013-03-23 | Make OpenSCAD look better on retina displays. | Nico Weber | |
Apps need an NSPrincipalClass entry in Info.plist to look good on retina displays, see "Framework-Scaled Mode Provides Automatic Scaling" in http://developer.apple.com/library/mac/#documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/Explained/Explained.html It's also what we did in Chromium ( https://codereview.chromium.org/10069029 ) and what was suggested in openscad issue #279. This only makes the window decoration and all text pretty. The 3d view is still pixel-doubled: OpenGL is a pixel-based API and needs an explicit opt-in. This can be addressed in a future patch. While here, also consistently use tabs instead of spaces. | |||
2013-03-22 | Mention cmake dependency on Mac | Marius Kintel | |
2013-03-18 | Merge pull request #311 from openscad/resize5 | Marius Kintel | |
Resize5 | |||
2013-03-16 | update test results | don bright | |
2013-03-16 | update regression test results | don bright | |
2013-03-16 | Merge branch 'master' of github.com:openscad/openscad into resize5 | don bright | |
2013-03-16 | fix 3d test bug, improve 2d test, update release note | don bright | |
2013-03-12 | sync | Marius Kintel | |
2013-03-12 | Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 | Marius Kintel | |
2013-03-12 | Merge branch 'master' of github.com:maandree/openscad into maandree-master | Marius Kintel | |
2013-03-12 | Fixes problem where local changes are overwritten on automatic reload when ↵ | Marius Kintel | |
included files has changed. Fixes #162 | |||
2013-03-12 | sync | Marius Kintel | |
2013-03-12 | fix bug showed during circle test | don bright | |
2013-03-12 | Merge branch 'resize5' of github.com:openscad/openscad into resize5 | don bright | |
2013-03-11 | Merge branch 'master' of github.com:openscad/openscad into resize5 | don bright | |
2013-03-11 | Merge branch 'master' of github.com:openscad/openscad into resize5 | don bright | |
2013-03-11 | add new test results and updated versions of old ones | don bright | |
2013-03-11 | make resize of flat objects fail in the direction normal to the flat. | don bright | |
also fail on resize to negative size. update tests | |||
2013-03-11 | Added test case for value reassignment issue. #289 | Marius Kintel | |
2013-03-11 | Changed redeclaration of assignment so that the last declaration defines the ↵ | Marius Kintel | |
order. This hopefully fixes the confusing error message discussed on the mailing list nov 27-30 (Variable bug) | |||
2013-03-11 | Expected files for recently added tests | Marius Kintel | |
2013-03-11 | Small generalization of cmd-line test driver. Added tests for image output ↵ | Marius Kintel | |
and camera settings for the OpenSCAD app | |||
2013-03-11 | fix bug | don bright | |
2013-03-11 | allow resize's autosize to apply to individual dimensions | don bright | |
2013-03-11 | replace fprintf with PRINT | don bright | |
2013-03-11 | fix crashbug 2d resize. add 2d tests. print offscreen warning better. | don bright | |
2013-03-11 | Merge branch 'master' of /Users/kintel/code/OpenSCAD/clang/../openscad | Marius Kintel | |
2013-03-11 | Qt fixes for clang | Marius Kintel | |
2013-03-11 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel | |
Conflicts: openscad.pro | |||
2013-03-11 | Somehow MACOSX_DEPLOYMENT_TARGET cannot be lower then 10.6 without ↵ | Marius Kintel | |
developing on old boxes | |||
2013-03-11 | move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). also | don bright | |
move ZRemover code to cgalutils, also cleanup SVG code | |||
2013-03-10 | test output for resize() | don bright | |
2013-03-10 | beginning of resize() command implementation. | don bright | |
2013-03-09 | Merge pull request #300 from openscad/cgal-boost-linux | donbright | |
Disable use of multithreaded boost libs when building CGAL to ensure it ... | |||
2013-03-09 | Disable use of multithreaded boost libs when building CGAL to ensure it ↵ | Marius Kintel | |
finds our libraries instead of the system libraries |