http://bugs.winehq.com/show_bug.cgi?id=694
*** shadow/694 Fri May 17 02:10:08 2002
--- shadow/694.tmp.26326 Fri May 17 02:10:08 2002
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | Printing: Type1 font support |
+ +----------------------------------------------------------------------------+
+ | Bug #: 694 Product: Wine |
+ | Status: UNCONFIRMED 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: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Once we have Type42 font support (which gives the best results), we can add
+ support for Type1 fonts which will help for compatibility with older printers.
+ Corel's tree has code for Type1 downloading so hopefully it will be possible to
+ leverage this code.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=569
*** shadow/569 Tue Apr 9 07:14:24 2002
--- shadow/569.tmp.11064 Thu May 16 22:09:24 2002
***************
*** 46,48 ****
--- 46,55 ----
------- Additional Comments From marcus(a)jet.franken.de 2002-04-09 07:14 -------
its a wine bug, so wine-bugs
+
+ ------- Additional Comments From galberte(a)neo.lrun.com 2002-05-16 22:09 -------
+ Bug occurs as described. Tested with native comctl32.dll and problem still
+ occurs. Anything that causes a repaint of the MDI window will make the items
+ reappear. That includes overlaying the area with another window, minimizing the
+ MDI window, or the SHADE/UNSHADE. Suspect missing InvalidateRect somewhere in
+ the MDI processing.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 20:18:39 2002
--- shadow/689.tmp.4663 Thu May 16 20:46:53 2002
***************
*** 26,28 ****
--- 26,31 ----
Jeremy, could you give me a bit more privileges? At least the possibility of
taking ownership of an unconfirmed bug.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:46 -------
+ Sylvain, which demo? Is it freely downloadable?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 20:07:39 2002
--- shadow/689.tmp.2315 Thu May 16 20:18:39 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: spetreolle(a)yahoo.fr |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 21,23 ****
--- 20,28 ----
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:07 -------
Will try to implement that function.
The W is a stub.
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:18 -------
+ Could't take ownership (not enough privileges).
+
+ Jeremy, could you give me a bit more privileges? At least the possibility of
+ taking ownership of an unconfirmed bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=693
*** shadow/693 Thu May 16 20:16:12 2002
--- shadow/693.tmp.2140 Thu May 16 20:16:12 2002
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | CD device access doesn't work for IDE SCSI emulation (major 11) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 693 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020509 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-kernel |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: vberon(a)mecano.gme.usherb.ca |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ At the launch of any Windows program (or Winelib program), I get the following
+ error message:
+
+ fixme:cdrom:CDROM_GetIdeInterface major 11 not supported
+
+ My CD devices are /dev/scd0 and /dev/scd1, major 11 minor {0,1}, as I use the
+ IDE SCSI emulation layer in Linux.
+
+ The function CDROM_GetIdeInterface in dlls/ntdll/cdrom.c doesn't find the
+ correct interface (as it's not really identified as a IDE CD).
+
+ Could somebeody look into it?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=689
*** shadow/689 Thu May 16 15:09:48 2002
--- shadow/689.tmp.1570 Thu May 16 20:07:39 2002
***************
*** 17,19 ****
--- 17,23 ----
| DESCRIPTION |
Running a demo, this function is called and the programs crashes trying to
jump at 0xdeadbeef
+
+ ------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2002-05-16 20:07 -------
+ Will try to implement that function.
+ The W is a stub.
\ No newline at end of file