summaryrefslogtreecommitdiff
path: root/src/lib/VSDXMLParserBase.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-16Some work in view of parsing of connector informationFridrich Štrba1-0/+22
2016-01-18Read and use the information about scaling of the width of fontFridrich Štrba1-4/+7
2015-12-23Parse bulletFont and bulletFontSize where applicableFridrich Štrba1-4/+37
2015-12-21Some protection against non-empty pp cp and tp + special value of bulletStrFridrich Štrba1-5/+12
2015-12-18BIPU support of bulletsFridrich Štrba1-4/+29
2015-12-16Collect and output tab stopsFridrich Štrba1-0/+8
2015-12-16Add some variables to VSDXMLParserBaseFridrich Štrba1-1/+4
2015-12-15Read rounding in line propertiesFridrich Štrba1-1/+1
2015-12-14Consider layer visibility and printabilityFridrich Štrba1-0/+6
2015-12-12Distinguish correctly when no colour override was given for a given layerFridrich Štrba1-2/+2
2015-12-12Some improvements to the layer colours + make xml parsers workFridrich Štrba1-6/+1
2015-12-11Some layer in xml parsers WIPFridrich Štrba1-1/+21
2015-12-11Some little changes to parse the layerlist the same way everywhereFridrich Štrba1-4/+17
2015-12-11Reading some of the layer information in xml parsers tooFridrich Štrba1-0/+37
2015-12-10This is the name that appears in UIFridrich Štrba1-1/+1
2015-07-21Fix dereferencing of uninitialized memoryFridrich Štrba1-21/+21
2015-07-20handle even more infinite loops in XML parserDavid Tardon1-20/+20
2015-07-20move libxml2-related functions to a separate fileDavid Tardon1-0/+1
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
2015-07-14avoid memory leakDavid Tardon1-4/+4
2015-07-14avoid a slew of string leaksDavid Tardon1-131/+69
2015-07-14avoid memory leak in case of exceptionDavid Tardon1-5/+3
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-25/+5
2013-12-11Re-astyleFridrich Štrba1-3/+3
2013-11-25astyle -HU -A1 -k3 -y -n -s2 -r \*.cpp \*.hFridrich Štrba1-6/+6
2013-11-06Some callcatcher stuffFridrich Štrba1-25/+0
2013-11-05librevenge namespaceFridrich Štrba1-4/+4
2013-11-04trying to move libvisio to librevenge APIFridrich Štrba1-6/+5
2013-08-28Misleading debug messageFridrich Štrba1-1/+1
2013-07-19Speed-up the xml parser a tiny bit by mapping only used tokensFridrich Štrba1-28/+0
2013-07-10Add support of SplineStart and SplineKnot to xml-based formatslibvisio-0.0.30Fridrich Štrba1-1/+9
2013-04-21HideText for xml parsers tooFridrich Štrba1-0/+3
2013-04-16Don't collect empty foreign dataFridrich Štrba1-1/+1
2013-04-16Foreign type 0 seems to be WMFFridrich Štrba1-0/+2
2013-02-22Read and push to the api the names of the pages if they existFridrich Štrba1-1/+1
2013-02-21Some initial work on the support of page namesFridrich Štrba1-1/+4
2012-12-18Bump version in view of a possible releaselibvisio-0.0.24Fridrich Štrba1-1/+1
2012-12-16coverity: consistently check ret. value of read*DataDavid Tardon1-10/+10
2012-11-06Fix a memory leakFridrich Štrba1-0/+2
2012-11-06Fix extraction of stencils from xml file-formatsFridrich Štrba1-7/+4
2012-11-02Fill missing char/para style only with legitimate default stylesFridrich Štrba1-8/+14
2012-11-02Default para/char style is first para/char style if no style 0 is present + f...Fridrich Štrba1-16/+34
2012-11-02Collect default para/char stylesFridrich Štrba1-0/+10
2012-11-01Actually the relative beziers give control pointsFridrich Štrba1-16/+0
2012-10-31Some infrastructure for overriding of character and paragraph stylesFridrich Štrba1-13/+11
2012-10-31Whitespace is significant in this contextFridrich Štrba1-1/+1
2012-10-31Clean page shape list at the beginning of a pageFridrich Štrba1-0/+1
2012-10-30A horrible typo that takes hours to discover :)Fridrich Štrba1-1/+1
2012-10-30Consolidate the way of reading font informationFridrich Štrba1-48/+31
2012-10-30Only one charlist and paralist can be in a shapeFridrich Štrba1-28/+31