summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)AuthorFilesLines
2012-07-14simplify include guardsThomas Arnhold22-22/+22
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-11re-base on ALv2 code. Includes:Michael Meeks95-2034/+1299
Avoid some uses of non portable #!/bin/bash in shell scripts. Patch contributed by Pedro Giffuni http://svn.apache.org/viewvc?view=revision&revision=1235297 remove redundant namespace, patch contributed Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1162610 removal of OS/2 port changes, and preferring our similiar tools/inc/tools/solar.h DLLPOSTFIX cleanup. i118595 - Removal of the use of getopt() from rscdep. Patch contributed by Andre Fische http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-07-11Decrease header files dependenciesMatteo Casalin2-2/+1
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-03sprinkle explicit over constructorsDavid Tardon4-13/+13
Change-Id: I6599147a74e5c99f964b08935ec7c77f2d4cadef
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks3-12/+3
2012-06-28Bug fix: now skip effect work correctly with repeated animationsMarco Cecchetti1-1/+2
2012-06-28Fixed a bug that prevented repeated animations to work properly when the ↵Marco Cecchetti1-1/+0
repeatCount value is greater than 2.
2012-06-28Added support for the repeatCount attribute for time containers.Marco Cecchetti3-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.
2012-06-28Now to animations and repeated to animations are handled by the C++ ↵Marco Cecchetti5-10/+108
presentation engine as the SMIL spec describes.
2012-06-27targetted re-work of cppunit pieces.Michael Meeks4-12/+4
2012-06-25callcatcher: update listCaolán McNamara2-29/+0
Change-Id: Id31324a6bf36e937cc6396207913e4183253bf04
2012-06-23WaE on Mac SDK > 10.4Norbert Thiebaud1-3/+4
Change-Id: Ie0e413a6beef87d399807f98f345103c82442a9c
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl2-2/+0
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
2012-06-22remove bunch of obsolete looking .flt filesMichael Stahl1-4/+0
Change-Id: Ic3d45afca14d0bebfb6168b6cf6fc6c618754183
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2-2/+2
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-21re-base on ALv2 code.Michael Meeks160-3857/+2417
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks3-21/+46
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud8-43/+36
Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
2012-05-29group external headers togetherMatúš Kukan1-1/+1
2012-05-16remove unneeded include of boost/bind.hppCaolán McNamara5-7/+6
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-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
2012-04-24Bin commented-out codeTor Lillqvist1-42/+0
2012-04-24WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *'Tor Lillqvist1-1/+1
2012-04-24Add hopefully helpful commentTor Lillqvist1-0/+9
2012-04-24WaE: 'SceneObject' has virtual functions but non-virtual destructorTor Lillqvist1-0/+2
2012-04-24WaE: incompatible pointer types: 'long *' vs. 'const GLint *'Tor Lillqvist1-0/+4
2012-04-16animations is not api, it should be animations_inc packageMatúš Kukan1-1/+4
2012-04-12callcatcher: update unused code listCaolán McNamara2-9/+0
2012-04-11callcatcher: update listCaolán McNamara3-12/+1
2012-04-10fix buildCaolán McNamara1-1/+1
2012-04-10Remove VERBOSE part 3Rob Snelders22-25/+25
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2-2/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl4-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)
2012-04-08Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi5-67/+27
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-16Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens4-36/+4
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16Clear whole layer in slideshow sprites fdo#45219Thorsten Behrens1-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).
2012-03-16Clear sprites to white fdo#45219.Thorsten Behrens1-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.
2012-03-16Clear full sprite area for fdo#45219Thorsten Behrens1-1/+1
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 Bergmann6-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.
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan3-3/+3
2012-03-08remove duplicate statementDavid Tardon1-1/+0
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-1/+1
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2-5/+5
to equalsIgnoreAsciiCaseAscii("...")
2012-02-17remove duplicated assignmentDavid Tardon1-4/+0
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann4-26/+2
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan4-4/+0