summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Removing unused constructorFridrich Štrba2-11/+0
2012-07-25Recursive parsing of streams implementedFridrich Štrba2-30/+21
2012-07-24Little correctionFridrich Štrba1-1/+1
2012-07-24Unify handling of chunks in stencils and normal pagesFridrich Štrba1-132/+14
2012-07-24Some more refactoringFridrich Štrba2-153/+147
2012-07-24Extracting individual stream handling into a separate functionFridrich Štrba2-36/+37
2012-07-24Extract handling of streams into a separate functionFridrich Štrba2-11/+31
2012-07-24astyleFridrich Štrba1-1/+1
2012-07-24Fix endless loop with text fields in VSD6Fridrich Štrba1-0/+1
2012-07-23Appease automake 1.12Fridrich Štrba1-0/+1
2012-07-01!=, not ==David Tardon1-1/+1
2012-06-30coverity: protect against self-assignmentDavid Tardon1-5/+8
2012-06-30coverity: protect against self-assignmentDavid Tardon1-31/+37
2012-06-30coverity: protect against self-assignmentDavid Tardon1-7/+10
2012-06-30coverity: memory leakDavid Tardon1-0/+1
2012-06-30coverity: bin superfluous copy ctorsDavid Tardon1-51/+0
2012-06-30coverity: bin superfluous copy ctorDavid Tardon1-1/+0
2012-06-30coverity: bin superfluous copy ctorsDavid Tardon1-6/+0
2012-06-22Superfluous includes -> rausFridrich Štrba1-3/+0
2012-06-22Disable optimization in debug buildlibvisio-0.0.18Fridrich Štrba1-0/+2
2012-06-21Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-06-20This langid does not make sense and we don't even use itFridrich Štrba10-46/+36
2012-06-19Trying to make encoding work in version 6Fridrich Štrba14-424/+493
2012-06-19Sync this with libcdrFridrich Štrba1-4/+3
2012-06-19Fix utf16 parsingFridrich Štrba1-1/+1
2012-06-18Some more rework of text encoding conversionsFridrich Štrba4-19/+34
2012-06-18Some character conversion rework + some debug messagesFridrich Štrba4-150/+429
2012-06-18Some belts and bracesFridrich Štrba1-9/+18
2012-06-16Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocksJulien Nabet1-6/+9
2012-06-15For the moment no more cppcheck reportsJulien Nabet8-10/+12
2012-06-15Resolves: fdo#50988Julien Nabet1-1/+4
2012-06-15bumping versionFridrich Štrba1-1/+1
2012-06-15Fix another crash in exotic circumstancesFridrich Štrba1-0/+2
2012-06-12And make it even compileFridrich Štrba1-0/+1
2012-06-12Don't push_back(.back())Fridrich Štrba1-1/+3
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
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