Commit Graph

3766 Commits (svg-export)

Author SHA1 Message Date
Torsten Paul f6129ffdb8 Add SVG export via command line. 2014-03-02 19:26:21 +01:00
Torsten Paul f84c5acada Add SVG export. 2014-03-02 19:26:17 +01:00
Marius Kintel e1623ab3e0 Merge branch 'master' into unstable 2014-02-23 15:49:50 -05:00
Marius Kintel bab951b344 Merge branch 'master' into unstable
Conflicts:
	src/CGALEvaluator.cc
	src/MainWindow.h
	src/MainWindow.ui
	src/import.cc
	src/mainwin.cc
	src/winconsole.c
	tests/CMakeLists.txt
2014-02-23 15:49:26 -05:00
Marius Kintel 2712465a1d Merge branch 'master' of github.com:openscad/openscad 2014-02-23 14:58:11 -05:00
Marius Kintel e9ace30cca Print error message if upload fails 2014-02-22 20:00:29 -05:00
Marius Kintel 6867c50003 Added fixme for release builds 2014-02-22 11:29:43 -05:00
Marius Kintel 00b584177d Merge pull request #668 from tim-caper/master
proper quotation of \" special case
2014-02-22 10:39:51 -05:00
Tim V. Shaporev 5024821991 proper quotation of \" special case 2014-02-22 12:55:04 +04:00
Marius Kintel bd14e4bab3 Inspired by #386, delete main windows on close 2014-02-21 02:09:30 -05:00
Marius Kintel 0b8929cf1c #665 support multiple open files with the same basename. Always clean up backups on window close 2014-02-21 00:02:09 -05:00
Marius Kintel 3e6f659990 Added failing test for #666 2014-02-20 01:04:04 -05:00
Marius Kintel 0575b9209c Merge pull request #663 from openscad/issue235
Issue235
2014-02-20 00:08:39 -05:00
Marius Kintel c9df4c0d26 Last #235 fix: Don't return empty PolySets, as they will be interpreted as 3D object later, causing a mixed 2D-3D error 2014-02-19 23:33:31 -05:00
Don Bright ff83978cf3 Merge branch 'issue235' of github.com:openscad/openscad into issue235 2014-02-19 05:27:36 -06:00
Don Bright d4b0a3ae50 Merge branch 'master' of github.com:openscad/openscad into issue235 2014-02-19 05:27:03 -06:00
Don Bright ccc782e39c fix failing tests per comments on github, make slightly more robust 2014-02-19 05:26:19 -06:00
Marius Kintel ed2ea087fb #665 Improve automatic backup: Only save if editor is dirty 2014-02-18 00:00:33 -05:00
Marius Kintel 22ac006f33 Editor hiding broke after adding the search panel. Fixes #664 2014-02-17 23:49:45 -05:00
Marius Kintel a4bbcda45e Merge branch 'master' into issue406 2014-02-17 22:44:59 -05:00
Marius Kintel 14dc012e2c Merge remote-tracking branch 'origin/master' into issue235 2014-02-17 22:19:47 -05:00
Marius Kintel 1aed4cfa47 Updated test to use children() instead of the deprecated child() 2014-02-17 22:19:31 -05:00
Don Bright 7b7a76a364 Merge branch 'master' of github.com:openscad/openscad into issue235 2014-02-17 20:34:53 -06:00
Don Bright 3a77956bdd Merge branch 'master' of github.com:openscad/openscad into issue406 2014-02-17 20:34:06 -06:00
Don Bright 464bdf4fc0 fix build problem 2014-02-17 20:30:43 -06:00
Marius Kintel 36cd62db80 Simple test of -D cmd-line parameter 2014-02-17 21:04:37 -05:00
Marius Kintel 09e2f1116f mac build fix: correctly link Cocoa to core libraries 2014-02-17 21:00:32 -05:00
Marius Kintel 3682c45263 bugfix: Return boolean from ModuleCache::evaluate() 2014-02-17 20:58:12 -05:00
Marius Kintel 702ad5c6f9 Merge branch 'master' of git://github.com/tim-caper/openscad into tim-caper-master 2014-02-17 20:56:17 -05:00
Marius Kintel 7bb18bae69 Revert "Backported 2e3729ab22 to master; redo assemblePath for Win. redo openscad.com to handle spaces in filenames"
This reverts commit 55192e46a4.
2014-02-17 20:53:09 -05:00
Don Bright 6326aab677 fix issue #235 2014-02-17 14:19:12 -06:00
Don Bright 838e80ae34 refactor + rehighlight only if we are no doing a reload (issue #406) 2014-02-17 13:19:42 -06:00
Marius Kintel d2024c12bb Merge pull request #656 from openscad/vector-norm-cross
Add vector norm() and cross().
2014-02-16 22:26:06 -05:00
Marius Kintel 8a23013af2 Merge pull request #655 from openscad/openscad-path-fix
Fix handling of platform specific path separator (fixes #651).
2014-02-16 22:25:39 -05:00
Torsten Paul 12b115e4b0 Add cross() function to calculate vector cross product. 2014-02-16 23:04:48 +01:00
Torsten Paul 990e2a472b Add test cases for norm(). 2014-02-16 22:47:55 +01:00
Steve Kelly e5d703bee3 Implement norm() function to find the length of a vector. 2014-02-16 22:11:47 +01:00
Torsten Paul 6839e613bf Fix handling of platform specific path separator (fixes #651). 2014-02-16 21:13:21 +01:00
Marius Kintel e66e1691a9 Manually set icon size, this should fix #640 2014-02-14 00:44:51 -05:00
Marius Kintel 78baae599b Adapted wil1471's pull request #385 to master 2014-02-13 00:15:35 -05:00
Marius Kintel ada0609b9c Bugfix: GUI stayed locked if CGAL compile failed 2014-02-13 00:06:48 -05:00
Marius Kintel dbaf1776d8 More comments to clarify #495 2014-02-11 01:33:06 -05:00
Marius Kintel 57ac24013e Added testcase for #112 2014-02-11 01:04:49 -05:00
Marius Kintel ec52c4e713 Added test for issue exporting volume with a cavity - #495 2014-02-11 01:04:27 -05:00
Marius Kintel 8d8518d128 Fixed issue 1 of #598: Auto-compile on subsequent File->Open 2014-02-10 19:17:39 -05:00
Marius Kintel 64eee477c7 Merge branch 'master' into export-menu 2014-02-10 13:34:19 -05:00
Marius Kintel 214fb779ac Merge branch 'master' of github.com:openscad/openscad 2014-02-10 13:30:57 -05:00
Torsten Paul 157bf75a9b Move Export menu entries to a sub-menu of the File menu (fixes #474). 2014-02-10 19:28:36 +01:00
Marius Kintel dcb0b53d11 Deprecated child() 2014-02-10 02:46:24 -05:00
Marius Kintel d64a0609fa #504 Updated example: child() -> children() 2014-02-10 02:40:54 -05:00