Commit Graph

4414 Commits (c59d3aef79219d4f56b55bd22867c73b67dfd059)

Author SHA1 Message Date
Marius Kintel c59d3aef79 indentation 2014-08-22 13:42:23 -04:00
Marius Kintel 138d5bc57e Merge remote-tracking branch 'origin/master' into scintillaeditor
Conflicts:
	src/MainWindow.h
	src/Preferences.ui
	src/mainwin.cc
2014-08-22 12:59:10 -04:00
Marius Kintel acb7fe8e96 Don't export malformed triangles (< 3 unique vertices) 2014-08-21 17:08:11 -04:00
Marius Kintel 724fbbab5f Handle failure to convert cmd-line parameters to numbers. Fixes #908 2014-08-21 16:28:59 -04:00
Marius Kintel 51c43af4f4 #337 Enabled conversion directly from Nef polyhedron to PolySets, making us able to deal with more manifold corner cases 2014-08-21 13:20:32 -04:00
Marius Kintel 39fc1faee5 #584 updated expected image 2014-08-21 01:17:54 -04:00
Marius Kintel 8359c4ad6f #913 updated testcase result 2014-08-21 01:14:17 -04:00
Marius Kintel 54b9c90aef #913 Updated test cases 2014-08-21 00:19:35 -04:00
Marius Kintel 3e5df1a965 added missing file cgalutils-tess.cc 2014-08-20 11:43:12 -04:00
Marius Kintel 04ac48f21c #913 added testcase 2014-08-20 11:11:18 -04:00
Marius Kintel de6bcb1786 small reorg of cgalutils namespace 2014-08-19 22:02:08 -04:00
Marius Kintel 4f4bf2b0b8 #911 updated test image 2014-08-19 13:14:52 -04:00
Marius Kintel b8bbd6f842 The minkowski module needs to pass on any given convexity value. Fixes #911 2014-08-19 13:13:20 -04:00
Marius Kintel 377811123b #911 Added testcase 2014-08-18 20:03:26 -04:00
Marius Kintel 426d5b9de0 Added missing expected files, disabled export test added by mistake 2014-08-18 19:15:32 -04:00
Marius Kintel 4a1962cb84 #112 Updated test images, added export tests 2014-08-18 15:39:01 -04:00
Marius Kintel ce3b403c9b #337 Added more corner case tests from previous bugs 2014-08-18 01:50:33 -04:00
shaina7837 b54710404a minor code cleanup 2014-08-18 09:43:43 +05:30
Marius Kintel e975ac3808 #337 Added more export tests, added failing export tests, handle 2D examples, added empty-union test 2014-08-17 16:06:25 -04:00
Marius Kintel ac22552b84 Added correct expected image 2014-08-17 16:02:00 -04:00
Marius Kintel 9d79d90104 #337 bugfix: We exported inner surfaces instead of outer ones 2014-08-17 15:07:02 -04:00
Marius Kintel 11952c4c0c PRINT -> PRINTD 2014-08-17 13:58:48 -04:00
Marius Kintel 2631cf6430 Merge pull request #873 from openscad/builtin-chr
Built-in chr()
2014-08-17 12:44:29 -04:00
Marius Kintel 9a1074ebbc #703 Ignore faces with <3 vertices while checking for convexity. Fixes crash 2014-08-17 12:42:24 -04:00
Marius Kintel 207b56d0a4 #703 Don't try to export empty objects 2014-08-17 12:41:45 -04:00
Marius Kintel e8407afc6d #703 Don't try to export empty objects 2014-08-17 12:38:06 -04:00
Marius Kintel b073521aa8 Silence fallback lookup warnings 2014-08-17 12:06:59 -04:00
Marius Kintel be845d6444 #587 Reorganized some tests to better distinguish between 2D and 3D tests. Added DXF export tests 2014-08-17 11:17:35 -04:00
Marius Kintel c01ea899f1 Missed tagging of lwpolyline tests as 2D 2014-08-15 14:46:22 -04:00
Marius Kintel 97512818cf Missed tagging of projection-cut-tests as 2D 2014-08-15 14:41:50 -04:00
Marius Kintel 99fb4ecb34 Use the same test results for all STL/OFF export-import tests 2014-08-15 13:22:01 -04:00
Marius Kintel 6405456c8a Renamed CGAL_renderer to CGAL_OGL_Polyhedron for clarity 2014-08-15 13:04:34 -04:00
Marius Kintel 49749da7dd Updated expected image to pass DIFFPNG tests 2014-08-15 13:01:23 -04:00
Marius Kintel 99e41df4db doc 2014-08-15 12:13:04 -04:00
Marius Kintel 134a1b9706 Removed duplicate DIFFPNG section 2014-08-15 12:12:50 -04:00
shaina7837 91ed8723c3 font and size operations in preferences are working for qscintilla editor 2014-08-15 14:13:58 +05:30
Marius Kintel 717ff3b1ef forgot to add colormap class 2014-08-14 17:19:41 -04:00
Marius Kintel 5133984202 new test results 2014-08-14 17:17:18 -04:00
Marius Kintel e70bc04197 Colormap functionality from pull request #816, mostly by Don Bright, includes new colormaps by shaina 2014-08-14 17:16:24 -04:00
Marius Kintel c5050b03b7 fontconfig check by Don Bright 2014-08-13 23:32:27 -04:00
Marius Kintel 5c3cfa4e98 Make real-time find work 2014-08-13 18:58:59 -04:00
Marius Kintel a25f02780e #879 Fix forward/backward search in the scintilla editor 2014-08-13 18:52:01 -04:00
Marius Kintel cfb2f350c8 Merge remote-tracking branch 'origin/master' into scintillaeditor 2014-08-13 16:57:15 -04:00
shaina7837 fbc13a7456 added generic function in editor interface 2014-08-13 21:29:56 +05:30
shaina7837 1ef69bb940 indent/unindent comment/uncomment menu items removed when scintilla editor is on 2014-08-11 20:09:50 +05:30
Torsten Paul eabd27dd92 Merge pull request #906 from openscad/text-fixes-5
Change FontDialog button to do "copy to clipboard".
2014-08-10 21:27:54 +02:00
Torsten Paul 0760103ac7 Change FontDialog button to do "copy to clipboard". 2014-08-10 20:40:43 +02:00
Marius Kintel e9edb69603 Some adjustment of default color scheme 2014-08-10 00:56:04 -05:00
Marius Kintel 50bf202df1 Merge branch 'master' of github.com:openscad/openscad 2014-08-09 23:15:30 -05:00
Marius Kintel 2bb08b41a7 Attempted to summarize changes in master 2014-08-09 23:15:13 -05:00