[porting-issues] [Issue 87905] cairocanvas / Mac OS X - t ext is not visible

2008-11-05 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Nov  5 21:20:28 + 
2008 ---
close the duplicate

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 87905] cairocanvas / Mac OS X - t ext is not visible

2008-08-31 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905


User mox changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Sun Aug 31 09:45:06 + 
2008 ---
Duplicate

*** This issue has been marked as a duplicate of 92660 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 87905] cairocanvas / Mac OS X - t ext is not visible

2008-04-08 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905





--- Additional comments from [EMAIL PROTECTED] Tue Apr  8 12:55:03 + 
2008 ---
Yes, the CGContext used for layouting should match the context for drawing.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 87905] cairocanvas / Mac OS X - t ext is not visible

2008-04-05 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905
 Issue #|87905
 Summary|cairocanvas / Mac OS X - text is not visible
   Component|porting
 Version|OOo 2.3.1
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|thb
 Reported by|mox





--- Additional comments from [EMAIL PROTECTED] Sat Apr  5 08:36:06 + 
2008 ---
With the DEV300_m6 the canvas module now has a cairo backend for Mac OS X too.
It works ok, with the exception of text, which does get rendered without errors,
but is not visible.

My only lead to this is that while the correct SalGraphics object is passed to
ATSLayout::DrawText() in vcl/aqua/source/gdi/salatslayout.cxx, the actual
CGContext inside it is DIFFERENT than what was originally used in the virtual
device in canvas/source/cairo/cairo_canvashelper_text.cxx
(Surface::createVirtualDevice() in canvas/source/cairo/cairo_cairo.cxx). 

In comparison, the CGContext is the SAME when using VCLCanvas.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 87905] cairocanvas / Mac OS X - t ext is not visible

2008-04-05 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905





--- Additional comments from [EMAIL PROTECTED] Sat Apr  5 08:40:02 + 
2008 ---
Created an attachment (id=52564)
Working canvasdemo.cxx for testing (ported from canvas05)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 87905] cairocanvas / Mac OS X - t ext is not visible

2008-04-05 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905


User mox changed the following:

What|Old value |New value

  CC|'pl'  |'hdu,pl'





--- Additional comments from [EMAIL PROTECTED] Sat Apr  5 08:53:51 + 
2008 ---
The process for text drawing is very complex, here's a rough overview:

canvas cairo_canvashelper_text.cxx -- CanvasHelper::drawText()
== canvas cairo_cairo.cxx -- Surface::createVirtualDevice()
...
vcloutdev3.cxx -- DrawText()
...
== SalLayout* pSalLayout = ImplLayout()
== ImplGetGraphics()
== SalGraphics* AquaSalVirtualDevice::GetGraphics()
== pSalLayout = mpGraphics-GetTextLayout( aLayoutArgs, 0 );
== new ATSLayout( maATSUStyle, mfFontScale );
...
== ImplDrawText( *pSalLayout );
== ImplDrawTextDirect( rSalLayout, mbTextLines );
== rSalLayout.DrawText( *mpGraphics );
== ATSLayout::DrawText( SalGraphics rGraphics )


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]