summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Collapse)AuthorFilesLines
2008-04-03INTEGRATION: CWS presenterview (1.13.12); FILE MERGEDKurt Zenker1-3/+9
2007/12/13 10:15:51 af 1.13.12.2: RESYNC: (1.13-1.15); FILE MERGED 2007/11/02 15:36:36 af 1.13.12.1: #i81089# Fixed angle when painting rotated bitmaps.
2008-04-03INTEGRATION: CWS presenterview (1.2.14); FILE MERGEDKurt Zenker1-2/+6
2008/01/13 22:14:58 thb 1.2.14.1: #i85206# Respecting fill rule
2008-04-03INTEGRATION: CWS presenterview (1.12.10); FILE MERGEDKurt Zenker1-4/+9
2008/01/13 23:25:52 thb 1.12.10.2: #i10000# Now even builds. 2008/01/13 22:16:13 thb 1.12.10.1: #i85206# Respecting fill rule
2008-04-02INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDEDKurt Zenker2-0/+167
2008/03/08 15:18:21 mox 1.1.2.4: Monually sync changes for prex/postx 2007/12/08 21:48:27 mox 1.1.2.3: Add prex.h / postx.h for UNX+X11 builds 2007/07/19 05:41:24 mox 1.1.2.2: Consolidating Xlib prex.h/postx.h headers to one place, same as premac.h/postmac.h 2007/06/02 23:05:33 thb 1.1.2.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2008-04-02INTEGRATION: CWS cairoquartz01 (1.5.12); FILE MERGEDKurt Zenker1-7/+35
2008/03/27 22:50:18 thb 1.5.12.11: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/03/01 09:06:17 mox 1.5.12.10: Add couple of comments to clarify the ifdefs 2008/02/29 16:37:12 thb 1.5.12.9: Fixed build breakage for X11 case 2008/02/29 06:09:05 mox 1.5.12.8: Sync with latest win32 backend changes. 2008/01/14 21:04:52 mox 1.5.12.7: The pixman library is now separate from cairo library. 2007/12/10 17:32:05 mox 1.5.12.6: Updated makefile.mk, works with Cocoa 2007/12/08 21:35:31 mox 1.5.12.5: remove carbon lib include -- handled by solenv in newer milestones. 2007/07/17 22:34:43 mox 1.5.12.4: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files. 2007/06/02 23:05:33 thb 1.5.12.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/05/01 21:21:43 mox 1.5.12.2: urther fixes: - separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx. - maximize the use of crossplatform code - fix quartz bugs 2007/04/12 20:16:01 mox 1.5.12.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDEDKurt Zenker1-0/+324
2008/02/29 16:37:12 thb 1.1.2.13: Fixed build breakage for X11 case 2008/02/23 13:11:05 mox 1.1.2.12: Fix CWS resync to DEV300_m0 2008/01/18 19:02:39 mox 1.1.2.11: Fix namespace of headers on other platforms - win32 & Xlib. 2007/07/25 11:14:31 radekdoulik 1.1.2.10: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Fixed xlib build. Removed old glitz code. 2007/07/20 10:11:48 mox 1.1.2.9: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.1.2.8: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 07:26:35 mox 1.1.2.7: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/19 05:41:24 mox 1.1.2.6: Consolidating Xlib prex.h/postx.h headers to one place, same as premac.h/postmac.h 2007/07/19 04:35:56 mox 1.1.2.5: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 23:07:47 mox 1.1.2.4: Use format converter function to simplify 2007/07/18 21:32:40 radekdoulik 1.1.2.3: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Removed platform dependend code from cairo_canvashelper_text.cxx 2007/07/18 20:48:35 radekdoulik 1.1.2.2: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Fixed xlib backend build. Fixed pixmap double free in xlib backend. Fixed render format generation in xlib backend. 2007/07/17 22:34:42 mox 1.1.2.1: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files.
2008-04-02INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDEDKurt Zenker1-0/+203
2008/03/27 22:58:56 thb 1.1.2.10: Nevermind, PEBKAC - fixed the last win32 build breakers now 2008/01/18 19:02:39 mox 1.1.2.9: Fix namespace of headers on other platforms - win32 & Xlib. 2008/01/12 23:52:06 mox 1.1.2.8: This time cairo actually WORKS ON MACOSX! 2007/07/29 08:19:49 mox 1.1.2.7: Rework Quartz window drawing to align with the implementation in VCL 2007/07/20 10:11:48 mox 1.1.2.6: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.1.2.5: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 16:19:02 mox 1.1.2.4: Further cairo win32 backend cleanup. 2007/07/19 07:26:35 mox 1.1.2.3: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/18 21:32:40 radekdoulik 1.1.2.2: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Removed platform dependend code from cairo_canvashelper_text.cxx 2007/07/17 22:34:42 mox 1.1.2.1: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files.
2008-04-02INTEGRATION: CWS cairoquartz01 (1.3.16); FILE MERGEDKurt Zenker1-5/+2
2007/06/02 23:05:33 thb 1.3.16.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2008-04-02INTEGRATION: CWS cairoquartz01 (1.4.22); FILE MERGEDKurt Zenker1-6/+6
2007/12/10 17:45:38 mox 1.4.22.3: RESYNC: (1.5-1.6); FILE MERGED 2007/07/28 15:31:00 mox 1.4.22.2: RESYNC: (1.4-1.5); FILE MERGED 2007/06/02 23:05:33 thb 1.4.22.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2008-04-02INTEGRATION: CWS cairoquartz01 (1.3.28); FILE MERGEDKurt Zenker1-5/+8
2008/03/27 22:50:18 thb 1.3.28.2: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2007/06/02 23:05:33 thb 1.3.28.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2008-04-02INTEGRATION: CWS cairoquartz01 (1.3.16); FILE MERGEDKurt Zenker1-4/+4
2008/01/18 18:48:31 mox 1.3.16.1: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard.
2008-04-02INTEGRATION: CWS cairoquartz01 (1.4.16); FILE MERGEDKurt Zenker1-7/+11
2008/03/27 22:58:56 thb 1.4.16.8: Nevermind, PEBKAC - fixed the last win32 build breakers now 2008/03/27 22:50:18 thb 1.4.16.7: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/02/23 14:35:00 mox 1.4.16.6: Fix CWS Resync to DEV300_m0 2008/02/23 13:12:57 mox 1.4.16.5: RESYNC: (1.7-1.8); FILE MERGED 2007/12/15 21:37:32 mox 1.4.16.4: Fix QUARTZ classtype parameter, due to VCL Cocoa port changes 2007/12/10 17:45:35 mox 1.4.16.3: RESYNC: (1.5-1.7); FILE MERGED 2007/06/02 23:05:33 thb 1.4.16.2: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/04/12 20:16:00 mox 1.4.16.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.2.56); FILE MERGEDKurt Zenker1-5/+2
2007/06/02 23:05:32 thb 1.2.56.1: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places
2008-04-02INTEGRATION: CWS cairoquartz01 (1.1.2); FILE ADDEDKurt Zenker1-0/+206
2008/03/10 21:42:43 mox 1.1.2.12: No need to retain the (dummy) windowsurface 2008/01/18 18:48:31 mox 1.1.2.11: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard. 2008/01/12 23:52:06 mox 1.1.2.10: This time cairo actually WORKS ON MACOSX! 2007/12/10 17:33:06 mox 1.1.2.9: an updated version that builds. 2007/12/09 10:36:20 mox 1.1.2.8: Initial cairo Quartz backend port from Carbon to Cocoa. 2007/07/29 08:19:49 mox 1.1.2.7: Rework Quartz window drawing to align with the implementation in VCL 2007/07/20 10:11:48 mox 1.1.2.6: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.1.2.5: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 07:26:34 mox 1.1.2.4: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/19 04:35:56 mox 1.1.2.3: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 21:32:40 radekdoulik 1.1.2.2: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Removed platform dependend code from cairo_canvashelper_text.cxx 2007/07/17 22:34:42 mox 1.1.2.1: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files.
2008-04-02INTEGRATION: CWS cairoquartz01 (1.2.56); FILE MERGEDKurt Zenker1-4/+4
2008/02/23 13:12:54 mox 1.2.56.2: RESYNC: (1.2-1.3); FILE MERGED 2008/01/18 18:48:31 mox 1.2.56.1: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard.
2008-04-02INTEGRATION: CWS cairoquartz01 (1.6.16); FILE MERGEDKurt Zenker1-14/+40
2008/02/23 13:12:51 mox 1.6.16.13: RESYNC: (1.7-1.8); FILE MERGED 2007/07/28 15:30:53 mox 1.6.16.12: RESYNC: (1.6-1.7); FILE MERGED 2007/07/19 17:25:50 mox 1.6.16.11: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 04:35:56 mox 1.6.16.10: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 22:10:01 mox 1.6.16.9: Add couple of comments and ensure working QUARTZ build. 2007/07/18 20:48:35 radekdoulik 1.6.16.8: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Fixed xlib backend build. Fixed pixmap double free in xlib backend. Fixed render format generation in xlib backend. 2007/07/17 22:34:42 mox 1.6.16.7: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files. 2007/06/20 14:57:14 mox 1.6.16.6: Cleanup headers and fix compilation bugs. 2007/06/19 19:22:15 mox 1.6.16.5: Alternative "legacy" code path for Quartz. 2007/06/04 21:13:49 mox 1.6.16.4: Enable building different platforms with both Cairo 1.0 and Cairo 1.2 APIs. Only Quartz uses the Cairo 1.2 API by default. 2007/06/02 23:05:32 thb 1.6.16.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/05/01 21:21:43 mox 1.6.16.2: urther fixes: - separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx. - maximize the use of crossplatform code - fix quartz bugs 2007/04/12 20:16:00 mox 1.6.16.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.5.16); FILE MERGEDKurt Zenker1-23/+23
2008/03/10 20:54:26 mox 1.5.16.12: Win32 specific workaround, not relevant for Mac OS X/Quartz 2008/03/09 07:43:54 mox 1.5.16.11: Fix building on Mac OS X 2008/02/29 06:09:05 mox 1.5.16.10: Sync with latest win32 backend changes. 2007/07/18 21:32:40 radekdoulik 1.5.16.9: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Removed platform dependend code from cairo_canvashelper_text.cxx 2007/07/18 20:48:35 radekdoulik 1.5.16.8: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Fixed xlib backend build. Fixed pixmap double free in xlib backend. Fixed render format generation in xlib backend. 2007/07/02 15:49:00 thb 1.5.16.7: #i10000# Made code compile again under Win (windows.h nastily defines macros min and max) 2007/06/20 14:57:14 mox 1.5.16.6: Cleanup headers and fix compilation bugs. 2007/06/19 19:22:15 mox 1.5.16.5: Alternative "legacy" code path for Quartz. 2007/06/04 21:13:49 mox 1.5.16.4: Enable building different platforms with both Cairo 1.0 and Cairo 1.2 APIs. Only Quartz uses the Cairo 1.2 API by default. 2007/06/02 23:05:32 thb 1.5.16.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/05/01 21:21:43 mox 1.5.16.2: urther fixes: - separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx. - maximize the use of crossplatform code - fix quartz bugs 2007/04/12 20:15:59 mox 1.5.16.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.7.10); FILE MERGEDKurt Zenker1-77/+79
2008/03/27 22:50:18 thb 1.7.10.8: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/01/18 18:48:31 mox 1.7.10.7: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard. 2008/01/12 23:52:06 mox 1.7.10.6: This time cairo actually WORKS ON MACOSX! 2007/12/10 17:45:32 mox 1.7.10.5: RESYNC: (1.9-1.12); FILE MERGED 2007/08/11 18:09:39 mox 1.7.10.4: RESYNC: (1.8-1.9); FILE MERGED 2007/07/28 15:30:37 mox 1.7.10.3: RESYNC: (1.7-1.8); FILE MERGED Hand-merged overlapping changes 2007/06/02 23:05:32 thb 1.7.10.2: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/04/12 20:15:58 mox 1.7.10.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.3.52); FILE MERGEDKurt Zenker1-10/+67
2008/03/27 22:50:18 thb 1.3.52.21: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2008/02/29 16:37:12 thb 1.3.52.20: Fixed build breakage for X11 case 2008/02/23 13:12:48 mox 1.3.52.19: RESYNC: (1.4-1.5); FILE MERGED 2008/01/18 18:48:31 mox 1.3.52.18: Remove too aggressive namespacing. Broke build with Mac OS X 10.5 Leopard. 2007/12/10 17:34:59 mox 1.3.52.17: Make buildable in Cococa 2007/07/20 10:11:48 mox 1.3.52.16: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.3.52.15: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 16:19:02 mox 1.3.52.14: Further cairo win32 backend cleanup. 2007/07/19 07:26:34 mox 1.3.52.13: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/19 04:35:56 mox 1.3.52.12: Removed platform dependend code from cairo_devicehelper.cxx 2007/07/18 23:07:47 mox 1.3.52.11: Use format converter function to simplify 2007/07/18 22:54:54 mox 1.3.52.10: Cleanup 2007/07/18 21:32:40 radekdoulik 1.3.52.9: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Removed platform dependend code from cairo_canvashelper_text.cxx 2007/07/18 20:48:35 radekdoulik 1.3.52.8: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Fixed xlib backend build. Fixed pixmap double free in xlib backend. Fixed render format generation in xlib backend. 2007/07/17 22:34:42 mox 1.3.52.7: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files. 2007/06/19 19:22:15 mox 1.3.52.6: Alternative "legacy" code path for Quartz. 2007/06/10 19:19:21 mox 1.3.52.5: Fix to Cairo 1.2 API usage 2007/06/04 21:13:49 mox 1.3.52.4: Enable building different platforms with both Cairo 1.0 and Cairo 1.2 APIs. Only Quartz uses the Cairo 1.2 API by default. 2007/06/02 23:05:32 thb 1.3.52.3: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/05/01 21:21:43 mox 1.3.52.2: urther fixes: - separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx. - maximize the use of crossplatform code - fix quartz bugs 2007/04/12 20:15:58 mox 1.3.52.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.4.28); FILE MERGEDKurt Zenker1-173/+46
2008/03/27 22:50:17 thb 1.4.28.15: Cleaned up a few warnings, made this (almost) build on win32. Still missing the cairo_win32_cairo.cxx file. 2007/07/28 15:30:19 mox 1.4.28.14: RESYNC: (1.4-1.5); FILE MERGED Fix conflicts due to code having been moved around. 2007/07/20 10:11:48 mox 1.4.28.13: Cleanup includes and revise code comments 2007/07/19 17:25:50 mox 1.4.28.12: Cleanup - We don't need to store mpSysData inside the Surface (in 1.2 API). 2007/07/19 07:26:34 mox 1.4.28.11: Legacy cairo API support is not needed on Win32 and Mac OS X Quartz. 2007/07/18 23:08:55 mox 1.4.28.10: Document the new function. 2007/07/18 21:32:40 radekdoulik 1.4.28.9: Issue number: 69066 Submitted by: radekdoulik Reviewed by: radekdoulik Removed platform dependend code from cairo_canvashelper_text.cxx 2007/07/17 22:34:42 mox 1.4.28.8: Rework cross-platform files to be separate for each platform. The <1.2 API support is now mostly in platform specific files. 2007/07/11 18:30:07 mox 1.4.28.7: Add a few comments to cairo Win32 implementation 2007/06/20 14:57:13 mox 1.4.28.6: Cleanup headers and fix compilation bugs. 2007/06/04 21:13:49 mox 1.4.28.5: Enable building different platforms with both Cairo 1.0 and Cairo 1.2 APIs. Only Quartz uses the Cairo 1.2 API by default. 2007/06/02 23:05:32 thb 1.4.28.4: #i70519# Merged in tml's fixes for WinCairo; made code compile warning-free under Linux; added prex/postx.h (which where already referenced); cleaned up a bit; replaces plain round() call with basegfx::fround; asserting unexpected/unimplemented case at selected places 2007/05/26 12:50:12 mox 1.4.28.3: Retain CGContext so that it doesn't get removed unintentionally. 2007/05/01 21:21:43 mox 1.4.28.2: urther fixes: - separate X11 cairo 1.0 API to legacy file: cairo_cairolegacy.cxx. - maximize the use of crossplatform code - fix quartz bugs 2007/04/12 20:15:57 mox 1.4.28.1: Issue number: #69066# initial Cairo Quartz implementation
2008-04-02INTEGRATION: CWS cairoquartz01 (1.10.22); FILE MERGEDKurt Zenker1-1/+1
2007/12/10 17:45:27 mox 1.10.22.3: RESYNC: (1.11-1.12); FILE MERGED 2007/07/11 18:13:02 mox 1.10.22.2: RESYNC: (1.10-1.11); FILE MERGED 2007/06/23 22:29:59 mox 1.10.22.1: Enable building cairo backend in canvas for Windows.
2008-02-25INTEGRATION: CWS supdremove02 (1.13.62); FILE MERGEDOliver Bolte1-3/+3
2008/01/29 09:20:39 rt 1.13.62.1: #i85482# Remove UPD from library name
2008-01-29INTEGRATION: CWS thbpp10 (1.7.14); FILE MERGEDVladimir Glazounov1-3/+7
2008/01/14 15:54:21 thb 1.7.14.1: #i84049# Checking for render existence - patch courtesy jnavrati
2008-01-29INTEGRATION: CWS thbpp10 (1.2.110); FILE MERGEDVladimir Glazounov1-2/+4
2008/01/14 15:54:21 thb 1.2.110.1: #i84049# Checking for render existence - patch courtesy jnavrati
2008-01-29INTEGRATION: CWS thbpp10 (1.7.40); FILE MERGEDVladimir Glazounov1-10/+19
2008/01/14 15:54:21 thb 1.7.40.1: #i84049# Checking for render existence - patch courtesy jnavrati
2008-01-29INTEGRATION: CWS thbpp10 (1.4.40); FILE MERGEDVladimir Glazounov1-0/+2
2008/01/14 15:54:21 thb 1.4.40.1: #i84049# Checking for render existence - patch courtesy jnavrati
2008-01-29INTEGRATION: CWS thbpp10 (1.5.40); FILE MERGEDVladimir Glazounov1-2/+9
2008/01/14 15:54:21 thb 1.5.40.1: #i84049# Checking for render existence - patch courtesy jnavrati
2008-01-15INTEGRATION: CWS obo21 (1.3.6); FILE MERGEDIvo Hinkelmann1-3/+9
2007/12/06 10:22:04 obo 1.3.6.1: #i84233# change for .Net 2008 (no directx 5 available)
2008-01-04INTEGRATION: CWS mingwport09 (1.3.10); FILE MERGEDOliver Bolte1-7/+20
2007/12/11 12:46:17 vg 1.3.10.1: #i83133# catch-up fixes for MinGW port
2008-01-04INTEGRATION: CWS mingwport09 (1.2.12); FILE MERGEDOliver Bolte5-20/+20
2007/12/11 12:46:17 vg 1.2.12.1: #i83133# catch-up fixes for MinGW port
2007-11-09INTEGRATION: CWS canvas23101_SRC680 (1.5.20); FILE MERGEDRüdiger Timm2-11/+12
2007/09/13 12:19:11 pl 1.5.20.1: #i81235# #i81236# #i81237# cairo patches (thanks radekdoulik), cleaned up some warnings
2007-11-09INTEGRATION: CWS canvas23101_SRC680 (1.3.64); FILE MERGEDRüdiger Timm1-7/+7
2007/09/13 12:19:11 pl 1.3.64.1: #i81235# #i81236# #i81237# cairo patches (thanks radekdoulik), cleaned up some warnings
2007-11-09INTEGRATION: CWS canvas23101_SRC680 (1.9.10); FILE MERGEDRüdiger Timm1-6/+7
2007/09/13 12:19:10 pl 1.9.10.1: #i81235# #i81236# #i81237# cairo patches (thanks radekdoulik), cleaned up some warnings
2007-11-09#i83430# use USE_DIRECTX5 switch instead of compiler versionOliver Bolte1-7/+8
2007-11-09INTEGRATION: CWS transogl01 (1.10.42); FILE MERGEDRüdiger Timm1-5/+21
2007/09/30 00:18:06 thb 1.10.42.3: RESYNC: (1.11-1.13); FILE MERGED 2007/07/25 15:04:57 thb 1.10.42.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/20 15:33:41 radekdoulik 1.10.42.1: Issue number: 78745 return memory layout from getData methods
2007-11-09INTEGRATION: CWS transogl01 (1.9.42); FILE MERGEDRüdiger Timm1-3/+21
2007/07/25 15:05:05 thb 1.9.42.2: RESYNC: (1.9-1.10); FILE MERGED 2007/07/20 15:33:41 radekdoulik 1.9.42.1: Issue number: 78745 return memory layout from getData methods
2007-11-09INTEGRATION: CWS transogl01 (1.5.6); FILE MERGEDRüdiger Timm1-3/+4
2007/08/27 14:35:48 radekdoulik 1.5.6.1: Issue number: 78745 Submitted by: radekdoulik fixed canvas helper getSize method, which was causing the getData called with wrong size from client code
2007-11-09INTEGRATION: CWS transogl01 (1.4.6); FILE MERGEDRüdiger Timm1-2/+4
2007/08/27 14:35:48 radekdoulik 1.4.6.1: Issue number: 78745 Submitted by: radekdoulik fixed canvas helper getSize method, which was causing the getData called with wrong size from client code
2007-11-09INTEGRATION: CWS transogl01 (1.7.20); FILE MERGEDRüdiger Timm1-19/+52
2007/08/27 14:35:48 radekdoulik 1.7.20.5: Issue number: 78745 Submitted by: radekdoulik fixed canvas helper getSize method, which was causing the getData called with wrong size from client code 2007/07/26 13:48:19 smmathews 1.7.20.4: Issue number: Submitted by: Reviewed by: 2007/07/25 16:28:43 radekdoulik 1.7.20.3: Issue number: 78745 Submitted by: radekdoulik Reviewed by: radekdoulik Fix the offset of bitmap data in getData method 2007/07/25 14:58:16 thb 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2007/06/21 10:45:31 radekdoulik 1.7.20.1: Issue number: 78745 Submitted by: radekdoulik Reviewed by: radekdoulik implemented XIntegerBitmap::getData
2007-11-05#i10000#: disambiguate call to std::maxJens-Heiner Rechtien1-4/+4
2007-11-01INTEGRATION: CWS dxliberate01 (1.3.4); FILE MERGEDJens-Heiner Rechtien1-22/+14
2007/07/24 09:55:01 thb 1.3.4.1: #144866# Add one pixel border around textures, a bunch of drivers clobber those with dirt
2007-11-01INTEGRATION: CWS dxliberate01 (1.3.52); FILE MERGEDJens-Heiner Rechtien1-5/+7
2007/07/24 09:55:01 thb 1.3.52.1: #144866# Add one pixel border around textures, a bunch of drivers clobber those with dirt
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien3-0/+412
2007/07/23 12:05:09 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien14-0/+2717
2007/07/23 12:05:08 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+193
2007/09/25 11:39:22 thb 1.1.2.2: #i81931# Early-exit for out-of-process UNO 2007/07/23 12:05:08 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien13-0/+2987
2007/07/23 12:05:07 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien10-0/+3958
2007/07/23 12:05:06 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.1.2); FILE ADDEDJens-Heiner Rechtien1-0/+2283
2007/07/23 12:05:05 thb 1.1.2.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.10.6); FILE MERGEDJens-Heiner Rechtien1-0/+2
2007/10/01 09:43:08 thb 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED 2007/07/23 12:05:56 thb 1.10.6.1: #i48454# dxcanvas is now part of OOo
2007-11-01INTEGRATION: CWS dxliberate01 (1.11.4); FILE MERGEDJens-Heiner Rechtien1-0/+1
2007/07/23 12:05:56 thb 1.11.4.1: #i48454# dxcanvas is now part of OOo