http://bugs.winehq.com/show_bug.cgi?id=721
*** shadow/721 Tue May 28 16:08:30 2002
--- shadow/721.tmp.2796 Tue May 28 19:35:38 2002
***************
*** 133,135 ****
--- 133,141 ----
If you have made any TTF available to Wine then it totally ignores the aliases
in the config file. This is only read by the old x11drv font code which is
bypassed when using client side fonts.
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 19:35 -------
+ That is actually the point, if the windows version of the fonts in the aliases
+ are not available, then it will use the aliases, and if they are then the
+ windows version will be used...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Tue May 28 15:03:22 2002
--- shadow/720.tmp.30289 Tue May 28 17:58:36 2002
***************
*** 105,107 ****
--- 105,119 ----
That is definitely not what is supposed to happen... We would need a debug
output, but I have no clue which one you should attach, I want to say x11drv,
but that may not help anything... Anyone else want to comment?
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-28 17:58 -------
+ I don't have any idea too.... AutoCAD is the only app I tested that shows such a
+ behaviour.
+ I know it's based on MFC, but I guess it has some optimizations to speed up display
+ that make problem to appear. I did try a relay trace, but it's huge and I can't locate
+ where the problem happens.... And I don't think it would be useful to post it :)
+ In windows I've some gui apps that can trace api calls, allowing me to start and stop
+ traces on the fly.... I'd like to see something like it in wine, I think it would ease
+ bug spotting, limiting the trace output around the problem without the need of parsing
+ huge trace logs. I'd code it by myself but I've not enough skills in linux programming
+ (nor in where to hook it into wine!) to do it....
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=721
*** shadow/721 Tue May 28 14:05:28 2002
--- shadow/721.tmp.23502 Tue May 28 16:08:30 2002
***************
*** 128,130 ****
--- 128,135 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:05 -------
Submitting patch a little later today, watch wine-patches...
+
+ ------- Additional Comments From h.davies1(a)physics.ox.ac.uk 2002-05-28 16:08 -------
+ If you have made any TTF available to Wine then it totally ignores the aliases
+ in the config file. This is only read by the old x11drv font code which is
+ bypassed when using client side fonts.
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Tue May 28 14:55:54 2002
--- shadow/657.tmp.22712 Tue May 28 15:53:51 2002
***************
*** 116,118 ****
--- 116,124 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 14:55 -------
The resolution is clear - WONTFIX :-)
+
+ ------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2002-05-28 15:53 -------
+ MS Visual C++ comes with the source of MFC. You may redistribute it, so on I386
+ there is no sense in a rewrite. Recompiling the MFC source is however daunting,
+ but has been achieved before.
+
http://bugs.winehq.com/show_bug.cgi?id=440
*** shadow/440 Mon May 27 14:58:09 2002
--- shadow/440.tmp.19813 Tue May 28 15:12:30 2002
***************
*** 114,116 ****
--- 114,127 ----
greetings,
thorsten
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 15:12 -------
+ Thorsten, could you try doing rpm --rebuild on the dataparty one and then look
+ for a line at the end like Wrote: /usr/src/RPM/RPMS/wine-cvs-unstripped-
+ XXXXXXXX.rpm
+
+ and run rpm -Uvh on that 2nd one?
+
+ and then try to run your application again?
+
+ Thanks
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sun May 26 17:10:59 2002
--- shadow/720.tmp.19203 Tue May 28 15:03:22 2002
***************
*** 99,101 ****
--- 99,107 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-26 17:10 -------
Created an attachment (id=134)
Shot 3 of 3, toolbar removed, repainted image corrupted....
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 15:03 -------
+ That is definitely not what is supposed to happen... We would need a debug
+ output, but I have no clue which one you should attach, I want to say x11drv,
+ but that may not help anything... Anyone else want to comment?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=735
*** shadow/735 Tue May 28 08:41:52 2002
--- shadow/735.tmp.19016 Tue May 28 15:01:07 2002
***************
*** 2,8 ****
| The WM_INPUTLANGCHANGE message is not send when switching layouts |
+----------------------------------------------------------------------------+
| Bug #: 735 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
--- 2,8 ----
| The WM_INPUTLANGCHANGE message is not send when switching layouts |
+----------------------------------------------------------------------------+
| Bug #: 735 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
***************
*** 22,24 ****
--- 22,28 ----
At the moment, there is no code that knows how to generate this message at all,
and after a layout switch in X11 or KDE in particular.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 15:01 -------
+ Shashar, I gave you privileges to confirm and edit bugs, so in future you can
+ confirm your bugs.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=732
*** shadow/732 Mon May 27 08:45:44 2002
--- shadow/732.tmp.18841 Tue May 28 14:59:04 2002
***************
*** 34,36 ****
--- 34,41 ----
there, your application is crashed. If you suspect that none of these are your
problem, run wine from shell and send output, or, if you have compiled from
sorce, run ./bug_report.pl from the tools directory (You must have perl installed).
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:59 -------
+ Try turning on DXGrab option in your config and see if that helps, if it is on,
+ try turning it off... also, make sure that UseDGA is off and
+ DesktopDoubleBuffered is also
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Tue May 28 14:47:06 2002
--- shadow/657.tmp.18661 Tue May 28 14:55:54 2002
***************
*** 113,115 ****
--- 113,118 ----
Ohh, after re-reading your last post I understand what you were saying...
Hmmmm... Too bad there isn't an unresolved option which would close the bug but
show that it was never resolved...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 14:55 -------
+ The resolution is clear - WONTFIX :-)
\ No newline at end of file