summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)Author
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28SetPosSizePixel->setPosSizePixelCaolán McNamara
Change-Id: Id1cab5b27776180cd8403af848c1294858384b4a
2012-09-28having two SetPosSizePixel is a blasted nuisanceCaolán McNamara
Lets rename the multiargument SetPosSizePixel to setPosSizePixel drop the various using Window::SetPosSizePixel and work towards de-virtualizing SetPosSizePixel/SetPosPixel and SetSizePixel and doing the work in a virtual setPosSizePixel Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-07convert OSL_ debug funcs to SAL_David Tardon
Change-Id: I8903dd6aff6cdd6a4b24e3030309780975ea9318
2012-09-07more refactoringDavid Tardon
Change-Id: I2470e0d1ace4139a735e9de32c124bc054b8ff76
2012-09-07refactor the OGLTransitionerImpl init. a bitDavid Tardon
This removes some possible code paths that IMHO only added complexity and shaves some time off each presentation start (200--500 ms on this machine) by avoiding one call of GLInitSlides, which creates the textures. Change-Id: I0f66d138f14c86c87d6046276adc36072227c859
2012-09-07shuffle #ifdefs around a bitDavid Tardon
Change-Id: I93b7c3796acf2da0ba28d3ae61aab4e15681683f
2012-09-07more indentation fixesDavid Tardon
Change-Id: Ia4a3a2aede8240d98423dbf78da15b95e19bfa5b
2012-09-07drop useless nested anonymous namespaceDavid Tardon
Change-Id: I0876e253b69fa4ec8262946339bb643aa43f3bad
2012-09-07add more timing codeDavid Tardon
Change-Id: I481e1acfee06e56932bf7ba7bbe7f89f35ff0435
2012-09-07simplify time profilingDavid Tardon
Change-Id: Ib5976cd3e0c6e3b90fc62fe8336317f259dd544b
2012-09-07use meaningful names for debugging variablesDavid Tardon
Change-Id: I50918435903a053ce99487c6ad48d45552358cd2
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
Change-Id: I885db00df96c73c35f9c1a6add8caf6b93f7c01a
2012-08-17switch logging from OSL_ to SAL_David Tardon
Change-Id: Iad5041fe85c5f03b9b5ed4a13d5c59c4ac027386
2012-08-17fix indentationDavid Tardon
Change-Id: I9b077cbbeac37c0eaac1365a8793cbc3f33f8b3e
2012-08-17do not paint background if no fade color was setDavid Tardon
The condition got lost in commit 2e8b2e6de14d325863d9bc419a461b75c3aaf3d0 . Change-Id: I8c9a6baf56dfe36d55e02476823e2847d77a7f58
2012-08-17fix copypastaDavid Tardon
Change-Id: Iaf0ef140ac60088bce95d82f8b09e4e218e12dab
2012-08-14fix "uncover" slide transitions with presenter consoleDavid Tardon
It turns out it is really not a good idea to render _anything_ on the first run of performIn/performOut in classes derived from SlideChangeBase. That is because the functions are called separetely for every view, so, if there is more than one view, like when the presenter console is active, it will be done only for the first of them. This commit introduces another function, prepareForRun, that can be used reliably for that purpose. Change-Id: I2c690fb145ccc05a680d4c2991c73900336e6f42
2012-08-12Check MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIREDTor Lillqvist
Change-Id: I7b24c218d45cdcd743d0b56ae94e604c72c59ebf
2012-07-14simplify include guardsThomas Arnhold
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
2012-07-11re-base on ALv2 code. Includes:Michael Meeks
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 Casalin
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-03sprinkle explicit over constructorsDavid Tardon
Change-Id: I6599147a74e5c99f964b08935ec7c77f2d4cadef
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
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