summaryrefslogtreecommitdiff
path: root/src/lib/VSDXParser.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Added support for simple colored shadows.Valek Filippov1-1/+1
2011-07-20Correct overkeen inplace editingFridrich Štrba1-1/+1
2011-07-20Don't use two xform structs since TxtXForm is XForm with flipX and flipY falseFridrich Štrba1-1/+1
2011-07-20Dummy TxtXForm parsing, initial text rotation.Valek Filippov1-0/+1
2011-07-18Read UTF16 in version 11 and 8-byte string in version 6Fridrich Štrba1-1/+2
2011-07-18put text after geometries in the shapeFridrich Štrba1-0/+4
2011-07-16Initial text implementationTibby Lickle1-0/+1
2011-07-12Incomplete re-orginisation of Shape Data parsingTibby Lickle1-2/+0
2011-07-12prefix member variables by m_ for easy readingFridrich Štrba1-1/+1
2011-07-11Process shape data for NURBS and polylines.Tibby Lickle1-0/+4
2011-07-08Assure to receive geometries after the shape data in the collectorFridrich Štrba1-2/+3
2011-07-06Initial polyline support.Tibby Lickle1-0/+1
2011-07-06Now even the version 6 parser does not hangFridrich Štrba1-1/+1
2011-07-06Disable v6 NURBS to pass regression tests.Tibby Lickle1-1/+1
2011-07-06Initial NURBS implementation (not complete)Tibby Lickle1-0/+1
2011-07-01Get the order of shapes on a page out of the first pass to the secondFridrich Štrba1-2/+6
2011-06-30And make valgrind happilly green againFridrich Štrba1-2/+7
2011-06-30Get version 6 support for ~freeFridrich Štrba1-2/+8
2011-06-30Reorder the geometries of the geometry list already in parserFridrich Štrba1-0/+3
2011-06-28Read shape lists for draw orderTibby Lickle1-0/+1
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba1-2/+2
2011-06-27Simplify the chunk parserFridrich Štrba1-1/+1
2011-06-27Process data in the Collector classesFridrich Štrba1-35/+1
2011-06-24Starting to work on the collector classesFridrich Štrba1-42/+5
2011-06-24Whitespace cleanup to correspond to Eilidh's coding styleFridrich Štrba1-1/+1
2011-06-24Moving things to the WPXParser classFridrich Štrba1-2/+41
2011-06-24prototype 2 passesFridrich Štrba1-0/+2
2011-06-24Extract reading of fill & shadow and geom list into separate functionsFridrich Štrba1-0/+4
2011-06-24Extract readEllipse and readLine to separate functionsFridrich Štrba1-16/+21
2011-06-24extract reading of foreign data to a separate functionFridrich Štrba1-0/+3
2011-06-24move handling of Elliptical arc to a separate functionFridrich Štrba1-0/+16
2011-06-23Silence a load of warningsFridrich Štrba1-0/+3
2011-06-23Join the handlers of shape and of foreign dataFridrich Štrba1-0/+2
2011-06-21Fix Ellipse shape + implement page scalingFridrich Štrba1-1/+2
2011-06-21Prototype reordering of complex geometriesFridrich Štrba1-0/+1
2011-06-17Prototype the group XForm transformationsFridrich Štrba1-1/+2
2011-06-16Some refactoring openning way to reordering of drawing commandsFridrich Štrba1-0/+4
2011-06-15Extract some more data members to the base classFridrich Štrba1-0/+3
2011-06-15Extract some data structures to the base classFridrich Štrba1-0/+17
2011-05-30Split v6 and v11 parsers into separate filesTibby Lickle1-18/+0
2011-05-26VSD 6 and 11 parsers read in and decompress trailerTibby Lickle1-2/+2
2011-05-26Skeleton VSDXParser with VSD6Parser and VSD11ParserTibby Lickle1-0/+62