summaryrefslogtreecommitdiff
path: root/src/lib/VSDXMLParserBase.h
AgeCommit message (Expand)AuthorFilesLines
2015-12-16Add some variables to VSDXMLParserBaseFridrich Štrba1-0/+2
2015-12-11Some layer in xml parsers WIPFridrich Štrba1-0/+2
2015-12-11Reading some of the layer information in xml parsers tooFridrich Štrba1-0/+1
2015-07-20handle even more infinite loops in XML parserDavid Tardon1-0/+3
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-25/+5
2013-11-06Some callcatcher stuffFridrich Štrba1-1/+0
2013-11-05librevenge namespaceFridrich Štrba1-1/+1
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-1/+1
2012-10-30Consolidate the way of reading font informationFridrich Štrba1-12/+2
2012-10-29Extract IX reading to a functionFridrich Štrba1-0/+1
2012-10-26Initialize the default colour palette even if no colour section exists in fileFridrich Štrba1-0/+2
2012-10-25Some more boost::optional fooFridrich Štrba1-6/+3
2012-10-24Simplify the reading of data to reuse as much as one canFridrich Štrba1-6/+6
2012-10-24NURBS and Polyline support for VDX and VSDXFridrich Štrba1-1/+2
2012-10-24Stub the parsing of polyline and nurbs functionsFridrich Štrba1-0/+6
2012-10-23unify some stuff between the VSDX and VDX parsersFridrich Štrba1-0/+11
2012-10-21No point to dupplicate code in two different functionsFridrich Štrba1-1/+0
2012-10-21readUnsignedCharData -> readByteData + move a bitFridrich Štrba1-1/+2
2012-10-21Pass more properties as boost::optionalFridrich Štrba1-0/+4
2012-10-20pass the noLine, noFill, noShow to boost::optional tooFridrich Štrba1-0/+1
2012-10-20Pass some of the attribute reading to boost::optionalFridrich Štrba1-0/+2
2012-10-20VDX overrides geometries the same way as VSD, VSDX overrides only what needs ...Fridrich Štrba1-0/+1
2012-10-19Assure that the geometry elements will be always output sorted by keys + fix ...Fridrich Štrba1-0/+1
2012-10-19Trying to fix the extended colour readingFridrich Štrba1-1/+1
2012-10-18Some fixes in colourFridrich Štrba1-6/+6
2012-10-18Some wireframe output for VDX and VSDX parsersFridrich Štrba1-4/+0
2012-10-17Convenience pointer to access the current geometry listFridrich Štrba1-0/+1
2012-10-16Basic support of raster images in VDX and VSDX parserFridrich Štrba1-1/+2
2012-10-16_flushShape for VDXParser tooFridrich Štrba1-0/+1
2012-10-16Add Foreign reading functionsFridrich Štrba1-0/+2
2012-10-16Read the xform directly to the shape structureFridrich Štrba1-2/+1
2012-10-15addShapeId when shapes document order is their rendering orderFridrich Štrba1-0/+2
2012-10-07m_stencilShape -> m_shapeFridrich Štrba1-1/+1
2012-10-07VSDStencilShape -> VSDShapeFridrich Štrba1-1/+1
2012-10-01Don't crash on invalid namespace uris in SolutionXML elementsFridrich Štrba1-0/+1
2012-10-01Try to unify stuff into a common XML parser baseFridrich Štrba1-0/+142