summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-23prepare for a releaselibetonyek-0.1.7David Tardon1-0/+19
2017-10-23use mdds 1.2 as defaultDavid Tardon1-2/+2
2017-10-23drop outdated MSVC project filesDavid Tardon5-395/+0
2017-10-22add Laurent to contributorsDavid Tardon1-0/+1
2017-10-22Clean code: move the function to find recursively a style in IWORKStyleSheet.osnola4-29/+38
2017-10-22Also look for parent-ident in parent sheetstyle(if a parent exists).osnola1-4/+29
2017-10-22Try to retrieve the page-breaks...osnola9-8/+58
2017-10-22Only send page-break if page-break is true+flush list before doing a drawosnola1-1/+3
2017-10-22Replace pageBreak character by a insertLine+do not send special charactersosnola1-1/+20
2017-10-22Try to retrieve more list styles...osnola3-2/+13
2017-10-22Search also for correspondance between sf:style in sf:ident for all styles.osnola4-0/+38
2017-10-22Search also for correspondance between sf:style in sf:ident for paragraph.osnola1-0/+6
2017-10-22Try to make sheetstyle_ref working...osnola2-1/+18
2017-10-21bump versionDavid Tardon1-1/+1
2017-09-28avoid output from fuzzerDavid Tardon1-2/+2
2017-08-29Convert explicit for loops to range-based ones where possibleMiklos Vajna4-78/+78
2017-08-28Convert 0 to nullptr where it's used as a pointer valueMiklos Vajna23-40/+40
2017-08-27Mark overriding member functions as 'override'Miklos Vajna100-856/+856
2017-08-26Fix clang -Wunused-private-field warningsMiklos Vajna6-17/+7
2017-08-25Remove unused using declarationsMiklos Vajna5-7/+0
2017-08-24IWORKTabularInfoElement: fix gcc-4.8 -Wshadow warningMiklos Vajna1-5/+5
2017-08-23IWORKMemoryStream: fix gcc-4.8 buildMiklos Vajna1-1/+1
2017-08-02look for macros in m4/David Tardon1-1/+1
2017-07-30replace decl. of cstdint stuff by boostDavid Tardon2-35/+7
2017-07-30the arg is not neededDavid Tardon1-1/+1
2017-07-30drop verbose debugDavid Tardon1-8/+0
2017-07-30detect __attribute__((format)) in configureDavid Tardon3-1/+228
2017-07-29suppress GCC 7 fallthrough warningsDavid Tardon4-6/+80
2017-06-06ofz#2066 the stream can be null hereDavid Tardon1-4/+7
2017-06-06astyleDavid Tardon3-162/+162
2017-05-30don't output libxml2 error spew on non/bad xmlCaolán McNamara1-0/+9
2017-04-25replace a dumb pointer by a smart oneDavid Tardon2-9/+8
2017-04-11ofz#1084 getting an existing stream can still failDavid Tardon1-1/+5
2017-04-07build lang. manager tests conditionallyDavid Tardon2-1/+6
2017-04-07allow to build without liblangtagDavid Tardon2-3/+52
2017-04-07Revert "allow to set liblangtag datadir (for oss-fuzz)"David Tardon2-14/+0
2017-04-07allow to set liblangtag datadir (for oss-fuzz)David Tardon2-0/+14
2017-04-06drop unused includesDavid Tardon2-6/+0
2017-04-06boost::function -> std::functionDavid Tardon3-5/+4
2017-04-06boost::bind -> std::bindDavid Tardon6-18/+23
2017-04-06boost::unordered_set -> std::unordered_setDavid Tardon3-8/+5
2017-04-06boost::unordered_map -> std::unordered_mapDavid Tardon19-48/+42
2017-04-06boost::scoped_ptr is unusedDavid Tardon2-3/+1
2017-04-06boost::shared_ptr -> std::shared_ptrDavid Tardon68-203/+179
2017-04-06switch to C++11David Tardon3-141/+577
2017-04-06ignore only selected content of m4 dirDavid Tardon2-1/+2
2017-03-31fix commentDavid Tardon1-1/+1
2017-03-31add fuzzing driver for oss-fuzzDavid Tardon5-1/+69
2017-03-16fix typo: "the the" --> thedennisroczek1-1/+1
2017-03-12fix typo: usefull --> usefuldennisroczek1-1/+1