Commit Graph

2759 Commits (b16c24fb2888d932ec035fff27cb29b4ffbc256b)

Author SHA1 Message Date
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 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
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
Marius Kintel 398b44c82a Merge pull request #311 from openscad/resize5
Resize5
2013-03-18 12:04:04 -07: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 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
Marius Kintel 40d9ffe6a4 Changed redeclaration of assignment so that the last declaration defines the order. This hopefully fixes the confusing error message discussed on the mailing list nov 27-30 (Variable bug) 2013-03-11 17:54:49 -04:00
Marius Kintel adb16cb7dd Expected files for recently added tests 2013-03-11 17:54:00 -04:00
Marius Kintel be645d8a54 Small generalization of cmd-line test driver. Added tests for image output and camera settings for the OpenSCAD app 2013-03-11 16:12:35 -04:00
don bright 1726c26518 fix bug 2013-03-11 13:30:40 -05:00
don bright 6d3089032c allow resize's autosize to apply to individual dimensions 2013-03-11 12:00:15 -05:00
don bright 8bf53bc019 replace fprintf with PRINT 2013-03-11 11:02:01 -05:00
don bright 4e2965ac17 fix crashbug 2d resize. add 2d tests. print offscreen warning better. 2013-03-11 10:59:52 -05:00
Marius Kintel ee579894fd Merge branch 'master' of /Users/kintel/code/OpenSCAD/clang/../openscad 2013-03-11 10:24:58 -04:00
Marius Kintel 6a2967a1f4 Qt fixes for clang 2013-03-11 10:24:55 -04:00
Marius Kintel a1308a6a5e Merge branch 'master' of github.com:openscad/openscad
Conflicts:
	openscad.pro
2013-03-11 10:20:40 -04:00
Marius Kintel 20b2a709f9 Somehow MACOSX_DEPLOYMENT_TARGET cannot be lower then 10.6 without developing on old boxes 2013-03-11 10:19:27 -04:00
don bright 5559ae9a6a move transform from CGALEvaluator to Nef_polyhedron - reuse in resize(). also
move ZRemover code to cgalutils, also cleanup SVG code
2013-03-10 21:35:30 -05:00
don bright 33a54b52f2 test output for resize() 2013-03-09 20:36:35 -06:00
don bright 3cf6c24d83 beginning of resize() command implementation. 2013-03-09 20:28:43 -06:00
donbright e05bbaf5ea Merge pull request #300 from openscad/cgal-boost-linux
Disable use of multithreaded boost libs when building CGAL to ensure it ...
2013-03-09 12:25:15 -08:00
Marius Kintel 58e9eff236 Disable use of multithreaded boost libs when building CGAL to ensure it finds our libraries instead of the system libraries 2013-03-09 20:43:44 +01:00
Marius Kintel 65e65b6c4c Support cmake < 2.8.3 2013-03-09 13:05:07 -05:00
Marius Kintel 8711bd2500 Set preprocessor define for deployment builds. Don't include sparkle in development builds. Note: Development snapshots are considered deployment builds 2013-03-09 13:04:36 -05:00
Marius Kintel e868b4a5a1 Merge pull request #299 from openscad/testdriver-fix
Testdriver fix
2013-03-09 08:05:29 -08:00
don bright a7ee238a51 clarify error message when no image is generated 2013-03-09 09:58:54 -06:00