summaryrefslogtreecommitdiffstats
path: root/svgio/source
Commit message (Expand)AuthorAgeFilesLines
* New loplugin:stringviewparamStephan Bergmann2020-11-121-10/+10
* loplugin:stringviewNoel2020-11-111-2/+2
* loplugin:reducevarscope in store..svtoolsNoel2020-10-041-1/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-6/+0
* Fix typoAndrea Gelmini2020-09-011-1/+1
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-4/+4
* Fix typosAndrea Gelmini2020-08-271-2/+2
* loplugin:simplifybool moreNoel Grandin2020-08-142-2/+2
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-4/+4
* svgio: create instances with uno constructorsNoel Grandin2020-07-083-121/+9
* Upcoming improved loplugin:staticanonymous -> redundantstatic: svgioStephan Bergmann2020-07-022-133/+133
* loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin2020-05-305-7/+7
* Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann2020-05-261-1/+1
* compact namespace in sal..svgioNoel Grandin2020-05-101-4/+4
* Resolves tdf#132513 - SVG warns on metadataHeiko Tietze2020-04-291-1/+1
* tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2020-04-221-0/+1
* Make BitmapPrimitive2D vcl-independentArmin Le Grand2020-04-101-1/+2
* split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl2020-04-031-1/+2
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-3133-187/+70
* loplugin:makeshared in svgio..writerperfectNoel Grandin2020-01-241-2/+1
* tdf#42949 Fix IWYU warnings in svgio/Gabor Kelemen2019-12-2016-20/+6
* Use initializer instead of using several inserts (svgio/svgtoken)Julien Nabet2019-12-031-137/+134
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-223-0/+12
* widget theme: Gradient support when drawing widgetsTomaž Vajngerl2019-11-081-0/+37
* loplugin:unusedfieldsNoel Grandin2019-10-031-24/+4
* SVGIO: Fix conditions after ab147995Xisco Fauli2019-09-231-2/+2
* SVGIO: Use correct type for <use> elementsXisco Fauli2019-09-221-1/+1
* tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli2019-09-191-0/+13
* tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli2019-09-191-26/+53
* tdf#99115: add Css selector '*' style only if the element...Xisco Fauli2019-09-161-5/+13
* loplugin:returnconstval in svgioNoel Grandin2019-08-256-13/+13
* Fix typosAndrea Gelmini2019-08-121-3/+3
* Improved loplugin:stringconstant (now that GCC 7 supports it): svgioStephan Bergmann2019-07-312-3/+3
* loplugin:logexceptionnicely in starmath..svgioNoel Grandin2019-06-181-2/+3
* loplugin:unusedfields improvementsNoel Grandin2019-06-141-6/+1
* loplugin:sequentialassign in starmath..svlNoel Grandin2019-04-141-2/+1
* Downgrade a SAL_WARN() that shows up a lot but can be ignored to SAL_INFO()Tor Lillqvist2019-04-121-1/+1
* support opacity for widget definition draw SVGsTomaž Vajngerl2019-04-051-0/+4
* tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen2019-03-201-0/+1
* new loplugin constvarsNoel Grandin2019-03-081-1/+1
* parse more attributes in SvgDrawVisitorTomaž Vajngerl2019-03-061-6/+31
* use gfx namespace for DrawCommandsTomaž Vajngerl2019-03-062-5/+5
* svgio visitor, add draw commands and create the from svgTomaž Vajngerl2019-03-063-36/+189
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-183-3/+3
* loplugin:flatten in svgioNoel Grandin2019-01-2918-1976/+1976
* Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann2019-01-111-8/+9
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-2/+2
* Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov2018-11-251-3/+3
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-101-12/+8
* clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin2018-10-244-5/+5