summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-17cid#1452381 avoid use of invalid iteratorlibabw-0.1.3David Tardon1-2/+5
2019-08-12do not parse entitiesDavid Tardon1-1/+1
2019-08-07WaE: implicitly declared ABWData::operator= is deprecatedDavid Tardon1-0/+1
2018-02-02iwyu: reduce includesDavid Tardon3-3/+0
2018-01-22ofz#4681 propagate read error upDavid Tardon2-18/+28
2018-01-18move dict from oss-fuzzDavid Tardon1-0/+195
2017-12-31tdf#74462 use min width/height for inline imagesDavid Tardon1-0/+4
2017-11-27ofz#4420 avoid signed integer overflowDavid Tardon1-1/+5
2017-11-20ofz#2370 avoid signed integer overflowDavid Tardon1-1/+7
2017-11-04Use auto when declaring iterators and when initializing with a castMiklos Vajna5-10/+10
2017-09-28avoid output from fuzzerDavid Tardon1-2/+2
2017-09-04ABWContentCollector: map dc.creator to meta:initial-creatorMiklos Vajna1-2/+2
2017-08-25metadata: emit generatorMiklos Vajna1-0/+11
2017-08-15Convert explicit for loops to range-based ones where possibleMiklos Vajna3-16/+14
2017-08-11Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna12-17/+17
2017-08-11metadata: fix handling of titleMiklos Vajna1-6/+2
2017-08-09Mark overriding member functions as 'override'Miklos Vajna5-176/+176
2017-07-31ABWParser: fix thinkoMiklos Vajna1-1/+1
2017-07-31ABWParser: printf -> ABW_DEBUG_MSGMiklos Vajna1-1/+1
2017-06-13fix -Werror=implicit-fallthroughFridrich Štrba1-5/+5
2017-05-17ofz#1254 the # of columns cannot be negativeDavid Tardon1-2/+2
2017-05-17improve check for stuck XML parserDavid Tardon3-20/+47
2017-05-16replace Spirit.Classic by QiDavid Tardon3-99/+51
2017-05-16drop unneeded includesDavid Tardon2-2/+3
2017-05-16drop :: prefixDavid Tardon3-4/+4
2017-04-23drop unused macro DELETEPDavid Tardon1-2/+0
2017-04-23replace dumb pointers by smart onesDavid Tardon5-38/+22
2017-04-23replace dumb pointers by smart onesDavid Tardon2-7/+5
2017-04-20ofz#1198 initialize iteratorDavid Tardon1-1/+1
2017-04-20avoid possible null ptr deref.David Tardon1-1/+2
2017-04-20move cleanup of xmlTextReaderPtr to a single placeDavid Tardon4-12/+9
2017-04-20ofz#1025 stop parsing if XML error is encounteredDavid Tardon3-8/+42
2017-04-20move this from a separate source to ABXMLHelperDavid Tardon6-77/+40
2017-04-20ofz#1023 avoid stack overflow with too big list levelDavid Tardon1-0/+3
2017-04-19include config.h for HAVE_FUNC_ATTRIBUTE_FORMATosnola1-0/+4
2017-04-19retrieve textbox framesosnola8-99/+289
2017-04-19simplify the codeosnola3-61/+50
2017-04-19try to retrieve some image framesosnola6-0/+139
2017-04-19ofz#1020 look for some invalid table structuresDavid Tardon2-5/+40
2017-04-17replace home-grown function by boostDavid Tardon1-28/+1
2017-04-17try to retrieve some fieldsosnola8-0/+374
2017-04-17try to not ignore some significant spacesosnola2-5/+11
2017-04-17set page size to A4 if it is unknownosnola1-2/+3
2017-04-15add format attribute to debugPrintDavid Tardon1-1/+7
2017-04-15clone is not usedDavid Tardon1-88/+0
2017-04-15change manual memory management to std::unique_ptrDavid Tardon2-217/+221
2017-04-15boost::scoped_ptr -> std::unique_ptrDavid Tardon1-2/+2
2017-04-15boost::shared_ptr -> std::shared_ptrDavid Tardon5-13/+12
2017-04-11replace repeated increment with a single assignmentDavid Tardon1-2/+2
2017-04-05ofz: check the stack for emptiness before accessing topDavid Tardon1-2/+4