summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-01-17fix truncation warningmeta
2011-01-17use QFileInfo instead of stat()meta
2011-01-17add C99 math for win32meta
2011-01-17rename to fix a name clash with inner scopemeta
2011-01-17rename to fix a name clash with inner scopemeta
2011-01-17replace stat() with QFileInfometa
2011-01-09Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵kintel
Lars Kruse git-svn-id: http://svn.clifford.at/openscad/trunk@588 b57f626f-c46c-0410-a088-ec61d464b74c
2010-12-25Suggest filename based on document name on exportMarius Kintel
2010-12-25merged with masterMarius Kintel
2010-12-25Output LWPOLYLINE objects instead of LINE for DXF export. Patch submitted by ↵Marius Kintel
Lars Kruse
2010-12-11Fix for when the included file doesn't exist. Needed because we will never ↵Giles Bathgate
get an EOF, and so never pop the stack.
2010-12-09Ported random function to visitor branchMarius Kintel
2010-12-09merged current masterMarius Kintel
2010-12-09Removed some unneeded cruft.Giles Bathgate
2010-12-03Added support for nested includes.Giles Bathgate
2010-11-30Improvement to lexing of strings don't use QString.replace, use the power of ↵Giles Bathgate
flex instead.
2010-11-17This adds support for escape sequences in strings e.g \t \n \r \" \\Giles Bathgate
2010-11-17Working state, still requires a show()Marius Kintel
2010-11-08Cosmetics, temporarily disabled preferences in GLViewMarius Kintel
2010-11-07COMPAT mode not needed anymoreMarius Kintel
2010-11-07Allow render_polyset() to return NULLMarius Kintel
2010-11-07Value::QVector -> std::vectorMarius Kintel
2010-11-07Refactored some QString usage in the backend to std::stringMarius Kintel
2010-11-06doc and cosmeticsMarius Kintel
2010-11-06Quick&Dirty locking of GUI to avoid running two compilations in parallelMarius Kintel
2010-11-03Fixed some issues with PolySetRenderer, causing e.g. extrusions to fail in ↵Marius Kintel
OpenCSG mode
2010-11-03Added note about when to includeMarius Kintel
2010-11-02TOK_NUMBER lexer improvement by Steven Dickkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@579 b57f626f-c46c-0410-a088-ec61d464b74c
2010-11-02Tag deprecation as suchkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@578 b57f626f-c46c-0410-a088-ec61d464b74c
2010-11-01cosmeticsMarius Kintel
2010-11-01Elusive CSG bug finally squashedMarius Kintel
2010-10-31fixed minor merge mistakeMarius Kintel
2010-10-31coding stylekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@575 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Added a rands() function that returns a vector of random numbers.kintel
the function takes either 3 arguments or 4 rands(min,max,num) or rands(min,max,num,seed) git-svn-id: http://svn.clifford.at/openscad/trunk@574 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Reverted accidental commitskintel
git-svn-id: http://svn.clifford.at/openscad/trunk@573 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31FIXME's added to AbstractNodekintel
git-svn-id: http://svn.clifford.at/openscad/trunk@572 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31Committed current version of visitor refactoringkintel
git-svn-id: http://svn.clifford.at/openscad/trunk@571 b57f626f-c46c-0410-a088-ec61d464b74c
2010-10-31bugfix: Matrix initialization state was wrong, made CSGTermRenderer failMarius Kintel
2010-10-31Improved CSGTermRenderer to a testable pointMarius Kintel
2010-10-31Reenabled CGAL renderingMarius Kintel
2010-10-31bugfix: copy&paste errorMarius Kintel
2010-10-31CSGTermRenderer refactor: minor updateMarius Kintel
2010-10-31Added AbstractNode::name(), changed CSGTextRenderer to use this instead of ↵Marius Kintel
the rtti name
2010-10-31CSGTermRenderer refactoring: Added matrix to traversal stateMarius Kintel
2010-10-31cosmeticsMarius Kintel
2010-10-31Started refactoring of render_csg_term() into a visitorMarius Kintel
2010-10-31assert fix (forgot to set root node on the tree) + mix. coding style fixes + ↵Marius Kintel
a note to remember that this is the visitor refactor version
2010-10-31Compile fixes after working in test-code/Marius Kintel
2010-10-31Export DXF to streamMarius Kintel
2010-10-31export to stream for stdout/stderr output supportMarius Kintel
contact: Jan Huwald // Impressum