summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Fix typosAndrea Gelmini4-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-16/+16
2017-01-19new loplugin: useuniqueptr: svgioNoel Grandin15-22/+3
2016-12-19tdf#104339 Partially revert d5649ae7b76278cb3155f951d6327157c7c92b65Xisco Fauli1-18/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-02loplugin:unnecessaryoverride (dtors) in svgioStephan Bergmann1-5/+0
2016-11-09convert Primitive2DContainer to std::dequeNoel Grandin1-5/+3
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin1-4/+2
2016-10-27loplugin:expandablemethods in stoc..svlNoel Grandin1-3/+3
2016-10-20loplugin:expandablemethodds in svgioNoel Grandin18-85/+85
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-30tdf#101237 SVGIO: Use black as default when parents' fill...Xisco Fauli1-6/+18
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-07-29loplugin:countusersofdefaultparams in store..svtoolsNoel Grandin1-1/+1
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-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-01tdf#99994 Avoid invalid access by reusing getFontFamily() resultSam Tygier1-2/+3
2016-05-31SVGIO: Add support for "inherit" in font-familyXisco Fauli1-1/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist33-87/+87
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 Grandin1-16/+16
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel2-10/+32
2016-04-21new plugin stylepoliceNoel Grandin3-15/+15
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-2/+3
2016-04-12SVG: actually this code is unnecessary after...Xisco Fauli1-13/+1
2016-04-12SVG: Clean up this code a litle bitXisco Fauli1-6/+5
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan2-4/+2
2016-04-03SVG: Using the marker property from a style sheet is equivalent...Xisco Fauli1-2/+5
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 Fauli1-108/+20
2016-03-26SVGIO: Shapes within a clippath element might inherit...Xisco Fauli1-0/+62
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-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 Fauli1-9/+37
2016-03-08Updated to solve problem with gerrit patch 22363Jan Iversen1-1/+1
2016-03-07SVGIO: tdf#97539: clip-path elements might contain...Xisco Fauli1-9/+37
2016-03-03tdf#98113: SVGIO: Add SvgANode class to handle transport ...Xisco Fauli3-0/+120
2016-03-01loplugin:unuseddefaultparam in svgioNoel Grandin1-2/+2
2016-02-28tdf#98119 Allow markers on zero-length linesRegina Henschel1-11/+11
2016-02-27Revert "SVGIO: tdf#97539: clip-path elements might contain..."Xisco Faulí1-17/+0
2016-02-25Partially revert b6a62f07557fe4ae0931e0f3e0f306d2f69b116bXisco Fauli1-9/+6
2016-02-21tdf#97538 no cropping if width, height and viewBox missingRegina Henschel1-37/+69