Commit Graph

9 Commits

Author SHA1 Message Date
Kurt Zenker
ca4d03866c INTEGRATION: CWS presfixes09 (1.6.10); FILE MERGED
2006/10/18 19:51:32 thb 1.6.10.8: RESYNC: (1.6-1.8); FILE MERGED
2006/04/12 20:40:04 thb 1.6.10.7: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that)
2006/04/12 19:25:06 thb 1.6.10.6: #i37778# Making slideshow engine much more robust against missing/unsupported interfaces and properties; fixed RehearseTimings output offset issue; fixed WaitSymbol output position
2006/03/24 18:23:10 thb 1.6.10.5: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:18 thb 1.6.10.4: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006/03/08 18:08:06 thb 1.6.10.3: #i49357# Removed cruft from gdimtftools; moved slideshow component to ServiceDecl; refactored multiple places of filling a rectangle in XCanvas into a tools method; now clearing the shape area to grey50 for applets/plugins (to at least show _something_ during slide transitions)
2006/03/06 22:41:12 thb 1.6.10.2: #i49357# Added AppletShape, which implements Java applets & plugin objects (Netscape plugins)
2006/03/06 22:14:30 thb 1.6.10.1: #i53194# #i55294# #i59324# Overhauled IntrinsicAnimationActivity; fixes GIF animation import; corrected rehearse timings sprite size; several cosmetic changes (removed external header guards); prepared scene for sprite prio
2006-12-13 14:21:20 +00:00
Vladimir Glazounov
7602ae1c5d INTEGRATION: CWS pj65 (1.8.6); FILE MERGED
2006/10/31 13:19:30 pjanik 1.8.6.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
2006-11-21 16:27:21 +00:00
Oliver Bolte
b78e46d4ff INTEGRATION: CWS sb59 (1.6.38); FILE MERGED
2006/09/01 08:12:32 sb 1.6.38.2: #i67535# Made code warning-free (GCC 4.0.3).
2006/08/11 20:35:44 thb 1.6.38.1: #i68336# Made slideshow warning free
2006-10-12 12:56:01 +00:00
Oliver Bolte
59a64899fa INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED
2006/09/01 17:39:34 kaib 1.6.42.1: #i68856# Added header markers and pch files
2006-09-17 07:29:32 +00:00
Kurt Zenker
03051a1995 INTEGRATION: CWS canvas02 (1.3.8); FILE MERGED
2005/10/17 12:12:15 thb 1.3.8.3: RESYNC: (1.4-1.5); FILE MERGED
2005/10/09 03:56:14 thb 1.3.8.2: RESYNC: (1.3-1.4); FILE MERGED
2005/08/19 14:08:58 thb 1.3.8.1: #i10000# Include math.h before everything else (to get the M_* constants)
2005-11-02 13:04:07 +00:00
Oliver Bolte
56f83a67cc INTEGRATION: CWS presfixes08 (1.3.10); FILE MERGED
2005/08/26 11:56:15 dbo 1.3.10.3: #i46618# hyperlink support
Issue number:
Submitted by:
Reviewed by:
2005/08/02 08:16:34 dbo 1.3.10.2: #i37786# missing const
Issue number:
Submitted by:
Reviewed by:
2005/07/15 13:19:15 dbo 1.3.10.1: #i37786# drawing layer animations, cleanup, misc
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:36:16 +00:00
Rüdiger Timm
92c0b419e3 INTEGRATION: CWS ooo19126 (1.3.16); FILE MERGED
2005/09/05 17:41:07 rt 1.3.16.1: #i54170# Change license header: remove SISSL
2005-09-07 19:31:18 +00:00
Oliver Bolte
36bab0d29d INTEGRATION: CWS presfixes03 (1.2.22); FILE MERGED
2005/04/12 03:23:14 thb 1.2.22.3: #i44807# Don't cut off negative scales (now, the flips should work again for the full range)
2005/04/11 17:42:33 thb 1.2.22.2: #i36190# #i44807# Implemented reduction of subset animations to the actual subset bounding box: relegated some common code to tools.cxx; completely overhauled viewshape.cxx; removed duplicate subset vector entry from DrawShapeSubsetting; corrected auto-reverse mode (fixed broken 'put on the brakes' effect); fixed AnimationSetNode deactivate behaviour (made the sequence activate->process activity->deactivate explicit (was by chance before and currently actually broken))
2005/04/01 16:34:24 thb 1.2.22.1: #i46224# Now rendering OLE and graphic shapes as bitmaps (even if they are metafiles); Fixed the extra white line around slides problem by clearing the slide bitmap first black (full size), and then white, but one pixel smaller.
2005-04-18 08:48:56 +00:00
Rüdiger Timm
3dffea6471 INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/09/22 17:57:59 thb 1.1.2.10: #110496# Fixed various issues reported by QA: shape positions, when controlled via animations, are now all relative to the shape center; unified scheduleActivationEvent, to interpret missing begin times as 0 for all nodes (not only leaf nodes, as before); added two new function keywords to the expression parser (min and max), this was needed for Zoom from bottom effect; temporarily implemented SLIDEWIPE by BARWIPE for shapes; corrected various transition mapping issues in the transitionfactorytab.cxx; clarified documentation at various places
2004/09/09 15:38:32 thb 1.1.2.9: #110496# Changed slideshow API to handle properties more flexible; added start slide index to show(); internally, wired user paint mode into slideshow
2004/08/27 18:54:33 thb 1.1.2.8: #110496# Implemented slide transitions, fixed some minor sd integration probs (repaints, updateScreen
2004/08/25 15:56:27 thb 1.1.2.7: #110496# Fixed set effect making shapes visible immediately before the actual effect starts; Fixed wrong handling of deceleration value (especially, acc=0, dec=1 did not work); Fixed wrong to- and by-effect semantics (now according to SMIL spec)
2004/08/23 19:17:16 thb 1.1.2.6: #110496# Implemented remaining attribute animations, fixed some performance problems
2004/08/19 17:31:22 thb 1.1.2.5: #110496# Converted concrete shape class to interface, to support different shape flavours (actual trigger was the need to have video/sound objects). Fixed a problem for shape repaint, where instead of the correctly transformed bound rect the original shape bounds where taken
2004/08/13 20:33:36 thb 1.1.2.4: #110496# Implemented color animations
2004/07/22 19:42:15 thb 1.1.2.3: #110496# Slideshow milestone, all smil attributes implemented, effects basically working, UI events basically working, text iterations working
2004/05/27 15:04:55 thb 1.1.2.2: Initial revision
2004/05/23 08:22:38 thb 1.1.2.1: #110496# First working version with SMIL support (basic effects only
2004-11-26 18:00:12 +00:00