Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-27 | Merge pull request #328 from openscad/issue116 | Marius Kintel | |
Issue116 | |||
2013-04-27 | Merge branch 'master' into issue116 | Marius Kintel | |
2013-04-27 | sync | Marius Kintel | |
2013-04-27 | Merge pull request #326 from openscad/issue217 | Marius Kintel | |
Issue217 | |||
2013-04-26 | Gave up on tabs. The only change is indentation | Marius Kintel | |
2013-04-24 | Merge branch 'master' into issue116 | Marius Kintel | |
2013-04-24 | Merge branch 'master' into issue217 | Marius Kintel | |
2013-04-22 | Better OX version check | Marius Kintel | |
2013-04-22 | Build 32-bit binaries only in deployment mode | Marius Kintel | |
2013-04-22 | We cannot target 10.5 while building on Mountain lion due to a compiler/sdk ↵ | Marius Kintel | |
incompatibility. This should fix the build error by selecting 10.6 as a build target. Fixes #335 | |||
2013-04-20 | accept 'layername' and 'filename' in import, WARNING deprecation | don bright | |
2013-04-20 | fix eigen2 building bug rept by Roland Hieber | don bright | |
2013-04-19 | Tag search failures as warnings | Marius Kintel | |
2013-04-19 | Update README.md | Marius Kintel | |
2013-04-19 | Merge branch 'master' into issue116 | Marius Kintel | |
2013-04-19 | Added bugfix hints. Related to #116 | Marius Kintel | |
2013-04-19 | Merge branch 'master' of github.com:openscad/openscad | don bright | |
2013-04-19 | fix bug report in clang detect reported by Marius Kintel | don bright | |
2013-04-18 | Merge branch 'master' into issue116 | Marius Kintel | |
2013-04-18 | Merge branch 'master' into issue116 | Marius Kintel | |
2013-04-18 | Cleaned up argument list handling, related to #116 | Marius Kintel | |
2013-04-18 | Test old parameter names for import | Marius Kintel | |
2013-04-17 | Added missing highlighting of some special variables | Marius Kintel | |
2013-04-16 | Reinstate recursion guard to new context handling, fixes the last known ↵ | Marius Kintel | |
subissue of #116 and #328 | |||
2013-04-14 | fix bug in cmake file cgal-flags when using clang | Don Bright | |
2013-04-14 | add curl and imagemagick to get-dependency script for linux | Don Bright | |
2013-04-12 | Merge branch 'noqt' | Marius Kintel | |
2013-04-10 | Merge branch 'noqt' into testing | Marius Kintel | |
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' of github.com:openscad/openscad | 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 | Print warning in import() if OFF file is not found | Marius Kintel | |
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-21 | backport to boost 1.37. improve dependency build for older lib versions | don bright | |
including the requirement of symlink to $DEPLOYDIR/include/boost if boost is so old that it uses version numbers in the path name | |||
2013-03-18 | Merge pull request #311 from openscad/resize5 | Marius Kintel | |
Resize5 | |||
2013-03-17 | Updated dependencies | Marius Kintel | |