summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)AuthorFilesLines
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin23-108/+108
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin2-2/+2
2016-07-24tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneselfJulien Nabet1-1/+1
2016-07-20SVGIO: use clamp on strokeOpacity in case it's negativeXisco Fauli1-4/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-6/+0
2016-07-07tdf#82214 optimize PatternFillPrimitive and SVGArmin Le Grand1-39/+60
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko1-4/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-1/+1
2016-06-01tdf#99994: Add unittestXisco Fauli2-0/+27
2016-06-01tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier1-2/+3
2016-05-31SVGIO: Modify a unittest to check "inherit" in font-familyXisco Fauli2-3/+9
2016-05-31SVGIO: Add support for font-family in unittests and unify...Xisco Fauli2-10/+77
2016-05-31SVGIO: Add support for "inherit" in font-familyXisco Fauli1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist66-247/+247
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-25Fix typosAndrea Gelmini1-2/+2
2016-05-22Convert SpreadMethod to scoped enumNoel Grandin1-4/+4
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+2
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin1-1/+1
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin2-21/+21
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel4-12/+35
2016-04-21new plugin stylepoliceNoel Grandin3-15/+15
2016-04-15SVG: Add unittest for ecc7f698b5f080530f006218fa3dd82da43d9abbXisco Fauli2-0/+43
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke1-1/+0
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke3-7/+11
2016-04-12SVG: Add unittest for tdf#47446 and tdf#98599Xisco Fauli3-0/+71
2016-04-12SVG: Check that masking-path-07-b.svg doesn't hangXisco Fauli2-0/+161
2016-04-12SVG: actually this code is unnecessary after...Xisco Fauli1-13/+1
2016-04-12SVG: Add unittest for #i125329#Xisco Fauli2-0/+38
2016-04-12SVG: Clean up this code a litle bitXisco Fauli2-7/+6
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan2-4/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan1-3/+2
2016-04-03SVG: Using the marker property from a style sheet is equivalent...Xisco Fauli1-2/+5
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-30tdf#97657: SVGIO: Don't iterate over parent's clip-paths...Xisco Fauli1-2/+7
2016-03-29SVGIO: Don't inherit style attributes from parent if the...Xisco Fauli3-108/+54
2016-03-26SVGIO: Shapes within a clippath element might inherit...Xisco Fauli3-0/+92
2016-03-17tdf#98599 SVG: consider attributes of 'defs' elementRegina Henschel1-2/+2
2016-03-11tdf#47446: SVGIO: Take markers' parents into account tooXisco Fauli1-1/+13
2016-03-10tdf#97539: SVGIO: iterate over parent's clippathsXisco Fauli1-1/+2
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann1-2/+2
2016-03-09tdf#47446: SVGIO: Set marker's fill attribute to black...Xisco Fauli1-1/+1
2016-03-09SVGIO: Fix problem when style's parent contains a mask elementXisco Fauli2-10/+41
2016-03-08Updated to solve problem with gerrit patch 22363Jan Iversen1-1/+1
2016-03-07Revert "tdf#97538: SVGIO: Add unittest"Xisco Faulí2-46/+0
2016-03-07SVGIO: tdf#97539: clip-path elements might contain...Xisco Fauli2-10/+41
2016-03-07tdf#97538: SVGIO: Add unittestXisco Fauli2-0/+46
2016-03-06SVGIO: Check minX, minY, maxX and maxY in polypolygonXisco Fauli1-0/+25