summaryrefslogtreecommitdiff
path: root/src/lib/VSDXGeometryList.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Some more integer width related stuffFridrich Štrba1-4/+4
2011-09-16Trying to make a bit order with integer types' widthFridrich Štrba1-2/+2
2011-09-16Fix some Windows (MSVC 2008) warningsFridrich Štrba1-1/+1
2011-09-03Some support for splinesFridrich Štrba1-0/+1
2011-09-03Signal to the collector the end of splineFridrich Štrba1-0/+10
2011-09-03Reading and passing to collector the splinestart and splineknotFridrich Štrba1-0/+61
2011-09-03Handle stencils with reordered geometriesFridrich Štrba1-0/+3
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+22
2011-08-20Copy/paste Tybby's fix for PolylineTo in Stencils to NURBSTo.Valek Filippov1-16/+0
2011-08-19Fix polylines that need data from stencilTibby Lickle1-24/+2
2011-08-18Fix stencil elliptical arcs.Tibby Lickle1-0/+2
2011-08-10Partial implementation of stencil shape output (segfaults)Tibby Lickle1-2/+3
2011-08-08Add proper copy constructors and operators= to VSDXCharacterList and VSDXGeom...Fridrich Štrba1-0/+16
2011-08-03Allow cloning of VSDX{Character,Geometry}ListElementsFridrich Štrba1-0/+80
2011-07-18put text after geometries in the shapeFridrich Štrba1-22/+0
2011-07-16Initial text implementationTibby Lickle1-0/+21
2011-07-12Push the geometries in right order and use shape data when neededFridrich Štrba1-2/+2
2011-07-12Infrastructure to move the shape-data logic from parser to collectorFridrich Štrba1-10/+58
2011-07-06Initial polyline support.Tibby Lickle1-0/+23
2011-07-06Initial NURBS implementation (not complete)Tibby Lickle1-0/+27
2011-07-04Trying to get the group transformations rightFridrich Štrba1-6/+6
2011-06-30Reorder the geometries of the geometry list already in parserFridrich Štrba1-6/+41
2011-06-29Infrastructure for reordering GeomList elements while parsingFridrich Štrba1-0/+177