summaryrefslogtreecommitdiff
path: root/src/lib/VSD5Parser.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-04-16Some work in view of parsing of connector informationFridrich Štrba1-0/+9
Change-Id: I4e8ce436e92c1a411960c0a923466206993ab8e3
2016-01-18Read and use the information about scaling of the width of fontFridrich Štrba1-4/+5
Change-Id: Ica723149a7165577323a7eb6a258cd8bd79026b3
2015-12-23Parse bulletFont and bulletFontSize where applicableFridrich Štrba1-3/+8
Change-Id: Ibc5ad36a379a3a5bac0c8d561d1d2b33fbde9f91
2015-12-22Use a variableFridrich Štrba1-1/+1
Change-Id: I10fc7bfaa565e229e953dda55c3dd7bdd57fef39
2015-12-21At least Visio 1 and Visio 2 do not support bulletsFridrich Štrba1-3/+1
Change-Id: I3884028ab40c7106cbe51cb51036ec213d2b8a60
2015-12-21At least Visio 1 and Visio 2 do not support bulletsFridrich Štrba1-28/+0
Change-Id: Ic1206d889247f27d7b81e6815af7caeae258d5e7
2015-12-19Fix warnings about explicit constructors of boost optionalFridrich Štrba1-3/+5
Change-Id: Icb7e6533a1b69e7a02b2c606ce8f65b466d2527e
2015-12-18Disable bullets for vsd5 for the whileFridrich Štrba1-24/+26
Change-Id: Iac61f5d477b2d732785b6bfbb4b8a9a152f7b281
2015-12-18BIPU support of bulletsFridrich Štrba1-0/+66
Change-Id: If859332ac564522fdad06c081b644fba0759880b
2015-12-15Some function to read tab stops in binary parsersFridrich Štrba1-1/+7
Change-Id: Ibfe37737600f2e8f61a3fca6839178b1812355ea
2015-12-15Read rounding in line propertiesFridrich Štrba1-3/+5
Change-Id: Ib08f7625f7a41d7f37e8abce60a94b87bc742ecf
2015-08-03afl: avoid null ptr deref.David Tardon1-1/+1
Change-Id: I34ea438223cd32551123c97bb951a301307e5029
2015-07-21avoid overflows when reading chunk recordsDavid Tardon1-4/+12
Change-Id: Iea13e63e977348a449b68eca329146ae6f097197
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
Change-Id: I135e6e765bf365c3db41b38e169403b6b13a6ea1
2015-07-15afl: avoid null pointer dereferenceDavid Tardon1-1/+1
Change-Id: I641e7ca93d903db3b2e211ec90e420dc249e162e
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-26/+5
Change-Id: I9cad20e93dad4ae59000b823e5919b777dfcb221
2013-12-11Re-astyleFridrich Štrba1-4/+4
Change-Id: Iacfed5764164c80130685cac757f1b9ca0acfdaf
2013-11-05librevenge namespaceFridrich Štrba1-49/+49
Change-Id: I68cc109a7583067dd375db5a98b291b5c3a20b4b
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-52/+52
Change-Id: I6a17a8e0e435b4de87e0017bddb5d16f6b1a543d
2013-02-22Fix an error in order of variablesFridrich Štrba1-1/+1
2013-02-22More page names for versions <= 5Fridrich Štrba1-1/+17
2013-02-22Read and push to the api the names of the pages if they existFridrich Štrba1-1/+1
2013-02-21Some initial work on the support of page namesFridrich Štrba1-15/+18
2012-12-11Trying to support initially Text FieldsFridrich Štrba1-0/+16
2012-11-22Unify blob parsing over binary format versionsFridrich Štrba1-16/+0
2012-11-22Little fixupFridrich Štrba1-1/+2
2012-11-22handle blog in the same way for all <= 5Fridrich Štrba1-0/+16
2012-11-20Field List is a list tooFridrich Štrba1-1/+12
2012-11-19Fix foreign in VSD 5-Fridrich Štrba1-0/+1
2012-11-19Some fixes for line and fill stylesFridrich Štrba1-15/+2
2012-11-19Some colour reading fixes for VSD <= 2Fridrich Štrba1-1/+1
2012-11-19Miscellaneous fixes + text for VSD <= 5Fridrich Štrba1-3/+99
2012-11-17Trying to read the blob in the same way in all 16-bit versionsFridrich Štrba1-0/+14
2012-11-17Spit actual images in VSD1Fridrich Štrba1-1/+4
2012-11-16Some more work on VSD1 and VSD2 parsing + some stream fixesFridrich Štrba1-1/+7
2012-11-16Some more progress on version 5Fridrich Štrba1-5/+55
2012-11-16Read VSD5 fill and line informationFridrich Štrba1-0/+50
2012-11-16Abstraction of reading of integersFridrich Štrba1-5/+7
2012-11-16Some progress in VSD5 parsingFridrich Štrba1-7/+11
2012-11-15Some more work on vsd1/2/3/4/5Fridrich Štrba1-0/+78
2012-11-15Some more VSD2 - VSD5 infrastructure - work in progressFridrich Štrba1-3/+3
2012-11-14Some more chunk work, but slowFridrich Štrba1-18/+1
2012-11-12Set groundwork for vsd5 and lower chunk parsingFridrich Štrba1-18/+22
2012-11-12Extend the parsing capacity to versions 1 - 5Fridrich Štrba1-4/+11
2012-11-09Some more work on VSD5 parserFridrich Štrba1-0/+64
2012-11-09Allow the parser to parse VSD4 and VSD5 + read pointers in < 6 correctlyFridrich Štrba1-0/+59