Age | Commit message (Expand) | Author |
2012-08-28 | Merge pull request #190 from openscad/colorwarn | Marius Kintel |
2012-08-23 | compile fix, boost>=1.44 can use boost filesystem v3 | don bright |
2012-08-22 | color>1.0 warning (color([255,0,0]) per Joel Bodenmann rept to mail list | don bright |
2012-08-22 | bugfix: There is a bug in the stdc++ library on Mac OS 10.5 which messes up s... | Marius Kintel |
2012-08-22 | Bugfix: rotate() with a vector argument with less that 3 elements used uninit... | Marius Kintel |
2012-08-22 | Extracted the about box contents to an external file for easier editing | Marius Kintel |
2012-08-22 | Compile fix for eigen3 | Marius Kintel |
2012-08-22 | minor code compacting | Marius Kintel |
2012-08-22 | Merge pull request #186 from openscad/issue185 | Marius Kintel |
2012-08-21 | clarify warning message | don bright |
2012-08-20 | improve test scad | don bright |
2012-08-20 | dont crash if there's infinity or NaN in transformation matrix | don bright |
2012-08-19 | rewrite Eigen detection in CMakelists. cleanup files for pull request. | don bright |
2012-08-19 | cleanup for pull request | don bright |
2012-08-19 | Merge branch 'master' of github.com:openscad/openscad into eigen3 | don bright |
2012-08-19 | Revert "Revert "Revert "more debug""" | don bright |
2012-08-19 | Revert "Revert "more debug"" | don bright |
2012-08-19 | Revert "more debug" | don bright |
2012-08-19 | more debug | don bright |
2012-08-19 | debugging failed test: throwntogethertest polygons | don bright |
2012-08-19 | update eigen version in README. dont use alignment in dxfdata vector. | don bright |
2012-08-18 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2012-08-18 | Lion compile fix | Marius Kintel |
2012-08-18 | Make OS checks independent of Qt | Marius Kintel |
2012-08-18 | modify build system to auto-detect eigen3, and fallback to eigen2 | don bright |
2012-08-18 | more eigen3 fixes. | don bright |
2012-08-18 | initial rework to enable eigen3 per issue #174. | don bright |
2012-08-18 | avoid compiler warning about unusued parameter | don bright |
2012-08-18 | bugfix: default parameters should be in class declaration only | Marius Kintel |
2012-08-18 | Merge pull request #179 from openscad/issue176 | Marius Kintel |
2012-08-18 | detect flaws in 'use' and 'include' statements. make locate_file consider dir... | don bright |
2012-08-18 | maintain order of polygons in evaluateCGALMesh to fix issue 177. add option t... | don bright |
2012-08-16 | fix issue 174 by maintaining order of pointdata during dxf import | don bright |
2012-08-13 | Merge pull request #169 from openscad/copyright_notices | Marius Kintel |
2012-08-13 | Merge pull request #173 from openscad/issue160 | Marius Kintel |
2012-08-09 | rearrange to check once at init, then use set variable | don bright |
2012-08-09 | check if running under wine, then run swapbuffers() if so | don bright |
2012-08-06 | fix issue160 by adding updateGL() call after 'f5' (opencsg) | don bright |
2012-08-05 | QT minimum version was incorrect and did not match README. fixing. | Don Bright |
2012-08-05 | add nsis to list of tools | don bright |
2012-08-04 | Add info to 'about' window with acknowledgements, etc. | don bright |
2012-08-04 | give Kintel and Wolf permission to alter the license | don bright |
2012-08-01 | change value so that ECHO works more like old Qstring.sprintf | don bright |
2012-08-01 | fix broken mousewheel scrolling (bug introduced by ctrl-wheel-zoom feature) | don bright |
2012-07-27 | Merge pull request #150 from openscad/issue148 | Marius Kintel |
2012-07-26 | bugfix: 3D initializer was used for 2D Vector2d | Marius Kintel |
2012-07-24 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2012-07-24 | Merge pull request #155 from openscad/fontsize_save | Marius Kintel |
2012-07-23 | clarify comment | don bright |
2012-07-23 | on control + mousewheel, zoomin/zoomout text (like firefox, IE, etc) | don bright |