summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-11check for perl tooDavid Tardon1-1/+1
2015-12-11use pre-defined var.David Tardon1-2/+3
2015-12-11do not require gperf for build from tarballDavid Tardon1-12/+1
2015-12-11Reading some of the layer information in xml parsers tooFridrich Štrba13-2/+110
2015-12-11Some useful functions for the VSDLayerListFridrich Štrba2-8/+30
2015-12-11New VSDLayer and VSDLayerList classesFridrich Štrba7-29/+165
2015-12-10Don't bail out in the case of mismatchFridrich Štrba1-1/+0
2015-12-10This is the name that appears in UIFridrich Štrba1-1/+1
2015-12-10Put the CXXFLAGS in the same place and make the gperf dependency work againFridrich Štrba1-2/+2
2015-08-30fix build with boost 1.59David Tardon1-0/+1
2015-08-25sanitize page dimensions and scaleDavid Tardon2-4/+11
2015-08-25afl: avoid out of bounds access to vectorDavid Tardon1-0/+5
2015-08-05only run the char bg. color test with new libxml2David Tardon2-4/+2
2015-08-03assign the whole buffer at onceDavid Tardon1-2/+1
2015-08-03afl: avoid null ptr deref.David Tardon1-1/+1
2015-07-25fix testDavid Tardon2-3/+7
2015-07-25prepare for a new releaselibvisio-0.1.3David Tardon2-1/+6
2015-07-25C++11 syntax is not allowedDavid Tardon1-4/+4
2015-07-25C++11 syntax is not allowedDavid Tardon1-7/+7
2015-07-25add missing includeDavid Tardon1-0/+1
2015-07-25distribute newly added test docslibvisio-0.1.2David Tardon1-0/+2
2015-07-25prepare for a new releaseDavid Tardon2-1/+13
2015-07-23tdf#92868 fix clang error in testDavid Tardon1-2/+7
2015-07-21use shared_ptr here tooDavid Tardon1-6/+3
2015-07-21add constDavid Tardon1-1/+1
2015-07-21plug a leakDavid Tardon1-6/+3
2015-07-21Make the conditions the same for VDXParser tooFridrich Štrba1-11/+11
2015-07-21Fix dereferencing of uninitialized memoryFridrich Štrba2-27/+27
2015-07-21avoid overflows when reading chunk recordsDavid Tardon1-4/+12
2015-07-21astyleDavid Tardon1-1/+1
2015-07-21sort file listDavid Tardon1-28/+27
2015-07-21unit test of VSDX char background handlingAndras Timar2-0/+34
2015-07-21tdf#92271 fix VSDX char background handlingAndras Timar2-2/+3
2015-07-21VSDMetaData: need space for the terminating null-characterMiklos Vajna1-1/+2
2015-07-20handle even more infinite loops in XML parserDavid Tardon3-22/+23
2015-07-20handle more infinite loops in XML parserDavid Tardon2-41/+57
2015-07-20use constDavid Tardon1-1/+1
2015-07-20avoid another infinite loop in XML parserDavid Tardon1-2/+6
2015-07-20stop parsing if XML error is encounteredDavid Tardon3-8/+46
2015-07-20move libxml2-related functions to a separate fileDavid Tardon11-192/+246
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
2015-07-17do not leave dangling ptr aroundDavid Tardon1-0/+1
2015-07-17avoid null ptr deref.David Tardon1-1/+1
2015-07-16avoid endless loop when reading broken fileDavid Tardon1-2/+9
2015-07-16avoid endless loop when reading broken fileDavid Tardon1-1/+8
2015-07-16avoid copypastaDavid Tardon1-105/+41
2015-07-16avoid endless loop when reading broken fileDavid Tardon1-1/+4
2015-07-15don't leak in case of exceptionDavid Tardon5-35/+35
2015-07-15avoid memory leakDavid Tardon1-8/+7
2015-07-15afl: avoid null pointer dereferenceDavid Tardon1-1/+1