summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-08Fix some crashes on windowsFridrich Štrba1-0/+4
2012-06-08And produce a valid xml tooFridrich Štrba1-1/+2
2012-06-08Avoid SVG crash for missing svg:idFridrich Štrba1-1/+2
2012-06-07Make the thing even buildFridrich Štrba1-1/+1
2012-06-07Break line only at the end of the lineFridrich Štrba1-2/+6
2012-06-07Add vsd2text tool to dump text from Visio diagramsFridrich Štrba6-1/+203
2012-06-06More warnings to be safer laterFridrich Štrba1-4/+4
2012-05-31Unused variablelibvisio-0.0.17Fridrich Štrba1-1/+1
2012-05-31Resolves: fdo#50178 Reading Visio file causes crashJulien Nabet1-1/+4
Problem with iterators, more info here : http://nabble.documentfoundation.org/PATCH-fix-proposed-for-fdo-50178-Visio-td3985678.html
2012-05-31include stdint.h and inttypes.h inconditionally in no-autofoo no-windows buildFridrich Štrba1-3/+10
2012-05-30Group the filled and stroked paths that are part of the same geometryFridrich Štrba3-0/+75
2012-05-30Bumping versionFridrich Štrba1-1/+1
2012-05-30Split fill and line to emulate Visio's idea about shapesFridrich Štrba2-77/+113
2012-05-29Write out also the background pages after normal pagesFridrich Štrba1-5/+5
2012-05-29Drawing pages in right orderFridrich Štrba7-15/+50
2012-05-16Don't allow typedetection propagate exceptionsFridrich Štrba1-13/+23
2012-04-16Bump versionlibvisio-0.0.16Fridrich Štrba1-1/+1
2012-04-14A better fix that does not alter Bruno's workFridrich Štrba1-21/+15
2012-04-13Adapt the end and start line markers to recent changes of svg:d in LOFridrich Štrba1-15/+21
2012-04-06Read longer integers in one runFridrich Štrba1-17/+40
2012-03-19A bit more of sanityFridrich Štrba1-0/+6
2012-03-01tabs -> spacesFridrich Štrba1-18/+18
2012-03-01Consider svg:x, svg:y, svg:width, svg:height separatelyFridrich Štrba1-7/+30
2012-03-01Generate SVG for bitmap fillFridrich Štrba2-1/+26
2012-02-22if asked for emtpy, don't use sizeFridrich Štrba1-1/+1
2012-02-20miscellaneous build fixesFridrich Štrba2-0/+9
2012-02-20Fix closing of NURBS + some astyle actionlibvisio-0.0.15Fridrich Štrba3-87/+93
2012-02-20Bump version for an eventual release (frob: not for blogging yet)Fridrich Štrba1-1/+1
2012-02-20Added shapes for markers 1, 3, 5, 6, 8, 9, 10, 12 to 18, 21, 22 and 39; ↵Bruno Girin2-7/+71
adjusted scaling.
2012-02-15Added OLE stencil supportTibby Lickle3-1/+54
2012-02-15Actually clear the stringstreamFridrich Štrba1-1/+1
2012-02-15Output a vector of SVG documents by the APIFridrich Štrba8-26/+188
2012-01-31Partial patch for fdo#44551Bruno Girin2-6/+49
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-28Fix for ticket 44576Bruno Girin1-2/+2
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-27update COPYING.LGPL to v. 2.1David Tardon1-98/+118
2012-01-27Fix the buildnumber.sh scriptFridrich Štrba1-3/+2
2012-01-20Bumping version for releaselibvisio-0.0.14Fridrich Štrba1-1/+1
2012-01-17Work-around a broken behaviour of LO DrawFridrich Štrba1-2/+8
2012-01-17Simplify ellipse rotationsFridrich Štrba1-4/+3
2012-01-17Try to make the rotated and normal text look the best possible in SVGFridrich Štrba1-5/+44
2012-01-16Trying to get the text rotation rightFridrich Štrba1-4/+8
2012-01-16Trying to get the text rotations more or less rightFridrich Štrba3-110/+76
2012-01-16Check endMarker even if startMarker is setBruno Girin1-1/+1
2012-01-13Bumping version for releaselibvisio-0.0.13Fridrich Štrba1-1/+1
2012-01-13Simplify the API a bitFridrich Štrba2-54/+20
Since the way LO handles flips is counterintuitive, use properties from custom shapes "draw:mirror-horizontal" and "draw:mirror-vertical" instead of negative heights and widths. This makes libvisio/libwpg API more intuitive.
2012-01-13Foreign rotationsFridrich Štrba2-25/+118
2012-01-12Try to handle the foreign flips in SVG tooFridrich Štrba1-2/+33
2012-01-12unnecessary bracesFridrich Štrba1-2/+2
2012-01-12Initial implementation of foreign flipsFridrich Štrba1-6/+34
2012-01-11Emulate flags in ParaIXFridrich Štrba14-58/+105
Since the flags change the orientation of text \(or better what is beginning and what is the end\), change the left/right alignment when they are present \(at least\), while looking for better solution