summaryrefslogtreecommitdiff
path: root/src/lib/VSD5Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-16Some work in view of parsing of connector informationFridrich Štrba1-0/+9
2016-01-18Read and use the information about scaling of the width of fontFridrich Štrba1-4/+5
2015-12-23Parse bulletFont and bulletFontSize where applicableFridrich Štrba1-3/+8
2015-12-22Use a variableFridrich Štrba1-1/+1
2015-12-21At least Visio 1 and Visio 2 do not support bulletsFridrich Štrba1-3/+1
2015-12-21At least Visio 1 and Visio 2 do not support bulletsFridrich Štrba1-28/+0
2015-12-19Fix warnings about explicit constructors of boost optionalFridrich Štrba1-3/+5
2015-12-18Disable bullets for vsd5 for the whileFridrich Štrba1-24/+26
2015-12-18BIPU support of bulletsFridrich Štrba1-0/+66
2015-12-15Some function to read tab stops in binary parsersFridrich Štrba1-1/+7
2015-12-15Read rounding in line propertiesFridrich Štrba1-3/+5
2015-08-03afl: avoid null ptr deref.David Tardon1-1/+1
2015-07-21avoid overflows when reading chunk recordsDavid Tardon1-4/+12
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
2015-07-15afl: avoid null pointer dereferenceDavid Tardon1-1/+1
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-26/+5
2013-12-11Re-astyleFridrich Štrba1-4/+4
2013-11-05librevenge namespaceFridrich Štrba1-49/+49
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-52/+52
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