summaryrefslogtreecommitdiff
path: root/filter/source/svg/presentation_engine.js
AgeCommit message (Expand)AuthorFilesLines
2020-08-26filter: svg export: error when playing an animated empty text fieldMarco Cecchetti1-2/+5
2019-11-26tdf#127939: Make slideshow touch input work properly again on iOS 13Tor Lillqvist1-24/+22
2019-10-12filter: svg: presentation engine: autoadvanceMarco Cecchetti1-0/+2
2019-10-11filter: svg export: presentation engine: automatic slide transitionMarco Cecchetti1-3/+74
2019-09-20tdf#122582: Add touch gestures to iOS app slideshow, also for exiting itTor Lillqvist1-0/+2668
2019-09-20tdf#122582: Add ways to exit the slideshow in the iOS appTor Lillqvist1-1/+21
2019-09-20Handle arrow keys (from a hardware keyboard) on iOSTor Lillqvist1-0/+22
2019-08-05svg.js: the SVG Path polyfill doesn't work with Firefox 59 and laterMarco Cecchetti1-535/+559
2018-08-29Fix typoAndrea Gelmini1-1/+1
2018-08-16Fix typo: s/an other/another/gAndrea Gelmini1-1/+1
2018-07-18Related: rhbz#1602589 dead_error_line: Execution cannot reach this statementCaolán McNamara1-5/+1
2018-07-18Related: rhbz#1602589 copy_paste_error: 'getKeyTimes'Caolán McNamara1-1/+1
2018-04-16Use https instead of httpGulsah Kose1-2/+2
2017-09-03svg.js: fix undefined variablefxwan1-2/+2
2017-09-03svg.js: lift Source & Builder Class outta _parsePath func for less GCfxwan1-278/+278
2017-05-15filter: svg: presentation engine: modify/revert some eslint fixMarco Cecchetti1-22/+116
2017-05-01filter: get svg JS code warning-freeThorsten Behrens1-12/+17
2017-05-01tdf#51358 Add Support for BoxSnakesWipePath transition in SVG ExportRohan Kumar1-36/+153
2017-05-01Fixed my mistake: Fix Rotation issue in ParallelSnakesWipeRohan Kumar1-8/+9
2017-04-17svg filter: fix SweepWipePath.perform (found by eslint no-undef)Thorsten Behrens1-3/+3
2017-04-17svg filter: fix eslint no-redeclareThorsten Behrens1-50/+64
2017-04-17svg filter: fix eslint no-undef - var-declare stuffThorsten Behrens1-165/+165
2017-04-17svg filter: fix eslint no-constant-conditionThorsten Behrens1-4/+0
2017-04-17svg filter: fix eslint no-unused-varsThorsten Behrens1-9/+3
2017-04-17svg filter: fix eslint no-unreachableThorsten Behrens1-1/+0
2017-04-17svg filter: fix eslint no-extra-semiThorsten Behrens1-1/+1
2017-04-17svg filter: fix eslint no-fallthroughThorsten Behrens1-0/+3
2017-04-17svg filter: fix eslint no-dupe-keysThorsten Behrens1-2/+0
2017-04-17svg filter: fix eslint assigned-not-used no-unused-vars errorsThorsten Behrens1-27/+10
2017-04-17svg filter: remove reams of commented-out JS codeThorsten Behrens1-224/+0
2017-04-17svg filter: fix eslint no-unused-vars errorsThorsten Behrens1-109/+23
2017-04-17tdf#51358 Add Support for ParallelSnakesWipe transition in SVG ExportRohan Kumar1-24/+232
2017-04-17tdf#51358 Added Support for DoubleDiamondWipePath in Impress SVG ExportRohan Kumar1-3/+67
2017-04-17tdf#51358 Add support for SpiralWipe transition in svg exportRohan Kumar1-68/+237
2017-04-06tdf#51358 Add Support for more slide transitions to Impress SVG ExportRohan Kumar1-2/+103
2017-04-06tdf#51358 Support for SweepWipe transition in SVG ExportRohan Kumar1-55/+215
2017-04-06tdf#51358 Add Support for FanWipe classRohan Kumar1-0/+115
2017-04-06tdf#51358 Support for ZigZag-Wipe transition animation in SVG supportRohan Kumar1-1/+111
2017-03-15Fixed my mistake: fix flipOnYAxis for SVGPathElementRohan Kumar1-3/+13
2017-03-07tdf#51358 Support for BarnDoorWipe transition animation in SVG supportRohan Kumar1-6/+83
2017-03-06Fix flip issue in Snake animation subtypeRohan Kumar1-29/+16
2017-03-06tdf#51358 Importing ClockWipe in SVG engineRohan Kumar1-0/+14
2017-03-06tdf#51358 Support for VeeWipe transition in SVG SupportRohan Kumar1-2/+72
2017-01-28tdf#51358 Support for SnakeWipe transition animation in SVG supportRohan Kumar1-1/+281
2017-01-23Remove aTransitionSubtypeOutMap and aTransitionTypeOutMapRohan Kumar1-20/+20
2017-01-23tdf#51358 Support for BoxWipe transition in SVG ExportRohan Kumar1-2/+131
2017-01-09tdf#51358 Support for IrisWipe transition animation in SVG ExportRohan Kumar1-4/+78
2016-07-01svg-export - Removal of the SVG 1.1 path API in ChromeMarco Cecchetti1-2/+990
2016-07-01bccu#1910 - better handling of not supported animation nodes.Marco Cecchetti1-1/+7
2016-07-01bccu#1900 - added support for discrete activitiesMarco Cecchetti1-18/+311