summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-22fix an undefined symbolFridrich Štrba1-0/+5
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba9-16/+29
2011-07-22draw:shadow-color-{r,g,b} does not exist in odf specs, so using libwpg namespaceFridrich Štrba2-6/+6
2011-07-22Some whitespace cleanup to make git hooks happyFridrich Štrba7-22/+22
2011-07-22Added support for simple colored shadows.Valek Filippov13-21/+90
2011-07-22draw:{start,end}-intensity has different meaning in ODF, so use libwpg:{start...Fridrich Štrba2-23/+23
2011-07-22Don't rely on defaults, since different applications might have different def...Fridrich Štrba1-1/+2
2011-07-22Fix some warnings about shadowed variablesFridrich Štrba2-11/+11
2011-07-22misc build fixesFridrich Štrba2-0/+9
2011-07-21Fix removal of entries inside styles and some other minor issuesFridrich Štrba2-25/+27
2011-07-20Don't require the generator knowing visio internalsFridrich Štrba2-19/+29
2011-07-20Add line caps/join.Valek Filippov7-7/+19
2011-07-20Specify that this is in percentsFridrich Štrba1-2/+2
2011-07-20Clear fill:opacity for gradients.Valek Filippov1-0/+4
2011-07-20Add transparency for gradientsValek Filippov7-33/+62
2011-07-20Added Fill and Line transparencyValek Filippov7-9/+23
2011-07-20Correct overkeen inplace editingFridrich Štrba7-9/+9
2011-07-20Don't use two xform structs since TxtXForm is XForm with flipX and flipY falseFridrich Štrba8-27/+11
2011-07-20Dummy TxtXForm parsing, initial text rotation.Valek Filippov10-4/+74
2011-07-19Fix regression in text handlingFridrich Štrba3-5/+5
2011-07-18Read UTF16 in version 11 and 8-byte string in version 6Fridrich Štrba7-26/+128
2011-07-18put text after geometries in the shapeFridrich Štrba15-42/+299
2011-07-16Fix for rotated/flipped Ellipses.Valek Filippov1-1/+8
2011-07-16Initial text implementationTibby Lickle9-0/+68
2011-07-14Correct wrong assumption about rotation of EllipsesFridrich Štrba1-1/+1
2011-07-14Replace Ellipse with two EllipticalArcs to workaround combined shapes issue. ...Valek Filippov1-13/+19
2011-07-13Fix out of bounds error with knots for NURBSTibby Lickle1-1/+1
2011-07-12Push the geometries in right order and use shape data when neededFridrich Štrba9-36/+37
2011-07-12Fix compilation, but still totally broken I guessFridrich Štrba1-67/+33
2011-07-12Incomplete re-orginisation of Shape Data parsingTibby Lickle8-27/+62
2011-07-12Infrastructure to move the shape-data logic from parser to collectorFridrich Štrba7-12/+115
2011-07-12prefix member variables by m_ for easy readingFridrich Štrba2-12/+11
2011-07-12Fixed some missing NURBS sectionsTibby Lickle1-0/+6
2011-07-12Trying to make valgrind happyFridrich Štrba1-4/+6
2011-07-12Fixed EllipticalArcTo calculations of rx/ry.Valek Filippov1-12/+16
2011-07-12Write out the polylines too since they are not messing anything anymoreFridrich Štrba1-2/+2
2011-07-12approximate nurbs frankly by a polygon of 1000 points to achieve relative smo...Fridrich Štrba1-1/+1
2011-07-11Fix parsing of 'Shape Data' for NURBS.Valek Filippov1-3/+3
2011-07-11Fix for hangs relating to NURBS/polylinesTibby Lickle1-10/+25
2011-07-11Process shape data for NURBS and polylines.Tibby Lickle4-124/+270
2011-07-08Assure to receive geometries after the shape data in the collectorFridrich Štrba2-17/+38
2011-07-07Bumping version after second alpha releaseFridrich Štrba1-1/+1
2011-07-07Fix warningslibvisio-0.0.2Fridrich Štrba2-4/+4
2011-07-07partially reverting/disabling polyline stuff that messed up the Oct31 documentFridrich Štrba4-97/+107
2011-07-06Fix hangs if formula block is not present within NURBSTo/PolylineTo chunksTibby Lickle1-10/+17
2011-07-06Fixed hang for files with NURBSTibby Lickle1-3/+3
2011-07-06Initial polyline support.Tibby Lickle10-1/+133
2011-07-06Remove some measures that were not necessary/useful to quiet valgrindFridrich Štrba2-10/+4
2011-07-06Now even the version 6 parser does not hangFridrich Štrba6-143/+138
2011-07-06Make valgrind be happyFridrich Štrba2-5/+16