[Bug 17166] New: Implement BiDi mirroring
http://bugs.winehq.org/show_bug.cgi?id=17166 Summary: Implement BiDi mirroring Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: gdi32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: khaledhosny(a)eglug.org The current BiDi implementation doesn't implement mirroing of bidi_mirrored chars. The attached patch implements it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Khaled Hosny <khaledhosny(a)eglug.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |609 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Shachar Shemesh <shachar(a)shemesh.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shachar(a)shemesh.biz Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Shachar Shemesh <shachar(a)shemesh.biz> 2009-01-28 07:04:17 --- You did not attach a patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Yoav HaCohen <yoavhacohen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yoavhacohen(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 --- Comment #2 from Khaled Hosny <khaledhosny(a)eglug.org> 2009-01-28 08:08:49 --- Created an attachment (id=19048) --> (http://bugs.winehq.org/attachment.cgi?id=19048) Implement BiDi mirroring -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 --- Comment #3 from Khaled Hosny <khaledhosny(a)eglug.org> 2009-01-28 08:10:16 --- I attached it while submitting the bug (or so I thought), re-attached it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-01-28 09:37:09 --- Please send patches to wine-patches(a)winehq.org -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 --- Comment #5 from Khaled Hosny <khaledhosny(a)eglug.org> 2009-01-28 12:51:20 --- (In reply to comment #4)
Please send patches to wine-patches(a)winehq.org
I did already. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Ebrahim <ebrahim(a)mohammadi.ir> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebrahim(a)mohammadi.ir --- Comment #6 from Ebrahim <ebrahim(a)mohammadi.ir> 2009-09-09 19:06:45 --- A question/suggestion about the provided patch: isn't a switch/case faster than iterating through a list for each character? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 haytham-med <haytham.med(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |haytham.med(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Aric Stewart <aric(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aric(a)codeweavers.com --- Comment #7 from Aric Stewart <aric(a)codeweavers.com> 2010-05-07 10:35:44 --- Thanks to Alexandre, BiDi mirroring is now implemented in usp10. It is not yet migrated over to base gdi yet. but it means that apps that use uniscribe (such as Internet Explorer 7) should properly mirror glyphs. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Aric Stewart <aric(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Aric Stewart <aric(a)codeweavers.com> 2010-05-13 13:28:02 --- GDI should now use the usp10 functions to generate glyphs. This means that mirroring should be properly reflected in gdi strings as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17166 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2010-05-21 14:39:11 --- Closing bugs fixed in 1.2-rc1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org