Commit Graph

2929 Commits (0041f3012d8a401c9e2750ed08fe4e5ce80eb4a9)

Author SHA1 Message Date
Marius Kintel 49a288cd34 Merge branch 'noqt' into testing 2013-04-10 14:28:51 -04:00
Marius Kintel fd9dd04f50 Print warnings on child index out of bounds 2013-04-09 20:19:29 -04:00
Marius Kintel 151593705f Disable context debug output 2013-04-09 01:04:36 -04:00
Marius Kintel 2018a1fb6a Added latest fixes 2013-04-09 01:04:22 -04:00
Marius Kintel a37813a899 Refactored context handling into using separate Module contexts and Eval contexts. This allows for recursive module calls, and cascading children. I believe this fixes issue #116 2013-04-09 00:28:16 -04:00
Marius Kintel b16c24fb28 diagram update 2013-04-09 00:26:04 -04:00
Marius Kintel 3307deee93 Added test for inner module variables 2013-04-08 22:41:28 -04:00
Marius Kintel 6de8896255 Merge branch 'master' of github.com:openscad/openscad 2013-04-05 16:37:18 -04:00
Marius Kintel 4f82bd21bb Merge branch 'master' into issue217 2013-04-05 01:30:40 -04:00
Marius Kintel 1b8b7aa5fa I think this should fix issue #217 2013-04-05 01:30:09 -04:00
Marius Kintel 7b5cd11cdc bugfix: If the test driver returned an error, it was ignored by the test script 2013-04-05 00:11:48 -04:00
don bright c7f83aa3e3 remove redundant code, root_node and absolute_root_node 2013-04-02 20:51:20 -07:00
Marius Kintel 56bf724ab4 Print warning in import() if OFF file is not found 2013-03-28 12:10:43 -04:00
don bright beff2b1f48 fix issue #324 crashes. add 'resize', {}. fix documentation 2013-03-27 19:49:48 -07:00
Marius Kintel d98518ef5a Reference issue #310 2013-03-25 01:31:54 -04:00
Marius Kintel 9e74528827 Merge branch 'master' of github.com:openscad/openscad 2013-03-24 20:52:57 -04:00
Marius Kintel fea2f82612 Merge branch 'master' of /Users/kintel/code/OpenSCAD/clang/../openscad 2013-03-24 20:52:24 -04:00
Marius Kintel a7709470d2 Merge pull request #317 from nico/retina
Make OpenSCAD look better on retina displays.
2013-03-23 13:04:32 -07:00
Nico Weber 894c9fe561 Make OpenSCAD look better on retina displays.
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-23 12:41:44 -07:00
Marius Kintel 8ea615c7cf Mention cmake dependency on Mac 2013-03-22 10:48:30 -03:00
don bright f242a7a693 backport to boost 1.37. improve dependency build for older lib versions
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-21 04:29:54 +01:00
Marius Kintel 398b44c82a Merge pull request #311 from openscad/resize5
Resize5
2013-03-18 12:04:04 -07:00
Marius Kintel d545a22726 Updated dependencies 2013-03-17 17:30:29 -05:00
Marius Kintel 3d9a7c91e0 Bumped mpfr to 3.1.2 2013-03-17 17:29:57 -05:00
Marius Kintel 3211e7f1e3 Merge pull request #313 from openscad/noqt_tweaks
Noqt tweaks
2013-03-17 15:27:29 -07:00
don bright 8e32cef0a8 more accurate help message 2013-03-17 12:29:02 -07:00
don bright 1949403689 boost s/b >=1.48 not >1.48 2013-03-17 11:58:53 -07:00
don bright f409424418 update to match Marius' version 2013-03-17 11:57:29 -07:00
don bright c8c749de18 fix some bugs in wrapper of canonical() 2013-03-17 11:21:15 -07:00
don bright 100b1733df backport boost functions to pre-1.48 2013-03-17 18:34:47 +01:00
don bright c855e4d043 Merge branch 'noqt' of ssh://ssh.github.com:443/openscad/openscad into noqt_tweaks 2013-03-16 21:56:01 +01:00
don bright 5edc8c57da update cmakelist for building tests in same dir as gui binary 2013-03-16 21:55:38 +01:00
don bright eb8772539c update test results 2013-03-16 13:34:47 -05:00
don bright c46fb24bf2 update regression test results 2013-03-16 13:18:10 -05:00
don bright 035f022e0a Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-16 13:07:21 -05:00
don bright 9891d8c86c fix 3d test bug, improve 2d test, update release note 2013-03-16 13:04:32 -05:00
Marius Kintel 5628a18f6a boostfs_relative_path was buggy, replaced with boostfs_uncomplete for now 2013-03-12 12:35:32 -04:00
Marius Kintel dccc039211 Got rid of remaining Qt dependencies. The test framework should now be Qt-free 2013-03-12 01:14:58 -04:00
Marius Kintel eb9139b34e sync 2013-03-12 01:13:59 -04:00
Marius Kintel 6b8a5e266c Handle files with non-ascii filenames. Only rudimentary tested. Fixes #113 #290 2013-03-11 22:14:00 -04:00
Marius Kintel 5f03fbee6b Merge branch 'master' of github.com:maandree/openscad into maandree-master 2013-03-11 21:07:49 -04:00
Marius Kintel 9899f75a25 Fixes problem where local changes are overwritten on automatic reload when included files has changed. Fixes #162 2013-03-11 21:05:53 -04:00
Marius Kintel 4b7fe104f0 sync 2013-03-11 21:03:34 -04:00
don bright 4fa2338b26 fix bug showed during circle test 2013-03-11 17:40:02 -07:00
don bright 7294d29789 Merge branch 'resize5' of github.com:openscad/openscad into resize5 2013-03-11 17:09:14 -07:00
don bright ea0bb94be9 Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-11 16:40:51 -07:00
don bright 40cd64042a Merge branch 'master' of github.com:openscad/openscad into resize5 2013-03-11 18:29:45 -05:00
don bright 79ce1e47d0 add new test results and updated versions of old ones 2013-03-11 17:59:02 -05:00
don bright fc257c9383 make resize of flat objects fail in the direction normal to the flat.
also fail on resize to negative size.
update tests
2013-03-11 17:23:53 -05:00
Marius Kintel d9c4b77942 Added test case for value reassignment issue. #289 2013-03-11 17:58:05 -04:00