summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-25Use boost for base64 decodingFridrich Štrba2-45/+16
2013-06-06Adapting doxygen to the new layoutFridrich Štrba1-1/+1
2013-06-05Clarify the codelibvisio-0.0.28Fridrich Štrba1-0/+3
2013-06-05Bump version to 0.0.28Fridrich Štrba1-1/+1
2013-06-05Revert "avoid access to uninit. memory"Fridrich Štrba1-5/+1
2013-05-16Bump versionlibvisio-0.0.27Fridrich Štrba1-1/+1
2013-05-12avoid access to uninit. memoryDavid Tardon1-1/+5
2013-05-12don't crash if there is no stencilDavid Tardon1-3/+4
2013-05-12don't leave dangling pointer aroundDavid Tardon1-0/+2
2013-05-12avoid crash if m_currentGeometryList is nullDavid Tardon1-18/+34
2013-05-12use iterator to point to the current styleDavid Tardon2-18/+34
2013-05-10Making Michael Stahl happy (libvisio part)Fridrich Štrba28-54/+65
2013-05-04coverity: make the loop end correctlyDavid Tardon1-1/+1
2013-05-04coverity: check return value of xmlTextReaderReadDavid Tardon2-6/+7
2013-05-02Astyle actionFridrich Štrba1-4/+4
2013-05-02Ignore more liberallyFridrich Štrba3-0/+3
2013-05-02libwpd already does this conversion, so don't dupplicateFridrich Štrba1-17/+4
2013-04-26Token ID 0 is special in the way the has handles itFridrich Štrba1-1/+1
2013-04-25Build pic objects by defaultFridrich Štrba1-1/+1
2013-04-25Disable static libraries by defaultFridrich Štrba1-2/+4
2013-04-22Bump versionlibvisio-0.0.26Fridrich Štrba1-1/+1
2013-04-21HideText for xml parsers tooFridrich Štrba2-0/+7
2013-04-21HideText for VSDFridrich Štrba12-5/+84
2013-04-16Trying to get the short texts rightFridrich Štrba1-2/+6
2013-04-16Don't collect empty foreign dataFridrich Štrba3-12/+12
2013-04-16Foreign type 0 seems to be WMFFridrich Štrba2-13/+11
2013-04-03tmpInput unusedJulien Nabet1-3/+0
2013-04-02Add ICU stuff to the MSVC build filesFridrich Štrba6-12/+12
2013-04-02Extend the encoding supportFridrich Štrba1-0/+15
2013-04-01Use ICU for charset conversionsFridrich Štrba4-367/+168
2013-03-22Option to test the callback graph, in order to detect mismatched groupingFridrich Štrba2-52/+314
2013-03-22Group shape elements if they are more then oneFridrich Štrba2-32/+43
2013-03-15Small cleanupFridrich Štrba1-4/+4
2013-03-15Clear the text if we were not able to read itFridrich Štrba2-16/+40
2013-03-15Don't fail just because at the end of a stringFridrich Štrba1-3/+4
2013-02-25Bump version to 0.0.25libvisio-0.0.25Fridrich Štrba1-1/+1
2013-02-25Improve the embedded binary dumping a bitFridrich Štrba1-37/+53
2013-02-22Fix an error in order of variablesFridrich Štrba1-1/+1
2013-02-22More page names for versions <= 5Fridrich Štrba5-5/+41
2013-02-22Read and push to the api the names of the pages if they existFridrich Štrba14-13/+77
2013-02-21Some initial work on the support of page namesFridrich Štrba15-25/+89
2013-01-26Some cppcheck cleaningJulien Nabet1-2/+2
2013-01-18Fix build with newer autotoolsFridrich Štrba1-1/+1
2012-12-18Bump version in view of a possible releaselibvisio-0.0.24Fridrich Štrba2-2/+2
2012-12-18When cached fg and bg colours are 0, trust index moreFridrich Štrba3-24/+77
2012-12-16coverity: copying uninitialized valueDavid Tardon1-0/+1
2012-12-16coverity: do not let VisioDocument::parse throwDavid Tardon1-32/+43
2012-12-16coverity: drop duplicated codeDavid Tardon1-11/+0
2012-12-16coverity: consistently check ret. value of read*DataDavid Tardon3-12/+12
2012-12-11Trying to support initially Text FieldsFridrich Štrba5-9/+25