summaryrefslogtreecommitdiff
path: root/src/lib/VSDXParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-03Reading and passing to collector the splinestart and splineknotFridrich Štrba1-0/+44
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+22
2011-08-27Draw background pagesFridrich Štrba1-0/+1
2011-08-27Read and collect background and current page idsFridrich Štrba1-1/+13
2011-08-22Use text stylesTibby Lickle1-13/+4
2011-08-19Use stencil group geometryTibby Lickle1-0/+2
2011-08-18Fix stencil elliptical arcs.Tibby Lickle1-9/+0
2011-08-17Try to allocate on the heap as little as possibleFridrich Štrba1-53/+38
2011-08-17Trying to diminish the count of memory leaksFridrich Štrba1-1/+5
2011-08-15Fix stencil shape memory leakTibby Lickle1-0/+1
2011-08-15Fix stencil foreign data misplacementTibby Lickle1-1/+1
2011-08-15Read in stencil foreign data correctlyTibby Lickle1-11/+18
2011-08-13Fix missing stencil polylinesTibby Lickle1-0/+1
2011-08-12Another EOS Exception fixTibby Lickle1-1/+2
2011-08-12Fix problem with end of stream exceptions.Tibby Lickle1-19/+24
2011-08-12Fix crash and prefix by m_ member variable for easier readingFridrich Štrba1-33/+33
2011-08-12Initial stencil image implementationTibby Lickle1-4/+94
2011-08-11Store stencil ShapeData for NURBS and polylinesTibby Lickle1-2/+24
2011-08-11Add polylines and nurbs support to stencil shapesTibby Lickle1-9/+39
2011-08-11Handle stencil shapes with multiple geometry listsTibby Lickle1-8/+9
2011-08-11Use styles and stylesheets specified by stencil shapesTibby Lickle1-5/+26
2011-08-10unbreak debug buildFridrich Štrba1-1/+1
2011-08-10Partial implementation of stencil shape output (segfaults)Tibby Lickle1-2/+2
2011-08-10Parse stencil IDs for shapesTibby Lickle1-2/+6
2011-08-10Read stencil data into structuresTibby Lickle1-13/+91
2011-08-09Parse stencil-related streamsTibby Lickle1-2/+109
2011-08-08Use fill and shadow styles.Tibby Lickle1-2/+6
2011-08-05Collect line style from stylesheetsTibby Lickle1-0/+20
2011-08-05Fixed style reference orderTibby Lickle1-2/+2
2011-08-05Pass stylesheets to content collector.Tibby Lickle1-3/+11
2011-08-05Added stylesheet to collectorTibby Lickle1-0/+17
2011-08-04Added styles stream handler to parserTibby Lickle1-1/+32
2011-07-23Fix an infinite loopFridrich Štrba1-0/+2
2011-07-23Reorder streams to read FontFaces before pages.Valek Filippov1-14/+25
2011-07-23Initial Font family support (works in ver6 only at the moment).Valek Filippov1-3/+47
2011-07-22Initial text format (bold, italic, size) support for v11libvisio-0.0.3Tibby Lickle1-93/+6
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-2/+6
2011-07-22Some whitespace cleanup to make git hooks happyFridrich Štrba1-7/+7
2011-07-22Added support for simple colored shadows.Valek Filippov1-14/+0
2011-07-22Fix some warnings about shadowed variablesFridrich Štrba1-10/+10
2011-07-20Add line caps/join.Valek Filippov1-1/+3
2011-07-20Add transparency for gradientsValek Filippov1-3/+4
2011-07-20Added Fill and Line transparencyValek Filippov1-2/+3
2011-07-20Correct overkeen inplace editingFridrich Štrba1-3/+3
2011-07-20Don't use two xform structs since TxtXForm is XForm with flipX and flipY falseFridrich Štrba1-4/+4
2011-07-20Dummy TxtXForm parsing, initial text rotation.Valek Filippov1-0/+24
2011-07-19Fix regression in text handlingFridrich Štrba1-3/+3
2011-07-18Read UTF16 in version 11 and 8-byte string in version 6Fridrich Štrba1-25/+96
2011-07-18put text after geometries in the shapeFridrich Štrba1-4/+36
2011-07-16Initial text implementationTibby Lickle1-0/+21