summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Collapse)AuthorFilesLines
2012-05-18WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-0/+5
(cherry picked from commit d5286b646247dda00d28967784da6a817be68f7d) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-03-19Clear 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). (cherry picked from commit d32cf8d820be839c7303e3c5962c17f64cac2812) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
2012-03-19Clear 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. (cherry picked from commit b9266113514657be1cf9352e1457a5c62876784c) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
2012-03-19Clear 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) (cherry picked from commit e86bcf11340f35afe899d02aa5facdbecdd309ab) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
2012-01-10Fix more incorrect iterator re-use.Thorsten Behrens3-5/+4
Follow-up fix for 540963d879296ef81f883305057e63465b2ff586 std::algos use iterator arguments by value, and may change them.
2011-12-22Fix slideshow text animations - fdo#43837Thorsten Behrens5-73/+28
String compare was not replaced equivalently, this needs matching against the XTEXT prefix, not exactly Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused. Added some verbose-mode trace output
2011-12-22Fix for fdo#43837 - prevent invalid shape text indices.Thorsten Behrens2-36/+49
Catch a few cases where an invalid text node index is passed into the shape subsetter.
2011-12-13slideshow: play back embedded media:Michael Stahl1-4/+14
The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object. (cherry picked from commit 5924454a867bd500fdc696bb9939c84425c5e025)
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara5-25/+20
2011-12-07Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer calledCaolán McNamara1-2/+6
2011-12-01typo fix: explicitely -> explicitlyLior Kaplan13-19/+19
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-83/+0
2011-11-27remove pch from the include listNorbert Thiebaud4-4/+0
2011-11-27remove include of pch header from slidewhowNorbert Thiebaud97-188/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2-4/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-2/+2
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-05Drop unnecessary inclusions of <sal/main.h>Tor Lillqvist1-1/+0
2011-11-03RangeExpander functor removed, but needed in one place.Cédric Bosdonnat1-1/+0
Added a local class for it: there may be a better fix, but it avoids the build to break. Removed a few remaining includes
2011-11-01adapt naming schemeCaolán McNamara3-13/+13
2011-11-01ByteString->rtl::OStringCaolán McNamara3-20/+20
2011-10-25WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist1-1/+1
2011-10-19Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest ↵Tor Lillqvist3-0/+21
used API
2011-10-07add missing braces for if statement, making correct scopePierre-André Jacquod1-1/+2
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks1-6/+5
2011-10-05cast is gone nowCaolán McNamara2-3/+3
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara4-0/+11
2011-09-29Fix error: invalid conversion from 'long int*' to 'const GLint*'Tor Lillqvist1-1/+1
2011-09-29fix trunk gcc compiler errors; second attempt for the previously reverted partStephan Bergmann1-10/+19
2011-09-29Reverted std::hash map part of previous "fix trunk gcc compile errors."Stephan Bergmann1-9/+8
2011-09-29fix trunk gcc compile errorsMatúš Kukan1-8/+9
2011-09-26cppcheck: delete unneded variable in slideshow, OGLTrans_Tran...Impl.cxxPierre-André Jacquod1-1/+1
but left the call to the function behind, since not sure there is no effect on data
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold5-6/+6
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann4-1/+16
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12make slideshow ByteString freeCaolán McNamara1-2/+2
2011-09-10convert Mesa to gbuild and add to tail_buildPeter Foley1-0/+2
2011-09-06[cppchecker] unread Variable within a #ifdef [WINT] removedPierre-André Jacquod1-2/+1
2011-09-01callcatcher: another layer of unusedCaolán McNamara2-36/+0
2011-08-31unusedcode.easy: slideshow::internal cleanupJoseph Powers28-372/+0
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1
2011-08-14unused variable in Windows buildPierre-André Jacquod1-2/+0
according cppchecker, small cleaning
2011-08-11sd and slideshow depend on animations' apiNorbert Thiebaud1-0/+1
2011-08-10Some cppcheck cleaningJulien Nabet1-1/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe5-5/+5
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe1-0/+1
Notes: split repo tag: impress_PRE_MELD_REPOS
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist5-5/+10
2011-07-28add prefixes for component_getFactoryMatúš Kukan6-6/+38