summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-17bump releaseHEADmasterDavid Tardon1-1/+1
2019-08-17cid#1452381 avoid use of invalid iteratorlibabw-0.1.3David Tardon1-2/+5
2019-08-17prepare for a releaseDavid Tardon1-0/+8
2019-08-12do not parse entitiesDavid Tardon1-1/+1
2019-08-07WaE: implicitly declared ABWData::operator= is deprecatedDavid Tardon1-0/+1
2018-05-05disable werror by defaultDavid Tardon1-2/+2
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
2018-01-04m4: MSVC defines __cplusplus as 199711L stillMiklos Vajna1-1/+1
2017-12-31bump versionDavid Tardon1-1/+1
2017-12-31add another fixed bug to release noteslibabw-0.1.2David Tardon1-1/+1
2017-12-31prepare for a releaseDavid Tardon2-1/+17
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-10-31doxygen -uFridrich Štrba1-864/+1607
2017-10-28save some vertical spaceDavid Tardon1-12/+4
2017-10-28rely on pkg-config to find zlibDavid Tardon1-6/+1
2017-10-28drop outdated MSVC project filesDavid Tardon16-2237/+1
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 Tardon4-100/+53
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