mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
Updated bug list by my knowledge of them.
This commit is contained in:
parent
25ec82c133
commit
5cc04eb4b3
1 changed files with 10 additions and 4 deletions
14
BUGS
14
BUGS
|
@ -23,10 +23,12 @@ General:
|
||||||
|
|
||||||
* Very alpha internal PostScript driver. [h.davies1@physics.ox.ac.uk]
|
* Very alpha internal PostScript driver. [h.davies1@physics.ox.ac.uk]
|
||||||
|
|
||||||
* Extremely alpha Win95 interface code.
|
* Extremely alpha Win95 interface code (some apps, like Opera, choke on it).
|
||||||
|
|
||||||
* No OLE2 and OLE32 support (including OLE2 interfaces etc.).
|
* No OLE2 and OLE32 support (including OLE2 interfaces etc.).
|
||||||
(started work on pidl-handling, IShellFolders IEnumIdLists
|
(started work on pidl-handling, IShellFolders IEnumIdLists
|
||||||
and SH* functions juergen.schmied@metronet.de)
|
and SH* functions juergen.schmied@metronet.de)
|
||||||
|
(Corel is working on it)
|
||||||
|
|
||||||
* No MS Video support. [just started, marcus@jet.franken.de]
|
* No MS Video support. [just started, marcus@jet.franken.de]
|
||||||
|
|
||||||
|
@ -44,9 +46,9 @@ General:
|
||||||
|
|
||||||
Miscellaneous:
|
Miscellaneous:
|
||||||
|
|
||||||
* 16-bit Eudora 1.5.2 goes into recursion trying to display
|
* Windows95 telnet.exe and NT 3.51 telnet.exe, and Borland Delphi
|
||||||
a horizontal scrollbar (SetScrollPos() artifact).
|
is known to go into recursion with infinite resizing, possibly
|
||||||
Windows95 telnet.exe and NT 3.51 telnet.exe exhibit the same behaviour.
|
due to scroll bars.
|
||||||
|
|
||||||
* mIRC 'commands' menu stays on top and will not refresh.
|
* mIRC 'commands' menu stays on top and will not refresh.
|
||||||
|
|
||||||
|
@ -55,6 +57,8 @@ Miscellaneous:
|
||||||
* Tab switching in mIRC 'Setup' dialog stops erasing background
|
* Tab switching in mIRC 'Setup' dialog stops erasing background
|
||||||
after a random number of repetitions.
|
after a random number of repetitions.
|
||||||
|
|
||||||
|
* GDI memory leaks apparent in Free Agent 16-bit.
|
||||||
|
|
||||||
* nBytesWidth in CURSORICONINFO is bogus for some bpp
|
* nBytesWidth in CURSORICONINFO is bogus for some bpp
|
||||||
(doesn't reflect the fact that bits are packed and 16-bit aligned).
|
(doesn't reflect the fact that bits are packed and 16-bit aligned).
|
||||||
|
|
||||||
|
@ -72,6 +76,8 @@ Miscellaneous:
|
||||||
|
|
||||||
* SGI window manager treats Wine windows as topmost.
|
* SGI window manager treats Wine windows as topmost.
|
||||||
|
|
||||||
|
* KDE window manager puts popup windows like menus below the main window.
|
||||||
|
|
||||||
* Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
|
* Write shows blank space instead of Paintbrush OLE1 object ( GetDIBits()? ).
|
||||||
|
|
||||||
* AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
|
* AllocCSToDSAlias() shouldn't alloc alias for the same segment multiple
|
||||||
|
|
Loading…
Reference in a new issue