summaryrefslogtreecommitdiff
path: root/src/lib/VSD11Parser.h
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Added support for simple colored shadows.Valek Filippov1-0/+1
2011-07-18Read UTF16 in version 11 and 8-byte string in version 6Fridrich Štrba1-0/+1
2011-07-06Now even the version 6 parser does not hangFridrich Štrba1-1/+0
2011-07-06Disable v6 NURBS to pass regression tests.Tibby Lickle1-0/+1
2011-07-01Get the order of shapes on a page out of the first pass to the secondFridrich Štrba1-1/+0
2011-06-30And make valgrind happilly green againFridrich Štrba1-0/+4
2011-06-30Get version 6 support for ~freeFridrich Štrba1-9/+0
2011-06-27Try to simplify the stream parsers tooFridrich Štrba1-4/+0
2011-06-27Simplify the chunk parserFridrich Štrba1-5/+0
2011-06-27Process data in the Collector classesFridrich Štrba1-1/+1
2011-06-24Use the m_collector member variableFridrich Štrba1-2/+1
2011-06-24Starting to work on the collector classesFridrich Štrba1-0/+1
2011-06-24Moving things to the WPXParser classFridrich Štrba1-37/+1
2011-06-24prototype 2 passesFridrich Štrba1-0/+3
2011-06-24initialize member variables + return failure if unable to get chunk headerFridrich Štrba1-1/+1
2011-06-24Extract reading of page properties in a separate functionFridrich Štrba1-0/+1
2011-06-24Use stream by pointer and not by reference in VSD11ParserFridrich Štrba1-9/+9
2011-06-24Extract reading of XForm data, Foreign Type and shape Id into separate functionsFridrich Štrba1-2/+3
2011-06-24extract reading of Geometry, MoveTo, LineTo and ArcTo to separate functionsFridrich Štrba1-0/+5
2011-06-24Extract reading of fill & shadow and geom list into separate functionsFridrich Štrba1-0/+2
2011-06-24Extract readEllipse and readLine to separate functionsFridrich Štrba1-11/+13
2011-06-24extract reading of foreign data to a separate functionFridrich Štrba1-0/+1
2011-06-24move handling of Elliptical arc to a separate functionFridrich Štrba1-13/+3
2011-06-23Silence a load of warningsFridrich Štrba1-1/+1
2011-06-23Join the handlers of shape and of foreign dataFridrich Štrba1-0/+1
2011-06-23Unify Group and Shape functionsFridrich Štrba1-1/+0
2011-06-22Use #RRGGBB notation of colours since it is the only notation both svg and od...Fridrich Štrba1-0/+2
2011-06-19Store colour paletteTibby Lickle1-0/+11
2011-06-17Some more XForm transformationFridrich Štrba1-0/+1
2011-06-16Add support for flipping of shapesFridrich Štrba1-0/+1
2011-06-16Some refactoring openning way to reordering of drawing commandsFridrich Štrba1-0/+1
2011-06-15Extract some common things into a helper functionFridrich Štrba1-0/+2
2011-06-15Initial group parsing addedTibby Lickle1-1/+2
2011-06-15Added support for shape rotationTibby Lickle1-0/+1
2011-06-15Extract some more data members to the base classFridrich Štrba1-4/+0
2011-06-14Put foreign data parsing in its own functionTibby Lickle1-2/+2
2011-06-14Store current page height and width as member variablesTibby Lickle1-6/+3
2011-06-14Put shape parsing in its own methodTibby Lickle1-1/+11
2011-06-10Made chunk header parsing separate to avoid code duplicationTibby Lickle1-0/+14
2011-06-10Added more flexible chunk type handling to v11Tibby Lickle1-3/+8
2011-06-03be sure that each started page is endedFridrich Štrba1-0/+2
2011-06-03Added WPXPaintInterface calls for pagesTibby Lickle1-3/+3
2011-06-01Buggy implementation of Pages/Page stream handlingTibby Lickle1-0/+8
2011-05-30Split v6 and v11 parsers into separate filesTibby Lickle1-0/+43