source: trunk/changelog@ 2095

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

* empty log message *

File size: 31.2 KB
Line 
1 /* $Id: changelog,v 1.540 1999-12-17 16:55:57 sandervl Exp $ */
2
3 99-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: Delete thread's THDB structure when it quits
5 - USER32: Hook removal bugfix
6
7 99-12-17: Edgar Buerkle <Edgar.Buerkle@gmx.net>
8 - INCLUDE\winconst.h/wintypes.h/win\winbase.h: Added definitions
9 - KERNEL32: Set DEBUG_PROCESS flag for DEBUG_ONLY_THIS_PROCESS flag
10 in CreateProcess (open32 doesn't support the latter flag)
11
12 99-12-16: Christoph Bratschi <cbratschi@datacomm.ch>
13 - USER32: fixed 'dancing characters' in edit control
14 ported GrayString from WINE
15 desktop: terminate string in WM_GETTEXT
16 - GDI32: several bug fixes for text output functions
17 implemented PolyTextOutA/W
18
19 99-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
20 - USER32: Tasklist fix
21 Rewrote SendMessage handling; Uses WinSendMsg now if window
22 is created by a different process/thread.
23 Started with port of Wine hook code
24 ShowWindowAsync calls ShowWindow now (not correct, but better than nothing)
25 - KERNEL32: Added GetTHDBFromThreadId (used in USER32) & link THDB structures during creation
26 Put back old interlocked code (Wine port + InterlockedExchange fix)
27 - GDI32: Extra logging for Create*Rgn apis
28
29 99-12-13: Edgar Buerkle <Edgar.Buerkle@gmx.net>
30 - KERNEL32: Added null pointer checks in lstrcatA/W
31 - USER32: Removed unicode to ascii translation during MDI child creation
32 (message translation code already takes care of this)
33
34 99-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
35 - KERNEL32: Fixed performance problem in mmap.cpp
36 Report correct dll when exe loading fails
37 Fixed command line bug in CreateProcess (if app & cmd line
38 are specified, skip exe name in cmd line)
39 - INCLUDE\WIN\winnt.h: Header fixes
40 - Porting.txt: Fixed sample makefile (you need to add -D__i386__ as compiler option)
41 - USER32: NotifyParent bugfix (use id & handle of 1st child window)
42 Added WM_INITMENU message support
43 Experimental CS_PARENTDC support (disabled for now)
44
45 99-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
46 - KERNEL32: Fixes for on-demand page loader; currently disabled by
47 default because it interferes with debugging (too many
48 exceptions are generated)
49 To enable it undefine COMMIT_ALL in kernel32\winimagepeldr.cpp.
50 Dll unload fix for PE loader (fixes crash when Notes quits)
51 - PE2LX: Don't link with odincrt -> 'Not enough storage to complete
52 initialization' error. Reason unknown.
53 - INCLUDE\string.h: Use original strncpy for PE2LX
54
55 99-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
56 - KERNEL32: Changed logging in winimagepeldr.cpp
57 Uses private log with dprintfs instead of file streams.
58 Added support for private dll logs (see comments in misc.h)
59 //To use private dll logging, define PRIVATE_LOGGING and
60 //add Open/ClosePrivateLogFiles (see below) functions to the dll
61 //to open close the private logfile. The logfile handle should
62 //be stored in the _privateLogFile variable
63 //dprintf can be called like this:
64 //dprintf((LOG, "PE file : %s", szFileName));
65
66 99-12-11: Jens Wiessner <wiessnej@rfi.de>
67 - CRTDLL: Fix for GetMainArgs (fixes windiff)
68 - MSVCRT: Fix for GetMainArgs
69
70 99-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
71 - KERNEL32: Fix for CreateFileMapping; return old handle if
72 trying to open existing mapping
73 commitPage: Commit page by page, not entire range (could
74 leave holes if VirtualQueryMem range != nrpages)
75
76 99-12-09: Christoph Bratschi <cbratschi@datacomm.ch>
77 - GDI32: fixed TextOut and ExtTextOut bugs
78
79 99-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
80 - KERNEL32: Fixes in lstrcpynWtoA
81 Added code heap.
82 Ported ExpandEnvironmentStringsA/W (Wine: 991114)
83 Create HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
84 key and necessary subkeys (including CSD version)
85 Corrected return value of Read/WriteFile (must be boolean, not
86 an error code)
87 - USER32: Major changes for window procedures
88 Now identical to Wine. Window is unicode only if it's
89 window procedure comes from a unicode class.
90 Add thunk code for procedures to store type.
91 - ODINCRT: Replaced strncpy with one that stops at terminating 0
92 - INCLUDE\string.h: VAC version + minor change for strncpy
93 - WIN32K\PE2LX: Link with odincrt.lib for rtl functions
94
95 99-12-08: David Raison <djr@lemur.co.uk>
96 - OLEAUT32: Typelib handling:
97 Parsing of typelib improved - Several
98 incorrect pointer problems fixed
99 esp. start addr. of var table.
100 Use EnumResourceNames to locate
101 embedded TYPELIB resources.
102 Bugfixes.
103
104 99-12-07: Achim Hasenmueller <achimha@innotek.de>
105 - WSOCK32: Moved old implementation to wsock32/old and promoted
106 wsock32/new (based on PMWSOCK.DLL) as the default implementation
107
108 99-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
109 - KERNEL32: Fixed string resource load bug (last character of string resource set to 0)
110 - KERNEL32: Always commit memory for page memory maps
111 - KERNEL32: Fixed bug in InterlockedExchange (parameters reversed)
112 - USER32: Do not call selectClientArea during BeginPaint -> creates
113 painting problems for i.e. memory SDK sample & AbiWord
114 Disabled CS_OWNDC support for now -> otherwise certain
115 windows never receive a WM_ERASEBKGND message. (memory SDK sample)
116 Fix for Abiword & memory.exe -> extra check for owndc in Begin/EndPaint
117
118 99-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
119 - KERNEL32/OLEAUT32: Renamed OLEAUT32 to OLAUTOS2 to avoid conflicts
120 with Lotus SmartSuite (again..)
121 - KERNEL32: Fixed memory map bugs
122
123 99-12-06: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
124 - WINMM: Ported MMIO from Wine (now SoundRecorder can open wave files)
125
126 99-12-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
127 - KERNEL32: Temporary hack in GetFullPathNameA to replace forward
128 slashes by backslashes (needed for WinZip 7.0)
129 Fixed dprintf in lstrcmpW
130
131 99-12-06: Daniela Engert <dani@ngrt.de>
132 - ODINCRT: change debug *allocs to return zeroed memory (instead of
133 filled with 0xAA). Some applications expect it this way.
134
135 99-12-06: Patrick Haller <phaller@gmx.net>
136 - KERNEL32: Reimplemented InterlockedXXX-APIs to
137 be NT4 compatible
138
139 99-12-05: Christoph Bratschi <cbratschi@datacomm.ch>
140 - KERNEL32: Only convert the string and not everything in UnicodeToAsciiStringN
141
142 99-12-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
143 - KERNEL32: Better logging for CreateProcessA
144 - DDRAW: io_init1 -> PUSH OFFSET FLAT:devname
145
146 99-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
147 - GDI32: Changed DEFAULT_GUI_FONT to WarpSans.9
148 - USER32:InSendMessage,GetMessagePos,GetMessageTime & ReplyMessage
149 implemented using PM apis.
150 Update client rectangle in WM_WINDOWPOSCHANGED handler in
151 pmwindow.cpp. (client can change without affecting the
152 frame window's size/position; previously we never sent an update)
153 -> fixes wrong button position in RealPlayer
154 Changed FCF_TITLEBAR selection. Removes some, but not all, unwanted
155 windows from the tasklist.
156 - INCLUDE\heapstring.h: Changed definition of lstrcpy(n)AtoW/WtoA
157 - KERNEL32: CHanged lstrcpy(n)AtoW/WtoA
158 Fixed bug in InterlockedExchange (ret 4 should be ret 8)
159 -> fixes crashes in Mozilla viewer & WinAmp (2.5e)
160 - LZ32: Removed prototype of lstrcpyAtoW
161
162 99-12-04 Achim Hasenmueller <achimha@innotek.de>
163 - WSOCK32\NEW: Fixed bugs with incorrect relay window invocation
164 Improved debugging messages, better error handling
165 Works very well now, VP Buddy does not crash anymore
166 Please test well, then it can be promoted
167
168 99-12-04 Markus Montkowski <mmontkowski@gmx.de>
169 - GDI32: Implemented DEFAULT_GUI_FONT for GetStockObject
170 DIBSecttion now get the DC Palette on creation and
171 updated if DC Pal changes.
172
173 99-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
174 - USER32: Experimental WM_ERASEBACKGND change
175 Ignore PM WM_ERASEBACKGROUND (return 1), always
176 send one in BeginPaint and call BeginPaint/EndPaint
177 in the default window handler for WM_(ICON)PAINT
178
179 99-12-03: Christoph Bratschi <cbratschi@datacomm.ch>
180 - USER32: removed WS_* check in scrollbar code
181 - GDI32: moved line API's to line.cpp
182
183 99-12-03: Edgar Buerkle <Edgar.Buerkle@gmx.net>
184 - GDI32: Fixes for CreateDCW & CreateICW
185 - COMCTL32: Fixed PROPSHEET_CollectSheetInfo
186
187 99-12-03: Jens Wiessner <wiessnej@rfi.de>
188 - OLE32: Corrected CoSetState Stub.
189 - OLEAUT32: Changed return value (CreateDispTypeInfo) from S_OK to
190 E_OUTOFMEMORY
191 - NTDLL: Changed dprintfs for strcpy/strcat
192
193 99-12-02: Patrick Haller <phaller@gmx.net>
194 - WSOCK32\NEW: Improvements.
195 - INCLUDE: Some macro fixes in misc.h and odinwrap.h
196
197 99-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
198 - USER32: Rewrote EnumThreadWindows/EnumWindows
199 Fixed GetParent
200
201 99-12-02 Markus Montkowski <mmontkowski@gmx.de>
202 - GDI32: Implemented:
203 CombineTransform, CreateDIBPatternBrush, CreateDCW,
204 CreateEnhMetaFileW, CreateICW
205 Fixed memory leak in GetTextFaceW (didn't free ASCII buffer)
206 Enhanced StretchBlt to support DIBSections
207
208 99-12-02: Achim Hasenmueller <achimha@innotek.de>
209 - WSOCK32\NEW: Not really working :(
210 Fixed WSAAsyncGetHostByName, added request data to table
211
212 99-12-01: Patrick Haller <phaller@gmx.net>
213 - WSOCK32\NEW: Working now :)
214
215 99-12-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
216 - KERNEL32: Removed check in CreateFileMapping (hFile == -1 && (protect & SEC_COMMIT))
217 - USER32: Added check for valid parent if window is child in ::SetWindowPos
218 - SHELL32: SHGetFileInfoA: set pidlLast to NULL)
219
220 99-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
221 - ODINCRT: Wrappers for allocation/free functions to prevent them
222 from trashing FS. (happens when called from a thread (
223 that is not the main thread))
224 Also wrappers for new/delete calls. (for the same reason)
225 - KERNEL32: Increase max nr of open files when DosOpen fails with ERROR_TOO_MANY_OPEN_FILES
226 (OSLibDosOpen)
227 Don't translate strings if api fails (FindFirstFileW/FindNextFileW)
228 GetProcessTimes (TODO: Doesn't use RtlExtendedIntegerMultiply correctly!)
229 - ADVAPI32: Fix for RegQueryInfoKeyW (return size = 0)
230 - GDI32: Ported GetTextCharset & GetTextCharsetInfo (Wine: 991031)
231 Ported Set/GetSystemPaletteUse
232
233 99-11-30: Patrick Haller <phaller@gmx.net>
234 - WSOCK32\NEW: Experimental rewrite using PMWSOCK successful.
235 One problem regarding ODIN message translation remains,
236 TELNET works fine under debugger.
237
238 99-11-30: Sander van Leeuwen <sandervl@xs4all.nl>
239 - KERNEL32: Ported Wine process apis (not done) (kernel32\process.cpp)
240 Unitialized data section bugfix.
241 - NTDLL: Fixed exports (missing ordinals) and created correct library
242 - ADVAPI32: Call security apis in ntdll (security.cpp; Wine 991031)
243
244 99-11-30: Jens Wiessner <wiessnej@rfi.de>
245 - CRTDLL: Completed GetMainArgs
246 Implemented several functions.
247 - MSVCRT: Made some changes and implemented new functions.
248 Now builds msvcrt, msvcrt20 & msvcrt40 dlls.
249
250 99-11-30: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
251 - KERNEL32: Another VirtualProtect bugfix
252
253 99-11-30: Daniela Engert <dani@ngrt.de>
254 - USER32: eliminate superfluous background erases (part 1)
255
256 99-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
257 - KERNEL32: Added EnumResourceTypesA/W (not tested)
258 - USER32: Get/SetActiveWindow bugfixes (don't return OS/2 wnd handles)
259
260 99-11-29: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
261 - ODINCRT: Added experimental console hack in initterm.cpp.
262 - PE2LX: Kernel32.dll is the first entry import module name table.
263 This makes kernel32.dll init first.
264 - KERNEL32: Odincrt.lib is the first library to be included during linking.
265 This hopefully will make odincrt init first.
266 - KERNEL32: Implemented EnumResourceNamesA/W. Added a test
267 skeleton for Kernel32 in the src\kernel32\test directory.
268
269 99-11-28: Jens Wiessner <wiessnej@rfi.de>
270 - CRTDLL: Implemented several functions that used to be stubs.
271
272 99-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
273 - COMDLG32: Merged with latest wine code (CVS tree dated 991126)
274
275 99-11-27: Jens Wiessner <wiessnej@rfi.de>
276 - MSVCRT: Added stubs
277
278 99-11-27: Christoph Bratschi <cbratschi@datacomm.ch>
279 - USER32: fixed edit bugs
280 ported WINE monitor code and implemented PM driver
281
282 99-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
283 - USER32: Implemented GetInputState and GetQueueStatus
284 Rewrote MsgWaitForMultipleObjects for waiting on 0 objects
285 (== waiting for messages)
286 - KERNEL32: TLS bugfix (callback == 0)
287
288 99-11-25: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
289 - USER32: Extended key fix (for cursor keys in Quake 2/Hexen 2 etc)
290
291 99-11-26: Christoph Bratschi <cbratschi@datacomm.ch>
292 - USER32: fixed rect mapping -> edit scroll redraw bug fixed
293 WM_ERASEBKGND: brush or system color
294
295 99-11-25: Sander van Leeuwen <sandervl@xs4all.nl>
296 - KERNEL32: Removed hardcoded dependency on ADVAPI32 (cpu.cpp); fixes
297 logging of multiple apps.
298 TLS bugfix (exception arrived too early; print info later on)
299 Continue during OSLibDosAliasMem if size != range (needs to
300 be fixed)
301 Allow executables to export functions (MS Word)
302 - USER32: PUT BACK GetWindowContextHelpId & SetWindowContextHelpId
303 - USER32: Win32BaseWindow::SetParent bugfix (setparent(0))
304 Changed broadcasting of messages. Check all valid window handles.
305 (TODO: Not efficient)
306 SetWindowLong (GWL_STYLE) fix; don't allow WS_VISIBLE or WS_CHILD
307 bit changes. (Wine does this and Pinball & Wordpad crash
308 if it is allowed)
309 Changed WM_SETREDRAW default handler to directly change
310 style (not call SetWindowLongA)
311 Fixed bugs in GetWindow.
312 - INCLUDE\OS2WRAP.H: Wrong macro fixed (GpiCreatePS didn't have any renaming
313 -> FS corruption)
314
315 99-11-25: Edgar Buerkle <Edgar.Buerkle@gmx.net>
316 - KERNEL32: MultiByteToWideChar & WideCharToMultiByte Wine port (991031)
317
318 99-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
319 - USER32: Fixed desktop window handle (shouldn't be 0)
320 Added support for broadcasting messages (in post/sendmessage)
321 (Note: might not be complete correct to use WinBroadcastMsg)
322 Changed Post(Thread)MessageA/W; now packs message info in
323 shared memory buffer and posts it using a specific PM message.
324 - KERNEL32: Return kernel32path\win in GetWindowsDirectoryA if
325 neither the env variable or odin.ini key is present.
326 (also create this dir)
327 Fixed incorrect dll & exe renaming.
328
329 99-11-24: Christoph Bratschi <cbratschi@datacomm.ch>
330 - USER32: added missing button styles and messages
331 several bug fixes
332
333 99-11-23: David Raison <djr@lemur.co.uk>
334 - OLE32: Fixed buffer size error in StringFromGUID2.
335 - OLEAUT32: Rearranged iPicture
336
337 99-11-23: Sander van Leeuwen <sandervl@xs4all.nl>
338 - USER32: Added stubs for ChangeDisplaySettingsExA/W
339 Ported Wine EnumDisplaySettingsA/W (991031)
340 Query display color depth during init.
341 - KERNEL32: Ported and adapted Wine GetSystemInfo (now creates
342 both cpu & fpu registry keys)
343 Added code for SMP machines (GetSystemInfo)
344 Added IsProcessorFeaturePresent
345
346 99-11-23: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
347 - USER32: ChangeDisplaySettingsA bugfix
348 - WSOCK32: Compile fix (include two more headers)
349
350 99-11-22: Patrick Haller <phaller@gmx.net>
351 - WSOCK32\NEW: Experimental rewrite using PMWSOCK, incomplete yet
352
353 99-11-22: Edgar Buerkle <Edgar.Buerkle@gmx.net>
354 - KERNEL32: Workaround in HMWaitForSingleObject for Open32 handles
355 (i.e. process handles)
356 - USER32: Extra checks in wvsnprintfA/W
357 Check if InfoPtr == NULL in STATIC_SetBitmap
358 - GDI32: SetDIBits support for DIB sections
359
360 99-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
361 - KERNEL32: Add default renaming profile keys (ole32 & netapi32) to
362 odin.ini if they're not already there. (during init)
363 DosAliasMem fix; removed ReadFile hack.
364 - KERNEL32: Rewrote pe loader for on-demand loading of sections
365 Currently all sections are preloaded because of problems
366 with page faults in dprints.
367 - USER32: Removed GetIconInfo hack. Causes problems for other apps.
368 TODO: Double height reported by Open32 for color icon masks!
369
370 99-11-22: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
371 - KERNEL32: VirtualProtect bugfix
372
373 99-11-21: Christoph Bratschi <cbratschi@datacomm.ch>
374 - KERNEL32: Fixed trailing newline bug in LoadMessageA/W,
375 updated to WINE 991031 level
376 - USER32: fixed window text handling
377 added static WM_GETTEXT for SS_ICON style
378
379 99-11-21: Achim Hasenmueller <achimha@innotek.de>
380 - USER32: send WM_SETTEXT for edit and static text controls
381 in SetWindowTextA/W
382 Fixes for original Windows colors (still not
383 accurate though)
384 - COMCTL32: stubbed ImageList_Read and ImageList_Write -
385 implementation missing because OLE stream support
386 required
387
388 99-11-19: Christoph Bratschi <cbratschi@datacomm.ch>
389 - USER32: fixed listbox scrolling
390
391 99-11-14: Achim Hasenmueller <achimha@innotek.de>
392 - COMCTL32: Merged with WINE 991114
393
394 99-11-18: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
395 - KERNEL32: Win32Pe2LxImage didn't issue the setFullPath(szFileName)
396 call during construction.
397 Added a invalid pointer test in OS2Heap::Free which checks
398 that lpMem is within the user address space. (Fixes
399 WinZip 7.0 crash.)
400
401 99-11-17: Christoph Bratschi <cbratschi@datacomm.ch>
402 - USER32/COMCTL32: Fixed cursor handling
403
404*****************************Official Alpha 5 version*********************************
405
406 99-11-14 Markus Montkowski <mmontkowski@gmx.de>
407 - DDRAW: Code cleanup and some fixes in handling blts in the virtuel buffers.
408 Set IOPL =3 for all DXgames needed for RA (Red Alert).
409 - DSOUND: Implemented a fake soundcard so that the bufferpos does advance.
410 Needed for RA. ToDO: Use better calulation for HiresTimers
411
412 99-11-14: David Raison <djr@lemur.co.uk>
413 - OLEAUT32: Tidy up IPicture implentation - now handles fOwn.
414
415 99-11-14: Achim Hasenmueller <achimha@innotek.de>
416 - COMCTL32: Fixed strdupAtoW/WtoA calls
417 Implemented missing undocumented string functions
418
419 99-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
420 - USER32: Implemented GetMenuItemRect
421 Fixed SetParent bug (use frame (not client) handle)
422 Fixed createControls for dialogs (set windowname for ids)
423 Ported LookupIconIdFromDirectory(Ex) (Wine, 991031)
424 Fixed OSLibWinEnableWindow (need to enable/disable both frame and client)
425 Partly ported Wine CopyImage for cursors & icons (disabled
426 because it doesn't work correctly)
427 Workaround for double height of icon masks -> doesn't work
428 100% correctly and IS A DIRTY HACK. (Open32 bug)
429
430 99-11-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
431 - USER32: Fixed WindowFromPoint
432
433 99-11-14: David Raison <djr@lemur.co.uk>
434 - OLEAUT32: Added beginnings of IPicture interface for VB6 support.
435 Mostly stubs, but enough to get a simple VB6 app started.
436 ICreatePictureIndirect updated.
437
438 99-11-13: Christoph Bratschi <cbratschi@datacomm.ch>
439 - USER32: fixed more edit bugs
440 merged controls with wine-991031
441
442 99-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
443 - KERNEL32: Fixed problem with ReadFile & aliased memory
444 (DosRead doesn't like writing to memory addresses
445 returned by DosAliasMem -> search for original
446 memory mapped pointer and use that one)
447 -> fixes problems in Lotus Notes 5.0
448 Also commit these pages before calling DosRead as exceptions
449 in the kernel can't be handled by us.
450 - KERNEL32\PELDR:
451 Better error reporting
452 - COMDLG32: Fixed bug in strlen: first check if pointer != NULL (FILEDLG95_InitUI)
453 Bugfix: ofn->lpTemplateName can be string id, so
454 don't always treat it as a string
455 Check pointer returned by CBGetItemDataPtr, if != -1, then
456 it's a string. (FILEDLG95_OnOpen)
457
458 99-11-12: Christoph Bratschi <cbratschi@datacomm.ch>
459 - USER32: fixed several edit bugs
460
461 99-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
462 - GDI32: Changes + fixes in DIBSection bitblt (fixes Quake 2)
463 - KERNEL32: Added handlemanager class for device drivers
464 Put devio.cpp in device driver class. (NOT TESTED)
465
466 99-11-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
467 - KERNEL32: Wrote file io replacement apis (preliminary version)
468 (not enabled)
469
470 99-11-12: Jens Wiessner <wiessnej@rfi.de>
471 - IMAGEHLP,IMM32,OLECLI32,OLEDLG,OLESVR32,PSAPI,RASAPI32
472 Updates
473 - MSVCRT: Added stubs
474
475 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
476 - USER32: Implemented GetWindowContextHelpId & SetWindowContextHelpId
477 Implemented GetKeyboardState (NOT TESTED)
478 Ported SwitchToThisWindow, GetKeyboardLayout, TranslateCharsetInfo
479 GetKeyboardLayoutNameA/W (991031)
480 Fixed Win32Dialog::SetWindowLongA for dlg proc.
481 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
482 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
483 - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
484 build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
485 Fixes for GetVersionSize/Struct for images that aren't loaded.
486 Fixed heap corruption in GetEnvironmentVariableW.
487
488 99-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
489 - USER32: ShowScrollBar: create not existing scrollbars
490
491 99-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
492 - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
493 aligned at 64kb boundaries (that's what NT's VirtualAlloc
494 does and it fixes problems with MS Word & StarCraft)
495 Fixed wrong dprintf in GetProcAddress.
496 Added code to VirtualAlloc for committing pages of memory mapped
497 files. (Word needs this)
498 - USER32: Implemented WindowFromDC
499 Call WinWaitMsg from WaitMessage instead of calling Open32 api.
500 Added wvsnprintfA export (required for NTDLL)
501 - NTDLL: Link with user32.lib, don't import by name directly
502 (needs to be done for the kernel32 forwards too)
503 - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
504
505 99-11-10: Patrick Haller <phaller@gmx.net>
506 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
507 Open32 keeps to close to the docs :)
508 - SHELL32: Add: update to WINE19991108
509 - GDI32: Add: Font remapping via ODIN.INI (MS Sans Serif -> WarpSans)
510
511 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
512 - PE2LX: Added OLE32 to the lie list. New Base class.
513 - WIN32K: Disabled Yield - this solves problems running win32k
514 at SMP kernels and logging problems on all kernels.
515 Added some parameters.
516
517 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
518 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
519 to buttons if key == mnemonic for that control)
520
521 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
522 - GDI32: fixed line functions -> don't draw end pixel
523 - COMCTL32/USER32: removed some old workarounds
524 - USER32: fixed system resource handling
525
526 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
527 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
528 OLE32.dll
529 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
530 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
531 translated up to maxlen characters -> heap corruption
532 in Solitaire. Translate upto min(stringlength+1, maxlen).
533 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
534 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
535 Odin.ini in bin directory needs to be present for PE loader
536 (includes renaming entries for OLE32 & NETAPI32)
537 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
538 is required!
539 NOTE 2: We might need to add some code to the file io apis in case
540 dirty apps try to read directly from system dlls.
541 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
542 - INCLUDE\odinwrap.h
543 added wrappers that don't print dbg messages (regardless
544 of whether DEBUG is defined or not)
545 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
546 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
547 Changed makefiles to enable dprintf2 (DEBUGALL)
548 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
549 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
550
551 99-11-09: Patrick Haller <phaller@gmx.net>
552 - NTDLL: Add: various new functions added (DbgXXX)
553
554 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
555 - WING32: Added first implementation of this old 32bit DLL.
556
557 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
558 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
559 (remove terminating backslash if present)
560
561 99-11-08: Patrick Haller <phaller@gmx.net>
562 - COMCTL32: Fix: EDIT: if obtaining font information fails,
563 prevent division by zero
564 - NTDLL: Add: numerous integer arithmetic functions added
565
566 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
567 - KERNEL32: Fixed bug in thread handler (exception handler set
568 at wrong moment)
569 Ported Wine critical section code (991031), Open32
570 doesn't correctly fill in the CRITICAL_SECTION structure.
571 Limit size of memory mapped files.
572 - USER32: PostThreadMessageA/W fix
573
574 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
575 - DINPUT: Ported Wine code (991031) (not tested yet)
576 - USER32: Added code for sending mouse events to dinput.dll
577 Added PM <-> win32 key translation (used in dinput.dll)
578
579 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
580 - USER32: GetMenuStringW fix
581
582 99-11-05: Achim Hasenmueller <achimha@innotek.de>
583 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
584 Added logging, warnings for stub functions
585 - KERNEL32: Source code cleanup, fix warnings
586 - USER32: Source code cleanup, fix warnings
587
588 99-11-05: Patrick Haller <phaller@gmx.net>
589 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
590 This only cures the symptoms, not the origin!
591
592 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
593 - USER32: Fixed InsertMenuA
594 Message translation fix for WM_USER+n messages (GetMessage)
595 Extra translation.
596 Rewrote/Ported LoadStringA/W (similar to Wine now)
597 - KERNEL32: Changed FindResource, string id translation should be done
598 in LoadStringA/W (done that way in Wine)
599 Fixed GetModuleHandleA
600
601 99-11-05: Jens Wiessner <wiessnej@rfi.de>
602 - MSVFW32: Updated to Wine level 991031
603 - IMM32: Replaced some FIXME entries with dprintf;
604 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
605 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
606 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
607
608 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
609 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
610 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
611 NULL pointer checks in hasWindowName/hasClassName/FindClass
612 Message translation fix for WM_USER+n messages
613 - OLE32: Always create OLE window class
614 - KERNEL32: Null pointer check in lstrcmpiA
615 - SHELL32: Corrected export of Shell_GetCachedImageIndex
616
617 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
618 - SHLWAPI: Fixed makefile
619 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
620 (fixes winhlp32 & comboboxes)
621
622 99-11-04: Patrick Haller <phaller@gmx.net>
623 - WNETAP32: Add: numerous undocumented functions stubbed
624 - ADVAPI32: Add: LsaXXX-functions stubbed
625 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
626 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
627
628 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
629 - Makefiles: Changes to build the libraries first
630
631 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
632 - COMDLG32: Import from shlwapi as the original Wine code does
633 - SHELLL32: Added exports
634 - SHLWAPI: Link with shell32.lib for forwarders + added exports
635 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
636 Fixed CreateIconIndirect (Wine file dialog now shows button
637 icons correctly)
638 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
639 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
640 a lot of apps (button.exe/style.exe/header4.exe)
641 (fix = call default frame handler when receiving this msg
642 when the window hasn't been 'created' yet)
643
644 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
645 - USER32: fixed modal dialogs
646 added WM_CONTEXTMENU
647 - COMCTL32: implemented statusbar size grip
648
649 99-11-03: Patrick Haller <phaller@gmx.net>
650 - KERNEL32: Fix: undocumented behaviour in SearchPathA
651 and bugfix in SearchPathW
652 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
653 Fix LoadBitmapA checked for incorrect return value
654
655 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
656 - DDRAW: Changed debug output to DDRAW: ...
657 Copied Framebuffer if in colorconversion mode for Normal Blits to
658 the primary surface. => Map Editor of Red Alert works.
659
660 00-11-02: Achim Hasenmueller <achimha@innotek.de>
661 - COMCTL32: Incorporated latest WINE 991031 updates
662 Note: listview doesn't paint properly now. Will be fixed later.
663
664 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
665 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
666
667 99-11-02: Patrick Haller <phaller@gmx.net>
668 - SHELL32: Up to current WINE level
669 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
670
671 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
672 - INCLUDE\odinwrap.h:
673 fixed wrong define (_ODINWARP instead of _ODINWRAP)
674 Only check the heap for consistency when DEBUG_ODINHEAP is
675 defined.
676 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
677 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
678 arrive before the dialog received it's WM_INITDIALOG msg)
679 Fixed more FS corruption in dc.cpp.
680 - SHELL32: Added extra exports for comdlg32
681 - COMDLG32: Ported Wine file & find common dialogs (991031)
682 Find & Replace dialogs enabled, Wine code called for
683 file dialogs if the app supplies a dialog template.
684 NOTE: Disabled for now. Comctl32 isn't stable enough
685 for the Win95 style Wine comdlg dialogs.
686 Fixed check for find/replace dialog. Notepad uses 32 byte
687 buffer, so why does the wine code fail for < 80 bytes?
688 Fixed display of find/replace dialog -> if not hooked
689 show dialog!
690 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
691 start two nmake process to build everything on two cpus.
692
693 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
694 - USER32: Delete all process windows & classes in exitlist handler
695 Set hwndInsertBehind to HWND_BOTTOM for group boxes
696 (fixes problems when groupbox control is defined after
697 controls inside it in dialog template)
698 Mouse activate fix.
699 Don't activate child windows in ShowWindow.
700 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
701 audio hardware present.
702
703
704 99-11-01: Daniela Engert <dani@ngrt.de>
705 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
706 (fixes missing text in WELCOME)
707
708 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
709
710 This is a hack!
711
712 Dialog controls which contain/surround other controls *need* to be
713 created with the WS_CLIPSIBLINGS style.
714
715 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.