summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-03missing includeHEADmasterStephan Bergmann1-0/+1
2019-01-30Fix too small loop variablesMiklos Vajna6-13/+13
2018-03-21ofz#7053 avoid access to empty vectorDavid Tardon1-0/+4
2018-03-19ofz#7006 tweak to avoid signed int overflowDavid Tardon1-4/+4
2018-03-12ofz#6469 ensure coords are in correct orderDavid Tardon5-5/+50
2018-03-12drop unused functionDavid Tardon2-19/+0
2018-03-07ofz#6777 fix division by zeroDavid Tardon1-1/+1
2018-02-28bump versionDavid Tardon1-1/+1
2018-02-28prepare for a releaselibmspub-0.1.4David Tardon1-0/+6
2018-02-28tdf#116018 close shape group correctlyDavid Tardon1-3/+1
2018-02-20ofz#6410 avoid signed integer overflowDavid Tardon1-1/+1
2018-02-15drop unnecessary variablesDavid Tardon1-4/+2
2018-02-15ofz#6339 avoid signed int overflowDavid Tardon1-2/+2
2018-02-02iwyu: prune includesDavid Tardon20-32/+70
2018-01-20ofz#5515 avoid signed integer overflowDavid Tardon1-2/+2
2018-01-19ofz#5224 avoid signed integer overflowDavid Tardon1-2/+2
2018-01-09ofz#4951 do not shift signed valueDavid Tardon1-1/+1
2018-01-09ofz#4916 fix division by 0David Tardon1-0/+4
2018-01-09avoid undef. behavior casting arbitrary int to enumDavid Tardon2-10/+10
2018-01-09ofz#4903 avoid division by 0David Tardon1-1/+1
2017-12-31bump versionDavid Tardon1-1/+1
2017-12-30cid#1427014 pointer to local outside scopelibmspub-0.1.3David Tardon1-1/+1
2017-12-30cid#1267884 pointer to local outside scopeDavid Tardon1-1/+1
2017-12-30cid#1267883 pointer to local outside scopeDavid Tardon1-1/+1
2017-12-30fix copypastaDavid Tardon1-1/+1
2017-12-30fix copypastaDavid Tardon1-1/+1
2017-12-30prepare for a releaseDavid Tardon2-1/+17
2017-12-30parse locale informationDavid Tardon4-0/+30
2017-12-30fix parsing of bold and italic in mspub 2002 docsDavid Tardon1-2/+6
2017-12-30parse more text formatting propertiesDavid Tardon5-29/+237
2017-12-28fix copypastaDavid Tardon1-1/+1
2017-12-28avoid unnecessary copyingDavid Tardon2-2/+2
2017-12-28tdf#89393 handle multiple paragraphs in cell correctlyDavid Tardon1-5/+8
2017-12-28stop after processing all cellsDavid Tardon1-9/+6
2017-12-27one def. of M_PI is enoughDavid Tardon4-13/+5
2017-12-27sort includesDavid Tardon25-73/+96
2017-12-27suppress another GCC 7 fallthrough warningDavid Tardon2-1/+1
2017-12-27print debug messages to stderrDavid Tardon4-1/+251
2017-12-27suppress GCC 7 fallthrough warningsDavid Tardon5-2/+76
2017-12-27drop verbose debugDavid Tardon1-8/+0
2017-12-27replace manual def. of int types by boostDavid Tardon2-34/+8
2017-12-27rename include guards to avoid use of __David Tardon38-107/+107
2017-12-27use C++11 syntax to disable copyingDavid Tardon1-2/+2
2017-12-27remove pointless initializatorDavid Tardon1-1/+1
2017-12-27never call shared_from_this on not fully init-ed objectDavid Tardon3-26/+18
2017-11-28MSPUBParser: reduce scope of shape width/heightMiklos Vajna1-11/+3
2017-11-07use enum value instead of castDavid Tardon2-2/+2
2017-11-07Use auto when declaring iterators and when initializing with a castMiklos Vajna5-39/+35
2017-10-31doxygen -uFridrich Štrba1-864/+1606
2017-10-28drop outdated MSVC project filesDavid Tardon13-1957/+0