summaryrefslogtreecommitdiff
path: root/src/lib/VSDSVGGenerator.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-09-06Fix character properties reading and writingFridrich Štrba1-0/+2
2011-09-04Stuff up a bit the text supportFridrich Štrba1-3/+3
2011-08-31Don't procrastinate with licence headers anymoreFridrich Štrba1-12/+22
2011-08-20SVG gradient ID problem fixedTibby Lickle1-2/+0
2011-07-23Extend initial text support to ver 6, add font color with semitransparency.Valek Filippov1-0/+4
2011-07-22Another attempt to get fonts rightFridrich Štrba1-2/+2
2011-07-22Get the version 6 shadow offsets from page propertiesFridrich Štrba1-1/+1
2011-07-22draw:shadow-color-{r,g,b} does not exist in odf specs, so using libwpg namespaceFridrich Štrba1-3/+3
2011-07-22Some whitespace cleanup to make git hooks happyFridrich Štrba1-1/+1
2011-07-22Added support for simple colored shadows.Valek Filippov1-1/+21
2011-07-22draw:{start,end}-intensity has different meaning in ODF, so use libwpg:{start...Fridrich Štrba1-7/+7
2011-07-21Fix removal of entries inside styles and some other minor issuesFridrich Štrba1-4/+4
2011-07-20Don't require the generator knowing visio internalsFridrich Štrba1-7/+6
2011-07-20Add line caps/join.Valek Filippov1-0/+8
2011-07-20Add transparency for gradientsValek Filippov1-9/+9
2011-07-20Added Fill and Line transparencyValek Filippov1-1/+2
2011-07-20Dummy TxtXForm parsing, initial text rotation.Valek Filippov1-1/+9
2011-07-05Rewrite gradients for easier mapping in ODFFridrich Štrba1-36/+144
2011-07-02Infrastructure for possibility of groupsFridrich Štrba1-1/+4
2011-07-01Trying to get evenodd rightFridrich Štrba1-4/+1
2011-06-29Radial gradient supportTibby Lickle1-20/+38
2011-06-28Bulk white-space changes to conform to Eilidh's coding styleFridrich Štrba1-197/+197
2011-06-23Fix android compilationTor Lillqvist1-0/+4
2011-06-22Make gradient direction vector rotate around centre of shapeTibby Lickle1-1/+1
2011-06-22Fix svg gradient stop elementTibby Lickle1-1/+1
2011-06-22Initial line-pattern / dash-array implementationFridrich Štrba1-16/+2
2011-06-22Make it easier to separate the different svg elementsFridrich Štrba1-1/+8
2011-06-17Enhanced arcs with svg sweep and large-arc flag implementationTibby Lickle1-3/+4
2011-06-07svg namespace fixup for inline svg inside xhtmlFridrich Štrba1-19/+19
2011-06-03Get the embedded svg right finallyFridrich Štrba1-2/+2
2011-06-03Add one end-of-line so that the files is prettyFridrich Štrba1-1/+1
2011-06-03Add horizontal line between two pagesFridrich Štrba1-1/+5
2011-06-03Visio pages embedded as svg objects inside an xhtml documentFridrich Štrba1-33/+3
2011-06-03Trying to handle multipage svgFridrich Štrba1-6/+31
2011-05-17Some header fixesFridrich Štrba1-9/+2
2011-05-17Making the library actually build and pass distcheckFridrich Štrba1-22/+20
2011-05-17Initial skeleton of libvisioFridrich Štrba1-0/+349