summaryrefslogtreecommitdiff
path: root/svgio/source/svgreader/svggnode.cxx
AgeCommit message (Expand)Author
2023-10-27Drop rTokenName argument from SvgNode::parseAttributeMike Kaganski
2023-07-10tdf#149673: only check opacity from parent...Xisco Fauli
2023-06-26svgio: simplify codeXisco Fauli
2023-06-20tdf#155932: tdf#97717: only apply opacity when primitiveXisco Fauli
2023-06-19tdf#97717: do not call add_postProcess from g elementXisco Fauli
2022-07-15svgio: simplify codeXisco Fauli
2021-09-24reduce copying in drawinglayerNoel Grandin
2021-08-22no need to use unique_ptr for B2DHomMatrixNoel Grandin
2021-05-01convert enums to enum classes in svgnode.hxxTomaž Vajngerl
2021-04-30svgio: change SVGToken enum to enum classTomaž Vajngerl
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2018-04-06tdf#114738 Add support for transparency for EMF+ recordsBartosz Kosiorek
2017-05-04loplugin:checkunusedparams in svgioNoel Grandin
2017-03-03Fix typosAndrea Gelmini
2017-01-19new loplugin: useuniqueptr: svgioNoel Grandin
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-03-17tdf#98599 SVG: consider attributes of 'defs' elementRegina Henschel
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand
2014-08-31Typo: childs->childrenJulien Nabet
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand
2014-07-16Resolves: #i125258# reworked some of the style hierarchy stuffArmin Le Grand
2014-07-15Avoid infinite loop when gathering "g" element stylesJoren De Cuyper
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-02-26Remove visual noise from svgioAlexander Wilms
2013-11-21remove unnecessary use of OUString::createFromAsciiNoel Grandin
2013-09-15childs -> children (in comments)Chr. Rossmanith
2013-06-17Resolves: #i121801# Corrected handling of gradient transformationsArmin Le Grand
2013-04-14Fix #120334# Added support for multiple CSS styles per graphic primitiveArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks