summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-19Added bugfix hints. Related to #116Marius Kintel
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
2013-03-18Merge pull request #311 from openscad/resize5Marius Kintel
Resize5
2013-03-17Updated dependenciesMarius Kintel
2013-03-17Bumped mpfr to 3.1.2Marius Kintel
2013-03-17Merge pull request #313 from openscad/noqt_tweaksMarius Kintel
Noqt tweaks
2013-03-17more accurate help messagedon bright
2013-03-17boost s/b >=1.48 not >1.48don bright
2013-03-17update to match Marius' versiondon bright
2013-03-17fix some bugs in wrapper of canonical()don bright
2013-03-17backport boost functions to pre-1.48don bright
2013-03-16Merge branch 'noqt' of ssh://ssh.github.com:443/openscad/openscad into ↵don bright
noqt_tweaks
2013-03-16update cmakelist for building tests in same dir as gui binarydon bright
2013-03-16update test resultsdon bright
2013-03-16update regression test resultsdon bright
2013-03-16Merge branch 'master' of github.com:openscad/openscad into resize5don bright
2013-03-16fix 3d test bug, improve 2d test, update release notedon bright
2013-03-12boostfs_relative_path was buggy, replaced with boostfs_uncomplete for nowMarius Kintel
2013-03-12Got rid of remaining Qt dependencies. The test framework should now be Qt-freeMarius Kintel
2013-03-12syncMarius Kintel
2013-03-12Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290Marius Kintel
contact: Jan Huwald // Impressum