summaryrefslogtreecommitdiff
path: root/src/lib/VSDXStylesCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-22fix an undefined symbolFridrich Štrba1-0/+5
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-1/+1
2011-07-22Added support for simple colored shadows.Valek Filippov1-1/+1
2011-07-22Fix some warnings about shadowed variablesFridrich Štrba1-1/+1
2011-07-20Add line caps/join.Valek Filippov1-1/+1
2011-07-20Add transparency for gradientsValek Filippov1-1/+1
2011-07-20Added Fill and Line transparencyValek 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/+5
2011-07-18put text after geometries in the shapeFridrich Štrba1-1/+6
2011-07-16Initial text implementationTibby Lickle1-0/+5
2011-07-12Push the geometries in right order and use shape data when neededFridrich Štrba1-2/+2
2011-07-12Incomplete re-orginisation of Shape Data parsingTibby Lickle1-1/+1
2011-07-12Infrastructure to move the shape-data logic from parser to collectorFridrich Štrba1-0/+21
2011-07-07Fix warningslibvisio-0.0.2Fridrich Štrba1-2/+2
2011-07-06Initial polyline support.Tibby Lickle1-0/+5
2011-07-06Initial NURBS implementation (not complete)Tibby Lickle1-0/+4
2011-07-04Miscellaneous makefile and warnings cleanupFridrich Štrba1-1/+1
2011-07-04Trying to get the group transformations rightFridrich Štrba1-1/+1
2011-07-01Get the order of shapes on a page out of the first pass to the secondFridrich Štrba1-34/+27
2011-06-30And make valgrind happilly green againFridrich Štrba1-9/+21
2011-06-30Silence some warningsFridrich Štrba1-16/+16
2011-06-30Reorder the geometries of the geometry list already in parserFridrich Štrba1-1/+1
2011-06-29Work in progress of shape reorderingFridrich Štrba1-5/+40
2011-06-29pass the vector by const reference and not by copyFridrich Štrba1-1/+1
2011-06-28Read shape lists for draw orderTibby Lickle1-0/+5
2011-06-28Make the first pass collect the group membership information and the second t...Fridrich Štrba1-1/+47
2011-06-28Move the styles collection implementation out of the headerFridrich Štrba1-0/+76
2011-06-24Add empty VSDX*Collector classesFridrich Štrba1-0/+25