summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2020-11-12New loplugin:stringviewparamStephan Bergmann1-10/+10
2020-11-11loplugin:stringviewNoel1-2/+2
2020-10-04loplugin:reducevarscope in store..svtoolsNoel1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-6/+0
2020-09-01Fix typoAndrea Gelmini1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-4/+4
2020-08-27Fix typosAndrea Gelmini1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin2-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-4/+4
2020-07-08svgio: create instances with uno constructorsNoel Grandin3-121/+9
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svgioStephan Bergmann2-133/+133
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 Grandin1-4/+4
2020-04-29Resolves tdf#132513 - SVG warns on metadataHeiko Tietze1-1/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-10Make BitmapPrimitive2D vcl-independentArmin Le Grand1-1/+2
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl1-1/+2
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin33-187/+70
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin1-2/+1
2019-12-20tdf#42949 Fix IWYU warnings in svgio/Gabor Kelemen16-20/+6
2019-12-03Use initializer instead of using several inserts (svgio/svgtoken)Julien Nabet1-137/+134
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-03loplugin:unusedfieldsNoel Grandin1-24/+4
2019-09-23SVGIO: Fix conditions after ab147995Xisco Fauli1-2/+2
2019-09-22SVGIO: Use correct type for <use> elementsXisco Fauli1-1/+1
2019-09-19tdf#123926: SVGIO: Check parent's fill when...Xisco Fauli1-0/+13
2019-09-19tdf#94765: SVGIO: Look for gradient/pattern ids once the file...Xisco Fauli1-26/+53
2019-09-16tdf#99115: add Css selector '*' style only if the element...Xisco Fauli1-5/+13
2019-08-25loplugin:returnconstval in svgioNoel Grandin6-13/+13
2019-08-12Fix typosAndrea Gelmini1-3/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svgioStephan Bergmann2-3/+3
2019-06-18loplugin:logexceptionnicely in starmath..svgioNoel Grandin1-2/+3
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-6/+1
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ž Vajngerl1-0/+4
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen1-0/+1
2019-03-08new loplugin constvarsNoel Grandin1-1/+1
2019-03-06parse more attributes in SvgDrawVisitorTomaž Vajngerl1-6/+31
2019-03-06use gfx namespace for DrawCommandsTomaž Vajngerl2-5/+5
2019-03-06svgio visitor, add draw commands and create the from svgTomaž Vajngerl3-36/+189
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin3-3/+3
2019-01-29loplugin:flatten in svgioNoel Grandin18-1976/+1976
2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann1-8/+9
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov1-3/+3
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-12/+8
2018-10-24clang-tidy performance-unnecessary-copy-init in sfx2..svtoolsNoel Grandin4-5/+5