Commit graph

697 commits

Author SHA1 Message Date
Kurt Zenker
e10fe92937 INTEGRATION: CWS canvas05 (1.5.24); FILE MERGED
2008/06/09 12:51:47 thb 1.5.24.14: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls
2008/05/13 14:51:48 thb 1.5.24.13: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor
2008/04/21 07:32:19 thb 1.5.24.12: RESYNC: (1.9-1.10); FILE MERGED
2008/04/09 14:33:12 thb 1.5.24.11: Gave back vclcanvas the window surface; made cairocanvas consistent with rest (regarding setWindow)
2008/04/09 09:35:12 thb 1.5.24.10: Improved log output, fixed wrong arg check for vclcanvas
2008/04/09 09:06:51 thb 1.5.24.9: cairo SpriteCanvasHelper was recursive in disposing; argument order changed for init
2008/04/07 14:34:06 thb 1.5.24.8: RESYNC: (1.7-1.9); FILE MERGED
2008/04/03 20:12:36 thb 1.5.24.7: Improved the system-dependent passing-around of the OS handles - now much more opaque
2008/04/02 22:56:28 thb 1.5.24.6: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:57 thb 1.5.24.5: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008/01/22 00:50:49 thb 1.5.24.4: RESYNC: (1.5-1.7); FILE MERGED
2007/12/20 22:18:56 thb 1.5.24.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/12/18 10:05:52 thb 1.5.24.2: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available
2007/10/01 13:02:01 thb 1.5.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:23:41 +00:00
Kurt Zenker
5e1608fc8a INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED
2008/04/21 07:32:25 thb 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/02 22:56:28 thb 1.3.56.1: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008-06-24 09:23:22 +00:00
Kurt Zenker
8f716f4812 INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED
2008/06/09 12:51:47 thb 1.1.2.3: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls
2008/05/23 22:03:43 thb 1.1.2.2: Moving all remaining new files to LGPL 3
2008/03/28 23:38:46 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo
2008-06-24 09:23:03 +00:00
Kurt Zenker
c1a1e6b32d INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED
2008/04/21 07:31:40 thb 1.2.94.3: RESYNC: (1.3-1.4); FILE MERGED
2008/04/07 14:33:52 thb 1.2.94.2: RESYNC: (1.2-1.3); FILE MERGED
2008/04/02 22:56:28 thb 1.2.94.1: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008-06-24 09:22:50 +00:00
Kurt Zenker
0f85396fc8 INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED
2008/05/23 22:03:43 thb 1.1.2.5: Moving all remaining new files to LGPL 3
2008/04/14 07:20:41 mox 1.1.2.4: Proper indentation (no code changes).
2008/04/13 14:50:14 mox 1.1.2.3: Cairo Quartz build-fixes (builds ok now)
2008/04/10 21:18:37 mox 1.1.2.2: Making cairo quartz buildable. Some pieces still missing.
2008/04/03 16:02:26 thb 1.1.2.1: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now
2008-06-24 09:22:35 +00:00
Kurt Zenker
501e41c6d0 INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED
2008/05/13 14:51:48 thb 1.2.94.10: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor
2008/04/21 07:31:58 thb 1.2.94.9: RESYNC: (1.4-1.5); FILE MERGED
2008/04/10 21:18:37 mox 1.2.94.8: Making cairo quartz buildable. Some pieces still missing.
2008/04/07 14:34:01 thb 1.2.94.7: RESYNC: (1.2-1.4); FILE MERGED
2008/04/04 22:08:34 thb 1.2.94.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/03 20:12:36 thb 1.2.94.5: Improved the system-dependent passing-around of the OS handles - now much more opaque
2008/04/02 22:56:27 thb 1.2.94.4: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:56 thb 1.2.94.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2007/12/20 22:18:56 thb 1.2.94.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/12/18 10:05:52 thb 1.2.94.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available
2008-06-24 09:22:10 +00:00
Kurt Zenker
3df4281a02 INTEGRATION: CWS canvas05 (1.7.24); FILE MERGED
2008/05/13 14:51:48 thb 1.7.24.10: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor
2008/04/21 07:32:43 thb 1.7.24.9: RESYNC: (1.9-1.10); FILE MERGED
2008/04/07 14:34:15 thb 1.7.24.8: RESYNC: (1.7-1.9); FILE MERGED
2008/04/04 22:08:34 thb 1.7.24.7: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/03 20:12:36 thb 1.7.24.6: Improved the system-dependent passing-around of the OS handles - now much more opaque
2008/04/02 23:07:06 thb 1.7.24.5: And now with all missing functions
2008/04/02 22:56:27 thb 1.7.24.4: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:56 thb 1.7.24.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2007/12/20 22:18:56 thb 1.7.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/12/18 10:05:52 thb 1.7.24.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available
2008-06-24 09:21:51 +00:00
Kurt Zenker
13ea558ff0 INTEGRATION: CWS canvas05 (1.4.56); FILE MERGED
2008/04/21 07:31:52 thb 1.4.56.2: RESYNC: (1.4-1.5); FILE MERGED
2007/10/01 13:02:01 thb 1.4.56.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:21:37 +00:00
Kurt Zenker
4ab29eca3e INTEGRATION: CWS canvas05 (1.6.24); FILE MERGED
2008/04/21 07:32:40 thb 1.6.24.8: RESYNC: (1.7-1.8); FILE MERGED
2008/04/16 13:47:38 thb 1.6.24.7: Made cairocanvas build on Win32 again
2008/04/07 14:34:13 thb 1.6.24.6: RESYNC: (1.6-1.7); FILE MERGED
2008/04/03 16:02:26 thb 1.6.24.5: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now
2008/04/02 22:56:27 thb 1.6.24.4: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:56 thb 1.6.24.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2007/12/20 22:18:56 thb 1.6.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/10/01 13:02:01 thb 1.6.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:21:18 +00:00
Kurt Zenker
96f10582a4 INTEGRATION: CWS canvas05 (1.5.18); FILE MERGED
2008/06/23 13:38:55 thb 1.5.18.7: RESYNC: (1.6-1.7); FILE MERGED
2008/06/03 15:39:06 thb 1.5.18.6: #i85116# Revived lost changes in cairocanvas
2008/04/21 07:32:04 thb 1.5.18.5: RESYNC: (1.5-1.6); FILE MERGED
2008/04/04 22:08:33 thb 1.5.18.4: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/02 22:56:27 thb 1.5.18.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/28 23:38:46 thb 1.5.18.2: Backbuffer-less canvas implementation on top of cairo
2008/03/18 22:00:56 thb 1.5.18.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008-06-24 09:21:04 +00:00
Kurt Zenker
a22b5aa9bd INTEGRATION: CWS canvas05 (1.9.14); FILE MERGED
2008/06/03 15:39:06 thb 1.9.14.17: #i85116# Revived lost changes in cairocanvas
2008/05/30 16:03:39 thb 1.9.14.16: Added test of VirtualDevice::GetCanvas(); corrected one tiny bit in cairocanvas::clear
2008/05/21 13:32:03 thb 1.9.14.15: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update
2008/04/21 07:32:31 thb 1.9.14.14: RESYNC: (1.14-1.15); FILE MERGED
2008/04/20 23:36:08 thb 1.9.14.13: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size
2008/04/07 14:34:10 thb 1.9.14.12: RESYNC: (1.12-1.14); FILE MERGED
2008/04/04 22:08:33 thb 1.9.14.11: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/03 16:02:25 thb 1.9.14.10: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now
2008/04/02 22:56:27 thb 1.9.14.9: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/28 23:38:46 thb 1.9.14.8: Backbuffer-less canvas implementation on top of cairo
2008/03/18 22:00:56 thb 1.9.14.7: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008/03/13 22:48:50 thb 1.9.14.6: merging in remaining ooo-build cairocanvas fixes; completing std color space implementation
2008/03/13 14:57:21 thb 1.9.14.5: Finishing touches to StdColorSpace; move cairocanvas to new color space mechanisms
2008/01/22 00:50:46 thb 1.9.14.4: RESYNC: (1.10-1.12); FILE MERGED
2007/12/20 22:18:56 thb 1.9.14.3: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/11/06 12:36:43 thb 1.9.14.2: RESYNC: (1.9-1.10); FILE MERGED
2007/10/01 13:02:01 thb 1.9.14.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:20:51 +00:00
Kurt Zenker
ae544eb3a6 INTEGRATION: CWS canvas05 (1.3.56); FILE MERGED
2008/04/21 07:31:55 thb 1.3.56.2: RESYNC: (1.3-1.4); FILE MERGED
2008/03/18 22:00:56 thb 1.3.56.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008-06-24 09:20:35 +00:00
Kurt Zenker
3991cd8664 INTEGRATION: CWS canvas05 (1.6.24); FILE MERGED
2008/04/21 07:31:49 thb 1.6.24.2: RESYNC: (1.6-1.7); FILE MERGED
2008/03/18 22:00:56 thb 1.6.24.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008-06-24 09:20:21 +00:00
Kurt Zenker
4684bde22c INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED
2008/04/21 07:32:01 thb 1.2.94.4: RESYNC: (1.2-1.3); FILE MERGED
2008/04/02 22:56:27 thb 1.2.94.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/28 23:38:46 thb 1.2.94.2: Backbuffer-less canvas implementation on top of cairo
2008/03/18 22:00:56 thb 1.2.94.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008-06-24 09:20:02 +00:00
Kurt Zenker
b7d60c17d4 INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED
2008/04/21 07:32:53 thb 1.5.26.7: RESYNC: (1.5-1.6); FILE MERGED
2008/04/04 22:08:33 thb 1.5.26.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/02 22:56:27 thb 1.5.26.5: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/28 23:38:46 thb 1.5.26.4: Backbuffer-less canvas implementation on top of cairo
2008/03/18 22:00:56 thb 1.5.26.3: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2007/12/20 22:18:56 thb 1.5.26.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/10/01 13:02:01 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:19:49 +00:00
Kurt Zenker
cde07c6fb9 INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED
2008/04/21 07:32:16 thb 1.2.94.4: RESYNC: (1.2-1.3); FILE MERGED
2008/04/02 22:56:27 thb 1.2.94.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:55 thb 1.2.94.2: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2007/12/20 22:18:56 thb 1.2.94.1: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2008-06-24 09:19:37 +00:00
Kurt Zenker
e2ca3a417c INTEGRATION: CWS canvas05 (1.3.68); FILE MERGED
2008/05/21 13:32:03 thb 1.3.68.10: Made vcl and cairo canvas work with emf+ patches; smoothed out internal cairo makefile changes; corrected cairocanvas sprite update
2008/04/21 07:32:10 thb 1.3.68.9: RESYNC: (1.3-1.4); FILE MERGED
2008/04/16 13:47:38 thb 1.3.68.8: Made cairocanvas build on Win32 again
2008/04/10 21:18:37 mox 1.3.68.7: Making cairo quartz buildable. Some pieces still missing.
2008/04/04 22:08:33 thb 1.3.68.6: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/02 22:56:26 thb 1.3.68.5: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:55 thb 1.3.68.4: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008/03/13 22:48:50 thb 1.3.68.3: merging in remaining ooo-build cairocanvas fixes; completing std color space implementation
2007/12/20 22:18:56 thb 1.3.68.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/10/01 13:02:01 thb 1.3.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:19:20 +00:00
Kurt Zenker
dbfa909d5f INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED
2008/06/09 12:51:47 thb 1.1.2.5: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls
2008/05/23 22:03:43 thb 1.1.2.4: Moving all remaining new files to LGPL 3
2008/04/04 22:08:33 thb 1.1.2.3: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/02 22:56:26 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/28 23:38:45 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo
2008-06-24 09:19:07 +00:00
Kurt Zenker
a76f8c8626 INTEGRATION: CWS canvas05 (1.1.2); FILE ADDED
2008/06/09 12:51:47 thb 1.1.2.9: #i88081# Join from CWS impress144 (fixing the dxcanvas crash), extended for the other canvas impls
2008/05/23 22:03:43 thb 1.1.2.8: Moving all remaining new files to LGPL 3
2008/05/13 14:51:47 thb 1.1.2.7: removed redundant extra surface from spritecanvas; removed silly conditional that always resolved to true from X11Surface ctor
2008/04/20 23:36:07 thb 1.1.2.6: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size
2008/04/16 13:47:38 thb 1.1.2.5: Made cairocanvas build on Win32 again
2008/04/04 22:08:33 thb 1.1.2.4: Fixed output of bezier polygons for cairo; fixed missing surfaces here and there; removed useless refcounted SurfaceProvider arguments (that lead to premature canvas death, as called during ctor)
2008/04/03 20:12:35 thb 1.1.2.3: Improved the system-dependent passing-around of the OS handles - now much more opaque
2008/04/02 22:56:26 thb 1.1.2.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/28 23:38:45 thb 1.1.2.1: Backbuffer-less canvas implementation on top of cairo
2008-06-24 09:18:53 +00:00
Kurt Zenker
354f936f4a INTEGRATION: CWS canvas05 (1.4.24); FILE MERGED
2008/05/23 22:03:43 thb 1.4.24.9: Moving all remaining new files to LGPL 3
2008/04/10 21:18:37 mox 1.4.24.8: Making cairo quartz buildable. Some pieces still missing.
2008/04/07 14:34:21 thb 1.4.24.7: RESYNC: (1.4-1.6); FILE MERGED
2008/04/03 20:12:35 thb 1.4.24.6: Improved the system-dependent passing-around of the OS handles - now much more opaque
2008/04/03 16:02:25 thb 1.4.24.5: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now
2008/04/02 23:07:06 thb 1.4.24.4: And now with all missing functions
2008/04/02 22:56:26 thb 1.4.24.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2007/12/20 22:18:56 thb 1.4.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/12/18 10:05:52 thb 1.4.24.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available
2008-06-24 09:18:39 +00:00
Kurt Zenker
a5e6a7a14d INTEGRATION: CWS canvas05 (1.5.24); FILE MERGED
2008/04/21 07:32:13 thb 1.5.24.8: RESYNC: (1.7-1.8); FILE MERGED
2008/04/16 13:47:38 thb 1.5.24.7: Made cairocanvas build on Win32 again
2008/04/07 14:34:03 thb 1.5.24.6: RESYNC: (1.5-1.7); FILE MERGED
2008/04/03 20:12:35 thb 1.5.24.5: Improved the system-dependent passing-around of the OS handles - now much more opaque
2008/04/03 16:02:25 thb 1.5.24.4: Merged in cairoquartz01 changes, reworked into the polymorphic Surface concept now
2008/04/02 22:56:26 thb 1.5.24.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:55 thb 1.5.24.2: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2007/12/18 10:05:52 thb 1.5.24.1: #i84049# Applying patch from jnavrati to fix a crash when xrender is not available
2008-06-24 09:18:21 +00:00
Kurt Zenker
e609a82c39 INTEGRATION: CWS canvas05 (1.2.94); FILE MERGED
2008/04/21 07:32:28 thb 1.2.94.3: RESYNC: (1.2-1.3); FILE MERGED
2008/04/02 22:56:26 thb 1.2.94.2: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2008/03/18 22:00:55 thb 1.2.94.1: Implementing non-backbuffered canvas for cairocanvas as well - reworked to share most of the code
2008-06-24 09:17:55 +00:00
Kurt Zenker
5d87d3fa76 INTEGRATION: CWS canvas05 (1.4.24); FILE MERGED
2008/04/21 07:32:07 thb 1.4.24.4: RESYNC: (1.4-1.5); FILE MERGED
2008/04/02 22:56:26 thb 1.4.24.3: Reworked Surface class to abstract interface; changed all manual refcount handling to RAII
2007/12/20 22:18:56 thb 1.4.24.2: #i81092# #i78888# #i78925# #i79258# #i79437# #i84784# Large canvas rework, completing various areas such as color spaces, bitmap data access, true sprite and non-sprite implementations, and upstreaming the canvas parts of rodos emf+ rendering
2007/10/01 13:02:01 thb 1.4.24.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:17:39 +00:00
Ivo Hinkelmann
08a8fb1acd INTEGRATION: CWS impress141 (1.5.8); FILE MERGED
2008/04/28 16:03:20 cl 1.5.8.1: #155614# fix possible null pointer access
2008-06-09 14:03:59 +00:00
Oliver Bolte
362305b6f5 INTEGRATION: CWS aquabmpfix01 (1.10.56); FILE MERGED
2008/05/09 11:06:51 hdu 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED
2008/04/22 09:36:22 hdu 1.10.56.1: #i87002# Aqua: avoid expensive and superfluos mask conversion
2008-05-30 08:58:36 +00:00
Oliver Bolte
46d69d36e8 INTEGRATION: CWS aquabmpfix01 (1.5.86); FILE MERGED
2008/05/09 11:06:44 hdu 1.5.86.2: RESYNC: (1.5-1.6); FILE MERGED
2008/05/09 10:32:42 hdu 1.5.86.1: #i88759# canvas allows b2d drawing
2008-05-30 08:57:49 +00:00
Oliver Bolte
d6f290b3af INTEGRATION: CWS aquabmpfix01 (1.6.98); FILE MERGED
2008/05/09 11:06:54 hdu 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED
2008/05/09 10:32:42 hdu 1.6.98.1: #i88759# canvas allows b2d drawing
2008-05-30 08:57:30 +00:00
Oliver Bolte
a0c7fb2374 INTEGRATION: CWS aquabmpfix01 (1.6.98); FILE MERGED
2008/05/09 11:06:47 hdu 1.6.98.2: RESYNC: (1.6-1.7); FILE MERGED
2008/05/09 10:32:42 hdu 1.6.98.1: #i88759# canvas allows b2d drawing
2008-05-30 08:57:13 +00:00
Oliver Bolte
d8e04a9106 INTEGRATION: CWS aquabmpfix01 (1.6.8); FILE MERGED
2008/05/14 13:41:01 hdu 1.6.8.1: #100000# fix cairocanvas compilation
2008-05-30 08:57:00 +00:00
Kurt Zenker
c3d9c8ed00 INTEGRATION: CWS obo28_DEV300 (1.6.4); FILE MERGED
2008/04/25 10:08:31 obo 1.6.4.1: #i88518# directxcanvas.uno.dll missing
2008-05-05 13:11:36 +00:00
Rüdiger Timm
c8030bd742 INTEGRATION: CWS changefileheader (1.5.134); FILE MERGED
2008/03/28 16:35:18 rt 1.5.134.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:02:02 +00:00
Rüdiger Timm
3b9da068e8 INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED
2008/03/28 16:35:18 rt 1.8.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:01:41 +00:00
Rüdiger Timm
fe84763eca INTEGRATION: CWS changefileheader (1.4.50); FILE MERGED
2008/03/28 16:35:18 rt 1.4.50.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:01:13 +00:00
Rüdiger Timm
6fc1f1677e INTEGRATION: CWS changefileheader (1.10.50); FILE MERGED
2008/03/28 16:35:17 rt 1.10.50.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:00:54 +00:00
Rüdiger Timm
e9c2b04e1c INTEGRATION: CWS changefileheader (1.2.136); FILE MERGED
2008/03/28 16:35:17 rt 1.2.136.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:00:06 +00:00
Rüdiger Timm
cbba2c25c3 INTEGRATION: CWS changefileheader (1.11.24); FILE MERGED
2008/03/28 16:35:17 rt 1.11.24.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:58:55 +00:00
Rüdiger Timm
7f367db507 INTEGRATION: CWS changefileheader (1.14.24); FILE MERGED
2008/03/28 16:35:17 rt 1.14.24.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:58:23 +00:00
Rüdiger Timm
1bbbbc9629 INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED
2008/03/28 16:35:17 rt 1.7.136.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:57:54 +00:00
Rüdiger Timm
3131345191 INTEGRATION: CWS changefileheader (1.4.28); FILE MERGED
2008/04/01 15:03:08 thb 1.4.28.2: #i85898# Stripping all external header guards
2008/03/28 16:35:17 rt 1.4.28.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:57:40 +00:00
Rüdiger Timm
2df5c72722 INTEGRATION: CWS changefileheader (1.5.136); FILE MERGED
2008/03/28 16:35:16 rt 1.5.136.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:57:28 +00:00
Rüdiger Timm
00cf6ed7fe INTEGRATION: CWS changefileheader (1.8.68); FILE MERGED
2008/03/28 16:35:16 rt 1.8.68.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:57:14 +00:00
Rüdiger Timm
ebe5a7e605 INTEGRATION: CWS changefileheader (1.7.136); FILE MERGED
2008/03/28 16:35:16 rt 1.7.136.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:57:01 +00:00
Rüdiger Timm
92deabec4c INTEGRATION: CWS changefileheader (1.12.68); FILE MERGED
2008/03/28 16:35:16 rt 1.12.68.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:56:42 +00:00
Rüdiger Timm
3d22812abd INTEGRATION: CWS changefileheader (1.3.80); FILE MERGED
2008/03/28 16:35:16 rt 1.3.80.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:54:14 +00:00
Rüdiger Timm
0c87364057 INTEGRATION: CWS changefileheader (1.5.80); FILE MERGED
2008/03/28 16:35:16 rt 1.5.80.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:53:43 +00:00
Rüdiger Timm
aa0761f621 INTEGRATION: CWS changefileheader (1.11.50); FILE MERGED
2008/03/28 16:35:16 rt 1.11.50.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:53:13 +00:00
Rüdiger Timm
3193a4b22b INTEGRATION: CWS changefileheader (1.9.24); FILE MERGED
2008/03/28 16:35:16 rt 1.9.24.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:51:34 +00:00
Rüdiger Timm
418ac4c698 INTEGRATION: CWS changefileheader (1.15.20); FILE MERGED
2008/03/28 16:35:16 rt 1.15.20.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:50:43 +00:00
Rüdiger Timm
b3cfb9fbd5 INTEGRATION: CWS changefileheader (1.6.136); FILE MERGED
2008/03/28 16:35:16 rt 1.6.136.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:49:29 +00:00
Rüdiger Timm
d3c6e10e3e INTEGRATION: CWS changefileheader (1.8.92); FILE MERGED
2008/03/28 16:35:15 rt 1.8.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:49:07 +00:00