summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)AuthorFilesLines
2015-12-23loplugin:unusedfields in filterNoel Grandin1-1/+0
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli1-13/+103
2015-12-21SVG: don't fill the gradient if there's no stop element presentXisco Fauli1-10/+16
2015-12-19svg export: presentation engine: source code clean upMarco Cecchetti1-158/+135
2015-12-19coverity#1343621 Constant expression resultCaolán McNamara1-1/+1
2015-12-19svg export: borders of leaving slide are not covered by the entering oneMarco Cecchetti2-3/+39
2015-12-19svg export: transition not displayed when switching from last to first slideMarco Cecchetti2-17/+51
2015-12-19svg export: added support for random bar and dissolve transitionsMarco Cecchetti1-8/+169
2015-12-17tdf#32248 SVG: first attempt to support tspan elementsXisco Fauli1-4/+5
2015-12-10svg export: transition on first slide are not run - fixedMarco Cecchetti2-5/+78
2015-12-09svg export: no more an experimental featureMarco Cecchetti3-255/+182
2015-12-08SVG: Revert previous commits for tdf#95332 and tdf#95733Xisco Fauli1-10/+8
2015-12-07Revert "svg export: no more an experimental feature"Andras Timar3-181/+254
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar1-1/+1
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti1-1/+1
2015-12-07svg export: no more an experimental featureMarco Cecchetti3-254/+181
2015-12-07Revert "svg-export: fix wrong conflict resolution"Andras Timar1-1/+1
2015-12-07svg-export: fix wrong conflict resolutionMarco Cecchetti1-1/+1
2015-12-07svg-export: added a new bullet typeMarco Cecchetti1-0/+2
2015-12-03uno::Sequence->std::vectorNoel Grandin3-8/+8
2015-12-01tdf#63324: Fix convert for svg filterJulien Nabet1-4/+4
2015-12-01tdf#96046 SVG: Fix problem when percentage depends ...Xisco Fauli1-0/+3
2015-11-28svg-export: text animation didn't work - fixedMarco Cecchetti1-2/+2
2015-11-28svg-export: slide transition did not work - fixedMarco Cecchetti1-6/+6
2015-11-28svg-export: animation sequence was wrongMarco Cecchetti1-22/+33
2015-11-28svg-export: now animation elements are exported with namespaceMarco Cecchetti2-33/+56
2015-11-28svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti2-22/+46
2015-11-28tdf#95356: unit test about text decorations for svg exportMarco Cecchetti1-2/+6
2015-11-27tdf#96046 SVG: use the same PPI as in svgioXisco Fauli2-8/+13
2015-11-26tdf#96046 SVG: Parse 'em' and 'ex' units correctlyXisco Fauli1-3/+5
2015-11-25loplugin:unusedfields variousNoel Grandin1-2/+0
2015-11-20loplugin:unusedfields filterNoel Grandin3-6/+0
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-2/+2
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-17instead of converting from std::string to OUString...Xisco Fauli3-19/+15
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-4/+1
2015-11-15tdf#43257 SVG: Id value can contain other characters than alphanumericsXisco Fauli1-3/+3
2015-11-12tdf#95733: SVG: clipPath can be defined outside path...Xisco Fauli1-3/+1
2015-11-11SVG: tdf#95714 stop-color can be defined once tooXisco Fauli1-1/+5
2015-11-11tdf#51165: handle mixture of open and closed polygons in a pathChr. Rossmanith1-5/+49
2015-11-10SVG: tdf#95510: stop-color and stop-opacity can be defined inside style tooXisco Fauli1-0/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann7-67/+67
2015-11-07SVG: tdf#95332 defs can contain shapes so fix tdf#65864 in...Xisco Fauli1-9/+14
2015-11-06coverity#1309069 Uncaught exceptionCaolán McNamara1-17/+18
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-6/+6
2015-11-05tdf#95510: SVG: Import stop-color and stop-opacityXisco Fauli1-16/+15
2015-11-05tdf#94098: SVG: improved parsing of rotate's parameters Xisco Fauli1-1/+1
2015-11-02SVG: don't use dashes if parsing stroke-dasharray failsChr. Rossmanith1-3/+9
2015-11-02tdf#87309: Use black as default currentColor if no color was...Xisco Fauli1-1/+1