http://bugs.codeweavers.com/show_bug.cgi?id=634
*** shadow/634 Wed May 1 10:02:56 2002
--- shadow/634.tmp.16087 Wed May 1 10:04:20 2002
***************
*** 29,31 ****
--- 29,35 ----
Sometimes input sent to wrong window and the IME windows not drawn in the
correct place.
+
+ ------- Additional Comments From aric(a)codeweavers.com 2002-05-01 10:04 -------
+ Created an attachment (id=77)
+ first pass at an implementation
http://bugs.codeweavers.com/show_bug.cgi?id=634
*** shadow/634 Wed May 1 10:02:56 2002
--- shadow/634.tmp.15983 Wed May 1 10:02:56 2002
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Wine XIM |
+ +----------------------------------------------------------------------------+
+ | Bug #: 634 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-user |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: aric(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I posted to wine-devel but thought i would open a bug also.
+
+ This bug is to get multibyte (CJK) character input into wine. I have a
+ preliminary XIM patch which I will try to attach here but may be too large. If
+ so I will break it down.
+
+ The present state of this patch is
+ Japanese input with kinput2 seems to work
+ Reports that Chinese input works
+
+ Only works for edit controls
+
+ Sometimes input sent to wrong window and the IME windows not drawn in the
+ correct place.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=633
*** shadow/633 Wed May 1 08:37:37 2002
--- shadow/633.tmp.15209 Wed May 1 09:51:02 2002
***************
*** 2,8 ****
| Non-text clipboard data from WINE to X |
+----------------------------------------------------------------------------+
| Bug #: 633 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-resources |
--- 2,8 ----
| Non-text clipboard data from WINE to X |
+----------------------------------------------------------------------------+
| Bug #: 633 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-resources |
***************
*** 20,22 ****
--- 20,29 ----
An example is Excel Copy to Picture (creates a bitmap in the clipboard) pasted
into gimp or Kedit.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-01 09:51 -------
+ Aric, I think you have necessary qualification and don't need somebody else to
+ confirm your bug reports. Please in future create your bug reports with status
+ "New".
+
+ Thank you
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=633
*** shadow/633 Wed May 1 08:37:37 2002
--- shadow/633.tmp.9940 Wed May 1 08:37:37 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | Non-text clipboard data from WINE to X |
+ +----------------------------------------------------------------------------+
+ | Bug #: 633 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-resources |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: aric(a)codeweavers.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Examin how to deal with non-text clipboard data, such as images, passed FROM
+ wine TO a native X application.
+
+ An example is Excel Copy to Picture (creates a bitmap in the clipboard) pasted
+ into gimp or Kedit.
\ No newline at end of file
http://bugs.codeweavers.com/show_bug.cgi?id=632
*** shadow/632 Wed May 1 04:25:48 2002
--- shadow/632.tmp.23876 Wed May 1 04:27:49 2002
***************
*** 17,19 ****
--- 17,23 ----
| DESCRIPTION |
In function CoGetClassObject there is no code to correctly start an com-object
when there the registry contains a string like '%SystemRoot%/some.dll'.
+
+ ------- Additional Comments From leo(a)connectux.com 2002-05-01 04:27 -------
+ Created an attachment (id=76)
+ rejected patch, supposed to be inline implemented