summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-16drop :: prefixDavid Tardon2-85/+85
2017-04-25replace a dumb pointer by a smart oneDavid Tardon2-26/+28
2017-04-15print debug msgs to stderrDavid Tardon4-2/+253
2017-04-15drop verbose debugDavid Tardon1-8/+0
2017-04-15replace manual def. of int types by boostDavid Tardon2-35/+8
2017-04-15boost::scoped_ptr -> std::unique_ptrDavid Tardon2-4/+2
2017-04-15switch to C++11David Tardon3-0/+1023
2017-04-15only ignore generated files in m4David Tardon2-1/+2
2017-04-15workaround difference between astyle versionsDavid Tardon1-1/+1
2017-03-31astyleDavid Tardon1-1/+1
2017-03-31add fuzzing driver for oss-fuzzDavid Tardon5-2/+71
2017-03-12fix typo: usefull --> usefuldennisroczek1-1/+1
2016-06-14move everything into namespaceDavid Tardon1-4/+7
2016-06-14no gain in combining static with anon. namespaceDavid Tardon1-1/+1
2016-06-14painter is allowed to be NULLDavid Tardon1-1/+1
2015-12-27simplify dist. and inst. of headersDavid Tardon2-5/+3
2015-12-27make --help output more help2man-friendlyDavid Tardon3-9/+75
2015-12-20Better way to get the gperf dependenciesFridrich Štrba2-31/+16
2015-12-19Fix build with recent clang that chokes on "register" keywordFridrich Štrba1-1/+1
2015-10-20m_visitedObjects should be initialized in the member initialization listFridrich Štrba1-1/+1
2015-08-26avoid memory leak if exception is thrownDavid Tardon2-8/+21
2015-08-26afl: avoid infinite recursion in page objectsDavid Tardon1-0/+4
2015-08-26afl: avoid unterminated recursion in broken docsDavid Tardon2-2/+31
2015-08-05afl: do not insert last segment if it's shortenedDavid Tardon1-1/+2
2015-08-05add make astyle targetDavid Tardon2-1/+3
2015-06-11WaE: 'FHTransform' defined as a struct here but previously declared as a classDavid Tardon1-1/+1
2015-06-11NEWSlibfreehand-0.1.1libfeehand-0.1.1Fridrich Štrba1-0/+10
2015-05-29Apply fake transforms in the right sequenceFridrich Štrba2-60/+43
2015-05-22Specify the with and heightFridrich Štrba1-0/+2
2015-05-22Just a version increase so that I don't forgetFridrich Štrba1-1/+1
2015-05-22Weffc++Fridrich Štrba2-5/+8
2015-05-21More debugging of embedded objectsFridrich Štrba1-0/+17
2015-05-21RVNGBinaryData is a valid type for RVNGPropertyList valueFridrich Štrba1-4/+4
2015-05-21Emulate ContourFill and NewContourFill by radial gradientFridrich Štrba2-10/+27
2015-05-21Better theory about ClipGroupFridrich Štrba3-1/+158
2015-05-20PatternFillFridrich Štrba6-21/+159
2015-05-19Some more fixes for content fillsFridrich Štrba1-15/+241
2015-05-19Detect common file-types so that we don't output bogus mimetype alwaysFridrich Štrba1-0/+74
2015-05-18Use the FHBoundingBox structFridrich Štrba1-8/+5
2015-05-18Initialize the bounding box properlyFridrich Štrba1-1/+4
2015-05-18Some fixes around TileFillFridrich Štrba3-15/+19
2015-05-18Putting some belts and braces around the svg generationFridrich Štrba1-2/+2
2015-05-18Another theoryFridrich Štrba1-3/+3
2015-05-18Read the raw numberFridrich Štrba1-4/+4
2015-05-18Don't bother generating SVG from group id == 0Fridrich Štrba1-3/+1
2015-05-18LibreOffice fills only closed pathsFridrich Štrba1-2/+5
2015-05-18Some TileFill progressFridrich Štrba3-40/+263
2015-05-18RadialFillXFridrich Štrba1-2/+10
2015-05-17Output SymbolInstanceFridrich Štrba2-0/+19
2015-05-17Parsing and collecting SymbolClass + SymbolInstanceFridrich Štrba4-13/+93