summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)AuthorFilesLines
2012-07-15Bug fix: now a clip-based transition works correctly when mode=’out’ and ...Marco Cecchetti1-2/+4
2012-07-15Provided support for rewinding to the previous slide and for skipping / rewin...Marco Cecchetti1-33/+118
2012-07-15Performed some clean up and added documentation comments.Marco Cecchetti1-55/+123
2012-07-15Changed the rewindCurrentEffect method.Marco Cecchetti1-1/+4
2012-07-15Skipping a single effect works in JavaScript even if the effect is rewinded (...Marco Cecchetti1-8/+26
2012-07-15Implemented partial support for rewinding a single shape effect.Marco Cecchetti1-59/+180
2012-07-15Now a skip effect command cannot be executed if one skip effect is already ru...Marco Cecchetti1-0/+17
2012-07-15Now the skip effect feature is supported by the JavaScript presentation engine.Marco Cecchetti1-21/+110
2012-07-11Decrease header files dependenciesMatteo Casalin2-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara2-2/+2
2012-07-02Remove unused definesThomas Arnhold1-1/+0
2012-06-29re-base on ALv2 code.Michael Meeks1-26/+17
2012-06-29Remove include guardsThomas Arnhold1-6/+0
2012-06-28Modified the JavaScript implementation for repeated animations.Marco Cecchetti1-61/+21
2012-06-28Now the rewind option is handled by the JavaScript engine too.Marco Cecchetti1-0/+5
2012-06-28Added support for the repeatCount attribute for time containers.Marco Cecchetti1-29/+113
2012-06-28Ported all transition tables. Now restart mode is set up as the SMIL spec req...Marco Cecchetti1-10/+110
2012-06-28Now to animations and repeated to animations are handled by the JavaScript en...Marco Cecchetti1-10/+85
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-2/+1
2012-06-26removed unused forward declarations of classTakeshi Abe3-10/+0
2012-06-22cleanup of duplicated includesPhilipp Riemer2-16/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-12/+12
2012-06-21re-base on ALv2 code.Michael Meeks3-75/+42
2012-06-18SVG: use dash parameters from svg fileChr. Rossmanith2-53/+132
2012-06-15-Werror=unused-variableStephan Bergmann1-1/+0
2012-06-15Fixed a bug related to text fields introduced on the last commit.Marco Cecchetti1-6/+4
2012-06-15Provided support for clipping-based shape transitions (barnWipe,Marco Cecchetti1-42/+327
2012-06-15Enabled support for clipping-based slide transitions (barnWipe,Marco Cecchetti2-33/+1523
2012-06-15Enabled support for fade, slide wipe and push wipe slide transitions.Marco Cecchetti2-57/+1092
2012-06-15The new slide elements structure is created by the svg export filterMarco Cecchetti3-322/+211
2012-06-15In order to enable future support for slide transitions has been neededMarco Cecchetti1-403/+984
2012-06-15In order to fix bug 43060 the width and height attributes are exported with ...Marco Cecchetti1-0/+18
2012-06-15Now debug printers are turned off automaticallyMarco Cecchetti1-1/+6
2012-06-15fixed wrong indentation / provided better indentationMarco Cecchetti1-369/+368
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky1-10/+10
2012-06-09Check for assignment to self for =operatorJulien Nabet1-0/+3
2012-05-29targetted re-workMichael Meeks1-4/+3
2012-05-24removed unused const char[]Takeshi Abe1-4/+0
2012-05-18removed unused const rtl::OUStringTakeshi Abe2-2/+0
2012-05-11get rid of many USTR()Chr. Rossmanith1-257/+229
2012-05-11Better names for presentation specific field item types.Kohei Yoshida1-6/+6
2012-05-08svgreader.cxx: fix -Werror=sign-promoMichael Stahl1-1/+1
2012-05-08fdo#48065 clamp mnFillOpacity to 1Chr. Rossmanith1-1/+4
2012-05-08fdo#47447 parse rgb(%,%,%) correctlyChr. Rossmanith1-0/+15
2012-05-08Removed dead importSvg and ShapeRenderingVisistorChr. Rossmanith3-733/+8
2012-05-05Use UNO's field type values for the SvxFieldData class IDs too.Kohei Yoshida1-8/+9
2012-05-01SVG: use scale in font size and text baseline heuristicChr. Rossmanith1-4/+20
2012-05-01SVG: remove unused code in svgreader.cxxChr. Rossmanith1-24/+1
2012-05-01SVG: move default font size into state ctorChr. Rossmanith2-16/+1
2012-04-30SVG: text elements and graphic elements should not share style idsChr. Rossmanith2-2/+13