source: trunk/changelog@ 2333

Last change on this file since 2333 was 2333, checked in by sandervl, 26 years ago

* empty log message *

File size: 45.6 KB
Line 
1 /* $Id: changelog,v 1.611 2000-01-05 19:53:34 sandervl Exp $ */
2
3 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
4 - TWAIN_32: Update
5
6 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
7 - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
8 (should be changed)
9 MS Office 2000 install (first part) almost working.
10 (installs windows installer as system service)
11 - OLEAUT32: Typelib bugfix for MS Office 2k install
12
13 2000-01-05: David Raison <djr@lemur.co.uk>
14 - OLEAUT32: LHashValOfNameSys(A)
15
16 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
17 - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
18
19 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
20 - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
21 Delete old region in SetWindowRegion
22
23 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
24 - KERNEL32: Named pipe updates & bugfixes
25
26 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
27 - LZ32/TAPI32: Updated def files to match NT 4 SP6
28 - MSVCRT: Updated def files + MSVCRT40 version info
29 - WINMM: Added Wine's MCI dlls (not compiled as this requires
30 a working MCI subsystem in winmm and a redesign of
31 wave & midi)
32
33 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
34 - LZ32: Cleaned up .def file (don't import directly) & removed
35 debugtools.h
36 - USER32: Fixed PostThreadMessage + bugs in GetMessage
37 - KERNEL32: Set hmq & hab THDB values for newly created
38 threads (hmq not correct now)
39
40 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
41 - KERNEL32: Started implementing named pipe apis
42
43 2000-01-02: David Raison <djr@lemur.co.uk>
44 - OLEAUT32: Typelib fixes - Custom Data & Default values.
45 Added private logging to tlib_n.log when reading a TLIB.
46 (Should clarify what is being read & why)
47 Now supports embedded named TLIBS in the format
48 <path>\<libname>\<id> (required for VB6, etc.)
49 Preparatory work to reduce dependance on
50 current file position to enable delaying parsing
51 data until it is requested by user.
52
53 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
54 - USER32: Implemented Set/GetWindowRgn (not activated)
55 - KERNEL32: Fixed Odin zombie processes when there's a trap inside
56 vfprintf during logging.
57 Cleaned up file io procedures in oslibdos.cpp
58
59 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
60 - USER32: Workaround for crash in Lotus Notes when switching to a new
61 view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
62 has been called for a window -> don't dispatch this msg)
63
64 1999-12-31: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
65 - WINMM: Implemented waveOutGet/SetVolume
66 - KERNEL32: Fixed bugs in iccio.asm (OFFSET FLAT:devname)
67
68 1999-12-31: Edgar Buerkle <Edgar.Buerkle@gmx.net>
69 - KERNEL32: Started with implementation of debug apis & support
70 for debugging win32 apps (mostly for additional logging)
71
72 1999-12-30: Christoph Bratschi <cbratschi@datacomm.ch>
73 - USER32: ported menu control from WINE (not yet activated)
74 ported icontitle control from WINE
75 added winswitch control (stub)
76 fixed Win32BaseWindow::hasWindowName
77
78 1999-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
79 - KERNEL32: Added stubs for Load/FreeLibrary16 & GetProcAddress16
80 (ordinals 35,36 & 37)
81 Added support for SEC_COMMIT memory map flag
82 Don't fail for unknown handles in (Msg)WaitForMultipleObject;
83 they could be thread or process handles (which we don't translate)
84 - USER32: Load bitmaps file completely in LoadBitmapA. Creating
85 a file mapping with reserved memory has little use
86 as the entire file will be read completely anyway.
87 Added some useful logging for DDE apis.
88 Fixed problem with combo boxes refusing to expand if it
89 the edit control doesn't have the focus.
90 - GDI32: Fixed GetObject for DIB sections
91 - COMCTL32: Increased default height of rebar band from 20 to 36
92 (temporary hack for AbiWord)
93
94 1999-12-30: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
95 - USER32: Implemented accelerator support
96
97 1999-12-30: Patrick Haller <phaller@gmx.net>
98 - SHELL32: Add: StrChrIA, StrChrIW, StrStrIA, StrStrIW
99 - SHLWAPI: Add: see above, SHRegGetBoolUSValueA/W
100
101 1999-12-29: Christoph Bratschi <cbratschi@datacomm.ch>
102 - USER32: rewrote coordinate mapping (map*) and fixed some 1 pixel bugs
103 pro memoria:
104 point: newY = windowH-1-oldY
105 rectangle: newTop = windowH-oldTop
106 fixed some wrong window handles
107 Win32BaseWindow: added getClientHeight/Width,
108 getWindowHeight returns now the window height
109
110 1999-12-29: Patrick Haller <phaller@gmx.net>
111 - INCLUDE: ODINWRAP: new macros to save FS register for callback registration
112 - WINMM: removed memory leak for win32 tib fs selectors in DartWaveOut::callback
113
114 1999-12-29: Sander van Leeuwen <sandervl@xs4all.nl>
115 - WINMM: Created wrappers for mci* apis (to save/restore FS)
116 NOTE: You must include os2mewrap.h instead of os2me.h
117 - USER32: Fixed PostThreadMessage (RealPlayer G2 install almost works)
118 Fixed memory leak in PostMessage (structures of posted messages
119 that aren't dispatched were never freed)
120 (InterVideo WinDVD 2.0 install almost works; tries to overwrite
121 msvcrt.dll (which fails as the install program uses that dll))
122 Fixed version resource (based on NT 4 SP3)
123 - KERNEL32: Removed logging from icon & cursor (group) conversion
124 (compile with DEBUGALL=1 to enable it)
125 Added version resource (based on NT 4 SP3)
126 - GDI32: Added version resource (based on NT 4 SP3)
127 - MSVCRT/20/40: Added version information based on NT 4 SP3 msvcrt dlls
128
129 1999-12-28: Vit Timchishin <tvv@sbs.kiev.ua>
130 - USER32: Listbox fix; Commented out 'if (index == oldsel) return LB_OKAY;'
131 in LISTBOX_SetSelection as this may prevent the control from
132 sending a notification after a change with notify disabled.
133 (i.e. MoveCarret)
134
135 1999-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
136 - WININET: Created stub dll
137 - KERNEL32: Create Software\Microsoft\Windows NT\CurrentVersion registry key + necessary values
138 Put all version information in include\versionos2.h
139 Faked GetSystemPowerStatus (always returns online status
140 for desktop system)
141 - SHELL32: Implemented PathBuildRootW, PathRemoveBackslashW, PathFileExistsW,
142 StrChrA & StrRChrW
143 - SHLWAPI: Created more forwarders to shell32 apis
144
145 1999-12-28: Jens Wiessner <wiessnej@rfi.de>
146 - avifil32, comdlg32, crtdll, ddraw, dinput, dplay, dplayx, imagehlp,
147 mpr, msvcrt(20/40), msvfw32, olecli32, oledlg, olesvr32, psapi,
148 rasapi32, version:
149 Added commented-out exports and changed ordinals to match
150 with the dlls from Windows NT 4.0 ServicePack 6 or Windows
151 98SE
152 NOTE: Requires recompile of all Odin dlls & any Odin32 apps.
153
154 1999-12-27: Jens Wiessner <wiessnej@rfi.de>
155 - WINSPOOL: Added stubs
156 - ADVAPI32: Added crypto stubs
157
158 1999-12-27: Vit Timchishin <tvv@sbs.kiev.ua>
159 - KERNEL32: Implemented preliminary codepage support
160 - USER32: Added code to init for codepage support
161 Fixed combo box bugs (COMBO_Command; use lParam for hwnd compares)
162
163 1999-12-27: Christoph Bratschi <cbratschi@datacomm.ch>
164 - USER32: fixed SetWindowPos
165
166 1999-12-27: Sander van Leeuwen <sandervl@xs4all.nl>
167 - USER32: Fixed GetActiveWindow (also fixes problem with mouse messages
168 in FreeCell)
169 Fixed PeekMessageW (used old way of calling OSLibWinPeekMsg)
170 Changed translation of message filters (still not 100% correct)
171 Fixed bugs in OSLibPeekMessage
172 - KERNEL32: Enable write access for code sections which have this flag
173 set in the PE image (fixes crash in WinDVD)
174
175 1999-12-26: Christoph Bratschi <cbratschi@datacomm.ch>
176 - USER32: implemented WM_NCHITTEST, added WM_SYSCOMMAND handling
177 ported DIALOG_IsAccelerator
178 implemented Get/SetMessageExtraInfo
179 extended DefWindowProcA handling
180 several other bug fixes
181 - COMCTL32: changed non-client handling
182
183 1999-12-24: Sander van Leeuwen <sandervl@xs4all.nl>
184 - USER32: Fixed bug in OSLibWinQueryQueueStatus (uninitialized local variable)
185 Changed message handling. Messages are translated in Get/PeekMessage
186 now. (or in the PM window handler, if it was sent directly)
187 TranslateMessage now translates WM_(SYS)KEYDOWN/UP to
188 WM_(SYS)(DEAD)CHAR
189 Fixed ChildWindowFromPointEx
190 - CRTDLL: Removed excessive logging (compile with DEBUGALL=1 to enable it)
191 - SRC\MAKEFILE: Included dplayx
192
193 1999-12-24: Markus Montkowski <mmontkowski@gmx.de>
194 - dplayx: compiles and links now
195
196 1999-12-22: Christoph Bratschi <cbratschi@datacomm.ch>
197 - USER32: fixed WinGetKeyState in WM_MOUSEMOVE (WinAmp's equalizer works now fine)
198
199 1999-12-21: Jens Wiessner <wiessnej@rfi.de>
200 - MSVCRT: Updated msvcrt20 & msvcrt40 def files
201
202 1999-12-21: Christoph Bratschi <cbratschi@datacomm.ch>
203 - USER32: merged controls with WINE 991212
204 fixed listbox WM_SETREDRAW bug
205
206 1999-12-21: Markus Montkowski <mmontkowski@gmx.de>
207 - ddraw: Some cleanup in surface handling
208 more colorconversion code:
209 8bit to all hicolormodes(16,24,32) and
210 between the highcolormodes
211 Do Colorfills for the above modes.
212 Removed inhertiance from IBASE in DDRectangle
213
214 1999-12-21: Sander van Leeuwen <sandervl@xs4all.nl>
215 - ADVAPI32: Fixed some bugs in service.cpp; implemented some service apis
216 - INCLUDE\WIN: Added winsvc.h; removed service definitions from winbase.h & winreg.h
217 - NTDLL/CRTDLL: Moved all CRT functions into CRTDLL
218 CRTDLL should contain all shared RTL functions (in addition
219 to those present in the win32 version); this is more
220 consistent than putting half the rtl functions in NTDLL
221 and the rest in CRTDLL.
222 - CRTDLL: Fixed memory allocation bug (CRTDLL_calloc called calloc, while
223 free calls HeapFree; everything uses private CRTDLL heap now)
224 - MSVCRT: Removed all forwarders from def file. Link with CRTDLL instead.
225 NOTE: Non-existant forwarders don't generate errors when loading
226 this dll!!!
227 Linking with a lib makes sure the import really exists.
228 - KERNEL32: Moved memmove to NTDLL (forwarded to CRTDLL)
229 - ODINCRT: Added wrappers for file io functions (to prevent FS corruption)
230
231 1999-12-20: Rene Pronk <R.Pronk@twi.tudelft.nl>
232 - WINMM: Bugfixes in waveOutOpen (flags) for winamp
233
234 1999-12-20 Markus Montkowski <mmontkowski@gmx.de>
235 - USER32: Fixed Coordinate conversion in WM_HITTEST (don't use handles as a coordinates)
236
237 1999-12-20: Christoph Bratschi <cbratschi@datacomm.ch>
238 - USER32: changed icon title font size in SystemParametersInfo to 12
239 fixed DrawIcon/DrawIconEx
240 fixed GetIconInfo (still bugs in load/create code)
241
242 1999-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
243 - CRTDLL: Added bsearch from EMX
244 - MSVCRT: Copy dlls into bin directory. Most apps seem to work
245 (Notes, solitaire, winhlp32)
246 - NTDLL: Added qsort, ftol, CIpow, ltoa, ultoa
247 (ftol fixes black Notes toolbars)
248
249 1999-12-20: Jens Wiessner <wiessnej@rfi.de>
250 - MSVCRT: Added stubs
251
252 1999-12-19: Christoph Bratschi <cbratschi@datacomm.ch>
253 - USER32: fixed child positioning
254 removed CS_SIZEREDRAW, do it manually if window really needs it
255 handled in WM_CALCVALIDRECTS, PM aligns windows top-left
256 -> much faster, Calc: radiobuttons are at the right place
257 RegEdit: treeview redraw problems fixed
258
259 1999-12-19: Sander van Leeuwen <sandervl@xs4all.nl>
260 - ADVAPI32/NTDLL: Forward sid apis to ntdll (need to check return
261 type of some Rtl SID apis (bool or status dword?))
262 Moved Service apis into separate sourcefile
263 Implemented some service apis (not completely)
264 - KERNEL32: Fix for loading images (RSRC_LOAD)
265 Implemented FindResourceExA/W
266 CreateProcessW bugfix (string conversion)
267 FormatMessageA/W bugfix (wrong calling convention for
268 WVSPRINTFAPROC type (should be WIN32API!) -> fixes crash
269 in regedit
270 - USER32: SendMessageW bugfix
271
272 1999-12-18: Achim Hasenmueller <achimha@innotek.de>
273 - COMCTL32: Merged with latest WINE 991212 code
274
275 1999-12-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
276 - KERNEL32: Partially implemented GetThreadContext, Read/WriteProcessMemory
277
278 1999-12-18: Christoph Bratschi <cbratschi@datacomm.ch>
279 - USER32: added MDI menu window switching
280 fixed ChildWindowFromPointEx
281 fixed WM_MDIDESTROY
282
283 1999-12-18: Sander van Leeuwen <sandervl@xs4all.nl>
284 - MSACM32: Compile fixes (internal.cpp)
285 - USER32: WindowFromPoint fix (return 0 if no windows found, not the desktop wnd handle)
286 SetMenuItemInfoA bugfix (for novamatic) (still not completely
287 implemented though)
288 - AVIFIL32: updated with the latest code from Wine 991212.
289 - KERNEL32: Partly implemented GetCurrencyFormatA/W (not correct, but
290 to make apps happy)
291 Added handlemanager class for tokens and HMHandleGetUserData
292 export to query the userdata dword of a handle.
293 - NTDLL: Partially implemented some Token & SID apis in order to get
294 MS Office 2000 install to work.
295
296 1999-12-18: Jens Wiessner <wiessnej@rfi.de>
297 - MSACM32: Updated with latest Wine code (991212)
298 - CRTDLL: Removed the ERRNO Defs from CRTINC.H and included ERRNO.H
299
300 1999-12-17: Christoph Bratschi <cbratschi@datacomm.ch>
301 - USER32: WM_NOTIFYPARENT: map cursor pos
302 implemented MDI cascade/tile
303
304 1999-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
305 - KERNEL32: Delete thread's THDB structure when it quits
306 - USER32: Hook removal bugfix
307
308 1999-12-17: Edgar Buerkle <Edgar.Buerkle@gmx.net>
309 - INCLUDE\winconst.h/wintypes.h/win\winbase.h: Added definitions
310 - KERNEL32: Set DEBUG_PROCESS flag for DEBUG_ONLY_THIS_PROCESS flag
311 in CreateProcess (open32 doesn't support the latter flag)
312
313 1999-12-16: Christoph Bratschi <cbratschi@datacomm.ch>
314 - USER32: fixed 'dancing characters' in edit control
315 ported GrayString from WINE
316 desktop: terminate string in WM_GETTEXT
317 free timers after WM_DESTROY
318 - GDI32: several bug fixes for text output functions
319 implemented PolyTextOutA/W
320
321 1999-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
322 - USER32: Tasklist fix
323 Rewrote SendMessage handling; Uses WinSendMsg now if window
324 is created by a different process/thread.
325 Started with port of Wine hook code
326 ShowWindowAsync calls ShowWindow now (not correct, but better than nothing)
327 - KERNEL32: Added GetTHDBFromThreadId (used in USER32) & link THDB structures during creation
328 Put back old interlocked code (Wine port + InterlockedExchange fix)
329 - GDI32: Extra logging for Create*Rgn apis
330
331 1999-12-13: Edgar Buerkle <Edgar.Buerkle@gmx.net>
332 - KERNEL32: Added null pointer checks in lstrcatA/W
333 - USER32: Removed unicode to ascii translation during MDI child creation
334 (message translation code already takes care of this)
335
336 1999-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
337 - KERNEL32: Fixed performance problem in mmap.cpp
338 Report correct dll when exe loading fails
339 Fixed command line bug in CreateProcess (if app & cmd line
340 are specified, skip exe name in cmd line)
341 - INCLUDE\WIN\winnt.h: Header fixes
342 - Porting.txt: Fixed sample makefile (you need to add -D__i386__ as compiler option)
343 - USER32: NotifyParent bugfix (use id & handle of 1st child window)
344 Added WM_INITMENU message support
345 Experimental CS_PARENTDC support (disabled for now)
346
347 1999-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
348 - KERNEL32: Fixes for on-demand page loader; currently disabled by
349 default because it interferes with debugging (too many
350 exceptions are generated)
351 To enable it undefine COMMIT_ALL in kernel32\winimagepeldr.cpp.
352 Dll unload fix for PE loader (fixes crash when Notes quits)
353 - PE2LX: Don't link with odincrt -> 'Not enough storage to complete
354 initialization' error. Reason unknown.
355 - INCLUDE\string.h: Use original strncpy for PE2LX
356
357 1999-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
358 - KERNEL32: Changed logging in winimagepeldr.cpp
359 Uses private log with dprintfs instead of file streams.
360 Added support for private dll logs (see comments in misc.h)
361 //To use private dll logging, define PRIVATE_LOGGING and
362 //add Open/ClosePrivateLogFiles (see below) functions to the dll
363 //to open close the private logfile. The logfile handle should
364 //be stored in the _privateLogFile variable
365 //dprintf can be called like this:
366 //dprintf((LOG, "PE file : %s", szFileName));
367
368 1999-12-11: Jens Wiessner <wiessnej@rfi.de>
369 - CRTDLL: Fix for GetMainArgs (fixes windiff)
370 - MSVCRT: Fix for GetMainArgs
371
372 1999-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
373 - KERNEL32: Fix for CreateFileMapping; return old handle if
374 trying to open existing mapping
375 commitPage: Commit page by page, not entire range (could
376 leave holes if VirtualQueryMem range != nrpages)
377
378 1999-12-09: Christoph Bratschi <cbratschi@datacomm.ch>
379 - GDI32: fixed TextOut and ExtTextOut bugs
380
381 1999-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
382 - KERNEL32: Fixes in lstrcpynWtoA
383 Added code heap.
384 Ported ExpandEnvironmentStringsA/W (Wine: 991114)
385 Create HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
386 key and necessary subkeys (including CSD version)
387 Corrected return value of Read/WriteFile (must be boolean, not
388 an error code)
389 - USER32: Major changes for window procedures
390 Now identical to Wine. Window is unicode only if it's
391 window procedure comes from a unicode class.
392 Add thunk code for procedures to store type.
393 - ODINCRT: Replaced strncpy with one that stops at terminating 0
394 - INCLUDE\string.h: VAC version + minor change for strncpy
395 - WIN32K\PE2LX: Link with odincrt.lib for rtl functions
396
397 1999-12-08: David Raison <djr@lemur.co.uk>
398 - OLEAUT32: Typelib handling:
399 Parsing of typelib improved - Several
400 incorrect pointer problems fixed
401 esp. start addr. of var table.
402 Use EnumResourceNames to locate
403 embedded TYPELIB resources.
404 Bugfixes.
405
406 1999-12-07: Achim Hasenmueller <achimha@innotek.de>
407 - WSOCK32: Moved old implementation to wsock32/old and promoted
408 wsock32/new (based on PMWSOCK.DLL) as the default implementation
409
410 1999-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
411 - KERNEL32: Fixed string resource load bug (last character of string resource set to 0)
412 - KERNEL32: Always commit memory for page memory maps
413 - KERNEL32: Fixed bug in InterlockedExchange (parameters reversed)
414 - USER32: Do not call selectClientArea during BeginPaint -> creates
415 painting problems for i.e. memory SDK sample & AbiWord
416 Disabled CS_OWNDC support for now -> otherwise certain
417 windows never receive a WM_ERASEBKGND message. (memory SDK sample)
418 Fix for Abiword & memory.exe -> extra check for owndc in Begin/EndPaint
419
420 1999-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
421 - KERNEL32/OLEAUT32: Renamed OLEAUT32 to OLAUTOS2 to avoid conflicts
422 with Lotus SmartSuite (again..)
423 - KERNEL32: Fixed memory map bugs
424
425 1999-12-06: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
426 - WINMM: Ported MMIO from Wine (now SoundRecorder can open wave files)
427
428 1999-12-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
429 - KERNEL32: Temporary hack in GetFullPathNameA to replace forward
430 slashes by backslashes (needed for WinZip 7.0)
431 Fixed dprintf in lstrcmpW
432
433 1999-12-06: Daniela Engert <dani@ngrt.de>
434 - ODINCRT: change debug *allocs to return zeroed memory (instead of
435 filled with 0xAA). Some applications expect it this way.
436
437 1999-12-06: Patrick Haller <phaller@gmx.net>
438 - KERNEL32: Reimplemented InterlockedXXX-APIs to
439 be NT4 compatible
440
441 1999-12-05: Christoph Bratschi <cbratschi@datacomm.ch>
442 - KERNEL32: Only convert the string and not everything in UnicodeToAsciiStringN
443
444 1999-12-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
445 - KERNEL32: Better logging for CreateProcessA
446 - DDRAW: io_init1 -> PUSH OFFSET FLAT:devname
447
448 1999-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
449 - GDI32: Changed DEFAULT_GUI_FONT to WarpSans.9
450 - USER32:InSendMessage,GetMessagePos,GetMessageTime & ReplyMessage
451 implemented using PM apis.
452 Update client rectangle in WM_WINDOWPOSCHANGED handler in
453 pmwindow.cpp. (client can change without affecting the
454 frame window's size/position; previously we never sent an update)
455 -> fixes wrong button position in RealPlayer
456 Changed FCF_TITLEBAR selection. Removes some, but not all, unwanted
457 windows from the tasklist.
458 - INCLUDE\heapstring.h: Changed definition of lstrcpy(n)AtoW/WtoA
459 - KERNEL32: CHanged lstrcpy(n)AtoW/WtoA
460 Fixed bug in InterlockedExchange (ret 4 should be ret 8)
461 -> fixes crashes in Mozilla viewer & WinAmp (2.5e)
462 - LZ32: Removed prototype of lstrcpyAtoW
463
464 1999-12-04 Achim Hasenmueller <achimha@innotek.de>
465 - WSOCK32\NEW: Fixed bugs with incorrect relay window invocation
466 Improved debugging messages, better error handling
467 Works very well now, VP Buddy does not crash anymore
468 Please test well, then it can be promoted
469
470 1999-12-04 Markus Montkowski <mmontkowski@gmx.de>
471 - GDI32: Implemented DEFAULT_GUI_FONT for GetStockObject
472 DIBSecttion now get the DC Palette on creation and
473 updated if DC Pal changes.
474
475 1999-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
476 - USER32: Experimental WM_ERASEBACKGND change
477 Ignore PM WM_ERASEBACKGROUND (return 1), always
478 send one in BeginPaint and call BeginPaint/EndPaint
479 in the default window handler for WM_(ICON)PAINT
480
481 1999-12-03: Christoph Bratschi <cbratschi@datacomm.ch>
482 - USER32: removed WS_* check in scrollbar code
483 - GDI32: moved line API's to line.cpp
484
485 1999-12-03: Edgar Buerkle <Edgar.Buerkle@gmx.net>
486 - GDI32: Fixes for CreateDCW & CreateICW
487 - COMCTL32: Fixed PROPSHEET_CollectSheetInfo
488
489 1999-12-03: Jens Wiessner <wiessnej@rfi.de>
490 - OLE32: Corrected CoSetState Stub.
491 - OLEAUT32: Changed return value (CreateDispTypeInfo) from S_OK to
492 E_OUTOFMEMORY
493 - NTDLL: Changed dprintfs for strcpy/strcat
494
495 1999-12-02: Patrick Haller <phaller@gmx.net>
496 - WSOCK32\NEW: Improvements.
497 - INCLUDE: Some macro fixes in misc.h and odinwrap.h
498
499 1999-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
500 - USER32: Rewrote EnumThreadWindows/EnumWindows
501 Fixed GetParent
502
503 1999-12-02 Markus Montkowski <mmontkowski@gmx.de>
504 - GDI32: Implemented:
505 CombineTransform, CreateDIBPatternBrush, CreateDCW,
506 CreateEnhMetaFileW, CreateICW
507 Fixed memory leak in GetTextFaceW (didn't free ASCII buffer)
508 Enhanced StretchBlt to support DIBSections
509
510 1999-12-02: Achim Hasenmueller <achimha@innotek.de>
511 - WSOCK32\NEW: Not really working :(
512 Fixed WSAAsyncGetHostByName, added request data to table
513
514 1999-12-01: Patrick Haller <phaller@gmx.net>
515 - WSOCK32\NEW: Working now :)
516
517 1999-12-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
518 - KERNEL32: Removed check in CreateFileMapping (hFile == -1 && (protect & SEC_COMMIT))
519 - USER32: Added check for valid parent if window is child in ::SetWindowPos
520 - SHELL32: SHGetFileInfoA: set pidlLast to NULL)
521
522 1999-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
523 - ODINCRT: Wrappers for allocation/free functions to prevent them
524 from trashing FS. (happens when called from a thread (
525 that is not the main thread))
526 Also wrappers for new/delete calls. (for the same reason)
527 - KERNEL32: Increase max nr of open files when DosOpen fails with ERROR_TOO_MANY_OPEN_FILES
528 (OSLibDosOpen)
529 Don't translate strings if api fails (FindFirstFileW/FindNextFileW)
530 GetProcessTimes (TODO: Doesn't use RtlExtendedIntegerMultiply correctly!)
531 - ADVAPI32: Fix for RegQueryInfoKeyW (return size = 0)
532 - GDI32: Ported GetTextCharset & GetTextCharsetInfo (Wine: 991031)
533 Ported Set/GetSystemPaletteUse
534
535 1999-11-30: Patrick Haller <phaller@gmx.net>
536 - WSOCK32\NEW: Experimental rewrite using PMWSOCK successful.
537 One problem regarding ODIN message translation remains,
538 TELNET works fine under debugger.
539
540 1999-11-30: Sander van Leeuwen <sandervl@xs4all.nl>
541 - KERNEL32: Ported Wine process apis (not done) (kernel32\process.cpp)
542 Unitialized data section bugfix.
543 - NTDLL: Fixed exports (missing ordinals) and created correct library
544 - ADVAPI32: Call security apis in ntdll (security.cpp; Wine 991031)
545
546 1999-11-30: Jens Wiessner <wiessnej@rfi.de>
547 - CRTDLL: Completed GetMainArgs
548 Implemented several functions.
549 - MSVCRT: Made some changes and implemented new functions.
550 Now builds msvcrt, msvcrt20 & msvcrt40 dlls.
551
552 1999-11-30: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
553 - KERNEL32: Another VirtualProtect bugfix
554
555 1999-11-30: Daniela Engert <dani@ngrt.de>
556 - USER32: eliminate superfluous background erases (part 1)
557
558 1999-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
559 - KERNEL32: Added EnumResourceTypesA/W (not tested)
560 - USER32: Get/SetActiveWindow bugfixes (don't return OS/2 wnd handles)
561
562 1999-11-29: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
563 - ODINCRT: Added experimental console hack in initterm.cpp.
564 - PE2LX: Kernel32.dll is the first entry import module name table.
565 This makes kernel32.dll init first.
566 - KERNEL32: Odincrt.lib is the first library to be included during linking.
567 This hopefully will make odincrt init first.
568 - KERNEL32: Implemented EnumResourceNamesA/W. Added a test
569 skeleton for Kernel32 in the src\kernel32\test directory.
570
571 1999-11-28: Jens Wiessner <wiessnej@rfi.de>
572 - CRTDLL: Implemented several functions that used to be stubs.
573
574 1999-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
575 - COMDLG32: Merged with latest wine code (CVS tree dated 991126)
576
577 1999-11-27: Jens Wiessner <wiessnej@rfi.de>
578 - MSVCRT: Added stubs
579
580 1999-11-27: Christoph Bratschi <cbratschi@datacomm.ch>
581 - USER32: fixed edit bugs
582 ported WINE monitor code and implemented PM driver
583
584 1999-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
585 - USER32: Implemented GetInputState and GetQueueStatus
586 Rewrote MsgWaitForMultipleObjects for waiting on 0 objects
587 (== waiting for messages)
588 - KERNEL32: TLS bugfix (callback == 0)
589
590 1999-11-25: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
591 - USER32: Extended key fix (for cursor keys in Quake 2/Hexen 2 etc)
592
593 1999-11-26: Christoph Bratschi <cbratschi@datacomm.ch>
594 - USER32: fixed rect mapping -> edit scroll redraw bug fixed
595 WM_ERASEBKGND: brush or system color
596
597 1999-11-25: Sander van Leeuwen <sandervl@xs4all.nl>
598 - KERNEL32: Removed hardcoded dependency on ADVAPI32 (cpu.cpp); fixes
599 logging of multiple apps.
600 TLS bugfix (exception arrived too early; print info later on)
601 Continue during OSLibDosAliasMem if size != range (needs to
602 be fixed)
603 Allow executables to export functions (MS Word)
604 - USER32: PUT BACK GetWindowContextHelpId & SetWindowContextHelpId
605 - USER32: Win32BaseWindow::SetParent bugfix (setparent(0))
606 Changed broadcasting of messages. Check all valid window handles.
607 (TODO: Not efficient)
608 SetWindowLong (GWL_STYLE) fix; don't allow WS_VISIBLE or WS_CHILD
609 bit changes. (Wine does this and Pinball & Wordpad crash
610 if it is allowed)
611 Changed WM_SETREDRAW default handler to directly change
612 style (not call SetWindowLongA)
613 Fixed bugs in GetWindow.
614 - INCLUDE\OS2WRAP.H: Wrong macro fixed (GpiCreatePS didn't have any renaming
615 -> FS corruption)
616
617 1999-11-25: Edgar Buerkle <Edgar.Buerkle@gmx.net>
618 - KERNEL32: MultiByteToWideChar & WideCharToMultiByte Wine port (991031)
619
620 1999-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
621 - USER32: Fixed desktop window handle (shouldn't be 0)
622 Added support for broadcasting messages (in post/sendmessage)
623 (Note: might not be complete correct to use WinBroadcastMsg)
624 Changed Post(Thread)MessageA/W; now packs message info in
625 shared memory buffer and posts it using a specific PM message.
626 - KERNEL32: Return kernel32path\win in GetWindowsDirectoryA if
627 neither the env variable or odin.ini key is present.
628 (also create this dir)
629 Fixed incorrect dll & exe renaming.
630
631 1999-11-24: Christoph Bratschi <cbratschi@datacomm.ch>
632 - USER32: added missing button styles and messages
633 several bug fixes
634
635 1999-11-23: David Raison <djr@lemur.co.uk>
636 - OLE32: Fixed buffer size error in StringFromGUID2.
637 - OLEAUT32: Rearranged iPicture
638
639 1999-11-23: Sander van Leeuwen <sandervl@xs4all.nl>
640 - USER32: Added stubs for ChangeDisplaySettingsExA/W
641 Ported Wine EnumDisplaySettingsA/W (991031)
642 Query display color depth during init.
643 - KERNEL32: Ported and adapted Wine GetSystemInfo (now creates
644 both cpu & fpu registry keys)
645 Added code for SMP machines (GetSystemInfo)
646 Added IsProcessorFeaturePresent
647
648 1999-11-23: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
649 - USER32: ChangeDisplaySettingsA bugfix
650 - WSOCK32: Compile fix (include two more headers)
651
652 1999-11-22: Patrick Haller <phaller@gmx.net>
653 - WSOCK32\NEW: Experimental rewrite using PMWSOCK, incomplete yet
654
655 1999-11-22: Edgar Buerkle <Edgar.Buerkle@gmx.net>
656 - KERNEL32: Workaround in HMWaitForSingleObject for Open32 handles
657 (i.e. process handles)
658 - USER32: Extra checks in wvsnprintfA/W
659 Check if InfoPtr == NULL in STATIC_SetBitmap
660 - GDI32: SetDIBits support for DIB sections
661
662 1999-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
663 - KERNEL32: Add default renaming profile keys (ole32 & netapi32) to
664 odin.ini if they're not already there. (during init)
665 DosAliasMem fix; removed ReadFile hack.
666 - KERNEL32: Rewrote pe loader for on-demand loading of sections
667 Currently all sections are preloaded because of problems
668 with page faults in dprints.
669 - USER32: Removed GetIconInfo hack. Causes problems for other apps.
670 TODO: Double height reported by Open32 for color icon masks!
671
672 1999-11-22: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
673 - KERNEL32: VirtualProtect bugfix
674
675 1999-11-21: Christoph Bratschi <cbratschi@datacomm.ch>
676 - KERNEL32: Fixed trailing newline bug in LoadMessageA/W,
677 updated to WINE 991031 level
678 - USER32: fixed window text handling
679 added static WM_GETTEXT for SS_ICON style
680
681 1999-11-21: Achim Hasenmueller <achimha@innotek.de>
682 - USER32: send WM_SETTEXT for edit and static text controls
683 in SetWindowTextA/W
684 Fixes for original Windows colors (still not
685 accurate though)
686 - COMCTL32: stubbed ImageList_Read and ImageList_Write -
687 implementation missing because OLE stream support
688 required
689
690 1999-11-19: Christoph Bratschi <cbratschi@datacomm.ch>
691 - USER32: fixed listbox scrolling
692
693 1999-11-14: Achim Hasenmueller <achimha@innotek.de>
694 - COMCTL32: Merged with WINE 991114
695
696 1999-11-18: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
697 - KERNEL32: Win32Pe2LxImage didn't issue the setFullPath(szFileName)
698 call during construction.
699 Added a invalid pointer test in OS2Heap::Free which checks
700 that lpMem is within the user address space. (Fixes
701 WinZip 7.0 crash.)
702
703 1999-11-17: Christoph Bratschi <cbratschi@datacomm.ch>
704 - USER32/COMCTL32: Fixed cursor handling
705
706*****************************Official Alpha 5 version*********************************
707
708 1999-11-14 Markus Montkowski <mmontkowski@gmx.de>
709 - DDRAW: Code cleanup and some fixes in handling blts in the virtuel buffers.
710 Set IOPL =3 for all DXgames needed for RA (Red Alert).
711 - DSOUND: Implemented a fake soundcard so that the bufferpos does advance.
712 Needed for RA. ToDO: Use better calulation for HiresTimers
713
714 1999-11-14: David Raison <djr@lemur.co.uk>
715 - OLEAUT32: Tidy up IPicture implentation - now handles fOwn.
716
717 1999-11-14: Achim Hasenmueller <achimha@innotek.de>
718 - COMCTL32: Fixed strdupAtoW/WtoA calls
719 Implemented missing undocumented string functions
720
721 1999-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
722 - USER32: Implemented GetMenuItemRect
723 Fixed SetParent bug (use frame (not client) handle)
724 Fixed createControls for dialogs (set windowname for ids)
725 Ported LookupIconIdFromDirectory(Ex) (Wine, 991031)
726 Fixed OSLibWinEnableWindow (need to enable/disable both frame and client)
727 Partly ported Wine CopyImage for cursors & icons (disabled
728 because it doesn't work correctly)
729 Workaround for double height of icon masks -> doesn't work
730 100% correctly and IS A DIRTY HACK. (Open32 bug)
731
732 1999-11-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
733 - USER32: Fixed WindowFromPoint
734
735 1999-11-14: David Raison <djr@lemur.co.uk>
736 - OLEAUT32: Added beginnings of IPicture interface for VB6 support.
737 Mostly stubs, but enough to get a simple VB6 app started.
738 ICreatePictureIndirect updated.
739
740 1999-11-13: Christoph Bratschi <cbratschi@datacomm.ch>
741 - USER32: fixed more edit bugs
742 merged controls with wine-991031
743
744 1999-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
745 - KERNEL32: Fixed problem with ReadFile & aliased memory
746 (DosRead doesn't like writing to memory addresses
747 returned by DosAliasMem -> search for original
748 memory mapped pointer and use that one)
749 -> fixes problems in Lotus Notes 5.0
750 Also commit these pages before calling DosRead as exceptions
751 in the kernel can't be handled by us.
752 - KERNEL32\PELDR:
753 Better error reporting
754 - COMDLG32: Fixed bug in strlen: first check if pointer != NULL (FILEDLG95_InitUI)
755 Bugfix: ofn->lpTemplateName can be string id, so
756 don't always treat it as a string
757 Check pointer returned by CBGetItemDataPtr, if != -1, then
758 it's a string. (FILEDLG95_OnOpen)
759
760 1999-11-12: Christoph Bratschi <cbratschi@datacomm.ch>
761 - USER32: fixed several edit bugs
762
763 1999-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
764 - GDI32: Changes + fixes in DIBSection bitblt (fixes Quake 2)
765 - KERNEL32: Added handlemanager class for device drivers
766 Put devio.cpp in device driver class. (NOT TESTED)
767
768 1999-11-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
769 - KERNEL32: Wrote file io replacement apis (preliminary version)
770 (not enabled)
771
772 1999-11-12: Jens Wiessner <wiessnej@rfi.de>
773 - IMAGEHLP,IMM32,OLECLI32,OLEDLG,OLESVR32,PSAPI,RASAPI32
774 Updates
775 - MSVCRT: Added stubs
776
777 1999-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
778 - USER32: Implemented GetWindowContextHelpId & SetWindowContextHelpId
779 Implemented GetKeyboardState (NOT TESTED)
780 Ported SwitchToThisWindow, GetKeyboardLayout, TranslateCharsetInfo
781 GetKeyboardLayoutNameA/W (991031)
782 Fixed Win32Dialog::SetWindowLongA for dlg proc.
783 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
784 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
785 - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
786 build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
787 Fixes for GetVersionSize/Struct for images that aren't loaded.
788 Fixed heap corruption in GetEnvironmentVariableW.
789
790 1999-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
791 - USER32: ShowScrollBar: create not existing scrollbars
792
793 1999-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
794 - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
795 aligned at 64kb boundaries (that's what NT's VirtualAlloc
796 does and it fixes problems with MS Word & StarCraft)
797 Fixed wrong dprintf in GetProcAddress.
798 Added code to VirtualAlloc for committing pages of memory mapped
799 files. (Word needs this)
800 - USER32: Implemented WindowFromDC
801 Call WinWaitMsg from WaitMessage instead of calling Open32 api.
802 Added wvsnprintfA export (required for NTDLL)
803 - NTDLL: Link with user32.lib, don't import by name directly
804 (needs to be done for the kernel32 forwards too)
805 - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
806
807 1999-11-10: Patrick Haller <phaller@gmx.net>
808 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
809 Open32 keeps to close to the docs :)
810 - SHELL32: Add: update to WINE19991108
811 - GDI32: Add: Font remapping via ODIN.INI (MS Sans Serif -> WarpSans)
812
813 1999-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
814 - PE2LX: Added OLE32 to the lie list. New Base class.
815 - WIN32K: Disabled Yield - this solves problems running win32k
816 at SMP kernels and logging problems on all kernels.
817 Added some parameters.
818
819 1999-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
820 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
821 to buttons if key == mnemonic for that control)
822
823 1999-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
824 - GDI32: fixed line functions -> don't draw end pixel
825 - COMCTL32/USER32: removed some old workarounds
826 - USER32: fixed system resource handling
827
828 1999-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
829 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
830 OLE32.dll
831 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
832 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
833 translated up to maxlen characters -> heap corruption
834 in Solitaire. Translate upto min(stringlength+1, maxlen).
835 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
836 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
837 Odin.ini in bin directory needs to be present for PE loader
838 (includes renaming entries for OLE32 & NETAPI32)
839 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
840 is required!
841 NOTE 2: We might need to add some code to the file io apis in case
842 dirty apps try to read directly from system dlls.
843 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
844 - INCLUDE\odinwrap.h
845 added wrappers that don't print dbg messages (regardless
846 of whether DEBUG is defined or not)
847 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
848 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
849 Changed makefiles to enable dprintf2 (DEBUGALL)
850 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
851 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
852
853 1999-11-09: Patrick Haller <phaller@gmx.net>
854 - NTDLL: Add: various new functions added (DbgXXX)
855
856 1999-11-08: Markus Montkowski <mmontkowski@gmx.de>
857 - WING32: Added first implementation of this old 32bit DLL.
858
859 1999-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
860 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
861 (remove terminating backslash if present)
862
863 1999-11-08: Patrick Haller <phaller@gmx.net>
864 - COMCTL32: Fix: EDIT: if obtaining font information fails,
865 prevent division by zero
866 - NTDLL: Add: numerous integer arithmetic functions added
867
868 1999-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
869 - KERNEL32: Fixed bug in thread handler (exception handler set
870 at wrong moment)
871 Ported Wine critical section code (991031), Open32
872 doesn't correctly fill in the CRITICAL_SECTION structure.
873 Limit size of memory mapped files.
874 - USER32: PostThreadMessageA/W fix
875
876 1999-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
877 - DINPUT: Ported Wine code (991031) (not tested yet)
878 - USER32: Added code for sending mouse events to dinput.dll
879 Added PM <-> win32 key translation (used in dinput.dll)
880
881 1999-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
882 - USER32: GetMenuStringW fix
883
884 1999-11-05: Achim Hasenmueller <achimha@innotek.de>
885 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
886 Added logging, warnings for stub functions
887 - KERNEL32: Source code cleanup, fix warnings
888 - USER32: Source code cleanup, fix warnings
889
890 1999-11-05: Patrick Haller <phaller@gmx.net>
891 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
892 This only cures the symptoms, not the origin!
893
894 1999-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
895 - USER32: Fixed InsertMenuA
896 Message translation fix for WM_USER+n messages (GetMessage)
897 Extra translation.
898 Rewrote/Ported LoadStringA/W (similar to Wine now)
899 - KERNEL32: Changed FindResource, string id translation should be done
900 in LoadStringA/W (done that way in Wine)
901 Fixed GetModuleHandleA
902
903 1999-11-05: Jens Wiessner <wiessnej@rfi.de>
904 - MSVFW32: Updated to Wine level 991031
905 - IMM32: Replaced some FIXME entries with dprintf;
906 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
907 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
908 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
909
910 1999-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
911 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
912 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
913 NULL pointer checks in hasWindowName/hasClassName/FindClass
914 Message translation fix for WM_USER+n messages
915 - OLE32: Always create OLE window class
916 - KERNEL32: Null pointer check in lstrcmpiA
917 - SHELL32: Corrected export of Shell_GetCachedImageIndex
918
919 1999-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
920 - SHLWAPI: Fixed makefile
921 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
922 (fixes winhlp32 & comboboxes)
923
924 1999-11-04: Patrick Haller <phaller@gmx.net>
925 - WNETAP32: Add: numerous undocumented functions stubbed
926 - ADVAPI32: Add: LsaXXX-functions stubbed
927 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
928 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
929
930 1999-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
931 - Makefiles: Changes to build the libraries first
932
933 1999-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
934 - COMDLG32: Import from shlwapi as the original Wine code does
935 - SHELLL32: Added exports
936 - SHLWAPI: Link with shell32.lib for forwarders + added exports
937 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
938 Fixed CreateIconIndirect (Wine file dialog now shows button
939 icons correctly)
940 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
941 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
942 a lot of apps (button.exe/style.exe/header4.exe)
943 (fix = call default frame handler when receiving this msg
944 when the window hasn't been 'created' yet)
945
946 1999-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
947 - USER32: fixed modal dialogs
948 added WM_CONTEXTMENU
949 - COMCTL32: implemented statusbar size grip
950
951 1999-11-03: Patrick Haller <phaller@gmx.net>
952 - KERNEL32: Fix: undocumented behaviour in SearchPathA
953 and bugfix in SearchPathW
954 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
955 Fix LoadBitmapA checked for incorrect return value
956
957 1999-11-02 Markus Montkowski <mmontkowski@gmx.de>
958 - DDRAW: Changed debug output to DDRAW: ...
959 Copied Framebuffer if in colorconversion mode for Normal Blits to
960 the primary surface. => Map Editor of Red Alert works.
961
962 00-11-02: Achim Hasenmueller <achimha@innotek.de>
963 - COMCTL32: Incorporated latest WINE 991031 updates
964 Note: listview doesn't paint properly now. Will be fixed later.
965
966 1999-11-02: Markus Montkowski <mmontkowski@gmx.de>
967 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
968
969 1999-11-02: Patrick Haller <phaller@gmx.net>
970 - SHELL32: Up to current WINE level
971 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
972
973 1999-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
974 - INCLUDE\odinwrap.h:
975 fixed wrong define (_ODINWARP instead of _ODINWRAP)
976 Only check the heap for consistency when DEBUG_ODINHEAP is
977 defined.
978 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
979 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
980 arrive before the dialog received it's WM_INITDIALOG msg)
981 Fixed more FS corruption in dc.cpp.
982 - SHELL32: Added extra exports for comdlg32
983 - COMDLG32: Ported Wine file & find common dialogs (991031)
984 Find & Replace dialogs enabled, Wine code called for
985 file dialogs if the app supplies a dialog template.
986 NOTE: Disabled for now. Comctl32 isn't stable enough
987 for the Win95 style Wine comdlg dialogs.
988 Fixed check for find/replace dialog. Notepad uses 32 byte
989 buffer, so why does the wine code fail for < 80 bytes?
990 Fixed display of find/replace dialog -> if not hooked
991 show dialog!
992 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
993 start two nmake process to build everything on two cpus.
994
995 1999-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
996 - USER32: Delete all process windows & classes in exitlist handler
997 Set hwndInsertBehind to HWND_BOTTOM for group boxes
998 (fixes problems when groupbox control is defined after
999 controls inside it in dialog template)
1000 Mouse activate fix.
1001 Don't activate child windows in ShowWindow.
1002 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
1003 audio hardware present.
1004
1005
1006 1999-11-01: Daniela Engert <dani@ngrt.de>
1007 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
1008 (fixes missing text in WELCOME)
1009
1010 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1011
1012 This is a hack!
1013
1014 Dialog controls which contain/surround other controls *need* to be
1015 created with the WS_CLIPSIBLINGS style.
1016
1017 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.