summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-27Fixes remaining dxfdim() issue from #217Marius Kintel
2013-04-26Modified parse to allow overloading of variables in local blocks. Also did ↵Marius Kintel
some minor cleanups while at it. Test cases missing
2013-04-26Re-added donb's patch for handling deprecated parameters to importMarius Kintel
2013-04-26Further refactoring of scope/context mechanisms. Mostly related to the new ↵Marius Kintel
FileContext class. Not quite there yet, but almost
2013-04-26Refactoring: Split out FileModule from Module, Added LocalScope renamed some ↵Marius Kintel
confusing 'evaluate' methods to 'instantiate', added FileContext (not yet used)
2013-04-26Refactored assignments and assignments_var into one componentMarius Kintel
2013-04-26Experiment: Lazy evaluation of argument lists in evaluation context. Allows ↵Marius Kintel
e.g. for loop variables to be dependent on each other
2013-04-26Gave up on tabs. The only change is indentationMarius Kintel
2013-04-24Merge branch 'master' into issue116Marius Kintel
2013-04-22Better OX version checkMarius Kintel
2013-04-22Build 32-bit binaries only in deployment modeMarius Kintel
2013-04-22We 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-20accept 'layername' and 'filename' in import, WARNING deprecationdon bright
2013-04-20fix eigen2 building bug rept by Roland Hieberdon bright
2013-04-19Tag search failures as warningsMarius Kintel
2013-04-19Update README.mdMarius Kintel
2013-04-19Merge branch 'master' into issue116Marius Kintel
2013-04-19Added bugfix hints. Related to #116Marius Kintel
2013-04-19Merge branch 'master' of github.com:openscad/openscaddon bright
2013-04-19fix bug report in clang detect reported by Marius Kinteldon bright
2013-04-18Merge branch 'master' into issue116Marius Kintel
2013-04-18Merge branch 'master' into issue116Marius Kintel
2013-04-18Cleaned up argument list handling, related to #116Marius Kintel
2013-04-18Test old parameter names for importMarius Kintel
2013-04-17Added missing highlighting of some special variablesMarius Kintel
2013-04-16Reinstate recursion guard to new context handling, fixes the last known ↵Marius Kintel
subissue of #116 and #328
2013-04-14fix bug in cmake file cgal-flags when using clangDon Bright
2013-04-14add curl and imagemagick to get-dependency script for linuxDon Bright
2013-04-12Merge branch 'noqt'Marius Kintel
2013-04-10Merge branch 'noqt' into testingMarius Kintel
2013-04-10Print warnings on child index out of boundsMarius Kintel
2013-04-09Disable context debug outputMarius Kintel
2013-04-09Added latest fixesMarius Kintel
2013-04-09Refactored 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-09diagram updateMarius Kintel
2013-04-09Added test for inner module variablesMarius Kintel
2013-04-05Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-04-05Merge branch 'master' into issue217Marius Kintel
2013-04-05I think this should fix issue #217Marius Kintel
2013-04-05bugfix: If the test driver returned an error, it was ignored by the test scriptMarius Kintel
2013-04-03remove redundant code, root_node and absolute_root_nodedon bright
2013-03-28Print warning in import() if OFF file is not foundMarius Kintel
2013-03-28fix issue #324 crashes. add 'resize', {}. fix documentationdon bright
2013-03-25Reference issue #310Marius Kintel
2013-03-25Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-03-25Merge branch 'master' of /Users/kintel/code/OpenSCAD/clang/../openscadMarius Kintel
2013-03-23Merge pull request #317 from nico/retinaMarius Kintel
Make OpenSCAD look better on retina displays.
2013-03-23Make 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-22Mention cmake dependency on MacMarius Kintel
2013-03-21backport to boost 1.37. improve dependency build for older lib versionsdon bright
including the requirement of symlink to $DEPLOYDIR/include/boost if boost is so old that it uses version numbers in the path name
contact: Jan Huwald // Impressum