summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-31Skip EPSImport recordsHEADmasterDavid Tardon3-0/+12
2021-05-31Stop parsing when an unknown record is encounteredDavid Tardon1-0/+5
2021-05-31Show uknown dictionary entries in debug outputDavid Tardon1-2/+7
2019-11-03drop unneeded includeDavid Tardon1-2/+0
2019-11-03avoid unnecessary copyingDavid Tardon1-1/+1
2019-10-18Fix -Wdeprecated-copy warningAlbert Astals Cid2-4/+3
2019-10-07Add missing semicolon to fix build with icu 65.1Heiko Becker1-1/+1
2019-02-07Fix too small loop variablesMiklos Vajna1-2/+2
2018-02-01WaE: unnecessary parentheses in declaration of ‘padding’David Tardon1-1/+1
2018-01-28fix the name of the font name propertyDavid Tardon1-3/+3
2018-01-15ofz#5295 fix division by 0David Tardon1-7/+10
2017-11-10Use auto when declaring iterators and when initializing with a castMiklos Vajna2-17/+17
2017-09-28avoid output from fuzzerDavid Tardon1-2/+2
2017-09-16add unit test for the internal streamDavid Tardon6-2/+201
2017-09-16impl. seek-to-end in internal streamDavid Tardon1-0/+2
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1219695 sanitize loop boundDavid Tardon1-0/+2
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1219691 sanitize loop boundDavid Tardon1-0/+2
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1219687 sanitize loop boundDavid Tardon1-0/+2
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1219683 sanitize loop boundDavid Tardon1-0/+2
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1219682 sanitize loop boundDavid Tardon1-0/+2
2017-09-16cid#1417723 sanitize loop boundDavid Tardon1-0/+2
2017-09-16drop unneeded checkDavid Tardon1-9/+6
2017-09-16limit scope of varDavid Tardon1-1/+1
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1306208 sanitize loop boundDavid Tardon1-0/+2
2017-09-16reserve required sizeDavid Tardon1-0/+1
2017-09-16cid#1306206 sanitize loop boundDavid Tardon1-0/+2
2017-09-16cid#1219677 sanitize loop boundDavid Tardon3-0/+27
2017-09-01Convert explicit for loops to range-based ones where possibleMiklos Vajna2-38/+38
2017-08-31Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna7-90/+90
2017-08-30Mark overriding member functions as 'override'Miklos Vajna2-51/+51
2017-08-15ofz#2716 fix signed integer overflowDavid Tardon1-3/+3
2017-07-19v3: try to retrieve the text effect, v4: try to retrieve more complex textboxosnola5-82/+344
2017-07-19Try to retrieve more line/fill styles + correct textbox's rotation center.osnola4-25/+195
2017-07-19Read BlendObject zone + try to retrieve the paragraph attributes...osnola7-37/+317
2017-07-13try to improve the parsing of v3 filesosnola8-44/+393
2017-05-16drop :: prefixDavid Tardon2-85/+85
2017-04-25replace a dumb pointer by a smart oneDavid Tardon2-26/+28
2017-04-15print debug msgs to stderrDavid Tardon2-2/+26
2017-04-15drop verbose debugDavid Tardon1-8/+0
2017-04-15replace manual def. of int types by boostDavid Tardon1-35/+7
2017-04-15boost::scoped_ptr -> std::unique_ptrDavid Tardon1-3/+2
2017-04-15workaround difference between astyle versionsDavid Tardon1-1/+1
2017-03-31astyleDavid Tardon1-1/+1
2017-03-31add fuzzing driver for oss-fuzzDavid Tardon4-0/+56