Wine: Miscellaneous
Wine: Miscellaneous
Snapshots
Patches
- My latest full patch against wine971130-clean (v2)
- Fix an earlier typo in edit.c.
- Broadcast SendMessage32 fixes.
- Various fixes to help some Win32 applications get further along.
- If readdir ioctl on vfat filesystem fails, try normal readdir().
- Implementation of WritePrivateProfileSection32A by Uwe Bonnes.
- Partial implementation of ExtCreatePen(). Better handling of
line endcap and join styles.
- Add some stubs to allow Word 97 to get further along.
- Change VirtualAlloc to only allow mmaps at a specific address if
an address is specified.
- Fix dib handling for -lines value in some cases.
- Fixed environment variable expansion.
- Corrected implementations of WideCharToMultiByte and
MultiByteToWideChar. Not yet full implementations, but what is
there is more correct than previously.
- My latest full patch against wine971116-clean (v10)
- Function forwarding: This should allow MSVCRT40.DLL to work properly.
- Edit control: Better margin handling, better
positioning of text after selecting a new text item from a
combobox, scrolling the edit control contents if you hold
mouse button 1 down and move outside the edit control.
- Broadcast SendMessage32 fixes.
- Focus fixes. Windows allows focus to be set in an unmapped control.
This sets the X focus when the control is mapped.
- Various fixes to help some Win32 applications get further along.
- Add minimal OpenProcess() implementation to make Tk 8.0 load.
- Partial implementation of ExtCreatePen(). Better handling of
line endcap and join styles.
- Allows 32 bit InstallShield installer in GC Prevue to work again.
- Fix for SetParent32 to allow reparenting of toplevel windows.
This make Tk 8.0 quite useable. Menus are still broken, but
most things are good.
- Added support for negative heights and 16 and 32 bit depths in
SetDIBits. Now, Tk's images can be shown.
- Fixed environment variable expansion.
- Use SizeOfHeapReserve and SizeOfHeapCommit when creating a process.
This is required by NT Emacs-19.34 (which still crashes).
- Change VirtualAlloc to only allow mmaps at a specific address if
an address is specified.
- Properly handle DLL loading again (broken by previous change).
Back to Gordon's Home Page.