Age | Commit message (Expand) | Author |
2011-09-08 | fixed merge conflict | Marius Kintel |
2011-09-08 | fixed merge conflict | Marius Kintel |
2011-09-08 | fixed merge conflict | Marius Kintel |
2011-09-08 | merged with master | Marius Kintel |
2011-09-08 | Catch a non-simple polyhedron before export as this crashes CGAL | Marius Kintel |
2011-09-08 | bugfix: empty renderer wasn't initialized. caused a crash | Marius Kintel |
2011-09-08 | Killed some warnings | Marius Kintel |
2011-09-08 | bugfix: Empty renderer was uninitialized, caused a crash | Marius Kintel |
2011-09-08 | Assert on unknown operation, be safe and kill a warning | Marius Kintel |
2011-09-08 | Killed some warnings | Marius Kintel |
2011-09-07 | Partially removed Qt dependency | Marius Kintel |
2011-09-07 | Export STL as doubles, as an experiment. Seems to fix some issues with importing | Marius Kintel |
2011-09-07 | typo | Marius Kintel |
2011-09-07 | bugfix: context got lost dugin a recent refactoring job | Marius Kintel |
2011-09-07 | Updated tests to reflect recently changed import behavior | Marius Kintel |
2011-09-07 | Implemented OFF import, refactored PolySet/Polyhedron conversion | Marius Kintel |
2011-09-07 | Implemented OFF export | Marius Kintel |
2011-09-07 | bugfix: removed dubious code for auto-unioning every PolyNode, this caused a ... | Marius Kintel |
2011-09-07 | Better 2d/3d test for projection | Marius Kintel |
2011-09-06 | bugfix: typo in last commit | Marius Kintel |
2011-09-06 | Added support for an untyped import() module, deprecating the explicitly type... | Marius Kintel |
2011-09-06 | Fixed another projection() crash bug; only 3D children | Marius Kintel |
2011-09-06 | Deprecated dxf_linear_extrude(), dxf_rotate_extrude() and the file parameters... | Marius Kintel |
2011-09-06 | bugfix: fixed crash bugs on empty projection() | Marius Kintel |
2011-09-06 | bugfix: fixed crash bugs on empty or 3D child list of linear_extrude() and ro... | Marius Kintel |
2011-09-06 | Implemented 2D hull | Marius Kintel |
2011-09-06 | projection() now works | Marius Kintel |
2011-09-06 | Implemented render() | Marius Kintel |
2011-09-06 | Killed some warnings | Marius Kintel |
2011-09-06 | bugfix: When canceling the file open dialog, don't open a new window | Marius Kintel |
2011-09-06 | Fixes crash bug reported by Brad Pitcher | Marius Kintel |
2011-09-06 | Fixes crash bug reported by Brad Pitcher | Marius Kintel |
2011-09-06 | minkowski sums should now work again | Marius Kintel |
2011-09-05 | Reenabled minkowski sums | Marius Kintel |
2011-09-05 | bugfixes: Don't iterate over empty for loops, don't iterate over for loops wi... | Marius Kintel |
2011-09-05 | removed Qt foreach | Marius Kintel |
2011-09-04 | Implemented support for for() with scalar argument, e.g. for (i=23) echo(i) | Marius Kintel |
2011-09-04 | bugfix: context mixup after last foreach fix | Marius Kintel |
2011-09-04 | Ported use for Qt's foreach to BOOST_FOREACH | Marius Kintel |
2011-09-04 | QList -> std::vector | Marius Kintel |
2011-09-04 | Removed dependency on Qt from control module | Marius Kintel |
2011-09-03 | Filename case fix | Marius Kintel |
2011-09-03 | Filename case fix | Marius Kintel |
2011-09-03 | Added handle_dep sources | Marius Kintel |
2011-09-03 | Extracted handle_dep() to separate source file | Marius Kintel |
2011-09-03 | Got rid of more Qt dependencies | Marius Kintel |
2011-09-03 | De-Qt-ification continues, almost done with DxfData | Marius Kintel |
2011-09-03 | Some cleanup of the Context class | Marius Kintel |
2011-09-03 | killed warnings | Marius Kintel |
2011-09-03 | killed warnings | Marius Kintel |