Commit graph

52 commits

Author SHA1 Message Date
Rüdiger Timm
c1b8bc3841 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/09/06 13:31:24 thb 1.2.2.3: #110496# Added special case to stroke hair lines (by calling XCanvas::drawPolyPolygon())
2004/07/20 19:09:07 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:54 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 20:01:35 +00:00
Rüdiger Timm
b25f541300 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 20:01:11 +00:00
Rüdiger Timm
b31dbee71f INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:31 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 20:00:55 +00:00
Rüdiger Timm
f2bd6f8e41 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:06 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:53 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 20:00:36 +00:00
Rüdiger Timm
06080bb49d INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/05/27 20:51:29 thb 1.2.2.2: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 20:00:13 +00:00
Rüdiger Timm
0cca9757de INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:05 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:59:59 +00:00
Rüdiger Timm
92a8fe504d INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/22 15:23:46 thb 1.2.2.4: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug
2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:30 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:59:44 +00:00
Rüdiger Timm
d7e4f13d91 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:04 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:29 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:52 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:59:31 +00:00
Rüdiger Timm
57119d302d INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/12 14:14:41 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action
2004/07/20 19:09:04 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:59:02 +00:00
Rüdiger Timm
a869566a7a INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/13 12:14:04 thb 1.2.2.5: #i34997#: Fixed problem with transparency bitmap rendering
2004/10/12 14:14:41 thb 1.2.2.4: #i34997# Added support for FLOATTRANSPARENCY meta action
2004/07/20 19:09:03 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/05/27 20:51:29 thb 1.2.2.2: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:58:48 +00:00
Rüdiger Timm
7c80a3d5e2 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/26 23:39:12 thb 1.2.2.3: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods
2004/07/20 19:09:03 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:51 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:58:35 +00:00
Rüdiger Timm
69a7799f87 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/13 20:35:49 thb 1.2.2.3: #110496# Improved color tooling
2004/07/20 19:09:02 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:58:21 +00:00
Rüdiger Timm
83dafdac88 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/22 15:23:45 thb 1.2.2.3: #110496# Avoiding ternary operators returning different types on their branches: triggers Solaris compiler bug
2004/07/20 19:09:02 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:57:57 +00:00
Rüdiger Timm
570383c885 INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/10/12 14:12:55 thb 1.1.2.1: #i34997# Initial revision
2004-11-26 19:57:42 +00:00
Rüdiger Timm
348c291eba INTEGRATION: CWS presentationengine01 (1.1.2); FILE ADDED
2004/11/01 22:21:49 thb 1.1.2.2: #110496# Performance optimizations: added profiling traces
2004/10/12 14:12:43 thb 1.1.2.1: #i34997# Initial revision
2004-11-26 19:57:31 +00:00
Rüdiger Timm
c376ce8bac INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/23 19:15:50 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations
2004/07/20 19:09:01 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes
2004/05/27 20:51:28 thb 1.2.2.3: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/12 15:13:21 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:50 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:57:20 +00:00
Rüdiger Timm
abc3686091 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/01 22:21:49 thb 1.2.2.7: #110496# Performance optimizations: added profiling traces
2004/08/23 19:15:49 thb 1.2.2.6: #110496# Added more overridable attributes (needed for slideshow attribute animations
2004/07/20 19:09:01 thb 1.2.2.5: #110496# Unified include statements; removed external prefix from boost includes
2004/06/03 14:18:46 thb 1.2.2.4: #110496# Fixed crash occuring when no font was set before text rendering
2004/05/11 15:20:28 hdu 1.2.2.3: #116716# adjust to new BiDi options
2004/04/12 15:13:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:57:05 +00:00
Rüdiger Timm
b58d00b2b2 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/08 05:56:08 thb 1.2.2.3: #i36093# Added native canvas gradients
2004/07/20 19:09:01 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:56:50 +00:00
Rüdiger Timm
616200da08 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/08 05:56:08 thb 1.2.2.5: #i36093# Added native canvas gradients
2004/11/01 22:21:49 thb 1.2.2.4: #110496# Performance optimizations: added profiling traces
2004/07/20 19:09:00 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/05/27 20:51:28 thb 1.2.2.2: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:56:36 +00:00
Rüdiger Timm
3cc603d68c INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:56:22 +00:00
Rüdiger Timm
eea0674408 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/01 22:21:49 thb 1.2.2.3: #110496# Performance optimizations: added profiling traces
2004/07/20 19:09:00 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:49 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:56:08 +00:00
Rüdiger Timm
2e73331934 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/09/30 21:45:41 thb 1.2.2.6: #110496# Now handling clip meta actions correctly (were mostly ignored before)
2004/09/30 15:11:38 thb 1.2.2.5: #110496# Removed gcc -Wall warnings
2004/08/31 14:14:11 hdu 1.2.2.4: #116716# add text outline effect
2004/06/03 14:18:46 thb 1.2.2.3: #110496# Fixed crash occuring when no font was set before text rendering
2004/05/11 15:19:30 hdu 1.2.2.2: #116716# add text effects and emphasis styles
2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:55:54 +00:00
Rüdiger Timm
b243139d59 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:08:59 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:55:29 +00:00
Rüdiger Timm
da016de9f2 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/12 14:14:40 thb 1.2.2.2: #i34997# Added support for FLOATTRANSPARENCY meta action
2004/04/05 15:58:48 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:55:14 +00:00
Rüdiger Timm
071a306e27 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/01 22:21:48 thb 1.2.2.3: #110496# Performance optimizations: added profiling traces
2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:54:46 +00:00
Rüdiger Timm
3ccf0dffc2 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/21 22:05:09 thb 1.2.2.23: #110496# After merge, correctOrientations now returns result, no longer modifies passed parameter
2004/11/19 23:57:04 thb 1.2.2.22: #110496# Adapted to AW clipper changes
2004/11/08 05:56:07 thb 1.2.2.21: #i36093# Added native canvas gradients
2004/11/01 22:21:48 thb 1.2.2.20: #110496# Performance optimizations: added profiling traces
2004/10/26 12:39:17 thb 1.2.2.19: #110496# Setup default text color (in contrast to the line/fill color, OutDev inits that to default black)
2004/10/12 14:14:40 thb 1.2.2.18: #i34997# Added support for FLOATTRANSPARENCY meta action
2004/10/01 17:24:52 thb 1.2.2.17: #110496# Normalizing len attribute on text metaactions (might well be magic STRING_LEN, which is handled on VCL's OutputDevice, but not for our DX canvas, and means: simply take the length of the passed string argument)
2004/09/30 21:45:41 thb 1.2.2.16: #110496# Now handling clip meta actions correctly (were mostly ignored before)
2004/09/01 22:02:40 thb 1.2.2.15: #110496# Cosmetical changes, removed extraneous include; added two TODO comments
2004/08/31 15:06:53 hdu 1.2.2.14: #116716# enable text outline effect
2004/08/31 14:14:11 hdu 1.2.2.13: #116716# add text outline effect
2004/08/27 11:33:38 hdu 1.2.2.12: #116716# make gcc happy by replacing an unbalanced ternary expression
2004/08/23 19:15:49 thb 1.2.2.11: #110496# Added more overridable attributes (needed for slideshow attribute animations
2004/07/28 13:08:47 thb 1.2.2.10: #110496# Adapted to reversed template argument order in containerToSequence
2004/07/20 19:08:58 thb 1.2.2.9: #110496# Unified include statements; removed external prefix from boost includes
2004/07/09 09:50:51 hdu 1.2.2.8: #116716# more text effects and text lines
2004/06/03 14:18:46 thb 1.2.2.7: #110496# Fixed crash occuring when no font was set before text rendering
2004/05/27 20:51:28 thb 1.2.2.6: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/05/11 15:19:31 hdu 1.2.2.5: #116716# add text effects and emphasis styles
2004/05/10 09:38:22 hdu 1.2.2.4: #116716# improve text handling
2004/04/21 18:49:39 thb 1.2.2.3: #110496# Added shape-global change functionality to Renderer interface
2004/04/12 15:13:20 thb 1.2.2.2: #110496# Adaptions after canvas01 merge
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:54:32 +00:00
Rüdiger Timm
fe2666e381 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:08:58 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:54:18 +00:00
Rüdiger Timm
8db0c5f453 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/01 22:21:48 thb 1.2.2.4: #110496# Performance optimizations: added profiling traces
2004/07/20 19:08:58 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/05/27 20:51:28 thb 1.2.2.2: #110496#
Added classification code to all TODO/HACK/FIXME comments.
There are four categories:
 - code quality (C)
 - performance (P)
 - missing functionality (F)
 - and missing/incomplete error handling (E)

