summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-10Add support of SplineStart and SplineKnot to xml-based formatslibvisio-0.0.30Fridrich Štrba1-1/+9
2013-07-10Try not to go out of bondsFridrich Štrba1-6/+5
2013-07-10Fixing back some mistakes paid cash to valgrindFridrich Štrba1-5/+6
2013-07-10fix conditionDavid Tardon1-1/+1
2013-07-10SplineStart ends previous splineFridrich Štrba1-0/+1
2013-07-10Some more trying of refactoring of nurbs-related codeFridrich Štrba5-71/+79
2013-07-09De-uglify a tiny bit the NURBS codeFridrich Štrba2-158/+122
2013-07-09Don't add a trailing M-segment when emulating NURBS by curvesFridrich Štrba1-27/+4
2013-07-09Handling in a special ways uniform NURBS of degree 2 and 3Fridrich Štrba2-39/+289
2013-07-09astyleFridrich Štrba1-1/+1
2013-07-06Proper fix for older boost and remove_whitespaceFridrich Štrba2-4/+5
2013-07-06Revert "Some older versions of boost have a buggy remove_whitespace and origi...Fridrich Štrba1-1/+3
2013-07-06coverity: gmtime can return NULLDavid Tardon1-2/+6
2013-07-02Some older versions of boost have a buggy remove_whitespace and original code...Fridrich Štrba1-3/+1
2013-06-30Consider the return value of getChunkHeaderFridrich Štrba1-1/+2
2013-06-25Avoid NANsFridrich Štrba1-3/+3
2013-06-25Use boost for base64 decodingFridrich Štrba1-44/+10
2013-06-05Clarify the codelibvisio-0.0.28Fridrich Štrba1-0/+3
2013-06-05Revert "avoid access to uninit. memory"Fridrich Štrba1-5/+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 Štrba16-178/+17
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-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-02Extend the encoding supportFridrich Štrba1-0/+15
2013-04-01Use ICU for charset conversionsFridrich Štrba3-365/+145
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-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