[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2009-09-30 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

 Assigned to|thb   |af

  Status|REOPENED  |NEW





--- Additional comments from t...@openoffice.org Wed Sep 30 10:00:15 + 
2009 ---
@af: It's rather unlikely that I'll find time implementing that for windows.
using the cairocanvas, also on windows, is I think a reasonable workaround. It
would just need to be enabled for the Sun build.

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2009-01-07 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.x





--- Additional comments from t...@openoffice.org Wed Jan  7 16:28:51 + 
2009 ---
This is effectively (though not literally) fixed in 3.1 now - simply use
cairocanvas (if that's not enabled, please ask releng to build with
ENABLE_CAIRO=TRUE). I'm afraid that sharing the DX device across more than one
window is a bit involved  time is (again) running out... :(

-
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2008-06-03 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User af changed the following:

What|Old value |New value

 Assigned to|af|thb





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 08:50:22 + 
2008 ---
At the moment I am using a com.sun.star.rendering.VCLCanvas for the presenter
console extension and am happy with it (not too fast but it works).


Switching now to a gdipluscanvas does not seem to be a good idea for three 
reasons:

1) We are too close to the release of OOo 3.0  for making such a big change with
all its potential problems.

2) gdipluscanvas sounds like being platform dependent.  I really would not like
to take care of sorting out which canvas to use depending on the platform in the
extension or its supporting code in sd.

3) Without more information I do not see the benefit. Is the gdipluscanvas
faster or does it look better (e.g. antialiasing) then whatever the VCLCanvas 
uses.


-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2008-06-03 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

 Assigned to|thb   |af





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 12:01:30 + 
2008 ---
@af: yes, gdipluscanvas does antialiasing. DirectX is platform-dependent as
well. You don't need to change anything in your code. The only question is: did
you really want _DirectX_ on more than one window, or was it rather antialiasing
(from my recollection, the latter - DirectX will always come with
double-buffering)? If the latter, please verify this issue. If the former, we
need to move this issue to 3.1 at least.

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2008-06-03 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User af changed the following:

What|Old value |New value

 Assigned to|af|thb





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 14:08:15 + 
2008 ---
How can I verify this issue without changing the code that creates the canvas
for the presenter console extension?  Does the canvas, that is created for the
com.sun.star.rendering.VCLCanvas service, internally map to gdipluscanvas?

The main problem described by this issue is (was, before the workaround of
explicitly instancing VCLCanvas service) that there can only be one instance of
the DirectX canvas. When the default service is used to create a canvas for the
presenter console then this canvas can be the one DirectX canvas.  This means
that the canvas of the actual presentation is either
a) a second DirectX canvas that conflicts with the first or
b) another type of canvas that is not antialiased nor optimized with respect to
rendering speed.

Having a second antialiased and optimized canvas for the presenter console would
be very nice but is of secondary importance.

So, what I am looking for here is a canvas service that 
A) takes care of the DirectX problem (not stealing the single DirectX resource
from the fullscreen presentation),
B) is platform independent, and
C) automatically provides the best (with respect to display quality and speed)
canvas that is available on the platform.



-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2008-06-03 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |

Target milestone|OOo 3.0   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 15:02:18 + 
2008 ---
@af: what I glean from your comments is that this issue is not fixed for you -
spun off issue 90307 therefore, removing this from canvas05  retargetting to
3.1. If you're interested, have a look into canvas/workben/canvasdemo.cxx
(canvas05) about how to use the non-doublebuffering canvases.

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2008-06-02 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

 Assigned to|thb   |af





--- Additional comments from [EMAIL PROTECTED] Mon Jun  2 21:17:57 + 
2008 ---
@af: please verify in CWS canvas05, if this is acceptable - if not, we've got to
move this issue to 3.1

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

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


User thb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri May 30 12:45:22 + 
2008 ---
Not fixed, but worked around for in CWS canvas05. Everybody except main
slideshow should request a gdipluscanvas, which does not show the mentioned
contention on the DXDevice (because it does not use DX at all).

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

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





--- Additional comments from [EMAIL PROTECTED] Tue Mar  4 17:57:22 + 
2008 ---
Moved to successor CWS presenterscreen.

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2008-01-15 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

Target milestone|OOo 2.4   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Tue Jan 15 08:57:37 + 
2008 ---
Retargetted surrounding CWS.

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

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


User joergwartenberg changed the following:

What|Old value |New value

  CC|''|'joergwartenberg'





-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2007-12-20 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092


User thb changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Thu Dec 20 22:32:15 + 
2007 ---
Mostly done.

-
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]



[graphics-issues] [Issue 81092] DirectX support for canvas not available in all windows

2007-08-28 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81092
 Issue #|81092
 Summary|DirectX support for canvas not available in all window
|s
   Component|Drawing
 Version|680m225
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|viewing
 Assigned to|thb
 Reported by|af





--- Additional comments from [EMAIL PROTECTED] Tue Aug 28 13:52:10 + 
2007 ---
According to THB DirectX support (on Windows) for the canvas is available only
in the first window that requests it.  This prevents e.g. antialiasing for all
but one window.

Furthermore, in case of the presenter view, the first window might be not the
primary slide show view.  The result would be missing antialiasing and decreased
performance in the primary slide show view.

-
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]