summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2012-07-25Order of pages is their order of arrivalFridrich Štrba2-2/+7
2012-07-25Revert "Drawing pages in right order"Fridrich Štrba7-47/+13
2012-07-25Reorder pointers to streams according to the listFridrich Štrba1-8/+31
2012-07-25Handle 0x8* and 0xd* streams in an equivalent wayFridrich Štrba1-1/+1
2012-07-25Push information to collector even from streams if that is where it is to be ...Fridrich Štrba8-20/+25
2012-07-25Keep pointer numbers aroundFridrich Štrba1-4/+4
2012-07-25Get rid of handleStencils + some fixes in stylesFridrich Štrba1-47/+28
2012-07-25Clear font name before appending to itFridrich Štrba1-0/+1
2012-07-25Get rid of handlePages functionFridrich Štrba2-120/+36
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-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-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-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-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-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