summaryrefslogtreecommitdiff
path: root/src/lib/VSDXStylesCollector.h
AgeCommit message (Expand)AuthorFilesLines
2011-09-16Trying to make a bit order with integer types' widthFridrich Štrba1-3/+3
2011-09-16Fix some Windows (MSVC 2008) warningsFridrich Štrba1-3/+3
2011-09-06Read some more character propertiesFridrich Štrba1-2/+6
2011-09-03Signal to the collector the end of splineFridrich Štrba1-0/+1
2011-09-03Reading and passing to collector the splinestart and splineknotFridrich Štrba1-0/+2
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+21
2011-08-27Draw background pagesFridrich Štrba1-0/+1
2011-08-27Read and collect background and current page idsFridrich Štrba1-0/+1
2011-08-22Use text stylesTibby Lickle1-0/+1
2011-08-10Parse stencil IDs for shapesTibby Lickle1-1/+1
2011-08-08Use fill and shadow styles.Tibby Lickle1-0/+5
2011-08-05Collect line style from stylesheetsTibby Lickle1-0/+1
2011-08-05Pass stylesheets to content collector.Tibby Lickle1-1/+3
2011-08-05Add styles at level change in collectorTibby Lickle1-4/+6
2011-08-05delete unneeded member variablesFridrich Štrba1-3/+0
2011-08-05Parse first the indication of style mastersFridrich Štrba1-0/+3
2011-08-05Added stylesheet to collectorTibby Lickle1-0/+14
2011-07-25uint8_t -> unsigned char when possibleFridrich Štrba1-2/+2
2011-07-23Initial Font family support (works in ver6 only at the moment).Valek Filippov1-0/+1
2011-07-23Extend initial text support to ver 6, add font color with semitransparency.Valek Filippov1-1/+1
2011-07-22Initial text format (bold, italic, size) support for v11libvisio-0.0.3Tibby Lickle1-2/+2
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-1/+2
2011-07-22Added support for simple colored shadows.Valek Filippov1-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/+1
2011-07-18put text after geometries in the shapeFridrich Štrba1-1/+2
2011-07-16Initial text implementationTibby Lickle1-0/+2
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-1/+4
2011-07-06Initial polyline support.Tibby Lickle1-0/+1
2011-07-06Initial NURBS implementation (not complete)Tibby Lickle1-0/+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-10/+9
2011-06-30And make valgrind happilly green againFridrich Štrba1-1/+0
2011-06-30Reorder the geometries of the geometry list already in parserFridrich Štrba1-1/+1
2011-06-29Work in progress of shape reorderingFridrich Štrba1-3/+10
2011-06-29pass the vector by const reference and not by copyFridrich Štrba1-1/+4
2011-06-28Read shape lists for draw orderTibby Lickle1-0/+1
2011-06-28Make the first pass collect the group membership information and the second t...Fridrich Štrba1-1/+16
2011-06-28Move the styles collection implementation out of the headerFridrich Štrba1-19/+19
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba1-1/+1
2011-06-27Simplify the chunk parserFridrich Štrba1-2/+1
2011-06-27Remove dead code and simplify hacks a bit moreFridrich Štrba1-1/+0
2011-06-27Process data in the Collector classesFridrich Štrba1-11/+20
2011-06-25add collector function for unhandled chunk and collect information on level a...Fridrich Štrba1-15/+17