Commit Graph

12 Commits

Author SHA1 Message Date
Thomas Arnhold
72a416bef8 fixincludeguards.sh: slideshow
Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9
2014-04-19 11:10:12 +02:00
Alexander Wilms
6f2691bb6c Remove visual noise from slideshow
Change-Id: I87d07afbffa9d4633ed31bdb88f2dad660c25a18
2014-02-25 21:22:48 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
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
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
9a32a2de1e 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:26 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:12:57 +00:00
Kurt Zenker
3c7ccb75f4 INTEGRATION: CWS presfixes09 (1.5.10); FILE MERGED
2006/11/01 15:28:00 thb 1.5.10.5: #142663# Registering slide as a view change listener; added viewChange methods to various interfaces (Shape, LayerManager, Layer, a few view shapes); made EventMultiplexer prune list of weakly held handlers from deceased ones; refactored applet and media shape update() method into render() and resize()
2006/03/24 18:23:36 thb 1.5.10.4: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006/03/23 17:22:44 thb 1.5.10.3: #i49357# Changed manual noncopyable boiler plate to boost::noncopyable
2006/03/15 15:22:23 thb 1.5.10.2: #i49357# Removed external include guards from all non-export headers (and from the cxx files, anyway)
2006/03/06 22:14:35 thb 1.5.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 15:01:16 +00:00
Kurt Zenker
29d2336917 INTEGRATION: CWS canvas02 (1.2.34); FILE MERGED
2005/10/25 13:53:51 thb 1.2.34.4: #i56550# Fixed the problem that background shape and first master page shape shared the 0 shape prio; smallish clean-ups
2005/10/17 12:22:24 thb 1.2.34.3: RESYNC: (1.3-1.4); FILE MERGED
2005/10/09 04:39:18 thb 1.2.34.2: RESYNC: (1.2-1.3); FILE MERGED
2005/08/31 21:33:21 thb 1.2.34.1: #122302# Added new Shape::getDOMBounds() method, to retrieve unmodified shape bounds
2005-11-02 13:05:58 +00:00
Oliver Bolte
993c326aa2 INTEGRATION: CWS presfixes08 (1.2.36); FILE MERGED
2005/08/26 11:56:17 dbo 1.2.36.1: #i46618# hyperlink support
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:52:44 +00:00
Rüdiger Timm
679ec3673b INTEGRATION: CWS ooo19126 (1.2.42); FILE MERGED
2005/09/05 17:41:44 rt 1.2.42.1: #i54170# Change license header: remove SISSL
2005-09-07 20:18:45 +00:00
Rüdiger Timm
ac7e71c949 INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/10/19 22:12:03 thb 1.1.2.5: #110496#, #i35043#, #i35133#: Chose some more speaking names for some Shape methods; added GIF animation support; corrected a few slide transitions
2004/09/22 17:58:01 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/19 17:31:25 thb 1.1.2.3: #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:37 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:28 +00:00