summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Consider transparency in the solid fill we use instead of hatchingFridrich Štrba1-0/+4
2015-12-14Consider layer visibility and printabilityFridrich Štrba7-3/+76
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 Štrba6-56/+22
2015-12-11Some layer in xml parsers WIPFridrich Štrba7-1/+63
2015-12-11Account for layer membership for stroke colour and for text colourFridrich Štrba3-2/+36
2015-12-11Parsing layer membership for binary parsersFridrich Štrba11-4/+88
2015-12-11Some little changes to parse the layerlist the same way everywhereFridrich Štrba8-27/+60
2015-12-11Werror=effc++David Tardon1-0/+4
2015-12-11space -> tabDavid Tardon1-1/+1
2015-12-11BUILD_EXTRA_DIST does not workDavid Tardon1-4/+1
2015-12-11avoid explicit object file depsDavid Tardon1-21/+12
2015-12-11check for perl tooDavid Tardon1-1/+1
2015-12-11use pre-defined var.David Tardon1-2/+3
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 Štrba6-2/+138
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 Tardon1-0/+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 Tardon1-3/+3
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-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