summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin5-7/+7
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-10compact namespace in sal..svgioNoel Grandin4-8/+8
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin1-29/+29
2020-04-29Resolves tdf#132513 - SVG warns on metadataHeiko Tietze1-1/+1
2020-04-26update pchesCaolán McNamara1-4/+3
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand3-1/+4
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl1-1/+2
2020-03-14Revert "loplugin:constfields in stoc..svgio"Noel Grandin3-3/+3
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-5/+5
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-4/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin33-187/+70
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-2/+1
2020-01-11loplugin:finalclasses in svgioNoel Grandin22-22/+22
2020-01-04drawinglayer: extract classes from baseprimitive2d.hxx to own filesTomaž Vajngerl1-1/+1
2019-12-20tdf#42949 Fix IWYU warnings in svgio/Gabor Kelemen39-48/+28
2019-12-03Use initializer instead of using several inserts (svgio/svgtoken)Julien Nabet1-137/+134
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann3-0/+12
2019-11-08widget theme: Gradient support when drawing widgetsTomaž Vajngerl1-0/+37
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+1
2019-10-03loplugin:unusedfieldsNoel Grandin2-28/+4
2019-09-29constmethod for accessor-type methodsNoel Grandin1-1/+1
2019-09-23SVGIO: Fix conditions after ab147995Xisco Fauli1-2/+2
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák1-1/+1
2019-09-23SVGIO: add unittest for fill:noneXisco Fauli2-0/+21
2019-09-22SVGIO: Use correct type for <use> elementsXisco Fauli1-1/+1
2019-09-19tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli3-0/+42
2019-09-19tdf#104339: SVGIO: Add unittestXisco Fauli2-0/+79
2019-09-19tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli4-28/+93
2019-09-16tdf#99115: add Css selector '*' style only if the element...Xisco Fauli3-14/+112
2019-08-25loplugin:returnconstval in svgioNoel Grandin13-27/+27
2019-08-15loplugin:sequenceloop in starmath..svlNoel Grandin1-2/+2
2019-08-12Fix typosAndrea Gelmini2-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svgioStephan Bergmann2-3/+3
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov1-11/+3
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin1-2/+3
2019-06-14loplugin:unusedfields improvementsNoel Grandin2-12/+1
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák1-10/+14
2019-04-14loplugin:sequentialassign in starmath..svlNoel Grandin1-2/+1
2019-04-12Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()Tor Lillqvist1-1/+1
2019-04-05support opacity for widget definition draw SVGsTomaž Vajngerl4-2/+12
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen1-0/+1
2019-03-12svgio: don't use_library_objects in CppunitTest_svgio_readMichael Stahl1-4/+0
2019-03-08Removed duplicated includesAndrea Gelmini1-1/+0
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-07Update SvgRead test - add new parameters and path parsingTomaž Vajngerl2-12/+56
2019-03-06parse more attributes in SvgDrawVisitorTomaž Vajngerl1-6/+31
2019-03-06use gfx namespace for DrawCommandsTomaž Vajngerl4-12/+13