summaryrefslogtreecommitdiff
path: root/src/lib/VSDXMLHelper.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-25/+5
2013-12-16Force C locale for the lexical cast conversionsFridrich Štrba1-3/+4
2013-12-16Words cannot tell the love we have towards boostFridrich Štrba1-38/+12
2013-11-25astyle -HU -A1 -k3 -y -n -s2 -r \*.cpp \*.hFridrich Štrba1-1/+1
2013-11-05librevenge namespaceFridrich Štrba1-3/+3
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-5/+5
2013-07-21a:srgbClr does not have # in the beginning of the hexFridrich Štrba1-4/+5
2012-11-05Missing include for older compilersFridrich Štrba1-0/+1
2012-10-31Let parser recover on errorsFridrich Štrba1-1/+1
2012-10-01Don't abort on themed valuesFridrich Štrba1-3/+33
2012-09-27VDX: parse xform dataFridrich Štrba1-1/+1
2012-09-26Start to parse the font and colour list in VDX parserFridrich Štrba1-0/+103
2012-09-25Try to avoid memory management of libxml2 strings as much as possibleFridrich Štrba1-9/+6
2012-09-22Set a custom error handler for xmlTextReaderFridrich Štrba1-2/+10
2012-09-21Extract binary data streams pointed by <Rel .../> tags tooFridrich Štrba1-4/+4
2012-09-21Flatten the xml that reader functions have to read by following the <Rel .../...Fridrich Štrba1-2/+6
2012-09-21Add VDX typedetectionFridrich Štrba1-48/+45
2012-09-21Spin off the XML stuff in view of VDX supportFridrich Štrba1-0/+228