| 1 | /* $Id: changelog,v 1.1566 2001-07-05 18:08:26 sandervl Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
|---|
| 5 | o WinHelpA fixes (use shared memory for sending information
|
|---|
| 6 | to winhlp32)
|
|---|
| 7 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
|---|
| 8 | o Local memory functions now use Global memory functions
|
|---|
| 9 | o Ported Wine Global memory functions (we no longer depend
|
|---|
| 10 | on Open32 for these)
|
|---|
| 11 |
|
|---|
| 12 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 13 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
|---|
| 14 | o VkKeyScanExA/W: call VkKeyScanA/W
|
|---|
| 15 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
|---|
| 16 | o SetParent bugfix; even though the win32 coordinates might
|
|---|
| 17 | not change, the PM coordinates can. We must make sure the
|
|---|
| 18 | child stays at the same position (y) relative to the
|
|---|
| 19 | (new) parent.
|
|---|
| 20 | (Cool Edit Pro LE play buttons now at the right position)
|
|---|
| 21 | o Send WM_SETICON to frame window with converted win32 icon
|
|---|
| 22 | (application icon now visible in task list)
|
|---|
| 23 | o Quick fix for window creation:
|
|---|
| 24 | Before a window has processed WM_NCCREATE:
|
|---|
| 25 | - GetTopWindow can't return that window handle
|
|---|
| 26 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
|---|
| 27 | - IsChild works
|
|---|
| 28 | TODO: Does this affect more functions?? (other GetWindow ops)
|
|---|
| 29 | (verified in NT4, SP6)
|
|---|
| 30 | TODO: Must add window to parent's child list after WM_NCCREATE
|
|---|
| 31 | and rewrite GetWindow & GetTopWindow
|
|---|
| 32 | (fix for crash in MP3 Explorer)
|
|---|
| 33 |
|
|---|
| 34 | - GDI32: o Workaround for applications that depend on 16 bits
|
|---|
| 35 | GDI object handles.
|
|---|
| 36 | (TODO: must create our own 16 bits handles)
|
|---|
| 37 | (fixes crash in Cool Edit Pro LE)
|
|---|
| 38 |
|
|---|
| 39 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
|---|
| 40 | - KERNEL32: o Improoved the Unhandled exception message by
|
|---|
| 41 | trying to provide modulename and some kind of obj/offset.
|
|---|
| 42 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
|---|
| 43 | existing .depend file so that only changed files are processed.
|
|---|
| 44 |
|
|---|
| 45 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 46 | - KERNEL32: o Executable load fix
|
|---|
| 47 | (fixes crash during RealPlayer 8 install)
|
|---|
| 48 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
|---|
| 49 | - USER32: o ToAscii & GetKeyboardState fixes
|
|---|
| 50 | (for Putty keyboard input)
|
|---|