summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
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-21sort file listDavid Tardon1-28/+27
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
2015-07-15afl: avoid null pointer dereferenceDavid Tardon1-1/+1
2015-07-15afl: avoid null dereferenceDavid Tardon1-3/+3
2015-07-15afl: avoid null dereferenceDavid Tardon1-1/+1
2015-07-15afl: don't leave dangling pointer aroundDavid Tardon1-0/+3
2015-07-14ignore errors when parsing metadataDavid Tardon2-10/+8
2015-07-14ignore errors when parsing metadataDavid Tardon2-9/+8
2015-07-14avoid memory leakDavid Tardon1-4/+4
2015-07-14fix more string leaksDavid Tardon1-4/+7
2015-07-14avoid a slew of string leaksDavid Tardon3-131/+94
2015-07-14avoid memory leakDavid Tardon1-3/+3
2015-07-14avoid memory leak in case of exceptionDavid Tardon1-5/+3
2015-07-14avoid leak of xmlTextReaderDavid Tardon1-13/+12
2015-07-14use shared_ptr for streamsDavid Tardon1-47/+27
2015-07-14use shared_ptr for streamsDavid Tardon2-35/+32
2015-07-14avoid double deletion in case of exceptionDavid Tardon1-0/+1
2015-06-29tdf#92270 VSDX theme color import fixAndras Timar1-0/+7
2015-05-04add missing breaksDavid Tardon1-0/+4
2015-02-27More metadata extracted from VSD/VSDX filesMihai Varga7-52/+196
2015-02-16use std::pow in order to avoid compile time errors like:Richard PALO1-1/+1
2015-01-28VSDX: import <cp:category> as librevenge:categoryMiklos Vajna2-0/+4
2015-01-06why is this constant static?David Tardon1-1/+1
2015-01-06workaround build error on old 32-bit linux systemsDavid Tardon1-1/+1
2015-01-05workaround error C2589: ´(´ : illegal token on right side of ´::´Caolán McNamara1-2/+2
2015-01-01Revert "VSDX: import <cp:category>"David Tardon2-4/+0
2014-12-31VSDX: import <cp:category>Miklos Vajna2-0/+4