summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-08-19Capitalize 'duplicate'don bright
2012-08-19fix print statementdon bright
2012-08-19print only a single warning about intersecting vertices at dxf tessellationdon bright
, instead of spamming it over and over. also mention that it might be due to intersecting lines, not just duplicate vertices (duplicate vertices being perhaps generated by cgal's tessellator when it deals with intersecting lines)
2012-08-19use the CGAL triangulation with intersections enabled. attempt to fix issue #159don bright
2012-08-18Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-08-18Lion compile fixMarius Kintel
2012-08-18Make OS checks independent of QtMarius Kintel
2012-08-18avoid compiler warning about unusued parameterdon bright
2012-08-18bugfix: default parameters should be in class declaration onlyMarius Kintel
2012-08-18Merge pull request #179 from openscad/issue176Marius Kintel
fix issue #176
2012-08-18detect flaws in 'use' and 'include' statements. make locate_file consider ↵don bright
directories as 'non files'.
2012-08-18maintain order of polygons in evaluateCGALMesh to fix issue 177. add option ↵don bright
to dump more info to csgchain
2012-08-16fix issue 174 by maintaining order of pointdata during dxf importdon bright
2012-08-13Merge pull request #169 from openscad/copyright_noticesMarius Kintel
Copyright notices
2012-08-13Merge pull request #173 from openscad/issue160Marius Kintel
Issue160
2012-08-09rearrange to check once at init, then use set variabledon bright
2012-08-09check if running under wine, then run swapbuffers() if sodon bright
2012-08-06fix issue160 by adding updateGL() call after 'f5' (opencsg)don bright
2012-08-05QT minimum version was incorrect and did not match README. fixing.Don Bright
2012-08-05add nsis to list of toolsdon bright
2012-08-04Add info to 'about' window with acknowledgements, etc.don bright
2012-08-04give Kintel and Wolf permission to alter the licensedon bright
2012-08-01change value so that ECHO works more like old Qstring.sprintfdon bright
2012-08-01fix broken mousewheel scrolling (bug introduced by ctrl-wheel-zoom feature)don bright
2012-07-27Merge pull request #150 from openscad/issue148Marius Kintel
Issue148
2012-07-26bugfix: 3D initializer was used for 2D Vector2dMarius Kintel
2012-07-24Merge branch 'master' of github.com:openscad/openscadMarius Kintel
Conflicts: scripts/linux-build-dependencies.sh
2012-07-24Merge pull request #155 from openscad/fontsize_saveMarius Kintel
Fontsize save
2012-07-23clarify commentdon bright
2012-07-23on control + mousewheel, zoomin/zoomout text (like firefox, IE, etc)don bright
2012-07-23remove debugging statementsdon bright
2012-07-23debugging and rearranging to find issuedon bright
2012-07-21fix OpenCSG Warning bug where slots were not connecteddon bright
2012-07-20cgal 4.0.2 has a bugfix re clang and gcc 4.7 ( issue #117 )don bright
2012-07-20fix typodon bright
2012-07-20fix crashbug, rept by MichaelAtOz, issue 148. add test.don bright
2012-07-15fix bugs in builddon bright
2012-07-15Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2012-07-15Add timestamp to cache key for modules importing files. Fixes #141Marius Kintel
2012-07-15Don't use grabMouse() and setFocus(). Attempt to fix #53Marius Kintel
2012-07-13improve wording of CGAL warning + env var warningdon bright
2012-07-13check versions of libraries at compile time - warn users. fix FIXME in ↵don bright
openscad.pro
2012-07-11port to new value class after mergeMarius Kintel
2012-07-11Merge branch 'master' into valueMarius Kintel
Conflicts: src/linearextrude.cc
2012-07-07coding styleMarius Kintel
2012-07-07Merge branch 'master' into linear_extrude_argumentMarius Kintel
2012-07-05Merge branch 'master' into valueMarius Kintel
Conflicts: src/parsersettings.cc
2012-07-01Add link to Wikibooks manual for 'not 2-manifold' error on export.don bright
2012-07-01Fixed normalization bug: node limit wasn't checked properly and some cases ↵Marius Kintel
triggered exponential expansion of nodes during normalization. Fixes #127
2012-06-24Search for libraries from a list of paths. Preparations for issue #125Marius Kintel
contact: Jan Huwald // Impressum