summaryrefslogtreecommitdiffstats
path: root/slideshow
Commit message (Collapse)AuthorAgeFilesLines
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-023-12/+3
|
* Bug fix: now skip effect work correctly with repeated animationsMarco Cecchetti2012-06-281-1/+2
|
* Fixed a bug that prevented repeated animations to work properly when the ↵Marco Cecchetti2012-06-281-1/+0
| | | | | repeatCount value is greater than 2.
* Added support for the repeatCount attribute for time containers.Marco Cecchetti2012-06-283-12/+42
| | | | | | | | 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.
* Now to animations and repeated to animations are handled by the C++ ↵Marco Cecchetti2012-06-285-10/+108
| | | | | presentation engine as the SMIL spec describes.
* targetted re-work of cppunit pieces.Michael Meeks2012-06-274-12/+4
|
* callcatcher: update listCaolán McNamara2012-06-252-29/+0
| | | | Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
* WaE on Mac SDK > 10.4Norbert Thiebaud2012-06-231-3/+4
| | | | Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-222-2/+0
| | | | Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
* remove bunch of obsolete looking .flt filesMichael Stahl2012-06-221-4/+0
| | | | Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-212-2/+2
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* re-base on ALv2 code.Michael Meeks2012-06-21160-3857/+2417
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-213-21/+46
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* targeted string re-workNorbert Thiebaud2012-06-028-43/+36
| | | | Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
* group external headers togetherMatúš Kukan2012-05-291-1/+1
|
* remove unneeded include of boost/bind.hppCaolán McNamara2012-05-165-7/+6
| | | | Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | 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
* Bin commented-out codeTor Lillqvist2012-04-241-42/+0
|
* WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *'Tor Lillqvist2012-04-241-1/+1
|
* Add hopefully helpful commentTor Lillqvist2012-04-241-0/+9
|
* WaE: 'SceneObject' has virtual functions but non-virtual destructorTor Lillqvist2012-04-241-0/+2
|
* WaE: incompatible pointer types: 'long *' vs. 'const GLint *'Tor Lillqvist2012-04-241-0/+4
|
* animations is not api, it should be animations_inc packageMatúš Kukan2012-04-161-1/+4
|
* callcatcher: update unused code listCaolán McNamara2012-04-122-9/+0
|
* callcatcher: update listCaolán McNamara2012-04-113-12/+1
|
* fix buildCaolán McNamara2012-04-101-1/+1
|
* Remove VERBOSE part 3Rob Snelders2012-04-1022-25/+25
|
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-082-2/+2
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-084-12/+12
| | | | | | | | | 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)
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-081-1/+1
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-065-67/+27
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-1/+1
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-164-36/+4
| | | | Did I mention I hate boilerplate copied all over the place? ;)
* Clear whole layer in slideshow sprites fdo#45219Thorsten Behrens2012-03-161-4/+11
| | | | | | 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).
* Clear sprites to white fdo#45219.Thorsten Behrens2012-03-161-1/+1
| | | | | | | | 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.
* Clear full sprite area for fdo#45219Thorsten Behrens2012-03-161-1/+1
| | | | | Use clearAll() here, to really clear the whole sprite area (clear() does respect potential clip polygons)
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-146-1/+22
| | | | | | | | | | | | | | ...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.
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-103-3/+3
|
* remove duplicate statementDavid Tardon2012-03-081-1/+0
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-1/+1
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-212-5/+5
| | | | to equalsIgnoreAsciiCaseAscii("...")
* remove duplicated assignmentDavid Tardon2012-02-171-4/+0
|
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-134-26/+2
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-104-4/+0
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich2012-02-041-0/+1
|
* String->rtl::OUStringCaolán McNamara2012-01-241-3/+3
|
* WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2012-01-152-0/+5
|