Commit Graph

9 Commits

Author SHA1 Message Date
Jens-Heiner Rechtien
9e19ff00c7 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Oliver Bolte
9ae35d4e8d CWS-TOOLING: integrate CWS impress162
2009-02-19 13:02:17 +0100 af  r268275 : #i93945# Stop forcing long into sal_Int32.
2009-01-16 15:24:01 +0100 af  r266424 : CWS-TOOLING: rebase CWS impress162 to trunk@265758 (milestone: DEV300:m38)
2008-11-21 15:17:22 +0100 af  r264143 : CWS-TOOLING: rebase CWS impress162 to trunk@263288 (milestone: DEV300:m35)
2008-11-20 16:29:33 +0100 af  r264067 : Merge in latest fixes to the cws command.
2008-11-20 16:25:36 +0100 af  r264066 : Merge in latest fixes to the cws command.
2008-11-20 14:37:15 +0100 af  r264054 : Merge in latest fixes to the cws command.
2008-11-20 14:01:36 +0100 af  r264051 : Resolved merge conflicts.
2008-11-20 14:01:16 +0100 af  r264050 : Resolved merge conflicts.
2008-11-19 15:45:05 +0100 af  r263998 : Migrate CWS impress162 to SVN.
2009-02-27 08:11:53 +00:00
Rüdiger Timm
1969a205bd INTEGRATION: CWS changefileheader (1.7.46); FILE MERGED
2008/03/31 14:00:29 rt 1.7.46.1: #i87441# Change license header to LPGL v3.
2008-04-11 00:30:04 +00:00
Oliver Bolte
9eab943fb6 INTEGRATION: CWS presfixes12 (1.6.12); FILE MERGED
2007/02/06 17:18:14 thb 1.6.12.2: #i37778# Moved clear() method from View to ViewLayer (also sprites need to be cleared); fixed a few more cases of local code style violations; removed redundant inline keywords; finished Layer/LayerManager rework (Layer now represents ViewLayers, shapes and rendering are fully under LayerManager control); made shape comparator reusable
2007/01/29 14:02:27 thb 1.6.12.1: Issue number: #i37778#

Larger slideshow refactoring. Wrote design and coding style manifest,
and adapted the code to actually conform to this. In detail:
 - cleaned up ownership/disposable/weak_ptr story. removed hacks and
   explicit Disposable implementations, where workaround were available
 - removed object mutices, where superfluous
 - reworked EventMultiplexer (using templatized listener class now), added
   more events. EventMultiplexer now serves as a true blackboard
 - reworked directory structure: disjunct parts are now physically separated
   into directories, instantiation happens via factories & abstract interfaces
 - added CursorManager, to make setting mouse cursor less hackish
 - reworked DrawShape, to implement SeparateListener pattern
 - reworked IntrinsicAnimationActivity, to avoid cyclic references
 - modified hyperlink & shape cursor handling to communicate via
   EventMultiplexer
 - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
   etc.)
 - added first version of the z-order fix to layer/layermanager
 - cleaned up include guards and include syntax
2007-07-17 14:13:11 +00:00
Kurt Zenker
44cd272cd7 INTEGRATION: CWS presfixes09 (1.5.16); FILE MERGED
2006/04/12 20:40:09 thb 1.5.16.4: #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/03/24 18:23:36 thb 1.5.16.3: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/15 15:22:24 thb 1.5.16.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006/03/06 22:14:36 thb 1.5.16.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 15:01:29 +00:00
Oliver Bolte
e7268adaf3 INTEGRATION: CWS presfixes08 (1.3.16); FILE MERGED
2005/09/01 08:57:28 dbo 1.3.16.2: #i51786# code cleanup
Issue number:
Submitted by:
Reviewed by:
2005/07/15 12:59:58 dbo 1.3.16.1: #i37786# drawing layer animations, cleanup
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:53:06 +00:00
Rüdiger Timm
ba8fa0870d INTEGRATION: CWS ooo19126 (1.3.22); FILE MERGED
2005/09/05 17:41:44 rt 1.3.22.1: #i54170# Change license header: remove SISSL
2005-09-07 20:17:52 +00:00
Rüdiger Timm
cd44d62c9b INTEGRATION: CWS presfixes02 (1.2.16); FILE MERGED
2005/03/14 16:12:34 thb 1.2.16.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
2005-03-30 07:15:56 +00:00
Rüdiger Timm
0334c00b65 INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/10/08 20:08:18 thb 1.1.2.5: #i34997# Fixed several node state inconsistencies, which led to start/end activities not correctly updating the shapes; added proper updating behaviour to LayerManager (several display-changing cases were missing); fixed SLIDEWIPE for shape transitions; improved docs and structure slightly
2004/09/22 17:58:02 thb 1.1.2.4: #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/08/23 19:17:17 thb 1.1.2.3: #110496# Implemented remaining attribute animations, fixed some performance problems
2004/08/13 20:33:38 thb 1.1.2.2: #110496# Implemented color animations
2004/08/05 19:59:58 thb 1.1.2.1: #110496# Moved from source/engine
2004-11-26 18:19:38 +00:00