source: trunk/doc/ChangeLog-2001@ 6823

Last change on this file since 6823 was 6687, checked in by sandervl, 24 years ago

* empty log message *

File size: 116.8 KB
Line 
1 /* $Id: ChangeLog-2001,v 1.8 2001-09-09 13:34:29 sandervl Exp $ */
2
3 2001-08-31: Patrick Haller <patrick.haller@innotek.de>
4 - KERNEL32: o Fix in MoveFileExW, MoveFileExA prevents stack corruption
5 in MS ACMSETUP
6 - USER32: o Fix in UnregisterClass for never reaching the destructor
7 of Win32class. ACMSETUP now working.
8 o graceful error handling if PostMessage fails due to
9 shared heap shortage
10
11 2001-08-30: Patrick Haller <patrick.haller@innotek.de>
12 - SHLWAPI: o Improvements on ordinal functions
13
14 2001-08-29: Patrick Haller <patrick.haller@innotek.de>
15 - USER32: o BUTTON.CPP: don't draw invisible buttons
16 (fixes MS ACMSETUP w/ OWNERDRAW pushbuttons)
17
18 2001-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
19 - GDI32: o CreateDIBitmap: reverse bitmap for negative height
20 (fixes buttons in Abiword)
21
22 2001-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
23 - USER32: o FillRect fix: brush 0 means current selected brush
24 (verified in NT4)
25 (fixes background in registration dialog of CVP)
26
27 2001-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
28 - USER32: o Convert icon & cursor to OS/2 format in CreateIconIndirect,
29 CreateCursor & CreateIcon
30 o Convert RGB 555 to 565 for 16 bits icons and cursors
31 (win to os/2 icon/cursor conversion)
32 - SHELL32: o SHBrowseForFolderA fix: don't send dummy BFFM_SELCHANGED
33 during WM_INITDIALOG
34 (breaks folder dialog in CVP)
35
36 2001-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
37 - KERNEL32: o Set last error to ERROR_ALREADY_EXISTS when CreateMutex,
38 CreateEvent or CreateSemaphore is called with existing
39 semaphore name.
40 - CUSTOMBUILD:
41 o Added riched32
42 - RICHED32: o Changes for custom build
43
44 2000-08-25: Yuri Dario <mc6530@mclink.it>
45 - USER32: o Button: don't send BN_PAINT/HILITE/UNHILITE/DISABLE
46 (not done in Wine either)
47
48 2001-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
49 - OLEAUT32: o Wine updates
50 - QUARTZ: o Wine updates
51
52 2001-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
53 - QUARTZ: o Added stub dll from Wine
54
55 2001-08-19: knut st. osmundsen <kosmunds@csc.com>
56 - Win32k.lib:
57 o OPEN_FLAGS_NOINHERIT when opening win32k. This is hopefully
58 a temporary fix on the missing env. mem. lock cleaning for
59 parent/child.
60
61 2001-08-16: Patrick Haller <patrick.haller@innotek.de>
62 - GDI32: o Optimization for dibsect::findSection()
63 (helps DeleteObject)
64
65 2001-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
66 - INSTALL: o Add date when odininst was last run to odin.ini
67 [ODINSYSTEM]
68 INSTALLDATE=Thu Aug 16 23:28:01 2001
69
70 2001-08-16: knut st. osmundsen <kosmunds@csc.com>
71 - Tools\CmdQd:
72 o Added command queue daemon which is used in the multiple job
73 build feature.
74 - Makefiles:
75 o Implemented multiple job build feature. This works like
76 GNU Make --jobs[=N].
77 <ul>
78 <li> Start the daemon tools\bin\cmdqd init <N> where N is the
79 then number of workers. Need tools have to be made first.
80 <li> Define the env.var. MULTIJOBS to enable this feature.
81 <li> Do make as usual.
82 <li> tools\bin\cmdqd kill to kill the daemon.
83 </ul>
84 o This feature will speedup make of single modules alot on SMP
85 machines.
86
87 2000-08-14: Carsten Tenbrink <Carsten@C-Tenbrink.DE>
88 - CAPI2032: o Fix for applications that register with CAPI twice
89
90 2001-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
91 - INSTALL: o Add COM registry keys for OLE32 & OLEAUT32
92 o Add OdinBug report generator made by Herwig Bauernfeind
93 - USER32: o Work dir change for object creation
94
95 2001-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
96 - USER32: o Rewrote PostThreadMessage
97 (fixes RealPlayer 8 install)
98 o Use WinQueueFromID to query message queue handle of first thread
99 o Convert 32x32 icon to 40x40 by centering it instead of scaling
100 - KERNEL32: o Use WinQueueFromID to query message queue handle of new thread
101 - SHELL32: o Fill in complete resource dir for icon conversion
102 - OLEAUT32: o Updated olepicture + typelib with latest Wine code
103
104 2001-08-08: knut st. osmundsen <kosmunds@csc.com>
105 - Win32k: o Ignore ERROR_DRIVE_LOCKED (chkdsk/format) error in
106 Pe2Lx::openPath2.
107
108 2001-08-08: Sander van Leeuwen <sandervl@xs4all.nl>
109 - SHELL32: o Fix for shell link with single icon instead of icon group
110 o Shell icon save fix (again fopen without binary mode)
111 - USER32: o Icon conversion moved here + fixed
112 - KERNEL32: o Removed icon conversion
113 - INSTALL: o Add program object for Registry Editor to Odin folder
114
115 2001-08-07: Sander van Leeuwen <sandervl@xs4all.nl>
116 - INSTALL: o Create Odin folder with program objects for readme, changelog
117 and license files.
118 - USER32: o Added function to create program objects + folders
119 - SHELL32: o Create program objects during installation of windows
120 applications
121 (Desktop objects created on the OS/2 desktop; program objects
122 created in app folder inside Odin folder)
123 - KERNEL32: o Put back source files to convert icons and icon groups
124 (not working right yet)
125
126 2001-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
127 - KERNEL32: o Check for ERROR_ACCESS_DENIED in CreateProcess
128 (fixes Notes + installers)
129 o Memory map fixes (GetCurrentProcess returns handles
130 that are not unique)
131 o Init fix for logfile names of multiple processes
132 o Support different ordinal base for custom build
133 - CUSTOMBUILD:
134 o Add SHLWAPI exports + changes for ordinal exports
135
136 2001-08-06: Dietrich Teickner <Dietrich_Teickner@t-online.de>
137 - COMCTL32: o Datetime fixes
138
139 2001-08-04: knut st. osmundsen <kosmunds@csc.com>
140 - Makefiles:
141 o Depend on libraries. (Thanks goes to Yuri for this!)
142
143 2001-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
144 - CUSTOMBUILD:
145 o Add registration of gdi32 & advapi32
146 o Use toupperW in kernel32 instead of toupper (C runtime lib)
147 o Removed NTDLL dependency
148 - CRTDLL: o Use toupperW in kernel32 instead of toupper (C runtime lib)
149 - TESTDRV: o Added sample of device specific driver dll
150
151 2001-08-03: Sander van Leeuwen <sandervl@xs4all.nl>
152 - KERNEL32: o Temporarily disabled new name lookup (resources) until
153 the real problem is located (wrc).
154 (fixes preference page in Opera)
155
156 2001-08-02: Sander van Leeuwen <sandervl@xs4all.nl>
157 - GDI32: o Set codepage of HDC returned by CreateDCA
158 - COMDLG32: o Set codepage of HDC returned by PrintDlgA
159 (fixes codepage problems while printing in Opera)
160
161 2001-07-31: knut st. osmundsen <kosmunds@csc.com>
162 - win32k: o Merged in a patch from Rafal which as a final attempt to find
163 a symbol file will look thru the pmdfvers.lst file.
164
165 2001-07-31: Sander van Leeuwen <sandervl@xs4all.nl>
166 - USER32: o PostThreadMessage & DDE callback change for new wgss
167
168 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
169 - Custombuild, Makefiles:
170 o Made the custombuild simpler by reusing the common makefiles.
171 Any initterm.obj is replaced by an empty dummy object and the
172 make is invoked with CUSTOMBUILD=1. makefile in /src have the
173 common targets all prefixed with custombuild_.
174 o Merged odin32.post.emx.mk into odin32.post.vac3.mk.
175
176 2001-07-30: Sander van Leeuwen <sandervl@xs4all.nl>
177 - WINMM: o Rewrote timeGetSystemTime & timeGetTime
178 - KERNEL32: o Fix for names of dlls in custom build
179 - USER32/GDI32/KERNEL32:
180 o Custom build changes
181 - WGSS50: o WGSS update
182
183 2001-07-29: knut st. osmundsen <kosmunds@csc.com>
184 - Makefiles:
185 o Force fastdep to scan all files if -a is specified to nmake.
186 - Win32k/test:
187 o Wrote stupid test app to profile child process execution
188 on different OSes.
189 Current results are found in source (PrfTstProcess.c).
190
191 2001-07-29: Sander van Leeuwen <sandervl@xs4all.nl>
192 - COMCTL32/COMDLG32/GDI32/KERNEL32/MSVFW32/USER32/SHELL32/WSOCK32/WINMM
193 RPCRT4:
194 o Updates for custom build (different resource table names)
195 - KERNEL32: o Added exports to change the root keys of the registry
196 and to change the name of dlls to be loaded next
197 - CUSTOMBUILD:
198 o Updates
199
200 2001-07-28: Sander van Leeuwen <sandervl@xs4all.nl>
201 - USER32: o Set/GetWindowWord changes (must handle GWW_ID, GWW_HINSTANCE
202 and GWW_HWNDPARENT
203 o Ported ArrangeIconicWindows from Wine (not complete yet)
204 o Rewrote Get/SetDoubleClickTime & SwapMouseButton
205 o Don't call O32_GetLastActivePopup
206 (TODO: rewrite it)
207 - KERNEL32: o Rewrote FatalAppExitA/W, FatalExit, Beep, IsBadHugeReadPtr,
208 IsBadHugeWritePtr
209 o Removed O32_HeapCreate/Destroy calls; return rtl heap handle
210 o No longer use Open32's GetProcAddress or GetModuleFileName
211 - USER32/KERNEL32:
212 o Moved WaitForInputIdle & AttachThreadInput from user32 to
213 kernel32
214 - TOOLS\INSTALL:
215 o Create temp directory in windows dir
216
217 2001-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
218 - TOOLS\INSTALL:
219 o Added some quartz.dll keys
220 - COMCTL32: o Status window bugfix; check part number boundary
221 (fixes crash in AudioGalaxy)
222 - USER32: o IsWindowVisible fix; check WS_CHILD flag before calling GetParent
223 (fixes invisible characters while typing in edit control
224 of AudioGalaxy)
225
226 2001-07-21: Sander van Leeuwen <sandervl@xs4all.nl>
227 - DINPUT, DPLAYX, ICMP, IMAGEHLP, IMM32, LZ32,
228 MSVFW32, OLEPRO32, RICHED32, URLMON, VERSION, WININET
229 o Added Wine license
230
231 - AVIFIL32, SHELL32, COMCTL32, COMDLG32, MSACM32, NTDLL, OLE32, OLAUT32,
232 SHDOCVW, SETUPAPI, SHLWAPI, OLECLI32, OLEDLG, OLESVR32, RPCRT4
233 o Replaced Wine license with updated version
234 - COMCTL32: o Resync with Wine (20010720); comboex, comctl32undoc, rebar,
235 imagelist, toolbar, pager
236 - MSVFW32: o Resync with Wine (20010720); all
237 - AVIFIL32: o Resync with Wine (20010720); all
238 - GDI32: o Fixed brush leak in InternalTextOutA
239 (fixes Macromedia Flash 5 error messages)
240
241 2001-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
242 - KERNEL32: o Moved wsnprintf to user32
243 - USER32: o Removed FatalAppExitA/W (already in kernel32)
244 - SHLWAPI: o Removed WINE_StringFromCLSID & StringFromGUID2 (not used)
245 o Removed several string function that were not used or exported
246 - NTDLL: o Replaced 64 bits math assembly functions (disassembled Wine C code
247 compiled with VAC 3.6.5)
248 - ODINCRT: o Export 64 bits math rtl functions
249 o Added 64 bits math rtl functions for VAC 3.0 (assembly;
250 borrowed from VAC 3.6.5)
251 NOTE: __divi64 might cause problems (in theory) since
252 it uses the FPU and doesn't save the FPU state
253 - OLE32/WINMM/KERNEL32/USER32/GDI32/COMCTL32/COMDLG32/SHLWAPI/SHELL32/
254 RPCRT4/WSOCK32/VERSION:
255 o Rewrote initterm + debug logging to allow us to build
256 a single dll containing the code of many Odin dlls
257 - CUSTOMBUILD:
258 o Example of creating a custom dll with the Odin32 environment
259 that can be used for a ported win32 app. (not done yet)
260
261 2001-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
262 - DOC: o Added license for WGSS50
263 - TOOLS\INSTALL:
264 o Include new license in WarpIN install script + package
265 - TOOLS\DAILYBUILD:
266 o Add WGSS50.lic to daily zipfiles
267 - COMDLG32: o Use printer dialog function in WGSS50
268 - WGSS50: o Added new WGSS dll that fixes several printing problems
269 - KERNEL32: o lstrncmpiA/W bugfix; broke resource lookup in Acrobat
270 Distiller (did not exactly work the way Wine code expected it)
271
272 2001-07-19: Achim Hasenmueller <achimha@innotek.de>
273 - LICENSE: o added WGSS50.LIC which contains the official license
274 of the WGSS50.DLL module that is included with all
275 Odin builds. This is a license contract between
276 InnoTek Systemberatung GmbH (http://www.innotek.de)
277 and the individual Odin user. The library is provided
278 free of charge. The main requirement is that every user
279 need to own a valid OS/2 license (this also includes
280 eComStation of course).
281 Every distribution of Odin will also contain this
282 license file and the WarpIn archives will show the
283 license during installation and require acceptance.
284 For any questions about the license, please contact
285 me via email. Note that the Odin license specifically
286 allows redistribution of Odin with custom applications
287 and as soon as the WGSS50 license is included, this also
288 applies to WGSS50.DLL.
289
290 The reason we include WGSS50 (a subset of Open32 used
291 by IBM for Netscape Communicator 4.61 for OS/2) is that
292 it contains numerous improvements over Open32 and it
293 allows us more easily to replace Open32/WGSS50 APIs
294 by custom functions.
295
296 2001-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
297 - KERNEL32: o HeapCreate now creates a separate heap (_ucreate) instead
298 of sharing the same heap as Odin.
299 (lowers the chance of fatal crashes on heap corruption;
300 hangs in exitlist)
301 o Implemented HeapValidate
302 o GlobalReAlloc bugfix; must check if pointer has a handle
303 associated with it.
304 (RealDraw install calls GlobalReAlloc with pointer returned
305 by GlobalLock(handle))
306
307 2001-07-16: Sander van Leeuwen <sandervl@xs4all.nl>
308 - KERNEL32: o RegEnumKeyExW fix (lpszClass can be NULL)
309 o Faster resource lookup functions (Wine)
310 - USER32: o Allocate more memory for icon bitmap before calling
311 GpiCreateBitmap. This function seems to touch more bytes
312 than necessary (??).
313 - GDI32: o AddFontResourceA: ignore if called with filename of PE
314 executable (return 1; gets rid of error message in Photoshop 6)
315
316 2001-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
317 - COMDLG32: o Ported Wine printer dialog code (inactive due to missing
318 functions in winspool)
319 - USER32: o Translate WM_VSCROLL & WM_HSCROLL
320 o Do not use imports not available in Warp 3's PMWINX
321 (WaitForInputIdle & GetAsyncKeyState)
322 o There is no close button in Warp 3 (OS/2 look & feel)
323 - KERNEL32: o Do not call WaitForInputIdle in WinExec on Warp 3 systems.
324
325 2001-07-14: Sander van Leeuwen <sandervl@xs4all.nl>
326 - PELDR: o Fix for parsing cmd line consisting of directory with spaces
327 - USER32: o Get menu font from os2.ini (OS/2 look & feel)
328 o Full window drag now works for Odin windows
329 - GDI32: o Implemented StartDocW
330
331 2001-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
332 - COMDLG32: o Fix for windows 3.1 style file dialog
333 - COMCTL32: o Bad listview pointer checks cause crashes in details
334 view of file dialogs
335 (TODO: Details view is still not right)
336 - KERNEL32: o Check for NULL pointer in lstrlenA/W
337 (fixes crash during AutoCAD 14 install)
338 - USER32: o Removed very old check for negative x or y coordinates during
339 window creation.
340 (file open dialog in InstallShield doesn't show weird edit control
341 anymore and the MS Word 97 main window looks better now)
342 o RegisterClassA/W: check icon first before copying it
343 (gets rid of some annoying warnings in the logfile)
344 - GDI32: o Change BITMAPINFO height if negative
345 (fixes failing StretchDIBits calls with Matrox display driver)
346
347 2001-07-12: Sander van Leeuwen <sandervl@xs4all.nl>
348 - KERNEL32: o Atom fixes
349 - OLEAUT32: o Added RegisterActiveObject, RevokeActiveObject &
350 GetActiveObject from Wine.
351
352 2001-07-10: Sander van Leeuwen <sandervl@xs4all.nl>
353 - COMDLG32: o Don't clear filename when selecting of switching
354 directory is file open/save dialog.
355
356 2001-07-10: knut st. osmundsen <kosmunds@csc.com>
357 - WIN32K: o Made DosKillProcessEx framework.
358 o Tried to fix missing unlocks of environment block.
359 - KERNEL32: o Tried to fix missing unlocks of environment block.
360 o Fixed module not found problem when a Pe2Lx is dynamically
361 loaded several times.
362 o Defined env.var. ODIN32.FAIL_IF_UNREGISTEREDLX to make
363 LoadLibraryEx fail on unregistered LX dlls. This will fix
364 the most annoying int 3's when starting Opera on debug Odin.
365 (Two int 3 per netscape/2 plugin checked.)
366
367 2001-07-09: knut st. osmundsen <kosmunds@csc.com>:
368 - CRTDLL: o When renaming dlls we still use the original importlibrary
369 and .def-file names. ORGTARGET exist for that purpose.
370 - NTDLL: o Link with crtdll.lib.
371 - VERSION: o Link with crtdll.lib.
372 - WIN32K: o Updated LieList with CrtDll -> CrtDll32 renaming.
373
374 2001-07-09: Sander van Leeuwen <sandervl@xs4all.nl>
375 - KERNEL32: o Directly import registry functions from REGISTRY.DLL
376 - GDI32: o Never use object handle 0
377 (fixes bad icons in dialogs)
378 - USER32: o Same edit fix as applied yesterday, but this time for
379 single line edit control painting.
380 (Opera url editbox now displays selected text properly)
381
382 2001-07-08: Achim Hasenmueller <achimha@innotek.de>
383 - WSOCK32: o error message to human readable text translation
384 for WSASetLastError (debug version)
385 o implemented IPPROTO_IP support for setsockopt
386 (not fully done)
387 o reset semaphore in WSAEnumNetworkEvents
388 - USER32: o deleted user32\old. It is still in the CVS attic
389 so in case you need it, you can get it from CVS
390
391 2001-07-08: Sander van Leeuwen <sandervl@xs4all.nl>
392 - USER32: o Some icon fixes
393 o Changed scrollbar behaviour in OS/2 mode; scrollbar doesn't
394 jump back to last click position when moving the mouse
395 outside the scroll window during scrolling.
396 o Changed menu behaviour in OS/2 mode; no mouse tracking
397 when right or left mouse button not pressed.
398 o Clipboard (Get/SetClipboardData: must translated open32
399 to kernel32 global memory handles (due to Global memory
400 api rewrite)
401 o Key translation for arrow keys and insert/del, home/end, page up/down
402 added (WM_CHAR message translation)
403 o Edit control bugfix for drawing selected text
404 - KERNEL32: o More pointer checks added to GlobalLock/Unlock
405 o Add default rename entry for crtdll
406 o Fixed FS corruption in atom functions (wrapper for LookupAtom)
407 - CRTDLL: o Renamed to crtdll32 to avoid problems with some Lotus
408 apps that come with their own crtdll
409 - NTDLL: o Link with crtdll32.lib
410 - VERSION: o Link with crtdll32.lib
411 - SHLWAPI: o Link with crtdll32.lib
412 - PELDR: o Fix for file not found error
413
414 2001-07-08: knut st. osmundsen <kosmunds@csc.com>
415 - KERNEL32: o Added call in initterm to tell win32k where the Odin32
416 environment block is. (Its in Open32, and I don't think
417 it is reallocated.)
418 o Added early initiation of Win32k loaded EXE. This corrected
419 problems with GetModuleHandleA returing -1 to MSVCRT.
420 - WIN32K: o Fixed environment block problem. The environment variables is
421 not updated in the original env.block. So, win32k needs to
422 be told where to find the Odin32 environment block to correctly
423 find dlls using the PATH.
424 o Corrected crosspage fixup bug.
425 o Set no internal fixups flag in LX header for most executables
426 in an attempt to convice OS/2 to load them where they wanna be
427 loaded (usually 0x00400000).
428 o Can now tell difference between the debug kernels.
429
430 2001-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
431 - KERNEL32: o Rewrote atom functions (no longer relies on Open32)
432 o Fixed GetAtomNameW
433 - GDI32: o Don't use Open32 IsBad* memory functions directly
434 - COMDLG32: o PrintDlg fix: must translated open32 to kernel32 global
435 memory handles (due to Global memory api rewrite)
436
437 2001-07-07: Achim Hasenmueller <achimha@innotek.de>
438 - WS2_32: o import WSAEventSelect from WSOCK32 (although a
439 Winsock 2.0 API, it makes more sense to be implemented
440 in the Winsock 1.1 stack)
441 o import WSAEnumNetworkEvents from WSOCK32 (same reason)
442 - WSOCK32: o enhanced WSAAsyncSelect processing to allow both
443 window handle and event semaphore notification
444 o implemented WSAEventSelect
445 o implemented WSAEnumNetworkEvents (not correct)
446
447 2001-07-07: knut st. osmundsen <kosmunds@csc.com>
448 - URLMON: o Stubbed HlinkSimpleNavigateToString and RegisterBindStatusCallback
449 to fix SYS2048 during RealPlayer install.
450 - WIN32K: o Fixed the DBExpert bug in the longdllname code.
451 BTW. Thanks to Randell at Sundial Systems and Alex Newman
452 for reporting this and begin very helpful tracking it down.
453 o The longdllname feature now differs from the OS/2 loader on
454 one points: <br>
455 It is able to find (DosQueryModuleHandle) for dlls using
456 internal names which includes the .DLL extention. <br>
457 The longdllname feature don't currently support names with
458 extention .DLL like extentions with base name lengths from
459 4-7 chars. I will fix this some day.<br>
460
461 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl>
462 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary
463 o GlobalAlloc must return pointers aligned at 8 byte boundary
464 (SDK docs + verified in NT4, SP6)
465 o Better checks in GlobalFree for invalid handles/pointers
466 (InvestmentView seems to call it with a GDI handle; why??)
467 o LocalReAlloc bugfix
468 - USER32: o Must return 16 bits icon & cursor handles
469 (fixes crash in Acrobat Reader 4)
470 - GDI32: o GetDIBits must only return color information when lpvBits
471 is not NULL.
472 (fixes Opera crash (heap corruption) with new heap code)
473 - PELDR: o Report error when file not found.
474
475 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
476 - USER32: o WM_WINDOWPOSCHANGED dispatch bugfix (introduced yesterday)
477 o WinHelpA fixes (use shared memory for sending information
478 to winhlp32)
479 - KERNEL32: o Added GlobalFix and GlobalUnfix
480 o Local memory functions now use Global memory functions
481 o Ported Wine Global memory functions (we no longer depend
482 on Open32 for these)
483
484 2001-07-04: Sander van Leeuwen <sandervl@xs4all.nl>
485 - USER32: o Partial implementation of ToAsciiEx (just calls ToAscii)
486 o VkKeyScanExA/W: call VkKeyScanA/W
487 o MapVirtualKeyExA/W: call MapVirtualKeyA/W
488 o SetParent bugfix; even though the win32 coordinates might
489 not change, the PM coordinates can. We must make sure the
490 child stays at the same position (y) relative to the
491 (new) parent.
492 (Cool Edit Pro LE play buttons now at the right position)
493 o Send WM_SETICON to frame window with converted win32 icon
494 (application icon now visible in task list)
495 o Quick fix for window creation:
496 Before a window has processed WM_NCCREATE:
497 - GetTopWindow can't return that window handle
498 - GetWindow(parent, GW_CHILD) can't return that window handle
499 - IsChild works
500 TODO: Does this affect more functions?? (other GetWindow ops)
501 (verified in NT4, SP6)
502 TODO: Must add window to parent's child list after WM_NCCREATE
503 and rewrite GetWindow & GetTopWindow
504 (fix for crash in MP3 Explorer)
505
506 - GDI32: o Workaround for applications that depend on 16 bits
507 GDI object handles.
508 (TODO: must create our own 16 bits handles)
509 (fixes crash in Cool Edit Pro LE)
510
511 2001-07-03: knut st. osmundsen <kosmunds@csc.com>
512 - KERNEL32: o Improoved the Unhandled exception message by
513 trying to provide modulename and some kind of obj/offset.
514 - FastDep: o (synced with OS2Tools) Make better use of data in evt.
515 existing .depend file so that only changed files are processed.
516
517 2001-07-03: Sander van Leeuwen <sandervl@xs4all.nl>
518 - KERNEL32: o Executable load fix
519 (fixes crash during RealPlayer 8 install)
520 o Allow loading of OS/2 dlls for Odin32 apps (like Opera)
521 - USER32: o ToAscii & GetKeyboardState fixes
522 (for Putty keyboard input)
523
524 2001-06-27: knut st. osmundsen <kosmunds@csc.com>
525 - fastdep: o Fixed a coupla bugs; RC files parsing and .
526 o Support for filenames with spaces.
527
528 2001-06-27: Sander van Leeuwen <sandervl@xs4all.nl>
529 - KERNEL32: o CreateProcess fixes for finding executables
530 o Don't load debug information
531 o Minor fix for PROCESSOR_IDENTIFIER environment variable
532 (model & stepping were reversed)
533 o Make sure stack is not aligned at 8 byte boundary before
534 calling executable entrypoint. Some applications rely on
535 this NT 'feature' and will suffer a performance penalty
536 otherwise.
537 (e.g. a certain Fortran compiler has startup code
538 that pushes an uneven number of dwords on the stack
539 before calling the Fortran code; FPU instructions
540 don't like to access memory at misaligned addresses)
541
542 2001-06-25: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
543 - include\odin.h:
544 o Updated the EMX configuration so we can build WRC.exe
545 using this definition. This also includes the check and
546 calling convetions defined in windef.h.
547 Just note that gcc don't decorate the stdcall function
548 names like the other compilers.
549 o Made the other compilers ignore __attribute__ so they
550 can compile WRC.exe as well.
551 o Defined INLINE, inline and __inline__ so they all make
552 functions inline. (Someone should check this for Watcom C mode.)
553
554 - include\win\wine\unicode.h:
555 o Added extern "C" so the unicode libraries are compilable as C code.
556 (kernel32\unicode was forced to compile as C++)
557 o Removed inline workaround for C compilers. (Odin stuff)
558 o Wrapped away static for those function which was declared as
559 both static and inline. (the compiler was so noisy)
560
561 - kernel32\unicode, kernel32:
562 o Don't force it to C++.
563 o Demangled the one export from unicode, get_char_typeW.
564 o Curiosity: Made a minor correction to be able to compile
565 unicode.lib with EMX.
566
567 - OpenGL: o mesa\macros.h has been changed to not #define INLINE if
568 allready defined.
569 Hence inlining is now enabled!
570 Concider this an experiment as we might run into VAC optimizer bugs...
571 People are encouraged to play games ;-)
572
573 - WRC: o Use semicolon when reading include paths.
574 (This was what ALL I was supposed to fix today..)
575 o Made it compile with VAC and EMX using standard Odin32 makefiles.
576 flex and bison is not needed normally. But when changes which
577 requires running of these are made, define HAVE_FLEX
578 and HAVE_BISON in your environment.
579 o WRC is now removed and made as a 'needed_tool' together
580 with fastdep, impdef and the other stuff in the tools subdir.
581 NB. Be careful not to accidentally resurrects the /tools/bin/wrc.exe
582 archive! (May be we should rename the archive file later?)
583
584 - include\odin32.*.emx.mk:
585 o Made it working for WRC.exe. (release and debug, not profiling)
586 Generats OMF. Linking using link386.
587
588 - include\odin32.tools.*.mk:
589 o Disabled historic current directory inference rules and replaced
590 (some of them) with rules which puts object in OBJDIR.
591 o Added precompiler inference rules. These are generate a *.pre-c
592 or *.pre-cpp file in the current directory containing the output
593 from the precompiler. (not implemented for watcom yet)
594 This is very useful in when you wanna check a declaration...
595
596 2001-06-25: Sander van Leeuwen <sandervl@xs4all.nl>
597 - USER32: o Minor WM_TIMER translation fix (weird check removed)
598
599 2001-06-24: Sander van Leeuwen <sandervl@xs4all.nl>
600 - KERNEL32: o Rewrote CopyFile & MoveFile (just call DosCopy/Move)
601 o Rewrote CreateDirectory & RemoveDirectory
602 (call DosCreateDir & DosDeleteDir)
603 o Fix for HeapRealloc; recent HeapSize fix broke it
604 (listboxes empty)
605
606 2001-06-24: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
607 - src/makefile:
608 o Added empty subdir oslib to the NOTTOBEMADE list.
609 (Please don't forget this when you create empty directories.
610 All subdirs excluding the one mentioned in the lists in
611 makefile is made. So don't add a new directory without
612 either a makefile in it or updating /src/makefile.)
613
614 2001-06-23: Sander van Leeuwen <sandervl@xs4all.nl>
615 - KERNEL32: o HeapSize must return -1 for invalid pointer
616 o Semaphore updates (finished; not activated yet)
617 o Implemented IOCTL_CDROM_GET_VOLUME & IOCTL_CDROM_SET_VOLUME
618
619 2001-06-23: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
620 - KERNEL32: o Added Odin32 Spesific API for getting Odin build number.
621 (Requested by Yuri.)
622
623 2001-06-23: Achim Hasenmueller <achimha@innotek.de>
624 - USER32: o added OS/2 INI file access library (oslibprf)
625 o changed SystemParametersInfoA to no longer use Open32
626 o added more logging to GetMonitorInfoA/W
627
628 2001-06-22: Markus Montkowski <mmontkowski@gmx.de>
629 - TWAIN_32: o Updated initterm.cpp to use OS/2 and not Win32 APIs when loading
630 the OS/2 twain DLL. needed because of kernel32 change 2001-06-12
631
632 2001-06-22: Dietrich Teickner <Dietrich_Teickner@t-online.de>
633 - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
634
635 2001-06-22: Sander van Leeuwen <sandervl@xs4all.nl>
636 - USER32: o Don't fill background of system icon if no system icon
637 is present (could be seen in os/2 look mode)
638 o Reserved one window ulong (QWL_USER) for Odin apps (like Opera)
639 - KERNEL32: o Semaphore updates (still not activated)
640
641 2001-06-21: Sander van Leeuwen <sandervl@xs4all.nl>
642 - KERNEL32: o Semaphore updates (still not activated)
643
644 2001-06-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
645 - DDRAW: o io_init1, io_init2 and io_exit1 forgot to save/restore EBX.
646 (Broke some apps when XF86Sup.sys is installed)
647
648 2001-06-20: Sander van Leeuwen <sandervl@xs4all.nl>
649 - include\win\winioctl.h:
650 o Added CDROM ioctls
651 - KERNEL32: o Dummy CDROM ioctl support
652
653 2001-06-19: Sander van Leeuwen <sandervl@xs4all.nl>
654 - KERNEL32: o Started with event, mutex & semaphore rewrite
655 (code not activated)
656
657 2001-06-18: Sander van Leeuwen <sandervl@xs4all.nl>
658 - USER32: o Added export entry for GetScrollBarInfo
659 o Set ordinals for some exports
660 o Correct size of SBS_SIZEBOX and SBS_SIZEGRIP scrollbars
661 during creation. (if too high or wide)
662 (CPOV bottom scrollbar now appears)
663 - COMCTL32: o Wrong check in 6/17 comctl32 change
664
665 2001-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
666 - KERNEL32: o Implemented IOCTL_SCSI_PASS_THROUGH_DIRECT storage ioctl
667 - USER32: o Fix for scrollbars with SBS_SIZEBOX or SBS_SIZEGRIP style
668 (use size specified in CreateWindow only if SBS_SIZEBOXTOPLEFTALIGN
669 nor SBS_SIZEBOXBOTTOMRIGHTALIGN style flags set)
670 (CPOV window now has the right size)
671 o Allow WS_VISIBLE changes in SetWindowLong (GWL_STYLE)
672 (CPOV controls in bottom left corner now visible)
673
674 2001-06-17: Dietrich Teickner <Dietrich_Teickner@t-online.de>
675 - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
676 (fixes crash in SpeedCommander 6)
677 o Datetime control update with latest Wine code
678
679 2001-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
680 - DDRAW: o Save & Restore FS when calling io_init2
681 o Partly implemented DrawEnumDisplayModes4
682 - WINMM: o Resume failed (during waveOutWrite) after underrun
683 (fixes audio error message in Atari Emulator)
684 - KERNEL32: o Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY & IOCTL_DISK_GET_MEDIA_TYPES
685 o Allow direct sector reading from disk + changing read position
686 with SetFilePointer
687 o 6/14 kernel32 changes broke dynamic loading of LX dlls; getHMOD
688 returned the wrong module handle
689
690 2001-06-15: Sander van Leeuwen <sandervl@xs4all.nl>
691 - USER32: o Removed yesterday's getControl dialog change.
692 (causes errors for certain installshield installers)
693 o Add frame controls when app changes style flags (os/2 appearance)
694 (fixes missing titlebar when switching between maximized &
695 restored state for MDI windows in Opera)
696 - KERNEL32: o PDB.exit_code is a pointer to an unknown structure in NT
697 Fill it with a pointer to a memory block with 8th byte set to 1.
698 (fixes crash in AssetAllocator install)
699
700 2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
701 - KERNEL32: o Correct bug in LoadLibrary which prevented dynamically
702 - WIN32K: o Forgot to close file on failure in ldrOpen. When Pe2Lx
703 failed (due to wrong subsystem), the file remained open.
704
705 2001-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
706 - USER32: o OSLibWinGetMsg: dispatch untranslated message immediately
707 and grab next one.
708 o Manually change min/max/restore button states (OS/2 appearance)
709 o Handle WM_SYSCOMMAND messages in frame window handler
710 o Button fix (Wine bug)
711 Must clear WS_TABSTOP of control that is already unchecked or
712 else multiple control can have this style ((auto)radiobutton)
713 and GetNextDlgTabItem will return the wrong one.
714 Happens in Opera preferences dialog (multimedia) where all
715 autoradio buttons have the WS_TABSTOP style.
716 o Added temporary workaround for Open32 crashes in Opera
717
718 2001-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
719 - USER32: o Corrected position of PM titlebar control
720 o Added SetWindowAppearance function that can be used
721 by Odin32 apps to override the appearance (win32 or OS/2)
722 of windows.
723 o Changed menu font for OS/2 appearance (bold)
724 o Draw system menu icon ourselves (OS/2 appearance)
725 o SetWindowText fix (OS/2 appearance)
726 o WM_ERASEBKGND handling changes for dialogs
727 - GDI32: o CreateDIBSection bugfix (wrong ReleaseDC call)
728
729 2001-06-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
730 - WIN16LDR: o Made it compile with Watcom and MSC60.
731 Currently I can't link it with MSC60 form the DDK
732 since there is no window libraries there.
733 Watcom links fine. But the result is not tested.
734 - VDMDBG: o Stubbed this DLL. (It's used by the NT TaskMgr.)
735 (Documented in SDK, doc\misc\VDMDbg.Hlp. Which is included
736 in the NT sdk distributed with Watcom v11 - %WATCOM\sdk.)
737 - Win32k/Pe2Lx:
738 o Allowed loading of images using the NATIVE subsystem.
739 o Added symbols for build 14.065F (2001-05-08) all kernels.
740 - DailyBuild:
741 o Moved Odin.ini to system32 in daily .zips.
742 - NTDLL: o Stubbed NtOpenThread.
743
744 2001-06-12: Sander van Leeuwen <sandervl@xs4all.nl>
745 - USER32: o Partly fixed position of PM frame controls
746 o FillRect fix for 0 brush
747 o Workaround for windows with CS_CLASSDC class. Use same
748 mechanism as CS_OWNDC. (might not always work though)
749 No (easy) way to share a single DC between windows in PM.
750 (fixes paint problems in MED)
751 o Use critical sections for local hooks; faster than
752 kernel mutex semaphore calls.
753 - GDI32: o SetDIBColorTable bugfix
754 - KERNEL32: o Fail to load OS/2 (non-Odin) dlls in LoadLibrary
755 (Winbench tries this)
756 - ADVAPI32: o Pretend no services found in EnumServicesStatusA/W instead of
757 returning error.
758 (prevents crash in Winbench)
759
760 2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
761 - USER32: o Reference count bugfixes
762 - GDI32: o Added RGB555 conversion for CreateDIBitmap & SetDIBits
763
764 2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
765 - USER32: o SetParent bugfix (caused crashes in user32 after yesterday's changes)
766 o Preliminary support added for OS/2 look and feel (not finished)
767 Odin.ini option:
768 [ODINSYSTEM]
769 OS2Look=1 (default = 0)
770 Creates OS/2 Titlebar, system menu & min/max/close buttons.
771 Also overrides UseWinColors option (uses OS/2 colors).
772 NOTE: Can interfere with windows applications that draw their
773 own custom titlebar. (e.g. RealPlayer)
774 - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
775 o CreateProcess: launch win16 loader for NE executables
776 - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
777 Overrides GetVersion & WinExec functions to return the
778 version NT returns and to launch 32 bits programs (using pe).
779 (NOT FINISHED and not included in daily build)
780 - PELDR: o Execute win16 loader for NE executables.
781
782 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
783 - Win32API.h:
784 o Added APIs required to compile user32.
785 - src/makefile:
786 o Relaxed the locks a little.
787 - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
788 - makefiles/VAC36:
789 o Ignore ILIB warnings. (like those in the opengl tree)
790
791 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
792 - USER32: o Keep reference count for window and class objects.
793 Only delete the objects when nobody else is using them anymore.
794 (fixes crashes due to premature destruction of objects;
795 e.g. during Napster startup)
796 - KERNEL32: o heap checking accidentally turned on during logging
797 (making the debug build extremely slow)
798 o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
799 no apparent reason. Don't bail out when that happens, but try
800 to create the process anyway.
801 (fixes CreateProcess during Napster install)
802 o Improved version of InterlockedIncrement & InterlockedDecrement
803 (borrowed from Wine)
804
805 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
806 - KERNEL32: o WinExec fixes
807 o Ported Wine's WritePrivateProfileSectionA
808 - GDI32: o DIB Section blits: translate all ROPs
809 o GetDIBits fix; RGB conversion was not always performed;
810 now only for requested scanlines.
811
812 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
813 - KERNEL32: o Optimizations for loading of PE images
814
815 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
816 - OLE32: o More VAC 3.6.5 compile fixes
817
818 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
819 - FastDep: o Performance enh. Don't scan files more than 1 month older
820 than existing .depend file.
821 o Optimized AVL tree sligtly by not performing two strcmp
822 on the same keys (but resuing the result from the first).
823 o Improved dependencies genereated for OS/2 resource files.
824 (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
825 o Code is now in sync with OS2Tools.
826
827 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
828 - OLE32: o VAC 3.6.5 compile fix
829
830 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
831 - KERNEL32: o Fixed ordinal export resolving for PE executables
832 (SO52 complained about missing exports)
833
834 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
835 - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
836 (fixes endless repainting loop in WinRAR 2.80)
837 - KERNEL32: o Optimized ordinal lookup even more.
838 (6900 ordinal lookups takes (on average) 31 ms now instead
839 of 78)
840
841 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
842 - KERNEL32: o Added driver dll plugin for custom device driver emulation
843 Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
844 that contain 'DllName' keys.
845 DllName contains the name of the plugin dll that exports
846 DrvOpen, DrvClose & DrvIOCtl.
847 o Dispatch breakpoint exception to application (release build only)
848 Some nasty applications expect this.
849
850 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
851 - USER32: o Ported & fixed ScrollDC (Wine)
852 (fixes scrolling in Adobe Framemaker 5.5)
853 - GDI32: o RGB 565->555 conversion in GetDIBits
854 o RGB 555->565 conversion in DIB Section sync
855 o Sync DIB section in RealizePalette if any colors changed
856 (fixes PowerDVD colors)
857
858 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
859 - Win32k/configure.cmd:
860 o Corrected search for the VAC compiler.
861 o Removed stupid messages when -w is specified.
862
863 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
864 - COMDLG32: o fix crash due to uninitialized COM object pointer in
865 Win95 open file dialog browse mode
866 o default to open mode in file dialog when the
867 OFN_NOVALIDATE mode is used
868 (fixes crash in FrameMaker 5.5 file dialog when opening
869 a file that has broken image references)
870 - KERNEL32: o log both error and no error conditions for GetLastError
871 with default error level. Sometimes, we don't set an error
872 where we should so this logging information is important
873 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
874 CreateFileA to open a non existing file.
875 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
876 Verified with Windows 2000 SP2
877 (makes Acrobat Distiller 5.0 startup and work!)
878
879 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
880 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
881 [WINMM]
882 DefVolume=50[0-100] Default waveout volume (default = 100)
883 - USER32: o ScrollDC fix for translating clip & scroll rectangles
884 (fixes scrolling in Adobe Framemaker 5.5)
885
886 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
887 - USER32: o Send WM_HELP if F1 pressed & no menu active
888 o Disabled system hooks (only work in one process)
889 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
890 barely noticable with 'real' applications)
891 - OLE32: o Added OleLoadPictureEx stub
892 - GDI32: o GetDIBits fix for querying the bitmap information
893 WGSS returns 0, but we should return the nr of scan lines requested
894 o GetDIBits fix for memory dcs. WGSS messes things up if
895 it's a memory DC.
896 (fixes lower right button in AIM's logon window when typing
897 in new name)
898 o ExtTextOutA/W fix for filling rectangle with background color
899 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
900 (fixes border between menu & button bar in Odin MFC app &
901 Acrobat Reader 4.05)
902 o StretchDIBits fix for RGB555 bitmaps
903 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
904 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
905
906 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
907 - KERNEL32: o benchmarked new experimental loader and reverted to
908 old but slightly optimized loader (processExport usually
909 outweighs processImport, so lookup is less valuable than
910 add to export list)
911 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
912 its icon cache. Revert to on-demand loading of the icons,
913 speeds up loading of SHELL32 (therefore most apps)
914 by several seconds.
915
916 2001-05-31: Sander van Leeuwen <sandervl@xs4all.nl>
917 - OLEAUT32: o Fixed ITypeInfoImpl_Invoke
918
919 2001-05-30: Patrick Haller <patrick.haller@innotek.de>
920 - KERNEL32: o further performance improvement of hashtables
921 o fixes for loader improvements (PE, LX)
922 o Todo: measuring new code, reducing memory requirements
923
924 2001-05-30: Sander van Leeuwen <sandervl@xs4all.nl>
925 - USER32: o RedrawWindow: don't clear erase background flag if the
926 window is already (partly) invalidated.
927 (fixes redrawing of dialogs controls in mIRC startup dialog
928 window (when switching option windows))
929 - KERNEL32: o Put back old lookup code.
930 New files renamed to winimagepeldr_new.cpp/h
931 (Odin test app crashes; looks like MFC42 ordinal lookup
932 fails somewhere)
933 - OLEAUT32: o Added RegisterTypeLib (ported recent Wine patch) &
934 UnRegisterTypeLib
935 o Added ITypeInfoImpl_Invoke (ported Francois Jacques'
936 (refused) patch and rewrote it to get rid of stack
937 layout dependency.
938 o VT_HRESULT -> VT_INT conversion added to Coerce
939 (all needed for Quicken Deluxe 2001; still crashes, but
940 gets passed data loading)
941 - OLE32: o OleRun: check pointer with IsValidInterface
942 (fixes crash in Quicken after data loading)
943
944 2001-05-30: Patrick Haller <patrick.haller@innotek.de>
945 - KERNEL32: o replaced linear lists in PE loader with faster hashtables
946 (ccollection.cpp, experimental)
947 ToDo: measure any difference, revert eventualls
948
949 2001-05-29: Sander van Leeuwen <sandervl@xs4all.nl>
950 - GDI32: o Set/GetDIBColorTable fixes for DIB sections with bpp > 8
951 o Don't sync DIB section in SelectPalette if bForceBackground
952 is -1. (hack for bitmap buttons in Beyond Compare)
953 - DCIMAN32: o Updated & return proper error codes
954
955 2001-05-28: Patrick Haller <patrick.haller@innotek.de>
956 - GDI32: o Split GDI32.CPP into ICM.CPP and GDI32.CPP
957 o CreateDC() accepts "display" instead of "DISPLAY"
958 (fixes font-not-found problem in ZD Bench 99)
959 - KERNEL32: o mmap.cpp: slightly accelerated ::findMapByView()
960 o directory.cpp: don't trap in CreateDirectory(NULL, NULL)
961 - DDRAW: o implemented DirectDrawCreateClipper()
962 - WOW32: o created initial (fake) version of WOW32.DLL
963 (SBLiveXP accesses this directly)
964
965 2001-05-27: Sander van Leeuwen <sandervl@xs4all.nl>
966 - COMCTL32: o Listview: merged old LISTVIEW_EnsureVisible
967 (gets rid of excessive repaints)
968 - USER32: o Replaced TabbedTextOutA/W & GetTabbedTextExtentA/W with
969 Wine version. GPI doesn't support strings > 512 characters.
970 - GDI32: o Commented out InternalTabbedTextOutA/W & InternalGetTabbedTextExtentA/W
971
972 2001-05-26: Sander van Leeuwen <sandervl@xs4all.nl>
973 - COMCTL32: o Datetime control resync with Wine (get/setrange added)
974
975 2001-05-25: Sander van Leeuwen <sandervl@xs4all.nl>
976 - Odin.ini: o Removed MS Shell Dlg font mapping
977 - GDI32: o Synchronize DIB Section after SelectPalette call (if selected in DC)
978 (fixes wrong colors for some bitmaps)
979 o Update bitmap and synchronize DIB Section in SetDIBits
980 o Update color table during DIB sync too
981 - USER32: o Dialog control x & y coordinates in dialog template are signed
982 words. (fixes dialog controls with negative offset)
983 o Rewrote Post(Thread)/SendMessage; filtering of posted/sent
984 messages (by app) is now possible with Peek/GetMessage.
985 o PeekMessage fix; got rid of double removal for untranslated
986 messages
987
988 2001-05-24: Sander van Leeuwen <sandervl@xs4all.nl>
989 - GDI32: o Commented out recent changes (color conversion) in
990 SetDIBitsToDevice. Breaks startup bitmap of Acrobat Reader 4
991 o GetTextExtentPointA; call WGSS instead.
992 Better result (strings not clipped).
993 - KERNEL32: o OpenFile fix for OF_REOPEN flag (crashes when looking up
994 handle)
995 - IPHLPAPI o Added stub dll
996
997 2001-05-23: Sander van Leeuwen <sandervl@xs4all.nl>
998 - USER32: o RedrawWindow with desktop window handle no longer returns
999 an error.
1000 (fixes RealPlayer Auto Size window)
1001 - Odin.ini o Added font mapping for MS Shell Dlg to WarpSans
1002 (gets rid of ugly fonts (in dialogs) which also have the wrong
1003 size (text clipping))
1004 - KERNEL32: o CreateFile for partitions; handle lookup fails if
1005 OS/2 handle is set to -1 (happens if disk not inserted)
1006 -> set to 0 instead
1007
1008 2001-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
1009 - COMCTL32: o Partial merge of listview control with latest Wine
1010 o Listview: Send WM_MEASUREITEM for controls with
1011 LVS_OWNERDRAWFIXED style.
1012 (TODO: sets size for all items only)
1013 (fixes wrong item size for VirtualPC main window)
1014 - USER32: o Fixed minimizing & restoring of top-level windows
1015 - KERNEL32: o Check name before adding dependency for module in
1016 order to avoid circular dependencies (WNETAP32 (== NETAPI32)
1017 imports from NETAPI32)
1018 (fixes crash at exit in VirtualPC)
1019
1020 2001-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
1021 - GDI32: o Fixed LPtoDP/DPtoLP again.
1022 - USER32: o Paint menu item first before destroying it
1023 (prevents menu control from painting selected item on
1024 desktop)
1025 o Don't show or hide scrollbar in SetScrollInfo if
1026 scroll parameters didn't change.
1027 (fixes loop in VirtualPC settings dialog)
1028
1029 2001-05-20: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1030 - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fixes (Get/SetLocaleInfo)
1031
1032 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1033 - win32k: o Added improvements from Rafal, better validation of the
1034 paths which are found. Might cause some warnings for
1035 some of you, but just read and ignore them.
1036 Run configure.cmd (one of them)!
1037
1038 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
1039 - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
1040 illegal values (TODO: check what NT does)
1041 (fixes huge buttons in VirtualPC dialog (font with wrong
1042 height created))
1043 - INCLUDE\odinwrap.h:
1044 o ODINFUNCTIONNODBG & ODINPROCEDURENODBG should still save
1045 and restore FS!!!
1046 (FS corruption in release build; mainly affects wsock32)
1047 - WS2_32: o Added more exports
1048 - KERNEL32: o Export TryEnterCriticalSection
1049 o InterlockedCompareExchange bugfix; should not always return
1050 old destination; return whatever cmpxchg puts in eax
1051 - SHLWAPI: o Export SHSetValueW
1052 o Ordinal export 342 is InterlockedCompareExchange implementation
1053 Takes 3 parameters, not 4. (Wine bug)
1054 o Ordinal export 151 takes 3 parameters, not zero.
1055 o Implemented SHLWAPI_151 (case sensitive string compare
1056 with length; ascii version of SHLWAPI_152)
1057 o Implemented SHLWAPI_153 (case insensitive string compare
1058 with length (ascii))
1059 o Added SHLWAPI_154 (case insensitive string compare with
1060 length (unicode))
1061 - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
1062 - ADVAPI32: o Added undocumented SystemFunctionXXX functions (stubs)
1063 o Set lasterror in EnumServicesStatusA/W stubs
1064 - GDI32: o GetTextExtentPointA now handles strings larger than 512
1065 characters.
1066
1067 2001-05-19: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1068 - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fix (GetLocaleInfo)
1069
1070 2001-05-18: Sander van Leeuwen <sandervl@xs4all.nl>
1071 - KERNEL32: o Fixed FS corruption in LCMapStringA/W
1072 o ole2nls: resync with latest Wine sources
1073
1074 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
1075 - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow
1076 with RDW_ALLCHILDREN flag.
1077 (RealPlayer 8 install dialog doesn't have WS_CLIPCHILDREN
1078 style -> InvalidateRect overwrites child windows (buttons))
1079
1080 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
1081 - USER32: o Destroy menu windows when they are no longer used.
1082 (fixes activation problems with dialogs created after
1083 selecting a menu item)
1084 (TODO: sync with latest wine menu control sourcecode)
1085 o clientHeight bugfix (fixes crash in Solitaire)
1086 o Check if another app changed mouse cursor (Get/SetCursor)
1087 (previously mouse cursor did not change back if another
1088 app modified it)
1089
1090 2001-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
1091 - USER32: o WM_SETREDRAW fix; must call WinEnableWindowUpdate for
1092 both client and frame window.
1093 (winhlp32 buttons are now visible again)
1094
1095 2001-05-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1096 - Tools\bin:o Synced with other projects using the same tools.
1097
1098 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
1099 - USER32: o BeginPaint must return logical points instead of device points.
1100 (not the same if e.g. app changes page viewport)
1101 (fixes scaling in Opera)
1102 o SetFocus fix; manual activation of windows; PM sometimes
1103 changes the Z-order of the window being activated.
1104 Also call WH_CBT hook handler (if present)
1105 (fixes hotlist window in Opera)
1106 - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
1107 if true. (verified in NT4, SP6)
1108
1109 2001-05-15: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1110 - KERNEL32: o Added LOCALE_IFIRSTDAYOFWEEK case for GetLocaleInfoW
1111 - COMCTL32: o Commented out TRACE call in DATETIME_ParentNotify.
1112 Wrong assumption about lParam as it's not always a pointer
1113 (WM_CREATE WM_PARENTNOTIFY lParam == hwnd -> crash)
1114
1115 2001-05-13: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1116 - COMCTL32: o Fixed wrong return values for datetime control
1117 (DTM_GETSYSTEMTIME & DTM_SETSYSTEMTIME)
1118
1119 2001-05-11: Sander van Leeuwen <sandervl@xs4all.nl>
1120 - USER32: o Rewrote window handling. Back to using frame and client windows
1121 for each win32 window.
1122 (fixes visible region problems with e.g. Opera)
1123 Frame windows never have the WS_CLIPCHILDREN style; this caused
1124 the transparency problems reported earlier when using this method.
1125 E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
1126 painting algorithm stops top-down search when it finds
1127 a window with WS_CLIPCHILDREN style
1128 -> result: dialog window won't update groupbox background
1129 as groupbox only draws the border
1130 o UpdateWindow: Must use frame window handle even though
1131 UpdateWindow only updates the client area.
1132 If the frame window has a valid update region and we call
1133 WinUpdateWindow for the client window, then no WM_PAINT
1134 messages will be sent.
1135 o Don't erase background in RedrawWindow (invalidate) when
1136 RDW_ERASE flag not set.
1137 (gets rid of excessive background redraws (flickering) for
1138 progress windows in some installers)
1139 o Fixed ScrollWindow bug
1140 o WM_SHOWWINDOW sent twice
1141 o Mark window's visible region as changed when client receives
1142 WM_SIZE (PM). BeginPaint sends a WM_ERASEBKGND when this
1143 flag is set (regardless of erase flag set by RedrawWindow)
1144 o ScrollDC fix (window handle transation)
1145 o ScrollDC and ScrollWindowEx bugfix (setting update region)
1146 (fixes scrolling in MS Word 97)
1147 - GDI32: o SetDIBitsToDevice: RGB 555 is the default for 16 bits bitmaps
1148 (fixes pictures in (some) documents for Word 97)
1149 TODO: Probably need to check bitfields and convert for some
1150 other blit functions
1151
1152 2001-05-10: Shingo Tsuda <sofiya@din.or.jp>
1153 - GDI32: o Rop conversion for DIB Section blits
1154 o Support for negative height (origin top left) in
1155 SetDIBitsToDevice + StretchDIBits
1156
1157 2001-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
1158 - GDI32: o includeBottomRightPoint bugfix; if left == right or top == bottom
1159 then the rectangle isn't empty. (include/include input)
1160 (fixes e.g. missing erase background when slowly moving window
1161 over Odin window (full window dragging enabled))
1162
1163 2001-05-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1164 - src/ws2help, bin/debug, bin/release, src/win32k/list,
1165 src/win32k/debug:
1166 o Removed directories. These were either not needed
1167 or unused. I did this now since I was going to
1168 remove ws2help anyway and there by breaking your tree.
1169 - tools/bin/CVSRemoveDeletedDirs.cmd:
1170 o Rexx script which removes the above directories
1171 from your local tree. Run this from the root of the tree.
1172 To physically remove the directories you have to specify
1173 REMOVE as argument (no dash or slash!).
1174
1175 2001-05-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1176 - src/makefile:
1177 o Ignore WS2HELP for the moment.
1178 (Never add empty subdirs to /src without making
1179 /src/makefile ignore it!)
1180
1181 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
1182 - WS2_32: o created skeleton and added forwarders to WSOCK32
1183 - KERNEL32: o CreateProcess error handling corrected, if
1184 O32_CreateProcess fails with specific reason
1185
1186 2001-05-04: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1187 - SHELL32: o Update for SHFileOperationA (FO_MOVE)
1188
1189 2001-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
1190 - USER32: o FrameTrackFrame bugfix for moving child windows
1191
1192 2000-05-03: Yuri Dario <mc6530@mclink.it>
1193 - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
1194 o Fix for groupbox WM_SETFONT handler. Must erase top part
1195 if font is changed.
1196 - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
1197
1198 2001-04-30: Sander van Leeuwen <sandervl@xs4all.nl>
1199 - DSOUND: o DirectAudio interface updates
1200 - WINMM: o Odin.ini key to switch between DART & DirectAudio (see odin.ini.txt)
1201
1202 2001-04-29: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1203 - SHELL32: o Update for SHFileOperationA (FO_COPY)
1204
1205 2001-04-29: Sander van Leeuwen <sandervl@xs4all.nl>
1206 - COMCTL32: o Resync with latest Wine (20010418) (animate, comboex, rebar,
1207 status, tab)
1208 - WINMM: o Don't start playback if stream is paused (waveOutWrite)
1209 (only affects DART playback; prevents out of sync
1210 video & audio in RealPlayer)
1211 - WSOCK32: o Save FS before calling _beginthread
1212
1213 2001-04-28: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1214 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
1215
1216 2000-04-28: Yuri Dario <mc6530@mclink.it>
1217 - WSOCK32: o Send FD_READ notification even if nr of bytes read = 0
1218 o Corrected error return for recv
1219 (fixes for Opera)
1220 - KERNEL32: o dprintf(NULL) flushes log stream
1221
1222 2001-04-28: Sander van Leeuwen <sandervl@xs4all.nl>
1223 - SHELL32: o Resync with latest Wine (20010418) + merged Odin fixes/additions
1224 - SHLWAPI: o Resync with latest Wine (20010418) + merged Odin fixes/additions
1225 - KERNEL32: o Added GetSystemWindowsDirectoryA/W exports
1226 - USER32: o Don't use PM api directly in dialog message loop. Must call
1227 PeekMessageA & GetMessageA. (or else the WH_MSGFILTER hook
1228 won't be called)
1229 o Check WM_(SYS)MSGFILTER hooks in DoDialogBox
1230
1231 2001-04-28: Markus Montkowski <mmontkowski@gmx.de|
1232 - MSVFW32: o Fixed ICOpen, check and correct fccType from VIDC to vidc.
1233 Videocodecs do load now.
1234
1235 2001-04-27: Sander van Leeuwen <sandervl@xs4all.nl>
1236 - USER32: o Call WH_GETMESSAGE hook handler from GetMessage and PeekMessage
1237 (if message present)
1238 o Added (not 100% correct) filtering for nonclient mouse messages
1239 (fixes nonclient messages for MS Word 97 (frame & menu mouse actions))
1240 o Recalculate HDC height of windows with CS_OWNDC style if
1241 window is resized.
1242 (fixes 28 pixel shift up in MS Word MDI window; Word calls
1243 GetDCEx once and does custom WM_PAINT handling (never calls
1244 Begin/EndPaint))
1245 - KERNEL32: o HeapReAlloc: return old pointer if new size is smaller or
1246 equal to old size.
1247 - GDI32: o Limit length of converted strings in InternalDrawTextExW,
1248 InternalGetTabbedTextExtentW, InternalTabbedTextOutW &
1249 InternalTextOutW. (cbCount might be smaller than string
1250 length)
1251 (fixes crash in MS Word when it tries to display the about
1252 dialog)
1253 - INCLUDE\win\unicode:
1254 o strcpyW bugfix (didn't terminate string -> heap corruption)
1255 - DSOUND: o Preliminary code added for DirectAudio interface.
1256 (not finished & not activated)
1257
1258 2001-04-26: Sander van Leeuwen <sandervl@xs4all.nl>
1259 - KERNEL32: o Implemented FreeLibraryAndExitThread
1260 o Create HandleManager class for mailslots + partial implementation
1261 for mailslot APIs (using named pipes)
1262 o Fixed wrong return values for some CloseHandle methods
1263 o Fixed CreateNamedPipe; must not call DosCreateNPipe for existing pipe
1264 (at least according to the SDK docs; must verify this in NT!)
1265 o Implemented CreateFile and CloseHandle for named pipe class
1266 o Implemented SetNamedPipeHandleState
1267 o GetEnvironmentVariableW fix (breakpoint hit in debug build)
1268 - ADVAPI32: o IsTextUnicode forwarded to RtlIsTextUnicode (ntdll)
1269 - GDI32: o InternalTextOutW fix (breakpoint hit in debug build)
1270 - OLE32: o Resync with latest Wine build (20010418)
1271
1272 2001-04-25: Sander van Leeuwen <sandervl@xs4all.nl>
1273 - USER32: o Check visibility of parents in IsWindowVisible
1274 o Call ShowWindow(SW_MINIMIZE) in CloseWindow (for non-child windows)
1275 Don't use PM directly to minimize it.
1276
1277 2001-04-25: Shingo Tsuda <sofiya@din.or.jp>
1278 - GDI32: o DBCS fix for looking up font name in font rename profile section
1279
1280 2001-04-24: Sander van Leeuwen <sandervl@xs4all.nl>
1281 - COMDLG32, DPLAYX, OLE32, OLEAUT32:
1282 o Compile fixes for VAC 3.6.5 (nameless unions & structs)
1283 - COMDLG32: o Resync with latest Wine code
1284 (directory changed after file chosen in file open dialog)
1285
1286 2001-04-23: Dietrich Teickner <Dietrich_Teickner@t-online.de>
1287 - SHELL32: o Updates and fixes for SHFileOperationA (FO_COPY)
1288
1289 2001-04-22: Sander van Leeuwen <sandervl@xs4all.nl>
1290 - DDRAW: o Wrong calling convention of io_init2. Parameter is pushed
1291 on the stack, not put in eax.
1292 (fixes crash in release ddraw & systems with xf86sup.sys
1293 installed)
1294 - KERNEL32: o Removed wrong segment definitions introduced by yesterday's
1295 EXC_CallHandler rewrite.
1296 (fixes global data section)
1297 o Build fake header for LX executable
1298 (fixes crash during Acrobat Reader 5 install (regsvr32.exe))
1299 - NTDLL: o Updated rtlstr.c (Wine)
1300 o Wrote partial implementation of RtlGetAce. Not tested well.
1301 Enough to prevent Acrobat Reader 5 install from crashing.
1302 - ADVAPI32: o Forward AddAce, FindFirstFreeAce, GetAce & AddAccessAllowedAce
1303 to NTDLL
1304 - INSTALL: o Add Font registry keys
1305 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
1306 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Fonts]
1307 "Courier 10,12,15 (VGA res)"="COURE.FON"
1308 "MS Sans Serif 8,10,12,14,18,24 (VGA res)"="SSERIFE.FON"
1309 "MS Serif 8,10,12,14,18,24 (VGA res)"="SERIFE.FON"
1310
1311 2001-04-21: Sander van Leeuwen <sandervl@xs4all.nl>
1312 - KERNEL32: o DosWrite for stdout doesn't accept high addresses
1313 o Rewrote EXC_CallHandler in assembly (copied compiler output
1314 (opt. off))
1315 No longer necessary to turn off optimizations for exceptions.cpp.
1316 o Added partial implementation of GetLongPathNameA/W
1317
1318 2001-04-20: Sander van Leeuwen <sandervl@xs4all.nl>
1319 - USER32: o Commented out RestoreCursor call in user32 exitlist handler.
1320 Seems to cause PM hangs on some (a lot?) machines for
1321 reasons unknown.
1322
1323 2001-04-20: Patrick Haller <patrick.haller@innotek.de>
1324 - DSOUND: o Fixes / Workaround for PowerDVD 3.0
1325 Crashed when allocating sound object for
1326 48kHz, 16-Bit, 4 channels
1327 o dynamically size the internal mixing buffer
1328 in DSMIXER
1329
1330 2001-04-19: Sander van Leeuwen <sandervl@xs4all.nl>
1331 - KERNEL32: o Fail properly when a dll can't be found or loaded.
1332 - SHELL32: o Ported latest shlfileop.c from Wine. (include functional
1333 SHFileOperation).
1334 TODO: Merge the rest.
1335
1336 2001-04-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1337 - dailybuild:
1338 o Adjusted to new build pattern.
1339 o Copy all builds to local archive directory.
1340 - tools\install:
1341 o Added Xx2Lx.
1342 - Readme.txt:
1343 o Changed Pe2Lx to Xx2Lx.
1344
1345 2001-04-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1346 - Unicode: o Minor addjustments to makefile. CFLAGS is the correct
1347 place to addjust flags for C compilation. And flags
1348 are compiler specific.. wrapped it in CCENV checks.
1349 - Tools\Common:
1350 o Revamped a couple of things - introduced interface classes.
1351 Not quite statisfied yet, but it's working.
1352 o Starting to make an kFileSDF class to access .SDF files
1353 SDF = Structure Definition Files - used by PMDF. Contains
1354 information about structures (struct _somthing_s).
1355 Needs this information for win32k.
1356 - Tools\Database:
1357 o Recreate makefiles, new style. GD is not compiled any longer.
1358 o Addjusted APIImport to fit changes in Tools\Common.
1359 - Tools\ImpLib:
1360 o Addjusted code to fit changes in Tools\Common.
1361
1362 2001-04-16: Sander van Leeuwen <sandervl@xs4all.nl>
1363 - KERNEL32: o Fix for LoadLibrary(Ex)W. (free must not be called for
1364 converted strings; use FreeAsciiString instead)
1365 - TOOLS\WRC:o Ported latest wrc. (has proper ascii -> unicode conversion
1366 and more features)
1367 o Open files in binary mode only; fixes load failures for
1368 shell32 icons (newlines were translated; bytes removed from
1369 icon data)
1370 - DPLAYX: o Compile fixes for header changes.
1371 - include\odin.h:
1372 o Changes for wrc. It chokes on calling conventions.
1373 o Got rid of annoying 'unused struct' warnings
1374
1375 2001-04-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1376 - DSOUND: o Removed pmwinx.lib from makefile. Wasn't used; and it had
1377 bad path (ie. no path).
1378
1379 2001-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
1380 - KERNEL32: o RegQueryValueExA/W broken. Reserved & type parameters reversed.
1381 (fixes crash in Notepad and possibly solves many other problems)
1382 - USER32: o SetCapture change; return immediately when new capture window
1383 is the same as old one.
1384 (fixes high cpu load in PowerDVD when holding mouse cursor over
1385 control window; PM kept sending WM_MOUSEMOVE messages)
1386 o Rewrote ClipCursor & GetClipCursor
1387 o Set PM style flags when WS_CLIPCHILDREN or WS_CLIPSIBLINGS
1388 flag is changed by the application using SetWindowLong.
1389 (fixes Lotus Notes size bar & upper left rectangle painting)
1390
1391 2001-04-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1392 - configure,win32k:
1393 o Added option to Configure.cmd, -w, which omittes building
1394 of Win32k.sys.
1395
1396 2001-04-12: Shingo Tsuda <sofiya@din.or.jp>
1397 - USER32: o Fixes for DBCS strings
1398
1399 2001-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
1400 - PELDR: o Print module name that contributed to the failure of
1401 loading kernel32.
1402
1403 2001-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
1404 - WINMM: o Clean up DirectAudio thread properly.
1405
1406 2001-04-05: Shingo Tsuda <sofiya@din.or.jp>
1407 - KERNEL32: o WideCharToMultiByte/MultiByteToWideChar changes
1408 - srclen <= -1 -> calculate length (docs say only for -1)
1409 - source and destination pointer can't be the same (as docs also claim)
1410 (verified in Windows ME & Windows NT4, SP6)
1411
1412 2001-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
1413 - USER32: o Rewrote ShowCursor
1414
1415 2001-04-04: Sander van Leeuwen <sandervl@xs4all.nl>
1416 - KERNEL32: o Removed AsciiToUnicode* & UnicodeToAscii* functions
1417 o lstrcpynWtoA & lstrcpynAtoW fixes
1418 o Removed WideCharToLocal & LocalToWideChar
1419 - INCLUDE\unicode.h:
1420 o AsciiToUnicode* & UnicodeToAscii* functions implemented
1421 with functions in heapstring.h
1422 - * o Compile fixes due to header changes
1423
1424 2001-04-03: Sander van Leeuwen <sandervl@xs4all.nl>
1425 - DDRAW: o Only reset physical palette in DirectDraw destructor if
1426 palette was really changed.
1427 (gets rid of excessive screen redraws in DXView)
1428 - KERNEL32: o Return GetUserDefaultLCID in GetSystemDefaultLCID
1429 o Return GetUserDefaultLangID in GetSystemDefaultLangID
1430 o Ported Wine's codepage, string & unicode functions (codepage.cpp)
1431 o Ported Wine's codepage unicode conversion functions & tables
1432 (kernel32\unicode)
1433 o Rewrote string functions (heapstring.cpp) to use new unicode
1434 functions.
1435 - USER32: o Ported Wine's Char* functions
1436 TODO: IsCharAlphaA & IsCharAlphaNumericA
1437
1438 2001-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
1439 - USER32: o Mouse message translation fix (check capture)
1440 o Turn off WS_CAPTION style for dialogs with DS_CONTROL flag set
1441 (fixes file dialogs with OFN_ENABLETEMPLATE style)
1442 Verified behaviour in NT4, SP6 with DSShow sample
1443 - about dialog with DS_CONTROL -> no titlebar
1444 - file open dialog without DS_CONTROL -> titlebar + moveable
1445 2nd dialog
1446 o Temporary workaround for file dialogs with template dialog child.
1447 They don't redraw when switching directories. For some reason
1448 the new child's (syslistview32) update rectangle stays empty
1449 after its parent is made visible with ShowWindow
1450 TODO: find real cause
1451 - MSACM32: o Ported latest Wine version
1452 - WINMM: o Ported latest Wine driver.c (necessary for msacm32 update)
1453 - DDRAW: o Back buffer fix; setup surface descriptor structure and
1454 don't clear DDSCAPS_BACKBUFFER flag
1455 (fix for WinDVD)
1456 o SurfLock: hEvent can be 0 as long as the DDLOCK_EVENT flag
1457 isn't set.
1458 Size of lpSurfaceDesc can be sizeof(DDSURFACEDESC2).
1459 (fix for WinDVD)
1460 - KERNEL32: o Check executable type (VIO/GUI) in CreateProcess and launch
1461 correct version of the pe loader (PE/PEC)
1462
1463 2001-04-02: Michal Necasek <michalnec@volny.cz>
1464 - KERNEL32: o Fix for importing from executable
1465 (fixes Blade Runner)
1466 - TESTAPP\EXCEPTIONS:
1467 o Small test apps to test exception handling
1468
1469 2001-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
1470 - WININET: o Added missing exports to wininet.def
1471 - KERNEL32: o Removed yesterday's codepage change.
1472 (breaks Opera)
1473 - WINMM: o Increased nr of DART buffers used for wave playback
1474 - ODININST o Moved kernel32 init code into odininst
1475 o Create [HKEY_USERS\.DEFAULT\Control Panel\International]
1476 registry key with international settings
1477 - USER32: o Create dialog controls with CreateWindowExW
1478 o Use correct SendMessage(A/W) call during CreateWindow
1479
1480 2001-03-31: Sander van Leeuwen <sandervl@xs4all.nl>
1481 - KERNEL32: o Fix for loading executable with sections not starting on
1482 page boundary (LOAD_LIBRARY_AS_DATAFILE).
1483 (fixes crash during install of latest RealPlayer 8)
1484 o Change default code page back from 1252 to 0.
1485 (fixes umlauts in StarOffice 5.2)
1486 TODO: Need to find out how SO determines the codepage
1487 - USER32: o WindowFromPoint now works with overlapping siblings too
1488 o Bugfix in mouse message translation
1489 - COMCTL32: o Resynced with Wine (pager, datetime, flatsb, comboboxex, monthcal)
1490 o Fixed previous merge (INFOPTR structures too small)
1491 o Corrected ordinals of a lot of exports
1492 o Fixed bug in animate control merge; now it works again
1493
1494 2001-03-30: Sander van Leeuwen <sandervl@xs4all.nl>
1495 - USER32: o Rewrote WM_NCHITTEST handling. No longer relies on PM.
1496 o Put static control hittest workaround inside #ifndef ODIN_HITTEST
1497 statement (see 2001-03-25)
1498 o Send WM_NCHITTEST messages from WindowFromPoint + added
1499 checks (more like Wine now)
1500 TODO: New version isn't 100% correct. Doesn't take overlapping
1501 windows into account when window is transparent. Always
1502 continues with parent window.
1503 o Make copy of class icon in RegisterClassA/W (for hIconSm)
1504 (done by Wine)
1505 o Changed COLOR_APPWORKSPACE system color. Lotus Notes main window
1506 background now correct.
1507 (TODO: many differences with Wine's system color table; why?)
1508
1509 2001-03-29: Sander van Leeuwen <sandervl@xs4all.nl>
1510 - KERNEL32: o CreateFile (disk): disable error popus. NT allows an app to
1511 open a cdrom/dvd drive without a disk inside.
1512 OS/2 fails in that case with error ERROR_NOT_READY
1513 Ignore that error and return success.
1514 (removes annoying popups when starting windvd without DVD
1515 disk in drive)
1516 - GDI32: o Get correct height & width of HDC in DIB section blitting
1517 (fixes wrong (button) controls in WinDVD's control panel window)
1518
1519 2001-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
1520 - KERNEL32: o GetSystemPowerStatus fix; SYSTEM_POWER_STATUS structure
1521 definition was wrong.
1522 (fixes crash in WinDVD)
1523 o Added translation for ERROR_NOT_READY to error2WinError
1524 - DDRAW: o Return proper error code for unsupported FOURCC surface
1525 creation
1526
1527 2001-03-27: Sander van Leeuwen <sandervl@xs4all.nl>
1528 - USER32: o Rewrote cursor handling. No longer use Open32, but convert
1529 cursor to OS/2 format during creation.
1530 (also fixes crash during WinDVD startup)
1531 o Ported Wine's cursor/icon cache code. Odin no longer
1532 leaks memory when apps reload icons/cursors.
1533 o Check for DIB section selection in ReleaseDC and unselect it.
1534 (only for non-CS_OWNDC hdcs)
1535 - KERNEL32: o Removed cursor & cursor group conversion code
1536 - GDI32: o SelectObject fixes for DIB sections
1537 o Check for DIB section selection in DeleteDC and unselect it.
1538 (fixes crash in WinDVD)
1539
1540 2001-03-27: Michal Necasek <michalnec@volny.cz>
1541 - OPENGL: o Less stict parameter checking in wglSetPixelFormat
1542 (fixes the game Hitman)
1543
1544 2001-03-25: Michal Necasek <michalnec@volny.cz>
1545 - KERNEL32: o Turn off all optimizations for exceptions.cpp in release build (!)
1546 - DINPUT/USER32:
1547 o Fixed keyboard handling. Now arrow keys should work right
1548 on both numpad and the separate arrow block among other things.
1549
1550 2001-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
1551 - USER32: o If a static window has children, then we can't return HTTRANSPARENT
1552 for WM_NCHITTEST. For some reason PM then sends all mouse messages
1553 to the parent of the static window; even if they are intended
1554 for the children of the static window.
1555 TODO: This could break some win32 apps (parent not receiving mouse
1556 message for static window (non-child) area)
1557 Rewrite NCHITTEST handling. (don't use PM)
1558 (fixes Roger Wilco config window input)
1559 o Call GlobalAddAtomA/W in RegisterWindowMessageA/W
1560 (don't use Open32)
1561 - KERNEL32: o OSLibStripPath bugfix (wrong comparison if path contains
1562 both back- and forward slashes)
1563
1564 2001-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
1565 - WINMM: o mmsystemGetVersion returned wrong version. Should be 0x030A.
1566 (returned in NT4, SP6)
1567 o Ported Wine's PlaySoundA/W, sndPlaySoundA/W
1568 o Enabled DirectAudio interface code for wave playback
1569 (available in upcoming SB Live driver version 0.70)
1570 (works well with WinAmp 2.72)
1571 - USER32: o GetAsyncKeyState implemented (calls Open32)
1572
1573 2001-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
1574 - WINMM: o Wrong calling convention for timer thread handler (os2timer.cpp)
1575 o Preliminary code for DirectAudio wave playback (new audio
1576 interface in the upcoming SB Live driver)
1577 o Rewrote DART wave playback & recording classes
1578 o Added support for more callback types (event, thread)
1579 o Fixed wrong callback parameter (window callback) for waveIn/OutReset
1580 Note: Untested code. Will be tested & fixed tomorrow.
1581
1582 2001-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
1583 - KERNEL32: o Ported Wine's GetBinaryTypeA/W
1584 o Wrote assembly wrapper for thread handler calling to cope with
1585 buggy applications that use the wrong calling convention for
1586 thread handlers. (like @#$@#% PowerDVD)
1587 (fixes crash in PowerDVD with release build of kernel32)
1588
1589 2001-03-22: Michal Necasek <michalnec@volny.cz>
1590 - USER32: o Show the mouse pointer in the exitlist handler of user32.
1591 (should restore the mouse pointer after a game crashes)
1592
1593 2001-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
1594 - KERNEL32: o Added support for disabling logging for a specific thread
1595 - WINMM: o Pause playback after underrun & restart it properly when
1596 new buffers arrive.
1597
1598 2001-03-20: Michal Necasek <michalnec@volny.cz>
1599 - include/DDRAW:
1600 o Cleaned up so that it builds with Watcom. Still lots
1601 of warnings and Watcom build doesn't seem to work right now.
1602
1603 2001-03-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1604 - Odin32Api:
1605 o Added sample makefile (from the Generic SDK sample)
1606 (Just remeber to rename the generic.rc to resource.orc.)
1607
1608 2001-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
1609 - DPLAYX: o Fix for nameless unions & VAC 3.6.5 (makefile)
1610
1611 2001-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
1612 - KERNEL32: o Fail properly when dll can't be found (pe loader)
1613 - WINMM: o Do not pause wave stream after underrun. Stop it instead.
1614 (writing audio buffers to a paused stream crashes MMPM2)
1615 (fixes crash while playing movie in PowerDVD)
1616 o Added level 2 logging support.
1617 o Recording callback bugfix
1618 o Several playback changes & fixes
1619 o Do not use TIB selector of thread that issues waveOut/InOpen.
1620 Instead query selector of main thread in DART callback thread.
1621 (fixes crash in WinAmp when pressing stop; thread that opened
1622 the playback stream is terminated before the stream is stopped)
1623 - GDI32: o Check y inversion when resyncing dib section
1624
1625
1626 2001-03-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1627 - Pe2Lx: o Convert CUI subsystem to VIO apps. CUI applications will
1628 now work as executed thru pec.exe.
1629 - Kernel32: o Init VIO Console for Pe2Lx CUI images.
1630
1631 [DirectDraw]
1632 Fullscreen=[True|False|0|1]
1633
1634 Don't blame me if your machine goes up in smoke after you've
1635 turned fullscreen on ;-)
1636 Note: It seems that fullscreen currently doesn't work right
1637 with newer SDD releases for 8bpp apps, though 16/24/32bpp
1638 should be OK (palette setting problems)
1639
1640 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1641 - tools/dailbuild:
1642 o Added jade and DocBook to the environment.
1643 - include/win32k.h:
1644 o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
1645 - tools/fastdep:
1646 o Ported to NT by faking the necessary OS/2 APIs.
1647 Tested with Watcom C/C++ v11.0.
1648 Makefile target: fastdepnt.exe
1649
1650 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
1651 - DPLAYX: o Sync with latest WINE stuff
1652 - include\win\dplay.h o Syncd with WINE
1653 - include\win\dplobby.h o Syncd with WINE
1654
1655 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
1656 - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
1657 (fixes background in CDRLabel)
1658
1659 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
1660 - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
1661 - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
1662 o Dll entrypoint changes for Watcom
1663 - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
1664 passes invalid window handle to BeginPaint.
1665 (verified in NT4, SP6)
1666
1667 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
1668 - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
1669 (reported by Ahti Heinla)
1670 - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
1671 (verified in NT4, SP6)
1672 - DDRAW/DSOUND:
1673 o Removed #ifdef IBMCPP statements (moved into initdll.h).
1674
1675 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1676 - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
1677 o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
1678 (and any future loaders).
1679 Pe2Lx.exe is now named Xx2Lx.exe!
1680 o Makefile fixes.
1681 o Elf2Lx compiles (non-working dummy).
1682 o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
1683
1684 - Configure.cmd:
1685 o Changed to configure Win32k as well. Re-run Configure.cmd!!!
1686
1687
1688 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1689 - Win32k: o Fixed trap in k32QuerySystemMemInfo when
1690 VIRTUALADDRESSLIMIT=512.
1691
1692 2000-03-06: Michal Necasek <michalnec@volny.cz>
1693 - include o More changes and fixes for Watcom
1694
1695 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1696 - Win32k: o Fixed some 16-bit compiler problems.
1697 o Fixed 4.51 toolkit problems.
1698
1699 2001-02-29: Sander van Leeuwen <sandervl@xs4all.nl>
1700 - KERNEL32: o First check executable name during internal dll loading
1701 then try loading it as a dll.
1702 o Reroute ReadFile for standard handle class to Open32.
1703
1704 2001-02-28: Sander van Leeuwen <sandervl@xs4all.nl>
1705 - KERNEL32: o Added support for high memory override key in odin.ini:
1706 [ODINSYSTEM]
1707 HIGHMEM=0
1708 Turns off high memory usage in Odin. Useful for Warp 4 (>fp12)
1709 systems that still use the old 16 bits TCPIP stack.
1710 (temporary workaround)
1711 NOTE: Turning this option off will prevent Odin from running
1712 applications that must be loaded in high memory
1713 (like MS Word).
1714 - NTDLL: o Committed update from Jan. 25th:
1715 Ported latest NtQuerySystemInformation from Wine
1716 (includes fix for IE5 install)
1717 - include\odinwrap.h:
1718 o Wrappers only detect FS problems when they should correct them.
1719 (fixes FS corruption in wsock32 (WSAStartup/WSACleanup))
1720
1721 2001-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
1722 - WINMM: o Added recording (still untested)
1723 o waveOutReset bugfix
1724 o Compile fix (midi.cpp)
1725 - USER32: o Ported latest wsprintf Wine functions (not much changed; only
1726 to stay in sync)
1727
1728 2001-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
1729 - WINMM: o Fixed FS corruption in RTMidi class (wrappers for RTMIDI
1730 functions)
1731
1732 2001-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
1733 - KERNEL32: o Check executable too when searching for imported modules
1734 (directly imported by PE dlls)
1735
1736 2001-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
1737 - KERNEL32: o Set fExitProcess flag in WinExe destructor to prevent reloading
1738 dlls after loading of exe failed.
1739
1740 2001-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
1741 - GDI32: o Removed old workaround for SetDIBitsToDevice. Incorrect for
1742 new implementation of this function with StretchDIBits.
1743 (fixes bitmaps in Minesweeper)
1744 - USER32: o WM_SETCURSOR change; don't check WS_EX_NOPARENTNOTIFY style
1745 when sending this message to the parent of a child window.
1746 o Redraw entire window when switching between minimized, maximized
1747 and restored windows state.
1748 o Added missing cursor to MDI client class
1749 (cursor now changes when moving cursor from mdi child to
1750 client window)
1751 - USER32, include\win\drive.h:
1752 o DRIVE_GetDosCwd bugfix
1753 (fixes crash in Cool Edit old-style file open dialog)
1754
1755 2000-02-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1756 - Win32k: o Support for the 14062e kernels.
1757 o Removed the CALLTAB segment.
1758 o Hooked dh_SendEvent and RASRST for taskmanager hot-key support.
1759 o Enabled callgate on SMP kernel.
1760
1761 2001-02-22: Sander van Leeuwen <sandervl@xs4all.nl>
1762 - KERNEL32: o Changed error string when detecting version mismatch.
1763 - USER32: o Fixed incorrect index checking for class and window words.
1764 o Allow misaligned access to window words/longs
1765 (fixes crash in Quicken 99)
1766 o More minimize changes/fixes for MDI windows.
1767 o Update region fix in NotifyFrameChanged method
1768
1769 2001-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
1770 - USER32: o Changes for minimizing windows. Not done yet.
1771 o Added CreateFakeWindowEx.
1772 Turns native OS/2 window into window recognized by Odin (with
1773 only very limited functionality)
1774 Useful for creating an Odin window with an OS/2 window as
1775 parent.
1776
1777 Applications don't expect WM_NULL when fetching mouse
1778 messages from the queue.
1779 (fixes mouse jumping in Unreal)
1780
1781 2000-02-20: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1782 - Win32k: o Moved calltabs to the code segments. Clears the
1783 WriteProtect(WP) flag in CR0 to be able to do this. The flags
1784 is of course restored when the calltabs are written.
1785 o Completed callgate code. Though is not activated for SMP
1786 kernels yet as I haven't tested that yet.
1787 The callgate works just as any other callgate in OS2, it
1788 calls kernel routines for entry and exit housekeeping.
1789 o Updated the win32k library and header to accomodate this.
1790 All IOCtl structures are changed.
1791 So, Install the new the new Odin32 and reboot before using
1792 it so the new win32k.sys is installed.
1793
1794 2001-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
1795 - USER32: o Fix for position of system menu in (mdi) child windows
1796 o Use WinScrollWindow to scroll children again and manually
1797 notify children that they have moved. (PM only does this
1798 for windows with CS_MOVENOTIFY class)
1799 (much smoother scroll in Opera)
1800 o Use WinGetMaxPosition to determine default maximized position
1801 of toplevel window before sending WM_GETMINMAXINFO
1802 (maximized Odin windows no longer obscure WarpCenter)
1803 o Activation fixes for MDI windows
1804
1805 2000-02-19: Oliver Braun <Oliver.Braun@hamburg.de>
1806 - KERNEL32: o OSLibDosAllocMem fix (better checks for errors + return
1807 4kb aligned memory if 64kb alignment fails)
1808 (fixes StarOffice 5.2 install)
1809
1810 2000-02-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1811 - KERNEL32: o Use DosAllocMemEx to 64KB align memory (OSLibDosAllocMem)
1812 when available.
1813 - Win32k: o Prepared API code for both callgate and IOCtl invokation.
1814 This caused changes in IOCtl parameter structures.
1815 Callgate code is completed but not used yet because
1816 it isn't tested yet.
1817
1818 2001-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
1819 - COMDLG32: o Commented out Norse ChooseFont dialog (incomplete translation)
1820 Use the English version instead.
1821 - USER32: o Corrected invalidating nonclient parts of a window after a resize.
1822 (fixes resizing of mdi windows in mdi sample)
1823
1824 2000-02-18: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1825 - Win32k: o Finished implementation of DosAllocMemEx.
1826 DosAllocMemEx is equal to DosAllocMem but takes some extra
1827 OBJ_ flags (defined in win32k.h).
1828 TODO: "Grow arena" problem when allocating memory at a
1829 specific location. I'll fix this ASAP and add a fix for the
1830 loader too (which has the same problems with loading EXEs
1831 without fixup above 64MB).
1832
1833 2001-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
1834 - USER32: o Restore window origin in SetWindowPos for parent window with
1835 CS_OWNDC style.
1836 Do the same thing in WM_VRNENABLED message handler.
1837 (fixes paint offset problems in Opera windows)
1838 o Bug in yesterday's ScrollWindowEx fix
1839 (fixes smooth scrolling of child windows in Opera html window)
1840 o Detect DestroyWindow call during CreateWindowEx and delay
1841 deleting the window/dialog object.
1842 (fixes crash in Opera when going to fullscreen mode)
1843
1844 2000-02-17: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1845 - Win32kCC: o Rewrote to notebook. (fixes size problem)
1846 o Added memoryinfo page which is refreshed every second.
1847
1848 2000-02-17: Yuri Dario <mc6530@mclink.it>
1849 - INCLUDE: o Header changes for compiling Opera
1850
1851 2001-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
1852 - USER32: o Store active status in custom window word. QWS_FLAGS appears
1853 to be modified by PM somewhere.
1854 (fixes WM_ACTIVATE loop in Opera when maximizing or restoring
1855 the mdi window)
1856 o Don't include RDW_NOERASE flag in InvalidateRect/Rgn
1857 (fixes background erase for mdi client window in Opera)
1858 o IsChild only checked the direct parent of a window. Must
1859 check all parents (parents of parents etc)
1860 (fixes TAB handling in Opera dialogs)
1861 o Ported latest GetNextDlgTabItem from Wine
1862 (fixes TAB handling in Opera dialogs)
1863 o WM_ADJUSTWINDOWPOS bugfix (if app changes size/position)
1864 OSLibMapWINDOWPOStoSWP can add flags, but we must not let
1865 it remove flags.
1866 (fixes resizing of Opera MDI windows)
1867 o ScrollWindow(Ex) bugfixes
1868 Must scroll child windows manually
1869 (fixes scrolling of Opera html MDI windows)
1870 o Combobox fix from Wine (CBCalcPlacement)
1871 (fixes combobox controls in Opera html MDI windows)
1872 (TODO: sync rest with latest Wine control code)
1873
1874 2001-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
1875 - COMDLG32: o Ignore OFN_FILEMUSTEXIST flag in GetSaveFileNameA/W
1876 (NT4 seems to ignore it too and it fixes the save dialog
1877 in ElstarFormular 2000)
1878
1879 2001-02-14: knut stange osmundsen <knut.stange.osmundsen@mynd.no>
1880 - Win32k.lib:
1881 o Corrected build breaker: log.h should not be included.
1882 log.h was removed from the CINLCUDES two days ago.
1883
1884 2001-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
1885 - KERNEL32: o Allocate TLS index of module before loading the dll it needs
1886 (some apps assume their executable index is always zero)
1887 (fixes crash in BrMSX)
1888 o Must use EXC_CallHandler to call RtlUnwind handler
1889 (fixes crash during RaiseException in BrMSX)
1890 - OPENGL\GLU:
1891 o Removed initterm.cpp. Use dllentry.obj instead
1892 - INCLUDE\misc.h:
1893 o Print file and function name before executing an int 3. (DebugInt3)
1894 - *\initterm.cpp:
1895 o Wrong calling convention for CRT_Init/Term, ctordtorInit/Term
1896 o VAC 3.6.5 ctordtorInit/Term takes one parameter
1897 - USER32: o Delay SetFocus when called during processing of WM_SETFOCUS
1898 message (not allowed by PM).
1899 (fixes keyboard focus in ElstarFormular 2000)
1900
1901 2000-02-13: Michal Necasek <michalnec@volny.cz>
1902 - USER32: o Wrong unicode<->ascii translation for some listbox & combobox
1903 messages. Must check if the control style includes LB/CB_HASSTRINGS.
1904 (CB_FINDSTRING, CB_FINDSTRINGEXACT, CB_SELECTSTRING,
1905 LB_FINDSTRING, LB_FINDSTRINGEXACT, LB_SELECTSTRING)
1906
1907 2001-02-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1908 - Win32k.lib:
1909 o Removed /src/win32k/include from the CFLAGS.
1910
1911 2001-02-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1912 - Win32k: o Added symbols for the 14062D kernels.
1913 o Added a query API for getting memory information.
1914 o Added force preload option - should be very useful when
1915 debugging Ring 3 apps with ICAT. (Option -F)
1916
1917 2001-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
1918 - ODINCRT: o Completed runtime dll for VAC 3.6.5
1919 - WINMM, GLU, CRTDLL, KERNEL32:
1920 o Compile fixes for VAC 3.6.5
1921 - RASAPI32: o Can't use LXLITE as it crashes on this binary
1922 - KERNEL32: o Check handle in LocalLock and return NULL if invalid
1923 (some apps use LocalLock to get access to GDI objects; doesn't
1924 work in Odin (TODO))
1925
1926 2001-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
1927 - USER32: o Check if window has been destroyed before accessing
1928 this pointer again in SendInternalMessage.
1929 (fixes heap corruption in MS Visual C++ 4.2 install)
1930 TODO: Needs a permanent and correct solution as this
1931 can happen in several other places.
1932 Also a potential problem in user32 controls (InfoPtr).
1933 o Set last error to ERROR_INVALID_INDEX for invalid class word
1934 index.
1935
1936 2001-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
1937 - COMCTL32: o Register controls in LibMain, not in DLL_InitTerm
1938 - KERNEL32: o Re-register dll if DosFreeModule failed with ERROR_INVALID_ACCESS
1939 Dll refuses to unload if it has an active exitlist handler
1940 or depends on a dll that registered an exitlist handler.
1941 In this case the handle remains valid and the entrypoint of
1942 the dll is NOT called for DLL_PROCESS_DETACH. The next time
1943 DosLoadModule is called, the entrypoint (and RegisterLXDll)
1944 isn't called (DLL_PROCESS_ATTACH).
1945 WORKAROUND: Re-register the dll so future functions that
1946 use this dll calls don't fail.
1947 (fixes crash in shell32 in TextPad 4)
1948 o shared & code heap umalloc changed (now more meaningful debug
1949 messages in case of heap corruption)
1950 - USER32: o WM_MINIMIZE/WS_MAXIMIZE support added to CreateWindow
1951 (fixes size of main InstallShield window for Microsoft Visual
1952 C++ 4.2)
1953 o Fixed FS corruption in DIALOG_DlgDirList (c library function calls)
1954
1955 2001-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
1956 - KERNEL32: o Standard in/out/error handle fix. Disable change during
1957 console init.
1958 (fixes output of console applications; input doesn't work well yet)
1959 - USER32: o Dialog control fix. Creating them with CreateWindowExW does not
1960 work since our standard user32 controls are still ASCII.
1961 (fixes missing icon control in Acrobat Distiller window)
1962
1963 2001-02-08: Michal Necasek <michalnec@volny.cz>
1964 - KERNEL32: o RtlUnwind bugfix
1965
1966 2001-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
1967 - USER32: o Wrong error set in GetDlgItem. Must be ERROR_CONTROL_ID_NOT_FOUND.
1968 (verified in NT4, SP6)
1969
1970 2001-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
1971 - USER32: o Get/SetWindowLongA/W, Get/SetWindowWord: must set
1972 last error to ERROR_INVALID_WINDOW_HANDLE if window not found.
1973 (verified in NT4, SP6)
1974 Must also return ERROR_INVALID_INDEX if index is out of range.
1975 (used to return ERROR_INVALID_PARAMETER) (verified in NT4, SP6)
1976 o Temporary hack to force focus to newly created window
1977 (if no Odin window has focus after sending WM_ACTIVATE, set
1978 focus to window that received the activate message)
1979 (fixes wrong keyboard focus in RealPlayer 8)
1980
1981 2001-02-02: Sander van Leeuwen <sandervl@xs4all.nl>
1982 - USER32: o DrawEdge bugfixes (signed/unsigned char mismatches)
1983 (fixes lines in properties dialog of RealPlayer 8)
1984 o Fixed incorrect rounding in dialog control size calculation
1985 (fixes wrong height of some dialog controls (rp8 pref. dialog lines))
1986 o Don't unregister class if there are still windows that use it.
1987
1988 2001-02-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
1989 - Win32k: o Added option for the All-In-One-Object fix to be able
1990 to debug PE executables thru the ICAT. Works with pe2lx
1991 and win32k.sys.
1992 -1<+|-|[*]>
1993 +: Applied when needed. (checked)
1994 -: Never applied (use this to debug). (not checked)
1995 *: Allways applied. (default) (gray)
1996 It's also added to Win32kCC as a three state checkbutton.
1997
1998 WARNING! This option should only be used for debugging
1999 and will cause your system to crash if used with based
2000 images!
2001 - tools\Common:
2002 o Minor changes in the fileformat classes to use kFile.
2003
2004 2001-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
2005 - GDI32: o LineDDA fix (wrong calling convention)
2006 (fixes crash in Solitaire)
2007 - USER32: o clientHeight bugfix. Check hwnd instead of pHps->hwnd.
2008 (pHps can be NULL)
2009 (fixes crash in Solitaire)
2010 - INSTALL: o Include ChangeLog-2001 in daily build
2011 - COMDLG32: o Merged some changes from Wine (extra notification in
2012 FileOpenDlgProc95 & OFN_NOCHANGEDIR support (also added
2013 to Unicode version of file open dialog))
2014 o Removed workaround for Acrobat Reader file open dialog
2015 (Wine update fixed it)
2016
2017 2000-01-30: Markus Montkowski <mmontkowski@gmx.de>
2018 - KERNEL32: o Fixed handling of fbTimeout in DCBINFO in SetOS2DCB and
2019 SetCommTimeouts the last one prevented Palms Hotsync to
2020 work with normal IBM com.sys.
2021 SIO did less parameterchecking so it worked...
2022
2023 2001-01-25: Sander van Leeuwen <sandervl@xs4all.nl>
2024 - KERNEL32: o Memory map commit bugfix for write accesses
2025 (fixes eternal loop in OLE during IE5 install)
2026 - NTDLL: o Ported latest NtQuerySystemInformation from Wine
2027 (includes fix for IE5 install)
2028 - OLE32: o Resync with latest Wine (storage, stg_*)
2029
2030 2001-01-24: Sander van Leeuwen <sandervl@xs4all.nl>
2031 - KERNEL32: o Default display and windows codepage set to 1252
2032
2033 2001-01-23: Sander van Leeuwen <sandervl@xs4all.nl>
2034 - KERNEL32: o long2ShortName completely broken. now properly detects 8.3
2035 filename and copies it (TODO: not finished)
2036 o Set x position to 0 after seeing a linefeed in the WriteFile
2037 datastream (vio console)
2038 (Sun Java 1.3 output doesn't include carriage returns)
2039 o ExitProcess change: make sure no threads are still suspended
2040 (with SuspendThread) by calling ResumeThread
2041 OS/2 seems to be unable to terminate the process otherwise.
2042 (fixes exitlist zombie after executing the Sun Java 1.3 interpreter)
2043 o Added handle manager class for standard handles (in/out/error)
2044 WriteFile for STD_OUTPUT_HANDLE & STD_ERROR_HANDLE now works.
2045 - PELDR: o Don't strip quotes from cmd line parameter part.
2046 (fixes Sun Java 1.3 JRE install (must replace 16 bits setup
2047 with 32 bits version))
2048 - INCLUDE\win\thread.h:
2049 o Wrong layout of TEB structure
2050 (fixes crash in Sun Java 1.3 interpreter)
2051
2052 2001-01-22: Sander van Leeuwen <sandervl@xs4all.nl>
2053 - KERNEL32: o CreateFileMapping fix; create new handle even when called
2054 with name of existing map (and return ERROR_ALREADY_EXISTS)
2055 o _HMHandleGetFree fix; handle allocation wasn't thread safe
2056 (_HMHandleGetFree checks if hHMHandle == INVALID_HANDLE_VALUE,
2057 but calling functions sets this value afterwards -> possible
2058 that two threads allocate the same handle)
2059 (solution: set hHMHandle in _HMHandleGetFree)
2060 HMCreatePipe call also failed because of this. (two handles
2061 allocated -> both allocate the same handle)
2062 o HMCreatePipe change (free 1st handle if 2nd handle alloc fails)
2063 - DOC\Readme.txt:
2064 o Added remark about the need to run odininst.exe when installing
2065 Odin manually.
2066 o Updates
2067
2068 2000-01-21: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
2069 - WINMM/MCICDA:
2070 o Track data fixes
2071
2072 2001-01-20: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
2073 - tools\dailybuild, include\versionos2.h:
2074 o Fixed netlabs upload.
2075 o Moved buildlevel info from versionos2.h to odinbuild.h.
2076
2077 2001-01-20: Sander van Leeuwen <sandervl@xs4all.nl>
2078 - AVIFIL32: o Resynched with latest Wine code
2079 o Added AVIStreamTimeToSample & AVIStreamSampleToTime stubs
2080 - SETUPAPI: o Wine port (stubs only)
2081
2082 2001-01-20: Yuri Dario <mc6530@mclink.it>
2083 - USER32: o Set codepage for DCs returned by GetDCEx
2084
2085 2000-01-20: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
2086 - WINMM/MCICDA:
2087 o MCI_STATUS_POSITION bugfix
2088
2089 2001-01-19: Sander van Leeuwen <sandervl@xs4all.nl>
2090 - USER32: o GetCaretPos & SetCaretPos bugfixes. Did not take client
2091 window origin into account.
2092 (fixes cursor position problems in e.g. Notepad)
2093
2094 2000-01-19: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
2095 - WNASPI32: o DosCreateMutexSem call bugfix.
2096 (CDRWIN works again)
2097
2098 2001-01-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
2099 - Win32k: o Added support for kernel revisions. (like 14062A)
2100 o Added build 14062a kernels.
2101 o Added build 14062 kernels for Warp 4.
2102
2103 2001-01-18: Sander van Leeuwen <sandervl@xs4all.nl>
2104 - GDI32: o More logging
2105 o Use StretchDIBits in SetDIBitsToDevice instead of Open32
2106 function. (which doesn't work for compressed bitmaps)
2107 (MS Excel 97 startup bitmap displays correctly now)
2108 Also solves y inversion related problems.
2109 (MS Developer startup bitmap overlay correct now (Visual C++ logo))
2110 - WGSS50: o Reported problems with SaveDC/RestoreDC and StretchDIBits
2111 (Modelator graphics corruption fixed)
2112 - KERNEL32: o Create system.ini with '[mci] cdaudio=mcicda.drv' section
2113 during installation
2114 o Fixed bug in lstrncpyA (return when specified length is 0)
2115 o MultiByteToWideChar bugfix (calculate string length if input
2116 length is -1 before checking if dest length is 0)
2117 (MS Word 97 no longer crashes)
2118 o RegQueryValueExW bugfix
2119 (caused stack corruption in Excel and probably many other
2120 apps that use this function too)
2121 - OLEAUT32: o Ported David's typelib changes.
2122 (MS Word 97 starts immediately and doesn't spend an hour
2123 searching for typelibs in dlls)
2124 TODO: Check bugfixes/changes in latest Wine code and merge
2125 them.
2126 TODO: Port picture classes
2127
2128 2000-01-17: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
2129 - WINMM\MCICDA:
2130 o Wrong call to os2CDCloseTray
2131
2132 2001-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
2133 - COMDLG32: o Get current directory if initial dir == NULL (win31 style
2134 file dialog).
2135 o Fix for filter. (default to NULL; not " /0/0")
2136 o Scale icons to 16x16 (win31 style file dialog) -> system
2137 default (32x32) is too big. (TODO: Our user32 icons are too
2138 big)
2139 o Drive list not initialized correctly. (GetDriveTypeA return
2140 value interpreted wrong)
2141 -> use GetLogicalDrives instead to avoid accessing floppy
2142 drives (which GetDriveType does)
2143 - USER32: o Replaced some icons with those found in SHELL32:
2144 - open & closed folder
2145 - floppy, harddisk & network drive
2146 o Fixed bug in NotifyFormatFrame method (fixes problems
2147 with combobox)
2148 o ComboLBox bugfix (extra vertical scrollbar)
2149 o LISTBOX_Directory bugfix (must check for FILE_ATTRIBUTE_NORMAL)
2150 (removes files from directory listing in common file dialog)
2151 - KERNEL32: o Fix for executable names with spaces in path
2152 o Workaround for applications that block the PM input queue
2153 while waiting for a child process to terminate.
2154 (WaitSingleObject now calls MsgWaitMultipleObjects and
2155 processes messages while waiting for the process to die)
2156 (Napster install now doesn't block PM anymore (forcing a reboot))
2157 o Add class keys for SHDOCVW during install
2158 - SHDOCVW: o Added (Wine 20010112 port)
2159 - WSOCK32: o Changed File and Product version to 0x0400, 0x0565012C (NT4, SP6)
2160
2161 2001-01-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
2162 - tools\install, tools\dailybuild:
2163 o Added odincrt.dll to debug release (to make wgss50.dll happy).
2164
2165 2001-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
2166 - USER32: o DrawIconEx bugfix (fixes bitmap menu item when maximizing
2167 MDI window)
2168 - COMDLG32: o Added/Ported 16 bits common dialog Wine code.
2169 (GetOpen/SaveFileName with hook and without OFN_EXPLORER
2170 flag implies old Windows 3.1 style dialog)
2171 (not completely working yet, but better than the mess we
2172 saw before (InstallShield -> browse dir))
2173
2174 2001-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
2175 - KERNEL32: o Fix for WriteFile & ReadFile (wrong return code was expected)
2176 - USER32: o HAS_THICKFRAME macro changed (identical to Wine now)
2177 (fixes MDI window borders (which were too thin))
2178
2179 2001-01-10: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
2180 - tools\install:
2181 o Corrected packing of wpss50.dll.
2182 o Added .sym files to release distributions. (optional package)
2183
2184 - tools\dailybuild:
2185 o Removed uploading of glide-stuff.
2186
2187 2001-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
2188 - INCLUDE\dcdata, GDI32, USER32:
2189 o Updates for WGSS50.
2190
2191 - LIB\WGSS50.lib, BIN\WGSS50.dll:
2192 o Binary distribution of WGSS50 added
2193
2194 2001-01-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
2195 - tools\dailybuild:
2196 o Added wgss50.dll to the .ZIPs.
2197
2198 - lib o Added making of wgss50.lib.
2199 (So, that it corresponds to the other libraries made there.)
2200 o Converted wgss50.lib to a deffile.
2201
2202 2001-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
2203 - ReportingBugs.txt:
2204 o Specify windows & system32 directory in bug reports
2205 (description included on how to determine this)
2206
2207 2001-01-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
2208 - tools\dailybuild:
2209 o Updated with temporary server address.
2210 o Put ftp userid/passwords into separate file.
2211 o Build number incrementation. (Stored in versionos2.h)
2212 (Use bldlevel on the DLLs to look at it.)
2213 o Splitted out 3dxf/glide stuff into separat .zips.
2214
2215 - Win32k: o Added support for the ldrCheckInternalName bug. :-)
2216 (see /src/win32k/ldr/myldrCheckInternalName.cpp for details.)
2217 o Made pe.exe default.
2218 o Added UNI and SMP 14062 kernels (convenience pack).
2219 (Have anyone got the Warp 4 convenience pack with the right .sym files?)
2220
2221 - bin\bldlevelinf.cmd:
2222 o Removed colon after otherwise to make it work with Object REXX.
2223
2224 - makefiles:
2225 o Merged BuildLevel revisions with the LXOpt revisions.
2226 (There seems like there have been some kind of revision mixup in
2227 Sanders tree?)
2228 o Updated the other post files with LXOpt.
2229
2230 2001-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
2231 - install: o Win32k installation temporarily disabled due to a WarpIn bug
2232 (config.sys lines removed)
2233 o Update: This is NOT a WarpIn bug, but an error in the script.
2234 Now fixed.
2235 o Added check for WarpIn 0.9.6 or higher
2236 o Added check for OS/2 3.x or higher
2237 - src\makefile:
2238 o Exclude msvcrt from build process.
2239 (download odinapp.zip from ftp.os2.org to install a small
2240 MFC app with MFC + MSVCRT dlls)
2241
2242 2001-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
2243 - makefiles:o Use LXLite for release build binaries (better compression)
2244 Can't use it for debug binaries as IPMD doesn't like it.
2245
2246 2001-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
2247 - KERNEL32: o KERNEL32_99 should return 1 (according to Wine)
2248 o KERNEL32_100 export added (stub)
2249 - USER32: o Rewrote window handle management; only start reusing window
2250 handles when max handle has been assigned.
2251 - GDI32/USER32/KERNEL32:
2252 o Don't export private Odin functions by name (we import
2253 everything by ordinal)
2254
2255 2001-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
2256 - USER32: o Menu cast bugfix (bitmap handle is 32 bits)
2257 (Fixes menu bitmaps in Lotus Notes 5)
2258
Note: See TracBrowser for help on using the repository browser.