summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Fridrich Štrba10-31/+160
use them
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
oletoy handles wrongly the blocks in the TextField chunk in version 6, which we need for better support
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 ↵Fridrich Štrba3-0/+34
strings
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
2011-11-10And now the text fields should be replaced (not in the right format though)Fridrich Štrba4-44/+26
2011-11-09Clone the elements when converting a VSDXFieldList to vectorFridrich Štrba4-18/+31
2011-11-09Make this function static function of the classFridrich Štrba1-10/+9
2011-11-09Some more text field parsing workFridrich Štrba6-48/+127
2011-11-08Some more fields parsing stuffFridrich Štrba7-53/+129
2011-11-08Actually parsing the text fieldsFridrich Štrba4-1/+94
2011-11-08Stuffing a bit more the VSDXFieldList classFridrich Štrba2-13/+44
2011-11-07Parse and store NameListFridrich Štrba11-6/+76
2011-11-07Trying to fix transformsFridrich Štrba1-4/+4
2011-11-07Add a container for name list into the stencil shapeFridrich Štrba2-2/+4
2011-11-07Always multiply coordinates by m_scaleFridrich Štrba1-4/+4
2011-11-07Complicate the thing a bit by using WPXBinaryData for textFridrich Štrba11-39/+42
2011-11-05De-duplicate collector functions doing the same thingFridrich Štrba6-71/+5
2011-11-05Some parsing of field listFridrich Štrba11-5/+88
2011-11-04Add some useful chunk idsFridrich Štrba2-1/+6
2011-11-04Laying foundation for the support of Text FieldsFridrich Štrba4-0/+232