summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2012-01-11Fix one-off error with some text alignmentsFridrich Štrba1-2/+2
2012-01-11Reinitialize line properties before dealing with the geometry override flagsFridrich Štrba2-32/+40
2012-01-09Bumping version for 0.0.12 releaselibvisio-0.0.12Fridrich Štrba1-1/+1
2012-01-09Close the path only if it is really a closed pathFridrich Štrba1-2/+6
2012-01-08Some cppcheck cleaningJulien Nabet6-14/+13
2012-01-08Some cppcheck cleaningJulien Nabet3-5/+4
2012-01-03Fix "Prefer prefix ++/-- operators for non-primitive types" reported by cppcheckJulien Nabet11-54/+54
2011-12-07Remove speculative code that showed itself wrongFridrich Štrba1-24/+0
2011-12-07Unbreak buildFridrich Štrba1-5/+5
2011-12-06Parse and push embedded OLE objects so that applications that are smart can u...Fridrich Štrba10-31/+160
2011-12-06Use -no-undefined on all platforms, since it does not hurt anybodyFridrich Štrba1-3/+1
2011-11-29Bumping version for releselibvisio-0.0.11Fridrich Štrba1-1/+1
2011-11-24Update doxygen.cfg fileFridrich Štrba1-547/+969
2011-11-21Use Valek's revised knowledge of block parsingFridrich Štrba1-12/+48
2011-11-21Try to get field format information in the VSD6ParserFridrich Štrba1-45/+10
2011-11-20Uncomment accidentally commented stuffFridrich Štrba1-2/+2
2011-11-20Initial support of text fields in version 6Fridrich Štrba11-97/+184
2011-11-18Move that format string -> formatId parser and acctually use itFridrich Štrba8-65/+75
2011-11-18Handle esc(N) as N. Useful mainly to parse esc(0) formating stringFridrich Štrba2-16/+26
2011-11-18Fail if the number is negativeFridrich Štrba1-2/+2
2011-11-18Make libvisio depend on boost::spirit and start to write parsers of format st...Fridrich Štrba3-0/+34
2011-11-14Some more fiddling with the logic behind the fieldsFridrich Štrba6-0/+23
2011-11-14Some more work on inheritance of formating information from stencilsFridrich Štrba3-174/+129
2011-11-14Removing some good guy debugging printfFridrich Štrba1-2/+0
2011-11-14My Sunday work on the text fieldsFridrich Štrba20-481/+372
2011-11-11No need to state the obvious publiclylibvisio-0.0.10Fridrich Štrba1-1/+0
2011-11-11Trying to get the stencil field lists and name lists rightFridrich Štrba8-99/+65
2011-11-11fix MSVC build againFridrich Štrba2-1/+9
2011-11-11Trying to get the text fields rightFridrich Štrba11-25/+262
2011-11-11Defines for field format codesFridrich Štrba1-0/+103
2011-11-11Use alphabetical orderFridrich Štrba1-1/+1
2011-11-11Fix MSVC buildFridrich Štrba3-1/+18
2011-11-10Remove some warningsFridrich Štrba2-2/+2
2011-11-10Some little fixesFridrich Štrba2-1/+2
2011-11-10Don't forget to initialize the namelistFridrich Štrba1-1/+4
2011-11-10Some callcatcher loveFridrich Štrba8-123/+0