[6454] | 1 | /* $Id: changelog,v 1.1632 2001-08-04 15:30:02 sandervl Exp $ */
|
---|
[6074] | 2 |
|
---|
[6451] | 3 | 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 4 | - CUSTOMBUILD:
|
---|
| 5 | o Add registration of gdi32 & advapi32
|
---|
[6454] | 6 | o Use toupperW in kernel32 instead of toupper (C runtime lib)
|
---|
| 7 | - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
|
---|
[6451] | 8 |
|
---|
[6441] | 9 | 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 10 | - KERNEL32: o Temporarily disabled new name lookup (resources) until
|
---|
| 11 | the real problem is located (wrc).
|
---|
| 12 | (fixes preference page in Opera)
|
---|
| 13 |
|
---|
[6434] | 14 | 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 15 | - GDI32: o Set codepage of HDC returned by CreateDCA
|
---|
| 16 | - COMDLG32: o Set codepage of HDC returned by PrintDlgA
|
---|
| 17 | (fixes codepage problems while printing in Opera)
|
---|
| 18 |
|
---|
[6433] | 19 | 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 20 | - win32k: o Merged in a patch from Rafal which as a final attempt to find
|
---|
| 21 | a symbol file will look thru the pmdfvers.lst file.
|
---|
| 22 |
|
---|
[6428] | 23 | 2001-07-31: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 24 | - USER32: o PostThreadMessage & DDE callback change for new wgss
|
---|
| 25 |
|
---|
[6425] | 26 | 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 27 | - Custombuild, Makefiles:
|
---|
| 28 | o Made the custombuild simpler by reusing the common makefiles.
|
---|
| 29 | Any initterm.obj is replaced by an empty dummy object and the
|
---|
| 30 | make is invoked with CUSTOMBUILD=1. makefile in /src have the
|
---|
| 31 | common targets all prefixed with custombuild_.
|
---|
| 32 | o Merged odin32.post.emx.mk into odin32.post.vac3.mk.
|
---|
| 33 |
|
---|
[6409] | 34 | 2001-07-30: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 35 | - WINMM: o Rewrote timeGetSystemTime & timeGetTime
|
---|
[6410] | 36 | - KERNEL32: o Fix for names of dlls in custom build
|
---|
| 37 | - USER32/GDI32/KERNEL32:
|
---|
| 38 | o Custom build changes
|
---|
[6419] | 39 | - WGSS50: o WGSS update
|
---|
[6409] | 40 |
|
---|
[6403] | 41 | 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6406] | 42 | - Makefiles:
|
---|
| 43 | o Force fastdep to scan all files if -a is specified to nmake.
|
---|
| 44 | - Win32k/test:
|
---|
| 45 | o Wrote stupid test app to profile child process execution
|
---|
| 46 | on different OSes.
|
---|
| 47 | Current results are found in source (PrfTstProcess.c).
|
---|
[6403] | 48 |
|
---|
[6400] | 49 | 2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 50 | - COMCTL32/COMDLG32/GDI32/KERNEL32/MSVFW32/USER32/SHELL32/WSOCK32/WINMM
|
---|
| 51 | RPCRT4:
|
---|
| 52 | o Updates for custom build (different resource table names)
|
---|
| 53 | - KERNEL32: o Added exports to change the root keys of the registry
|
---|
| 54 | and to change the name of dlls to be loaded next
|
---|
| 55 | - CUSTOMBUILD:
|
---|
| 56 | o Updates
|
---|
| 57 |
|
---|
[6393] | 58 | 2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6403] | 59 | - USER32: o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
|
---|
[6393] | 60 | and GWW_HWNDPARENT
|
---|
[6396] | 61 | o Ported ArrangeIconicWindows from Wine (not complete yet)
|
---|
| 62 | o Rewrote Get/SetDoubleClickTime & SwapMouseButton
|
---|
[6398] | 63 | o Don't call O32_GetLastActivePopup
|
---|
[6399] | 64 | (TODO: rewrite it)
|
---|
[6398] | 65 | - KERNEL32: o Rewrote FatalAppExitA/W, FatalExit, Beep, IsBadHugeReadPtr,
|
---|
| 66 | IsBadHugeWritePtr
|
---|
| 67 | o Removed O32_HeapCreate/Destroy calls; return rtl heap handle
|
---|
| 68 | o No longer use Open32's GetProcAddress or GetModuleFileName
|
---|
| 69 | - USER32/KERNEL32:
|
---|
[6403] | 70 | o Moved WaitForInputIdle & AttachThreadInput from user32 to
|
---|
[6398] | 71 | kernel32
|
---|
[6403] | 72 | - TOOLS\INSTALL:
|
---|
[6399] | 73 | o Create temp directory in windows dir
|
---|
[6393] | 74 |
|
---|
[6389] | 75 | 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6403] | 76 | - TOOLS\INSTALL:
|
---|
[6389] | 77 | o Added some quartz.dll keys
|
---|
| 78 | - COMCTL32: o Status window bugfix; check part number boundary
|
---|
| 79 | (fixes crash in AudioGalaxy)
|
---|
| 80 | - USER32: o IsWindowVisible fix; check WS_CHILD flag before calling GetParent
|
---|
| 81 | (fixes invisible characters while typing in edit control
|
---|
| 82 | of AudioGalaxy)
|
---|
| 83 |
|
---|
[6382] | 84 | 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6403] | 85 | - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
|
---|
[6382] | 86 | MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
|
---|
| 87 | o Added Wine license
|
---|
| 88 |
|
---|
| 89 | - AVIFIL32, SHELL32, COMCTL32, COMDLG32, MSACM32, NTDLL, OLE32, OLAUT32,
|
---|
| 90 | SHDOCVW, SETUPAPI, SHLWAPI, OLECLI32, OLEDLG, OLESVR32, RPCRT4
|
---|
| 91 | o Replaced Wine license with updated version
|
---|
| 92 | - COMCTL32: o Resync with Wine (20010720); comboex, comctl32undoc, rebar,
|
---|
| 93 | imagelist, toolbar, pager
|
---|
[6387] | 94 | - MSVFW32: o Resync with Wine (20010720); all
|
---|
| 95 | - AVIFIL32: o Resync with Wine (20010720); all
|
---|
[6385] | 96 | - GDI32: o Fixed brush leak in InternalTextOutA
|
---|
| 97 | (fixes Macromedia Flash 5 error messages)
|
---|
[6403] | 98 |
|
---|
[6370] | 99 | 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 100 | - KERNEL32: o Moved wsnprintf to user32
|
---|
| 101 | - USER32: o Removed FatalAppExitA/W (already in kernel32)
|
---|
| 102 | - SHLWAPI: o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
|
---|
| 103 | o Removed several string function that were not used or exported
|
---|
[6403] | 104 | - NTDLL: o Replaced 64 bits math assembly functions (disassembled Wine C code
|
---|
[6370] | 105 | compiled with VAC 3.6.5)
|
---|
| 106 | - ODINCRT: o Export 64 bits math rtl functions
|
---|
[6403] | 107 | o Added 64 bits math rtl functions for VAC 3.0 (assembly;
|
---|
[6370] | 108 | borrowed from VAC 3.6.5)
|
---|
[6403] | 109 | NOTE: __divi64 might cause problems (in theory) since
|
---|
[6370] | 110 | it uses the FPU and doesn't save the FPU state
|
---|
| 111 | - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
|
---|
| 112 | RPCRT4/WSOCK32/VERSION:
|
---|
| 113 | o Rewrote initterm + debug logging to allow us to build
|
---|
| 114 | a single dll containing the code of many Odin dlls
|
---|
| 115 | - CUSTOMBUILD:
|
---|
[6403] | 116 | o Example of creating a custom dll with the Odin32 environment
|
---|
[6370] | 117 | that can be used for a ported win32 app. (not done yet)
|
---|
| 118 |
|
---|
[6360] | 119 | 2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 120 | - DOC: o Added license for WGSS50
|
---|
| 121 | - TOOLS\INSTALL:
|
---|
| 122 | o Include new license in WarpIN install script + package
|
---|
| 123 | - TOOLS\DAILYBUILD:
|
---|
| 124 | o Add WGSS50.lic to daily zipfiles
|
---|
| 125 | - COMDLG32: o Use printer dialog function in WGSS50
|
---|
| 126 | - WGSS50: o Added new WGSS dll that fixes several printing problems
|
---|
| 127 | - KERNEL32: o lstrncmpiA/W bugfix; broke resource lookup in Acrobat
|
---|
| 128 | Distiller (did not exactly work the way Wine code expected it)
|
---|
| 129 |
|
---|
[6358] | 130 | 2001-07-19: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 131 | - LICENSE: o added WGSS50.LIC which contains the official license
|
---|
| 132 | of the WGSS50.DLL module that is included with all
|
---|
| 133 | Odin builds. This is a license contract between
|
---|
| 134 | InnoTek Systemberatung GmbH (http://www.innotek.de)
|
---|
| 135 | and the individual Odin user. The library is provided
|
---|
| 136 | free of charge. The main requirement is that every user
|
---|
| 137 | need to own a valid OS/2 license (this also includes
|
---|
| 138 | eComStation of course).
|
---|
| 139 | Every distribution of Odin will also contain this
|
---|
| 140 | license file and the WarpIn archives will show the
|
---|
| 141 | license during installation and require acceptance.
|
---|
| 142 | For any questions about the license, please contact
|
---|
| 143 | me via email. Note that the Odin license specifically
|
---|
| 144 | allows redistribution of Odin with custom applications
|
---|
| 145 | and as soon as the WGSS50 license is included, this also
|
---|
| 146 | applies to WGSS50.DLL.
|
---|
| 147 |
|
---|
| 148 | The reason we include WGSS50 (a subset of Open32 used
|
---|
| 149 | by IBM for Netscape Communicator 4.61 for OS/2) is that
|
---|
| 150 | it contains numerous improvements over Open32 and it
|
---|
| 151 | allows us more easily to replace Open32/WGSS50 APIs
|
---|
| 152 | by custom functions.
|
---|
| 153 |
|
---|
[6353] | 154 | 2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 155 | - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
|
---|
| 156 | of sharing the same heap as Odin.
|
---|
| 157 | (lowers the chance of fatal crashes on heap corruption;
|
---|
| 158 | hangs in exitlist)
|
---|
| 159 | o Implemented HeapValidate
|
---|
| 160 | o GlobalReAlloc bugfix; must check if pointer has a handle
|
---|
[6403] | 161 | associated with it.
|
---|
[6353] | 162 | (RealDraw install calls GlobalReAlloc with pointer returned
|
---|
| 163 | by GlobalLock(handle))
|
---|
| 164 |
|
---|
[6345] | 165 | 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 166 | - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
|
---|
[6349] | 167 | o Faster resource lookup functions (Wine)
|
---|
| 168 | - USER32: o Allocate more memory for icon bitmap before calling
|
---|
| 169 | GpiCreateBitmap. This function seems to touch more bytes
|
---|
| 170 | than necessary (??).
|
---|
[6403] | 171 | - GDI32: o AddFontResourceA: ignore if called with filename of PE
|
---|
[6351] | 172 | executable (return 1; gets rid of error message in Photoshop 6)
|
---|
[6345] | 173 |
|
---|
[6333] | 174 | 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 175 | - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
|
---|
| 176 | functions in winspool)
|
---|
| 177 | - USER32: o Translate WM_VSCROLL & WM_HSCROLL
|
---|
[6338] | 178 | o Do not use imports not available in Warp 3's PMWINX
|
---|
| 179 | (WaitForInputIdle & GetAsyncKeyState)
|
---|
[6343] | 180 | o There is no close button in Warp 3 (OS/2 look & feel)
|
---|
[6341] | 181 | - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
|
---|
[6333] | 182 |
|
---|
[6324] | 183 | 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 184 | - PELDR: o Fix for parsing cmd line consisting of directory with spaces
|
---|
[6326] | 185 | - USER32: o Get menu font from os2.ini (OS/2 look & feel)
|
---|
[6329] | 186 | o Full window drag now works for Odin windows
|
---|
[6330] | 187 | - GDI32: o Implemented StartDocW
|
---|
[6324] | 188 |
|
---|
[6314] | 189 | 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 190 | - COMDLG32: o Fix for windows 3.1 style file dialog
|
---|
[6321] | 191 | - COMCTL32: o Bad listview pointer checks cause crashes in details
|
---|
| 192 | view of file dialogs
|
---|
[6322] | 193 | (TODO: Details view is still not right)
|
---|
[6316] | 194 | - KERNEL32: o Check for NULL pointer in lstrlenA/W
|
---|
| 195 | (fixes crash during AutoCAD 14 install)
|
---|
| 196 | - USER32: o Removed very old check for negative x or y coordinates during
|
---|
[6403] | 197 | window creation.
|
---|
[6316] | 198 | (file open dialog in InstallShield doesn't show weird edit control
|
---|
| 199 | anymore and the MS Word 97 main window looks better now)
|
---|
[6403] | 200 | o RegisterClassA/W: check icon first before copying it
|
---|
[6316] | 201 | (gets rid of some annoying warnings in the logfile)
|
---|
[6321] | 202 | - GDI32: o Change BITMAPINFO height if negative
|
---|
| 203 | (fixes failing StretchDIBits calls with Matrox display driver)
|
---|
[6314] | 204 |
|
---|
[6310] | 205 | 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 206 | - KERNEL32: o Atom fixes
|
---|
[6403] | 207 | - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
|
---|
[6312] | 208 | GetActiveObject from Wine.
|
---|
[6310] | 209 |
|
---|
[6299] | 210 | 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 211 | - COMDLG32: o Don't clear filename when selecting of switching
|
---|
| 212 | directory is file open/save dialog.
|
---|
| 213 |
|
---|
[6403] | 214 | 2001-07-10: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6293] | 215 | - WIN32K: o Made DosKillProcessEx framework.
|
---|
[6298] | 216 | o Tried to fix missing unlocks of environment block.
|
---|
| 217 | - KERNEL32: o Tried to fix missing unlocks of environment block.
|
---|
[6304] | 218 | o Fixed module not found problem when a Pe2Lx is dynamically
|
---|
| 219 | loaded several times.
|
---|
[6306] | 220 | o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
|
---|
| 221 | LoadLibraryEx fail on unregistered LX dlls. This will fix
|
---|
| 222 | the most annoying int 3's when starting Opera on debug Odin.
|
---|
| 223 | (Two int 3 per netscape/2 plugin checked.)
|
---|
[6292] | 224 |
|
---|
[6266] | 225 | 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
|
---|
| 226 | - CRTDLL: o When renaming dlls we still use the original importlibrary
|
---|
| 227 | and .def-file names. ORGTARGET exist for that purpose.
|
---|
| 228 | - NTDLL: o Link with crtdll.lib.
|
---|
| 229 | - VERSION: o Link with crtdll.lib.
|
---|
| 230 | - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
|
---|
| 231 |
|
---|
[6261] | 232 | 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 233 | - KERNEL32: o Directly import registry functions from REGISTRY.DLL
|
---|
| 234 | - GDI32: o Never use object handle 0
|
---|
| 235 | (fixes bad icons in dialogs)
|
---|
[6270] | 236 | - USER32: o Same edit fix as applied yesterday, but this time for
|
---|
| 237 | single line edit control painting.
|
---|
| 238 | (Opera url editbox now displays selected text properly)
|
---|
[6261] | 239 |
|
---|
[6252] | 240 | 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 241 | - WSOCK32: o error message to human readable text translation
|
---|
| 242 | for WSASetLastError (debug version)
|
---|
| 243 | o implemented IPPROTO_IP support for setsockopt
|
---|
| 244 | (not fully done)
|
---|
| 245 | o reset semaphore in WSAEnumNetworkEvents
|
---|
[6259] | 246 | - USER32: o deleted user32\old. It is still in the CVS attic
|
---|
| 247 | so in case you need it, you can get it from CVS
|
---|
[6252] | 248 |
|
---|
[6239] | 249 | 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 250 | - USER32: o Some icon fixes
|
---|
[6244] | 251 | o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
|
---|
| 252 | jump back to last click position when moving the mouse
|
---|
| 253 | outside the scroll window during scrolling.
|
---|
| 254 | o Changed menu behaviour in OS/2 mode; no mouse tracking
|
---|
| 255 | when right or left mouse button not pressed.
|
---|
[6266] | 256 | o Clipboard (Get/SetClipboardData: must translated open32
|
---|
| 257 | to kernel32 global memory handles (due to Global memory
|
---|
[6255] | 258 | api rewrite)
|
---|
| 259 | o Key translation for arrow keys and insert/del, home/end, page up/down
|
---|
| 260 | added (WM_CHAR message translation)
|
---|
[6256] | 261 | o Edit control bugfix for drawing selected text
|
---|
[6239] | 262 | - KERNEL32: o More pointer checks added to GlobalLock/Unlock
|
---|
[6255] | 263 | o Add default rename entry for crtdll
|
---|
| 264 | o Fixed FS corruption in atom functions (wrapper for LookupAtom)
|
---|
| 265 | - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
|
---|
| 266 | apps that come with their own crtdll
|
---|
| 267 | - NTDLL: o Link with crtdll32.lib
|
---|
| 268 | - VERSION: o Link with crtdll32.lib
|
---|
| 269 | - SHLWAPI: o Link with crtdll32.lib
|
---|
| 270 | - PELDR: o Fix for file not found error
|
---|
[6239] | 271 |
|
---|
[6403] | 272 | 2001-07-08: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6235] | 273 | - KERNEL32: o Added call in initterm to tell win32k where the Odin32
|
---|
| 274 | environment block is. (Its in Open32, and I don't think
|
---|
| 275 | it is reallocated.)
|
---|
| 276 | o Added early initiation of Win32k loaded EXE. This corrected
|
---|
| 277 | problems with GetModuleHandleA returing -1 to MSVCRT.
|
---|
| 278 | - WIN32K: o Fixed environment block problem. The environment variables is
|
---|
| 279 | not updated in the original env.block. So, win32k needs to
|
---|
| 280 | be told where to find the Odin32 environment block to correctly
|
---|
| 281 | find dlls using the PATH.
|
---|
| 282 | o Corrected crosspage fixup bug.
|
---|
| 283 | o Set no internal fixups flag in LX header for most executables
|
---|
| 284 | in an attempt to convice OS/2 to load them where they wanna be
|
---|
| 285 | loaded (usually 0x00400000).
|
---|
[6236] | 286 | o Can now tell difference between the debug kernels.
|
---|
[6235] | 287 |
|
---|
[6198] | 288 | 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 289 | - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
|
---|
| 290 | o Fixed GetAtomNameW
|
---|
[6209] | 291 | - GDI32: o Don't use Open32 IsBad* memory functions directly
|
---|
| 292 | - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
|
---|
| 293 | memory handles (due to Global memory api rewrite)
|
---|
[6198] | 294 |
|
---|
[6197] | 295 | 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
|
---|
| 296 | - WS2_32: o import WSAEventSelect from WSOCK32 (although a
|
---|
| 297 | Winsock 2.0 API, it makes more sense to be implemented
|
---|
| 298 | in the Winsock 1.1 stack)
|
---|
[6202] | 299 | o import WSAEnumNetworkEvents from WSOCK32 (same reason)
|
---|
[6197] | 300 | - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
|
---|
| 301 | window handle and event semaphore notification
|
---|
| 302 | o implemented WSAEventSelect
|
---|
[6202] | 303 | o implemented WSAEnumNetworkEvents (not correct)
|
---|
[6197] | 304 |
|
---|
[6403] | 305 | 2001-07-07: knut st. osmundsen <kosmunds@csc.com>
|
---|
[6194] | 306 | - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
|
---|
| 307 | to fix SYS2048 during RealPlayer install.
|
---|
| 308 | - WIN32K: o Fixed the DBExpert bug in the longdllname code.
|
---|
[6198] | 309 | BTW. Thanks to Randell at Sundial Systems and Alex Newman
|
---|
[6194] | 310 | for reporting this and begin very helpful tracking it down.
|
---|
| 311 | o The longdllname feature now differs from the OS/2 loader on
|
---|
| 312 | one points: <br>
|
---|
| 313 | It is able to find (DosQueryModuleHandle) for dlls using
|
---|
| 314 | internal names which includes the .DLL extention. <br>
|
---|
| 315 | The longdllname feature don't currently support names with
|
---|
| 316 | extention .DLL like extentions with base name lengths from
|
---|
| 317 | 4-7 chars. I will fix this some day.<br>
|
---|
| 318 |
|
---|
[6181] | 319 | 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 320 | - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
|
---|
| 321 | o GlobalAlloc must return pointers aligned at 8 byte boundary
|
---|
| 322 | (SDK docs + verified in NT4, SP6)
|
---|
[6187] | 323 | o Better checks in GlobalFree for invalid handles/pointers
|
---|
| 324 | (InvestmentView seems to call it with a GDI handle; why??)
|
---|
[6181] | 325 | o LocalReAlloc bugfix
|
---|
| 326 | - USER32: o Must return 16 bits icon & cursor handles
|
---|
| 327 | (fixes crash in Acrobat Reader 4)
|
---|
| 328 | - GDI32: o GetDIBits must only return color information when lpvBits
|
---|
| 329 | is not NULL.
|
---|
| 330 | (fixes Opera crash (heap corruption) with new heap code)
|
---|
| 331 | - PELDR: o Report error when file not found.
|
---|
| 332 |
|
---|
[6174] | 333 | 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6172] | 334 | - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
|
---|
[6175] | 335 | o WinHelpA fixes (use shared memory for sending information
|
---|
| 336 | to winhlp32)
|
---|
[6174] | 337 | - KERNEL32: o Added GlobalFix and GlobalUnfix
|
---|
| 338 | o Local memory functions now use Global memory functions
|
---|
| 339 | o Ported Wine Global memory functions (we no longer depend
|
---|
| 340 | on Open32 for these)
|
---|
[6172] | 341 |
|
---|
| 342 | 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6161] | 343 | - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
|
---|
| 344 | o VkKeyScanExA/W: call VkKeyScanA/W
|
---|
| 345 | o MapVirtualKeyExA/W: call MapVirtualKeyA/W
|
---|
[6194] | 346 | o SetParent bugfix; even though the win32 coordinates might
|
---|
| 347 | not change, the PM coordinates can. We must make sure the
|
---|
| 348 | child stays at the same position (y) relative to the
|
---|
[6165] | 349 | (new) parent.
|
---|
| 350 | (Cool Edit Pro LE play buttons now at the right position)
|
---|
[6167] | 351 | o Send WM_SETICON to frame window with converted win32 icon
|
---|
| 352 | (application icon now visible in task list)
|
---|
[6170] | 353 | o Quick fix for window creation:
|
---|
| 354 | Before a window has processed WM_NCCREATE:
|
---|
| 355 | - GetTopWindow can't return that window handle
|
---|
| 356 | - GetWindow(parent, GW_CHILD) can't return that window handle
|
---|
| 357 | - IsChild works
|
---|
| 358 | TODO: Does this affect more functions?? (other GetWindow ops)
|
---|
| 359 | (verified in NT4, SP6)
|
---|
| 360 | TODO: Must add window to parent's child list after WM_NCCREATE
|
---|
| 361 | and rewrite GetWindow & GetTopWindow
|
---|
| 362 | (fix for crash in MP3 Explorer)
|
---|
| 363 |
|
---|
[6164] | 364 | - GDI32: o Workaround for applications that depend on 16 bits
|
---|
| 365 | GDI object handles.
|
---|
| 366 | (TODO: must create our own 16 bits handles)
|
---|
| 367 | (fixes crash in Cool Edit Pro LE)
|
---|
[6161] | 368 |
|
---|
[6152] | 369 | 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
|
---|
| 370 | - KERNEL32: o Improoved the Unhandled exception message by
|
---|
| 371 | trying to provide modulename and some kind of obj/offset.
|
---|
[6159] | 372 | - FastDep: o (synced with OS2Tools) Make better use of data in evt.
|
---|
| 373 | existing .depend file so that only changed files are processed.
|
---|
[6152] | 374 |
|
---|
[6144] | 375 | 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 376 | - KERNEL32: o Executable load fix
|
---|
[6147] | 377 | (fixes crash during RealPlayer 8 install)
|
---|
| 378 | o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
|
---|
[6150] | 379 | - USER32: o ToAscii & GetKeyboardState fixes
|
---|
[6147] | 380 | (for Putty keyboard input)
|
---|