[6175] | 1 | /* $Id: changelog,v 1.1566 2001-07-05 18:08:26 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6174] | 3 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6172] | 4 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
---|
[6175] | 5 | o WinHelpA fixes (use shared memory for sending information
|
---|
| 6 | to winhlp32)
|
---|
[6174] | 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)
|
---|
[6172] | 11 |
|
---|
| 12 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6161] | 13 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
---|
| 14 | o VkKeyScanExA/W: call VkKeyScanA/W
|
---|
| 15 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
---|
[6165] | 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)
|
---|
[6167] | 21 | o Send WM_SETICON to frame window with converted win32 icon
|
---|
| 22 | (application icon now visible in task list)
|
---|
[6170] | 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 |
|
---|
[6164] | 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)
|
---|
[6161] | 38 |
|
---|
[6152] | 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.
|
---|
[6159] | 42 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
---|
| 43 | existing .depend file so that only changed files are processed.
|
---|
[6152] | 44 |
|
---|
[6144] | 45 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 46 | - KERNEL32: o Executable load fix
|
---|
[6147] | 47 | (fixes crash during RealPlayer 8 install)
|
---|
| 48 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
---|
[6150] | 49 | - USER32: o ToAscii & GetKeyboardState fixes
|
---|
[6147] | 50 | (for Putty keyboard input)
|
---|