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