Furthermore, every category has a severity number between
1 and 3 associated, where 1 is lowest and 3 highest
severity
2004/04/05 15:58:47 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:54:04 +00:00
Rüdiger Timm
fa8aae8283 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/11/08 05:56:07 thb 1.2.2.7: #i36093# Added native canvas gradients
2004/09/30 21:45:41 thb 1.2.2.6: #110496# Now handling clip meta actions correctly (were mostly ignored before)
2004/08/23 19:15:49 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations
2004/07/20 19:08:57 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes
2004/07/09 09:50:39 hdu 1.2.2.3: #116716# more text effects and text lines
2004/04/21 18:49:38 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface
2004/04/05 15:58:46 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:53:39 +00:00
Rüdiger Timm
8cccdb0202 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/07/20 19:08:57 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:45 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:53:15 +00:00
Rüdiger Timm
4dc92e82f7 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/23 18:20:31 thb 1.2.2.4: #i10000# Missing build dependency to canvas (need the tools from there)
2004/07/28 11:44:15 thb 1.2.2.3: #110496# Moved canvas API to offapi
2004/07/28 10:15:13 thb 1.2.2.2: #110496# Added canvas API back to offapi (was private API before). Thus, no need to generate private API here
2004/04/12 15:13:20 thb 1.2.2.1: #110496# Adaptions after canvas01 merge
2004-11-26 19:53:02 +00:00
Rüdiger Timm
25cca2646c INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/26 23:39:12 thb 1.2.2.5: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods
2004/08/01 20:16:35 thb 1.2.2.4: #110496# Added new constructor, which takes a UNO canvas
2004/06/25 10:30:18 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/21 18:49:26 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface
2004/04/05 15:58:45 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:52:49 +00:00
Rüdiger Timm
2d21573e6c INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/27 18:49:14 thb 1.2.2.6: #110496# Adapted to recent canvas API changes (XSpriteCanvas::updateScreen)
2004/08/19 17:21:08 thb 1.2.2.5: #110496# Switched from deprecated to recommended shared_ptr dynamic cast method
2004/07/20 19:08:43 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 14:01:07 thb 1.2.2.3: #100000# Old boost does not have operator bool on shared_ptr
2004/06/25 10:30:18 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:52:28 +00:00
Rüdiger Timm
b672d1a6a2 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/06 14:00:44 thb 1.2.2.3: #110496# Adapted XSprite API to match reality (the way it was simply wasn't logical).
2004/07/20 19:08:43 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:52:15 +00:00
Rüdiger Timm
a666d26f71 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/23 19:15:36 thb 1.2.2.5: #110496# Added more overridable attributes (needed for slideshow attribute animations
2004/07/20 19:08:43 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:18 thb 1.2.2.3: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/21 18:49:26 thb 1.2.2.2: #110496# Added shape-global change functionality to Renderer interface
2004/04/05 15:58:44 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:52:01 +00:00
Rüdiger Timm
64cf508817 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/13 20:35:39 thb 1.2.2.3: #110496# Improved color tooling
2004/07/20 19:08:42 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:43 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:51:18 +00:00
Rüdiger Timm
8c24f67b46 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/09/29 19:07:54 thb 1.2.2.4: #110496# Added magic constant for bounding box enlargement on anti-aliasing canvases
2004/07/20 19:08:42 thb 1.2.2.3: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 10:30:18 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:50:53 +00:00
Rüdiger Timm
24efe39f2b INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/08/19 17:21:08 thb 1.2.2.5: #110496# Switched from deprecated to recommended shared_ptr dynamic cast method
2004/07/20 19:08:41 thb 1.2.2.4: #110496# Unified include statements; removed external prefix from boost includes
2004/06/25 14:01:06 thb 1.2.2.3: #100000# Old boost does not have operator bool on shared_ptr
2004/06/25 10:30:17 thb 1.2.2.2: #110496# Some header cleanups (missing forward declarations), changed Canvas and derived to emulate covariant return types on clone() (not directly possible with shared_ptr)
2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:50:38 +00:00
Rüdiger Timm
9d01f89982 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/12 14:14:21 thb 1.2.2.3: #i34997# Added support for FLOATTRANSPARENCY meta action
2004/07/20 19:08:41 thb 1.2.2.2: #110496# Unified include statements; removed external prefix from boost includes
2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:50:24 +00:00
Rüdiger Timm
38bef3f2a7 INTEGRATION: CWS presentationengine01 (1.2.2); FILE MERGED
2004/10/26 23:39:12 thb 1.2.2.2: #110496# Added dedicated alpha bitmap support at the XGraphicDevice: extended factory methods
2004/04/05 15:58:42 thb 1.2.2.1: Resync with canvas01 changes
2004-11-26 19:50:10 +00:00
Rüdiger Timm
0ded4e5679 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:46 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 16:00:41 +00:00
Rüdiger Timm
29bfc49573 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:45 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 16:00:03 +00:00
Rüdiger Timm
a3e198eaf2 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:43 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:59:37 +00:00
Rüdiger Timm
740b44fd23 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:42 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:59:12 +00:00
Rüdiger Timm
80d4ac8725 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:41 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:59:00 +00:00
Rüdiger Timm
35cdfc581c INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:39 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:58:48 +00:00
Rüdiger Timm
5539fb2397 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:38 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:58:21 +00:00
Rüdiger Timm
b4a32ba3de INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:37 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:57:42 +00:00
Rüdiger Timm
0ad744e54f INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:36 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:56:42 +00:00
Rüdiger Timm
04c88630e5 INTEGRATION: CWS ooo20040704 (1.2.10); FILE MERGED
2004/06/28 12:12:35 cmc 1.2.10.1: #i30801 no need to prepend external before boost
2004-09-08 15:56:27 +00:00