summaryrefslogtreecommitdiff
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-09Bump version to 0.0.30 (not release yet)Fridrich Štrba1-1/+1
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 Štrba2-1/+4
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 Štrba2-4/+1
2013-07-02Bump version to 0.0.29libvisio-0.0.29Fridrich Štrba1-1/+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 Š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