Commit Graph

5595 Commits (master)

Author SHA1 Message Date
Marius Kintel 21cce232bc #1203 Explicitly set icon to make sure windows systems correctly set up the icon 2015-03-20 00:40:55 -04:00
Marius Kintel 2ab649c226 Allow resizing the main window smaller than the status bar label. Fixes #1260 2015-03-14 19:23:31 -04:00
Marius Kintel 363b27a614 Patch level release checklist 2015-03-14 16:17:38 -04:00
Marius Kintel 99eae18713 Release notes doesn't currently change for patch level releases 2015-03-14 16:17:20 -04:00
Marius Kintel 9ef1717459 Conflicts:
openscad.pro
	scripts/publish-macosx.sh
	scripts/publish-mingw-x.sh
	scripts/release-common.sh
	tests/CMakeLists.txt
2015-03-14 16:17:07 -04:00
Marius Kintel 9660ba84a0 Merge remote-tracking branch 'origin/master' into c++11 2015-03-14 15:46:49 -04:00
Marius Kintel 064cf23887 #1258 Moved test to issues after fixing 2015-03-13 15:52:52 -04:00
Marius Kintel 4a9d2d321a Crashed attempting to access non-existing element. Fixes #1258 2015-03-13 15:45:40 -04:00
Marius Kintel f3e28ca8b4 #1258 Added testcase 2015-03-13 15:34:52 -04:00
Marius Kintel c2cb2377f5 Made Bezier code slightly more easy to read 2015-03-12 19:34:36 -04:00
Marius Kintel 72ca3c849d Removed unused code 2015-03-12 19:33:33 -04:00
Torsten Paul d2666c80ef Activate special icon for nightly builds (using SUFFIX=-nightly). 2015-03-13 00:08:26 +01:00
Marius Kintel 067eec8743 Merge remote-tracking branch 'origin/master' into c++11 2015-03-12 01:38:29 -04:00
Marius Kintel e78206d2aa Separate out std/stdlib flags since ragel doesn't currently build with C++11 2015-03-12 01:38:12 -04:00
Marius Kintel 0eb91e0549 Ignore leading and trailing whitespace when comparings dumps, makes diffs a lot easier to read 2015-03-12 00:24:27 -04:00
Marius Kintel 541352acad Removed use of deprecated rotate_extrude variant 2015-03-12 00:04:54 -04:00
Marius Kintel c10bc224e5 Merge pull request #1255 from prokoudine/master
Completed Russian translation of OpenSCAD
2015-03-11 23:58:37 -04:00
Alexandre Prokoudine ff829babab Fixed and updated the header of ru.po 2015-03-11 16:19:15 +03:00
Alexandre Prokoudine 6d9bcad1e7 Completed and fixed Russian translation 2015-03-11 16:15:28 +03:00
Marius Kintel 394cc15fba Merge remote-tracking branch 'origin/master' into c++11 2015-03-10 22:08:06 -04:00
Marius Kintel f7df0edd85 Nightly icons 2015-03-10 17:18:39 -04:00
Marius Kintel 5e46cb2ff8 Add snapshot to CONFIG for snapshot builds 2015-03-10 17:18:17 -04:00
Marius Kintel 26e5684d08 Enable nightly icon for Mac 2015-03-10 17:17:21 -04:00
Marius Kintel 3a3eb3b8b9 Added hyperair 2015-03-10 17:00:18 -04:00
Marius Kintel ca72a5ab5d Reverted version to master after release 2015-03-10 10:46:46 -04:00
Marius Kintel a7bf4fe69b Bumped version to 2015.03 2015-03-10 10:45:40 -04:00
Marius Kintel 71cc091c26 Upload release version in correct location 2015-03-10 10:44:01 -04:00
Marius Kintel 6a0658df22 #1252 merged Spanish translation 2015-03-10 10:43:30 -04:00
Marius Kintel 15a7d74b69 Updated test results after adding echo(version()) 2015-03-09 13:10:44 -04:00
Marius Kintel b23bebe434 Added license 2015-03-09 12:33:06 -04:00
Marius Kintel 653e3cb116 typo 2015-03-09 12:13:37 -04:00
Marius Kintel 891b484bdc Added assign() to deprecation list 2015-03-09 11:58:46 -04:00
Marius Kintel 4db81672ca Remove empty categories. Revert hardcoding of categories 2015-03-09 11:36:57 -04:00
Marius Kintel e7971b6a60 Revert "Hardcode example categories to make them easier to translate"
This reverts commit a4bbf2063b.
2015-03-09 11:24:13 -04:00
Marius Kintel 08b97429a9 Use correct links to release notes 2015-03-09 03:42:58 -04:00
Marius Kintel 2091e6532b various small updates 2015-03-09 02:50:05 -04:00
Marius Kintel c4f42011fc Disable test with z buffer tearing 2015-03-09 01:00:02 -04:00
Marius Kintel 061401ccfc sync 2015-03-09 00:00:26 -04:00
Marius Kintel 424f37e17b #1250 Don't tesselate convex polysets for rendering 2015-03-08 23:56:37 -04:00
Marius Kintel 3cda1c6f5a bboxes should be recalculated after transformations. We could filter out rotation transforms but this is easier for now 2015-03-08 23:56:21 -04:00
Marius Kintel df9a05e46c Ignore throwntogethertest_issue964 2015-03-08 22:46:53 -04:00
Marius Kintel f52061535e Updated test result; order of polygons changes 2015-03-08 20:56:30 -04:00
Marius Kintel 7d1962b95a wops, forgot to set the dirty bit in one place 2015-03-08 20:41:56 -04:00
Marius Kintel cc1f9e1353 quickfix: Increase parser stack depth to allow for larger designs 2015-03-08 19:36:30 -04:00
Marius Kintel 28b347065d Improved performance regression: create indexed polygon before tessellating, don't tessellate triangles 2015-03-08 19:35:20 -04:00
Marius Kintel 30f5343834 Optimization: Cache boundingbox, added append_poly with Polygon parameter 2015-03-08 19:32:10 -04:00
Marius Kintel 485edd57be doc 2015-03-08 19:29:24 -04:00
Marius Kintel 66835e1ef4 Only show verbose debug info when --debug is turned on 2015-03-08 17:35:30 -04:00
Marius Kintel 78f3c283b0 Updated test results after fixing zero clamp surface issue 2015-03-07 23:17:33 -05:00
Marius Kintel 393772d1f8 fixed a small remaining surface issue; z values weren't clamped to 0 2015-03-07 23:17:11 -05:00