summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-15cid#1371579 sanitize loop boundDavid Tardon1-0/+1
2017-09-15cid#1371574 sanitize loop boundDavid Tardon1-0/+1
2017-09-15cid#1371569 sanitize loop boundDavid Tardon1-0/+1
2017-09-15cid#1371572 sanitize loop boundDavid Tardon1-0/+1
2017-09-15cid#1371570 sanitize loop boundDavid Tardon1-0/+15
2017-09-14prepare for releaseDavid Tardon2-1/+7
2017-09-10m4: MSVC defines __cplusplus as 199711L stillMiklos Vajna1-1/+1
2017-09-08assume modern enough ICU is availableDavid Tardon4-15/+7
2017-09-08tests need librevenge-stream tooDavid Tardon1-3/+9
2017-08-22Convert explicit for loops to range-based ones where possibleMiklos Vajna6-56/+52
2017-08-17Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna12-26/+26
2017-08-16Mark overriding member functions as 'override'Miklos Vajna8-161/+161
2017-07-29suppress GCC 7 fallthrough warningDavid Tardon4-1/+75
2017-06-20ofz#2246 avoid division by 0David Tardon1-2/+6
2017-05-16one definition of M_PI is enoughDavid Tardon6-24/+0
2017-05-16use a lookup table to get codepage from font nameDavid Tardon2-33/+26
2017-05-16convert from Spirit.Classic to QiDavid Tardon2-22/+29
2017-05-16sort lexicographicallyDavid Tardon1-1/+2
2017-05-16drop :: prefixDavid Tardon2-2/+2
2017-04-21ofz#1211 avoid division by 0David Tardon1-0/+3
2017-04-15drop unneeded includeDavid Tardon1-1/+0
2017-04-15replace manual def. of int types by boostDavid Tardon3-34/+9
2017-04-15move check for __attribute__((format)) to configureDavid Tardon3-1/+228
2017-04-15drop verbose debugDavid Tardon1-8/+0
2017-04-15workaround difference in astyle versionsDavid Tardon2-3/+3
2017-04-15this uses boost::optional so include the headerDavid Tardon1-0/+1
2017-04-15boost::scoped_ptr -> std::unique_ptrDavid Tardon2-3/+3
2017-04-15switch to C++11David Tardon3-0/+1023
2017-04-15only ignore generated files in m4David Tardon2-1/+2
2017-04-12ofz#998 fix division by 0David Tardon1-0/+3
2017-04-08ofz#1009 fix leakDavid Tardon1-0/+1
2017-04-04ofz: avoid inf. loop if inst. size is 0David Tardon1-0/+9
2017-04-04ofz: avoid inf. loop if tag length is 0David Tardon1-25/+41
2017-04-04astyleDavid Tardon2-3/+3
2017-03-30add cmx fuzzerDavid Tardon2-2/+36
2017-03-30create a fuzzing driver for oss-fuzzDavid Tardon5-2/+71
2017-03-16fix typo: "the the" --> thedennisroczek1-1/+1
2017-03-12fix typo: usefull --> usefuldennisroczek1-2/+2
2017-02-23tdf#106118 update READMEDavid Tardon1-3/+4
2016-07-21Prepare for 0.1.3libcdr-0.1.3Fridrich Štrba2-1/+14
2016-07-20Fix a thinkoFridrich Štrba6-38/+38
2016-07-20Full-Color and Imported Bitmap have similar structureFridrich Štrba1-21/+5
2016-07-20let the cmx2* and cdr2* handle both cdr and cmxFridrich Štrba6-24/+76
2016-07-19Setting a framwork for parsing of vector fillsFridrich Štrba3-9/+112
2016-07-18Assure that we know fill/line properties when parsing the full colour fillFridrich Štrba9-40/+58
2016-07-18If not line/fill is specified, thy the styles firstFridrich Štrba6-14/+35
2016-07-18Put the styles into the parser state structFridrich Štrba4-34/+33
2016-07-18This is not only for char stylesFridrich Štrba8-88/+88
2016-07-14This does not look like usedFridrich Štrba1-2/+0
2016-07-14Best solution before we implement Stlt for graphicsFridrich Štrba2-6/+10