summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)Author
2012-06-28Bug fix: now skip effect work correctly with repeated animationsMarco Cecchetti
2012-06-28Fixed a bug that prevented repeated animations to work properly when the ↵Marco Cecchetti
repeatCount value is greater than 2.
2012-06-28Added support for the repeatCount attribute for time containers.Marco Cecchetti
The support is limited to the case when the value of the repeatCount attribute is an integral number and the duration time is defined implicitly by the active duration of the time container children. The accumulate attribute is not handled. The support for such a feature has been implemented for both the C++ and the JavaScript presentation engine.
2012-06-28Now to animations and repeated to animations are handled by the C++ ↵Marco Cecchetti
presentation engine as the SMIL spec describes.
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-06-25callcatcher: update listCaolán McNamara
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
2012-06-23WaE on Mac SDK > 10.4Norbert Thiebaud
Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl
Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
2012-05-29group external headers togetherMatúš Kukan
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24Bin commented-out codeTor Lillqvist
2012-04-24WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *'Tor Lillqvist
2012-04-24Add hopefully helpful commentTor Lillqvist
2012-04-24WaE: 'SceneObject' has virtual functions but non-virtual destructorTor Lillqvist
2012-04-24WaE: incompatible pointer types: 'long *' vs. 'const GLint *'Tor Lillqvist
2012-04-16animations is not api, it should be animations_inc packageMatúš Kukan
2012-04-12callcatcher: update unused code listCaolán McNamara
2012-04-11callcatcher: update listCaolán McNamara
2012-04-10fix buildCaolán McNamara
2012-04-10Remove VERBOSE part 3Rob Snelders
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-04-08Fix Prefer prefix ++/-- operatorsJulien Nabet
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-21chmod -xTor Lillqvist
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16Clear whole layer in slideshow sprites fdo#45219Thorsten Behrens
The clear() previously offsetted the topleft rect corner for sprites by _the sprite topleft_ position, which is rather unhelpful but for sprites located at (0,0).
2012-03-16Clear sprites to white fdo#45219.Thorsten Behrens
Another fix for a rendering glitch mentioned in fdo#45219 - vclcanvas sadly does not properly implement compositing, so all- black background yields dark shadows on semi-transparent objects. Ultimately though, we should retire vclcanvas instead.
2012-03-16Clear full sprite area for fdo#45219Thorsten Behrens
Use clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons)
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-03-08remove duplicate statementDavid Tardon
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-17remove duplicated assignmentDavid Tardon
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich
2012-01-24String->rtl::OUStringCaolán McNamara
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-11Fix for fdo43460 Part XXXIV getLength() to isEmpty()Olivier Hallot
Part XXXIV Modules shell, slideshow, sot, starmath