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