Age | Commit message (Expand) | Author |
2012-08-18 | Lion compile fix | Marius Kintel |
2012-08-18 | Make OS checks independent of Qt | Marius Kintel |
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 |
2012-07-23 | remove debugging statements | don bright |
2012-07-23 | debugging and rearranging to find issue | don bright |
2012-07-21 | fix OpenCSG Warning bug where slots were not connected | don bright |
2012-07-20 | cgal 4.0.2 has a bugfix re clang and gcc 4.7 ( issue #117 ) | don bright |
2012-07-20 | fix typo | don bright |
2012-07-20 | fix crashbug, rept by MichaelAtOz, issue 148. add test. | don bright |
2012-07-15 | fix bugs in build | don bright |
2012-07-15 | Merge branch 'master' of github.com:openscad/openscad | Marius Kintel |
2012-07-15 | Add timestamp to cache key for modules importing files. Fixes #141 | Marius Kintel |
2012-07-15 | Don't use grabMouse() and setFocus(). Attempt to fix #53 | Marius Kintel |
2012-07-13 | improve wording of CGAL warning + env var warning | don bright |
2012-07-13 | check versions of libraries at compile time - warn users. fix FIXME in opensc... | don bright |
2012-07-11 | port to new value class after merge | Marius Kintel |
2012-07-11 | Merge branch 'master' into value | Marius Kintel |
2012-07-07 | coding style | Marius Kintel |
2012-07-07 | Merge branch 'master' into linear_extrude_argument | Marius Kintel |
2012-07-05 | Merge branch 'master' into value | Marius Kintel |
2012-07-01 | Add link to Wikibooks manual for 'not 2-manifold' error on export. | don bright |
2012-07-01 | Fixed normalization bug: node limit wasn't checked properly and some cases tr... | Marius Kintel |
2012-06-24 | Search for libraries from a list of paths. Preparations for issue #125 | Marius Kintel |
2012-06-23 | Output filenames relative to document path when exporting .csg files from the... | Marius Kintel |
2012-06-04 | Merge branch 'master' into value | Marius Kintel |
2012-06-04 | Don't prefix filenames which are already absolute with document path. Fixed #123 | Marius Kintel |
2012-06-04 | Merge branch 'master' into caliston1 | Marius Kintel |
2012-06-02 | fix glview to work with QT versions less than 4.7 | don bright |
2012-05-28 | tweaks, add more documentation, fix opencsg.h bug | don bright |