http://bugs.winehq.com/show_bug.cgi?id=434
*** shadow/434 Thu Apr 18 15:50:54 2002
--- shadow/434.tmp.4718 Thu May 16 14:53:23 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: julliard(a)winehq.com |
| Reported By: ivanovich(a)menta.net |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 446,448 ****
--- 446,452 ----
of code is dealing with. Each window 'part' is actually a seperate window
(the top blue bar, the 'inside', the scrollbar..), will all have different
window #'s.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:53 -------
+ Alexandre, according to the comments the issue is caused by your patch.
+ Could you look at it?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=446
*** shadow/446 Tue Apr 30 14:25:24 2002
--- shadow/446.tmp.3399 Thu May 16 14:35:23 2002
***************
*** 87,89 ****
--- 87,92 ----
http://www.winehq.com/Docs/
Let me know if you need more help/information.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-16 14:35 -------
+ Andreas, do you need more help?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=609
*** shadow/609 Sun Apr 21 13:05:57 2002
--- shadow/609.tmp.3243 Thu May 16 14:33:45 2002
***************
*** 2,13 ****
| Add BiDi support |
+----------------------------------------------------------------------------+
| Bug #: 609 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Add BiDi support |
+----------------------------------------------------------------------------+
| Bug #: 609 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: winebugzilla(a)sun.consumer.org.il |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 26,28 ****
--- 26,42 ----
The main work is on GetCharacterPlacement and GetFontLanguageInfo and then
tweaking some controls, starting with the Edit control.
+
+ ------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2002-05-16 14:33 -------
+ IBM's BiDi group have began working on this issue, but it is unclear at what
+ stage they will be able to release their work, if ever. I am taking ownership of
+ this issue, at least until IBM say otherwise.
+
+ In addition to the steps mentioned by François, having ExtTextOut support
+ reordering (calling GetCharacterPlacement?), and finding some way to get proper
+ glyphing for Arabic (the same character is rendered differently based on
+ location in the word). Making sure that "GetTextExtent*" functions work
+ properly, as well as, probably, the rest of the text output functions. When that
+ is done, we will be able to find out what else needs to be done.
+
+ Who said that life was easy ;-).