summaryrefslogtreecommitdiff
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-05-05disable werror by defaultDavid Tardon1-1/+1
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-10-28drop outdated MSVC project filesDavid Tardon5-411/+0
2017-10-28rely on pkg-config to find zlibDavid Tardon1-6/+1
2017-09-28avoid output from fuzzerDavid Tardon1-2/+2
2017-09-16bump releaseDavid Tardon1-1/+1
2017-09-16ignore test-driverlibfreehand-0.1.2David Tardon1-0/+1
2017-09-16add unit test for the internal streamDavid Tardon7-2/+218
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-16add coverity to NEWSDavid Tardon1-0/+1
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-14prepare for releaseDavid Tardon2-1/+20
2017-09-10m4: MSVC defines __cplusplus as 199711L stillMiklos Vajna1-1/+1
2017-09-08assume modern enough ICU is availableDavid Tardon1-14/+1
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