summaryrefslogtreecommitdiff
path: root/filter/source/svg/presentation_engine.js
AgeCommit message (Expand)Author
2016-07-01bccu#1870 - added support for rotate attributeMarco Cecchetti
2016-07-01bccu#1800 fix bogus loops in slide animations and transitionsAndras Timar
2016-05-04filter: svg: avoid undefined variablesHenry Castro
2016-01-28svg export - skip/rewind slide transitionMarco Cecchetti
2016-01-15svg export: fall back to crossfade for not supported transitionsMarco Cecchetti
2016-01-15svg export: simultaneous move and zoom issue - fixedMarco Cecchetti
2016-01-15svg export: added support for anim:formula attributeMarco Cecchetti
2016-01-15svg export - group shape + indefinite duration - fixedMarco Cecchetti
2015-12-19svg export: presentation engine: source code clean upMarco Cecchetti
2015-12-19svg export: borders of leaving slide are not covered by the entering oneMarco Cecchetti
2015-12-19svg export: transition not displayed when switching from last to first slideMarco Cecchetti
2015-12-19svg export: added support for random bar and dissolve transitionsMarco Cecchetti
2015-12-10svg export: transition on first slide are not run - fixedMarco Cecchetti
2015-11-28svg-export: text animation didn't work - fixedMarco Cecchetti
2015-11-28svg-export: slide transition did not work - fixedMarco Cecchetti
2015-11-28svg-export: animation sequence was wrongMarco Cecchetti
2015-11-28svg-export: now animation elements are exported with namespaceMarco Cecchetti
2015-11-28svg export: fixed issue about text fields and shape bounding boxMarco Cecchetti
2015-10-20svg export: left mouse click is working againMarco Cecchetti
2014-02-27Remove visual noise from filterAlexander Wilms
2013-03-25Replace stdlib priority queue with own version.Thorsten Behrens
2013-03-25Fix exception in javascript (missing placeholder rect)Thorsten Behrens
2013-03-25Editor file header and indent consolidation in preseng.jsThorsten Behrens
2013-03-25re-base preseng.js on ALv2 code.Thorsten Behrens
2013-03-25Remove unused code from preseng.jsThorsten Behrens
2013-03-25Stick in obvious canonical radians conversion.Thorsten Behrens
2013-03-13Update JessyInk license statement after upstream change.Marco Cecchetti
2012-10-10Bug Fix: background objects on master pages were not stacked in the correct o...Marco Cecchetti
2012-10-10Bug fix: fixed date/time fields were not exported correctly when positioned c...Marco Cecchetti
2012-10-10Now debugging code is conditionally compiled and JavaScript debug log are tur...Marco Cecchetti
2012-10-10some improvement in making text animation compatible with text selectionMarco Cecchetti
2012-10-10Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support.Marco Cecchetti
2012-10-10Now MasterPage text fields work, list items are detected correctly, some eff...Marco Cecchetti
2012-07-20Support for the checkerboard transition animation in SVG export.Horacio Fernandes
2012-07-15JavaScript engine: added support for skipping/rewinding an effect belonging t...Marco Cecchetti
2012-07-15Added support for interactive animation sequence to the JavaScript engine.Marco Cecchetti
2012-07-15Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value co...Marco Cecchetti
2012-07-15Bug fix: now a clip-based transition works correctly when mode=’out’ and ...Marco Cecchetti
2012-07-15Provided support for rewinding to the previous slide and for skipping / rewin...Marco Cecchetti
2012-07-15Performed some clean up and added documentation comments.Marco Cecchetti
2012-07-15Changed the rewindCurrentEffect method.Marco Cecchetti
2012-07-15Skipping a single effect works in JavaScript even if the effect is rewinded (...Marco Cecchetti
2012-07-15Implemented partial support for rewinding a single shape effect.Marco Cecchetti
2012-07-15Now a skip effect command cannot be executed if one skip effect is already ru...Marco Cecchetti
2012-07-15Now the skip effect feature is supported by the JavaScript presentation engine.Marco Cecchetti
2012-06-28Modified the JavaScript implementation for repeated animations.Marco Cecchetti
2012-06-28Now the rewind option is handled by the JavaScript engine too.Marco Cecchetti
2012-06-28Added support for the repeatCount attribute for time containers.Marco Cecchetti
2012-06-28Ported all transition tables. Now restart mode is set up as the SMIL spec req...Marco Cecchetti
2012-06-28Now to animations and repeated to animations are handled by the JavaScript en...Marco Cecchetti