summaryrefslogtreecommitdiff
path: root/filter/source/svg
AgeCommit message (Expand)AuthorFilesLines
2013-01-07Revert "dummy commit (WIP)"Luboš Luňák1-20/+4
2013-01-07dummy commit (WIP)Chr. Rossmanith1-4/+20
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky2-2/+2
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin4-9/+7
2012-12-08SVG: handle degenerate cases of the basic shapes correctlyChr. Rossmanith1-78/+80
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann2-5/+3
2012-12-03fdo#57215: Fixed wrong text rotation in SVG ExportHoracio Fernandes1-0/+21
2012-11-26More DISABLE_EXPORT tweaksTor Lillqvist1-1/+2
2012-11-24Try to get rid of the SVG export code when DISABLE_EXPORTTor Lillqvist1-0/+2
2012-11-23Surely we can bin all indentation in the JavaScriptTor Lillqvist1-1/+1
2012-11-23We prefix each line with four spaces, not append, but why?Tor Lillqvist1-2/+1
2012-11-23Why write Emacs and vim mode lines to a generated file one should not edit?Tor Lillqvist1-16/+2
2012-11-22AllSettings with LanguageTagEike Rathke2-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks4-119/+185
2012-10-28fix some VS 2010 specific issuesDavid Ostrovsky1-1/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin2-17/+9
2012-10-18loplugin: unused stringsCaolán McNamara1-1/+0
2012-10-11Cleanup svg export namespace handlingThorsten Behrens1-10/+5
2012-10-10SVGActionWriter::ImplWriteActions: indent thatMichael Stahl1-29/+32
2012-10-10SVGActionWriter::ImplWriteActions: fix debug codeMichael Stahl1-11/+13
2012-10-10Make svg export use slidesorter selection in most cases.Thorsten Behrens1-35/+59
2012-10-10Don't assume we're exporting Impress to svg, unconditionallyThorsten Behrens1-2/+3
2012-10-10Define ooo xmlns prefix unconditionally for svg exportThorsten Behrens1-12/+1
2012-10-10Bug Fix: background objects on master pages were not stacked in the correct o...Marco Cecchetti1-60/+144
2012-10-10Bug fix: fixed date/time fields were not exported correctly when positioned c...Marco Cecchetti1-0/+18
2012-10-10IsUsePositionedCharacters() tries to get its value from filter data passed to...Marco Cecchetti1-9/+14
2012-10-10Now debugging code is conditionally compiled and JavaScript debug log are tur...Marco Cecchetti3-174/+262
2012-10-10some improvement in making text animation compatible with text selectionMarco Cecchetti4-73/+235
2012-10-10Handled META_BMPSCALE_ACTION, supported hyperlinks, text selection support.Marco Cecchetti5-157/+720
2012-10-10Now MasterPage text fields work, list items are detected correctly, some eff...Marco Cecchetti4-288/+665
2012-10-10text export support for bullets and hyperlinksMarco Cecchetti4-35/+1022
2012-10-10text-export: meta-action based implementationMarco Cecchetti4-45/+990
2012-10-03re-base on ALv2 code. Includes:Michael Meeks7-166/+101
2012-10-01Prefixify svgfilterTor Lillqvist2-2/+2
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
2012-09-03fdo#46808, Adapt xml::dom::DocumentBuilder UNO service to new styleNoel Grandin1-3/+3
2012-09-01filter: remove leftover filesMatúš Kukan1-8/+0
2012-07-20Support for the checkerboard transition animation in SVG export.Horacio Fernandes1-24/+110
2012-07-15JavaScript engine: added support for skipping/rewinding an effect belonging t...Marco Cecchetti1-80/+406
2012-07-15Added support for interactive animation sequence to the JavaScript engine.Marco Cecchetti1-53/+240
2012-07-15Bug fix: now the JavaScript engine parse the ‘counter-clockwise’ value co...Marco Cecchetti1-2/+2
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