source: trunk/changelog@ 1295

Last change on this file since 1295 was 1295, checked in by phaller, 26 years ago

.

File size: 73.1 KB
Line 
1 /* $Id: changelog,v 1.320 1999-10-14 17:20:58 phaller Exp $ */
2
3 99-10-14: Patrick Haller <phaller@gmx.net>
4 - KERNEL32: Fix: threads might need more memory in debug mode (thread.cpp)
5 Fix: a little cleanup (virtual.cpp)
6 Fix: lstrcpyAW taking NULL parameters (broken WINE controls?) (heapstring.cpp)
7 - ADVAPI32: Fix: RegConnectRegistryA slightly improved
8
9 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
10 - PE2LX: New implementation in src\win32k\pe2lx.
11 No resource conversion. I have tested it, but do expect to
12 find some bugs. And when you find, please give me a hint.
13 The new Pe2Lx uses much support code,(heap, printf..)
14 from win32k. It also uses the sub-system CRT library (as
15 win32k does). This way more of the win32k code will be
16 tested in Ring 3, so there'll simply be less bugs to track
17 down in Ring 0 and kernel debugger/ICAT.
18 - KERNEL32: Win32???Pe2Lx classes is updated to match the new Pe2lX.
19 Note that TLS is not implemented yet - it's in the line.
20 Fix: Made a temporary fix in atom.cpp for some of the W
21 functions. The string isn't allways a string... I do a
22 permanent fix some other day.
23 - WIN32K: Compiles and links. But Not Tested!
24
25 99-10-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
26 - USER32: lstrcmpW: check for null pointers
27 RemovePropA SetPropA bugfixes (wrong wnd handle)
28
29 99-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
30 - USER32: Fixed shrinking listbox in shell about dialog.
31 (add border size to size during window creation & SetWindowPos)
32 Support for WM_NCCALCSIZE. Not completely working yet.
33 Fixed crash in Winhlp32 (annotate creates multiline edit
34 control that received PM messages too early -> divide by 0)
35 -> Don't allow WM_WINDOWPOSCHANGED messages until after WM_NCCREATE.
36 Removed previous OSLibMapWINDOWPOStoSWP bugfix.
37 Default dialog xBaseUnit = 10, yBaseUnit = 20.
38 Only set FCF_TASKLIST bit when parent == desktop & window
39 has titlebar. (too many Opera windows in tasklist)
40 Clear unsupported frame styles (i.e. no titlebar & minimize/maximize button)
41 - USER32: Rewrote window creation. All Odin windows are OS/2 frames.
42 2nd half of window/dialog creation carried out during OS/2
43 WM_CREATE message.
44 NOTE: NOT WORKING CORRECTLY JUST YET!!
45
46 - COMCTL32: Check infoPtr in toolbar during WM_ERASEBKGND
47 - KERNEL32: Added wprocess.cpp dependency for include\win\thread.h
48 Bugfix for loading dlls in pe loader -> increase reference count
49 In iLoadLibrary first check if the dll has already been loaded.
50 Fixed console initalization for pe loader apps.
51 Fixed SetWin32TIB. Return current FS selector for Odin32 apps.
52 Removed generic.exe fix in OS2UnsetExceptionHandler.
53 (creates problems when loading multiple PE dlls with pe loader
54 and generic.exe still works fine now)
55
56 99-10-13: Patrick Haller <phaller@gmx.net>
57 - KERNEL32: Fix: XCPT_GUARD_PAGE_VIOLATION are now supported.
58 (helps PROGMAN.EXE)
59 - USER32: Fix: parameter checking in RedrawWindow
60 Fix: temp fix for MsgWaitForMultipleObjects
61
62 99-10-12: Sander van Leeuwen <sandervl@xs4all.nl>
63 - USER32: DrawMenuBar & DrawCaptionTempA bugfix (window handle translation)
64 Added Win32ToOS2FrameHandle method
65 Set default mouse pointer back if app doesn't process WM_MOUSEMOVE
66 message.
67 Bugfix in button control -> return non-zero if WM_MOUSEMOVE
68 message doesn't change the cursor.
69 Same fix in edit & listbox control.
70 Looks like the same bug is in the scrollbar code.
71 Preliminary listbox fixes (scrollbar related)
72 Don't show scrollbars when window is created.
73
74 - USER32: Added support for extra messages in default window handler.
75 Partial support for WM_SYSCOMMAND in default window handler.
76 MDI child bugfix (window now displayed correctly)
77 Only subclass frame when it has a 3d border OR *only* the
78 WS_BORDER borderstyle.
79 Fixed y mapping bug in OSLibMapWINDOWPOStoSWP (converted
80 twice (win32 -> os2 -> win32))
81 - USER32: Set focus to edit control when receiving WM_LBUTTONDOWN
82
83 - USER32: Don't send WM_COMMAND during WM_SETFOCUS in edit control when
84 dialog hasn't been completely created. (crashes VPBuddy; can't
85 find dialog control that hasn't been created yet)
86 NOTE: EXPERIMENTAL FIX. NEEDS TO BE CHANGED.
87
88 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
89 - USER32: pmframe finished
90
91 99-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
92 - USER32: Disabling the desktop window is a very bad idea.
93 (desktop no longer responds to mouse clicks)
94 Enable method in desktop window class that does nothing.
95 Added support for extra messages in msg printf code
96 Ported almost all Wine code for CTLCOLOR messages.
97 Return -1 in DefWindowProc for WM_VKEYTOITEM & WM_CHARTOITEM
98 Fix for MDI child window. They're now displayed, but it's
99 still not right.
100 - SHELL32: Fixed Shell32 about dialog.
101 Compile Wine resource with WRC and link with dll.
102 Added version resource
103 Call Wine dll entrypoint in initterm.cpp.
104 - INCLUDE: Only include stdlib.h when wrc is not active
105 Extra definitions for compiling win32 apps in OS/2
106
107 99-10-11: Edgar Buerkle <Edgar.Buerkle@gmx.net>
108 - GDI32: GetTextFaceW bugfix
109 - USER32: Init ownDC to 0
110 Create empty dialog in CreateWindowExA/W if class == dialog
111 Support for class atoms in CreateWindowExA/W
112 Win32Dialog::getNextDlgGroupItem() bugfix
113
114 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
115 - GDI32: Bugfix for Pie Open32 api
116
117 99-10-10: Christoph Bratschi <cbratschi@datacomm.ch>
118 - USER32: fixed radio buttons, disabled text output
119
120 99-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
121 - USER32: Ported GetNextDlgGroupItem & GetDlgItemInt from Wine
122 Window handle translation fix for MessageBoxW
123 Don't create frame windows for windows with a 3d border.
124 (fixes crash in VPBuddy; don't know why)
125 - COMDLG32: Fix for most unicode functions (window handle translation
126 missing as reported by Edgar Buerkle)
127
128 99-10-10: Edgar Buerkle <Edgar.Buerkle@gmx.net>
129 - KERNEL32: Bugfix for GetFullPathNameW (NULL ptr check)
130
131 99-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
132 - USER32: Clipboard fixes (window handle translation)
133 Fixed button redraw when receiving a WM_ENABLE msg
134 Use the supported Open32 system colors and only use
135 those from Wine for the new (9x) colors
136 - SHELL32: Moved old to current, current to old dir
137 - KERNEL32: Don't switch FS selectors for Odin32 OS/2 apps (win32
138 apps compiled in OS/2).
139 Fixed reversed stack top & bottom in TEB structure.
140 - KERNEL32 Added code to dispatch OS exceptions to win32 apps.
141 Doesn't seem to be necessary though, so it's inactive for now.
142 - USER32: Fixed resizing in winhlp32. Doesn't seem to break anything
143 else. (needs more testing though)
144 Only increase y position of window if it's initial y <> 0.
145 Fixed desktop window lookup (GetWindowFromHandle)
146 Set dummy desktop window handler;
147 Mdi client bugfix (reported by Yuri Dario)
148
149 99-10-09: Jens Wiessner <wiessnej@rfi.de>
150 - CRTDLL: Implemented functions; only 62 stubs left
151
152 99-10-09: Edgar Buerkle <Edgar.Buerkle@gmx.net>
153 - USER32: Enabled accelerator WM_COMMANDs
154 - COMDLG32: Fix for GetOpenFileNameW (owner hwnd translation)
155
156 99-10-08: Daniela Engert <dani@ngrt.de>
157 - USER32: fix: miscoloured bitmaps
158
159 99-10-08: Christoph Bratschi <cbratschi@datacomm.ch>
160 - USER32: added WM_STYLECHANGING/WM_STYLECHANGED.
161 button,combo: bitmap fix.
162 added frame to children with WS_* border flags
163 subclass frame windows
164 SendDlgItemMessageA/W fixed
165 CheckRadioButton fixed
166 merged controls with WINE 990923
167
168 99-10-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
169 - KERNEL32: Accelerator conversion fixes + changes
170
171 99-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
172 - USER32: Bugfix for SetWindowPos; take frame size into account
173 Removed WM_MOVE notification class flag for Odin PM windows
174 Removed SetWindowPos frame size bugfix
175 Removed WM_WINDOWPOSCHANGED cy bugfix
176 Set WS_DISABLED window style bit when receiving PM WM_ENABLE
177 GetClassInfoA bugfix
178 Window property bugfixes (no handle translation)
179 Set last error when window creation fails.
180 In DefDlgProcA/W, call DefWindowProcA/W if window is not
181 a dialog. Fixed problems in VPBuddy.
182 Unknown if that's a bug in the app or something else goes wrong.
183 - KERNEL32: Bugfix for loading winspool
184 Ported latest Wine exception code (RtlRaiseException/RtlUnwind)
185
186 99-10-07: Christoph Bratschi <cbratschi@datacomm.ch>
187 - USER32: GetCaretPos() fix
188
189 99-10-07: Achim Hasenmueller <achimha@innotek.de>
190 - USER32: Corrected pageup/pagedown behavior
191
192 99-10-07: Rene Pronk <R.Pronk@twi.tudelft.nl>
193 - USER32: Fixed WM_WINDOWPOSCHANGED behavior so that
194 client windows are properly resized. This fixes
195 the Winhlp32 history resize problem
196
197 99-10-07: Edgar Buerkle <Edgar.Buerkle@gmx.net>
198 - USER32: Set window PM id for Odin windows.
199 Bugfix for WM_QUERYWINDOWPARAMS handler
200 Case insensitive string compare in CreateWindowExA/W for
201 mdi client class check.
202 Create ascii or unicode mdi child window based on mdi client
203 window type.
204
205 99-10-07: Jens Wiessner <wiessnej@rfi.de>
206 - CRTDLL: Includes all functions (added stubs and fully implemented functions)
207
208 99-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
209 - USER32: Only display scrollbars when they need to be shown.
210 (also fixes redraw problems with inactive scrollbars)
211 Resize bugfix. Winhlp32 can now be resized without problems.
212 Whether this fix is correct is another matter.
213
214 99-10-06: Daniela Engert <dani@ngrt.de>
215 - USER32: fix: adjust caret position if window height changes.
216
217 99-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
218 - USER32: Fixed memory leaks in SetWindowTextA/W window class methods
219 - KERNEL32: Put back my changes (10/04/99) in winimgres.cpp
220
221 99-10-06: Patrick Haller <phaller@gmx.net>
222 - KERNEL32: Fix: DLLs without Resource Segment (pResDir == NULL)
223 Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :)
224
225 99-10-05: Christoph Bratschi <cbratschi@datacomm.ch>
226 - USER32: rewrote color management
227
228 99-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
229 - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler.
230 Prevents crash due to corrupted handler chain (see
231 comments in that function)
232 - ODIN32API: Remove exception handler set & unset. Not necessary
233 as it's also done in the start method of an exe image.
234
235 99-10-04: Patrick Haller <phaller@gmx.net>
236 - SHELL32\NEW: Compilation fix (indirectly included win32type.h)
237 - KERNEL32: Support for DisableThreadLibraryCalls
238
239 99-10-04: Edgar Buerkle <Edgar.Buerkle@gmx.net>
240 - USER32: Fixes for window style update, mouse button messages,
241 WS_CAPTION style and apps with a dialog as their main window.
242 (set owner to desktop)
243 - KERNEL32: Extra checks for valid heap pointers
244
245 99-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
246 - USER32: Deleted dialog.cpp
247 Set last error to 0 if dialog creation succeeds.
248 Added flag to distinguish between messages sent by PM and
249 those sent by apps
250 Handle WM_SETTEXT messages passed to default window handler
251 (only if not sent by PM)
252 - VERSION: Fix for string compares in VersionInfo32_FindChild (has
253 to be a lstrcmpniW)
254 - SHELL32: Removed nameid.h include in she.cpp & sh.cpp. Fixed makefile
255 addition for export library (extra ".." for tool path)
256 - DPLAY, MSACM32: Compilation fix (indirectly included win32type.h)
257 - KERNEL32: Fixed getVersionStruct for PE & LX images (didn't copy
258 version data before)
259 Fixed module name lookup for win32 images executed by the PE
260 loader. (can't use OSLibQueryModuleHandle for those)
261 Added lstrcmpniW function
262 Set full path for LX images
263 Support for retrieving the first resource of a certain type
264 (version ids no longer hardcoded as id 1; just get the first one
265 present)
266
267 99-10-04: Jens Wiessner <wiessnej@rfi.de>
268 - CRTDLL: Implemented functions + added stubs
269 - MSVCRT: More stubs + crtdll forwarders
270
271 99-10-04: Yuri Dario <mc6530@mclink.it>
272 - ddeml.h: new macros
273 - mmsystem.h: changed sndPlaySound and mciCommand prototypes (as in MS sdk)
274 - shlobh.h: added ifdef for direct inclusion
275 - winbase.h: added UnlockResource macro
276 - windef.h: changed return type (maybe also other functions are wrong)
277 - windows.h: included ddeml.h
278 - windowsx.h: added macros
279 - wingdi.h: added win95 bitmap structures
280 - winuser.h: few macros and changed DLGTEMPLATE prototypes as in MS sdk
281 - crtdll.cpp: now includes libc/locale.h, so toolkit headers are included also for VA36
282 - shell32/makefile: added code for library export.
283 - shell32/new/makefile: added code for library export.
284 - dialog.cpp: DLGTEMPLATE changes
285 - windlg.cpp: DLGTEMPLATE changes.
286 - win32k/makefile: corrected paths
287 - win32k/include/pe2lx.h: this section should be included for VA36
288
289 99-10-03: Daniela Engert <dani@ngrt.de>
290 - USER32: WM_MOUSEMOVE bugfix (removed check for captured mouse)
291
292 99-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
293 - USER32: Updated window class with isMDIClient method
294 Fixed DrawTextExA/W compile errors (different parameter types)
295
296 99-10-02: Christoph Bratschi <cbratschi@datacomm.ch>
297 - USER32: DrawTextExA/W: implemented DT_END_ELLIPSIS
298 added DrawTextExA/W to header files
299
300 99-10-02: Edgar Buerkle <Edgar.Buerkle@gmx.net>
301 - VERSION: Allocation bugfix in VerQueryValueA
302 - USER32: Added style changes for PM windows + don't clear WS_VISIBLE
303 flag when converting window styles. (fixes buttons in winhlp32)
304
305 99-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
306 - DDRAW: ifdef'ed out code that causes crash (OS2Surface destructor)
307 Free original translation buffer, not the one aligned to qword
308 boundary.
309 - USER32: Create frame window for windows with desktop as parent (i.e. WS_POPUP)
310 This makes sure WM_ACTIVATE messages are sent.
311 Scrollbar changes.
312 Call DestroyWindow when DefWndProc receives WM_CLOSE msg.
313 - KERNEL32: Allocate memory from heap when HeapReAlloc is called with
314 a NULL memory pointer (WINE listbox control depends on this)
315 - AVIFIL32: Compilation fix
316
317 99-10-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
318 - KERNEL32: Skip spaces in command line string
319 - USER32: Fix for MessageBoxA (window handle conversion)
320 Fixes for combobox (handles null pointers)
321 - GDI32: Added OSLibSetDIBitsToDevice
322
323 99-10-01: Jens Wiessner <wiessnej@rfi.de>
324 - CRTDLL: Implemented functions + added stubs
325 - MSVCRT: More stubs + crtdll forwarders
326
327 99-09-29: Daniela Engert <dani@ngrt.de>
328 - USER32: improved timer handling for caret blinking.
329 recreate carets on focus change if needed.
330
331 99-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
332 - USER32: Almost completed standard window scrollbars.
333 Fixed WM_ACTIVATE message, generate WM_ACTIVATEAPP message
334 when WM_ACTIVATE is received. (instead of WM_SETFOCUS)
335 NOTE: Still not working correctly. Too many WM_ACTIVATEAPP msgs generated.
336 Always send Odin window handles from pmwindow.cpp to win32wbase.cpp.
337 Send WM_CHILDACTIVATE msg to MDI child windows.
338
339 99-09-28: Christoph Bratschi <cbratschi@datacomm.ch>
340 - USER32: Mouse input functions: SetCapture() fixed
341 SystemParametersInfo(): fonts fixed
342 GetSystemMetrics(): changed icon size to 32x32
343 Sorting and fixing user32.cpp
344
345 99-09-28: David Raison <djr@lemur.co.uk>
346 - KERNEL32: Fixed GetComputerNameA
347
348 99-09-28: Jens Wiessner <wiessnej@rfi.de>
349 - CRTDLL: Updated _except_handler2 + added Wine source changes
350 - MSVCRT: Created. Forwards most apis to CRTDLL or NTDLL.
351
352 99-09-28: Sander van Leeuwen <sandervl@xs4all.nl>
353 - USER32: Only generate WM_CHAR when TranslateMessage is called for
354 WM_KEYDOWN. (TODO: WM_SYSCHAR)
355
356 99-09-28: Daniela Engert <dani@ngrt.de>
357 - USER32: Caret functions implemented
358 ScrollDC implemented
359 ScrollWindowEx implemented
360
361 99-09-28: Patrick Haller <phaller@gmx.net>
362 - KERNEL32: Add: debug info for missing API imports (WinImagePeLdr)
363 Fix: source cleanup, introduction of WIN32.DIR.SYSTEM and WIN32.DIR.WINDOWS
364 as overrides over the STUPID Open32 result. I don't want to have Win32 apps
365 messing up x:\OS2 ....
366
367 99-09-26: Daniela Engert <dani@ngrt.de>
368 - USER32: SetTimer/KillTimer work now.
369
370 99-09-26: Achim Hasenmueller <achimha@innotek.de>
371 - COMCTL32: Merged with WINE 990923 changes
372 (propsheet.c not fully done)
373
374 99-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
375 - USER32: Started with standard window scrollbar implementation
376 Rewrote ScrollWindow (seems to work ok)
377 Set text bugfix (crash in about dialog box of generic.exe)
378 Send WM_INITDLG after creation of dialog controls.
379 Set last error to 0 at end of BeginPaint/EndPaint.
380 Set last error when window not found (window.cpp/windlg.cpp)
381 WM_(SYS)KEYUP/DOWN bugfix (repeat cnt & scancode reversed)
382 Generate WM_CHAR message when TranslateMessage is called for
383 WM_CHAR (PM) message. (sent after WM_(SYS)KEYUP/DOWN)
384
385 99-09-25: Christoph Bratschi <cbratschi@datacomm.ch>
386 - USER32: WS_EX_* 3D frame support for child windows
387 - USER32: Double click handling changed
388
389 99-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
390 - USER32: Cursor fixes. Cursor shown correctly in winhlp32.
391 Don't call WinDefWindowProc for WM_MOUSEMOVE (resets
392 cursor to system default)
393 RedrawWindow: set window pointer to desktop window when hwnd == NULL
394 - KERNEL32: Cursor & cursorgroup fixes
395 Fixes for thread local memory allocation (only done for thread 0)
396 Create TEB selector + memory for threads we don't create.
397 (i.e. DART threads in WINMM)
398 NOTE: Not tested.
399 - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them
400 work with new dlls.
401
402 99-09-25: Daniela Engert <dani@ngrt.de>
403 - USER32: ClientToScreen and ScreenToClient didn't work -> fixed.
404
405 99-09-24: David Raison <djr@lemur.co.uk>
406 - OLE32: Ported remaining files pertaining to OLE32 from WINE
407 - OLEAUT32: Patched OaBuildVersion to level 0x1E...
408
409 99-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
410 - USER32: Rewrote menu code to use Open32 (==PM) menu handles
411 Note: Uses mostly Open32 apis; they work fine, but maybe
412 we should write our own someday.
413 Cursor fixes. Not working in winhlp32 yet though.
414 - KERNEL32: Cursor & cursorgroup fixes
415
416 99-09-23: Patrick Haller <phaller@gmx.net>
417 - KERNEL32: Fix: WinImgRes:findResourceW erroneously tried to free
418 numerical resource IDs instead of translated Unicode
419 strings.
420 - USER32: Fix: in USER32:HeapShared:getmoreShared()
421 Fix: in USER32:WIN32WMDIClient:childActivate()
422 Fix: in USER32:WinMenu:GetSubMenu
423 now returns Win32MenuRes object instead of PM handle
424 Fix: in USER32:WinMenu:GetSystemMenu
425 now returns Win32MenuRes object instead of PM handle
426 Fix: in USER32:Char:CharPrevW intermixed arguments
427
428 99-09-23: Jens Wiessner <wiessnej@rfi.de>
429 - CRTDLL: Added stubs, implemented some stubs
430 - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG,
431 OLECLI32, OLESVR32, PSAPI, RASPI32
432 Added dprintfs.
433
434 99-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
435 - WINMM: Changed WinPostMsg calls into PostMessageA as win32 window
436 handles are not the same as PM handles anymore.
437 - USER32: Adding desktop window class. When user32 is loaded, a desktop
438 window object is created.
439 GetDesktopWindow returns handle of this window.
440 Winhlp32 no longer crashes immediately, but briefly shows
441 it's window before quitting.
442 Create windows always with HWND_TOP. The if statement (hwndLinkAfter)
443 in the CreateWindowExA method of Win32BaseWindow class messes
444 up the Z-order of dialog controls (i.e. buttons in a group box)
445 - COMDLG32: Fixed all common dialogs. (translate our handle to real PM handle)
446
447 99-09-22: David Raison <djr@lemur.co.uk>
448 - KERNEL32: Return "Service Pack 3" as CSD string in GetVersionExA/W
449
450 99-09-22: Yuri Dario <mc6530@mclink.it>
451 - MISC: Fixed WINELIB macro's in wingdi.h, added fixes to headers
452 for VAC 3.6.5
453 - ODINCRT: Also link with SOMLIB (VAC 3.6.5)
454 - CRTDLL: Compilation fix for VAC 3.6.5
455 - TOOLS\COMMON: Minor change to makefile
456 - TOOLS\IMPDEF: Minor change to makefile
457 - TOOLS\WRC: Makefile fixes
458
459 99-09-22: Rene Pronk <R.Pronk@twi.tudelft.nl>
460 - USER32: Changed WM_CHAR PM handling to generate WM_(SYS)KEYUP/DOWN
461 messages.
462 Note: Not complete as TranslateMessage doesn't translate
463 ascii keys to WM_CHAR messages.
464
465 99-09-22: Sander van Leeuwen <sandervl@xs4all.nl>
466 - USER32: Removed GetDesktopWindow fix
467 Ported getNextDlgTabItem & getDlgItem
468
469 99-09-21: Daniela Engert <dani@ngrt.de>
470 - USER32: background erasing/painting stuff hopefully finished.
471
472 99-09-21: Patrick Haller <phaller@gmx.net>
473 - KERNEL32: Add: GetFileAttributesExA/W implemented (ugly)
474
475 99-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
476 - KERNEL32: Fixed cursor group conversion
477 - PELDR: Committed my latest sources. (rewrite for new kernel32 image classes)
478
479 99-09-21: Edgar Buerkle <100566.557@compuserve.com>
480 - USER32: Fixed GetDesktopWindow, added message handling for WM_TIMER
481 added code to choose best icon from icon group. (in OSLibWinCreateIcon)
482 - KERNEL32: Fix for converting icons & icon groups
483
484 99-09-19: David Raison <djr@lemur.co.uk>
485 - OLE32: Added AntiMoniker,
486 Updated regsvr32 to use RegisterLxExe
487
488 99-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
489 - USER32: Fix background of button, group & static text
490 NOTE: Changed default behaviour of WM_CTLCOLOR* handling.
491 Don't know if this is correct, but it fixes problems
492 in dialogs (text with white instead of gray background)
493
494 99-09-20: Markus Montkowski
495 - WNASPI32: full implementation via ASPIROUT$ device driver.
496
497 99-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
498 - USER32: Increased font pointsize for dialog (multiplied by two)
499 (probably not the right way to do things, but it works for the
500 dialogs in Solitaire)
501 Activated MsgEraseBackground method again (pmwindow.cpp)
502 Dialogs don't receive those otherwise.
503 (may need to be changed back again)
504
505 99-09-19: David Raison <djr@lemur.co.uk>
506 - USER32: Partially implemented MessageBoxIndirectA/W (forwarded to MessageBox)
507
508 99-09-18: Sander van Leeuwen <sandervl@xs4all.nl>
509 - KERNEL32: Added resource support for win32 apps compiled in OS/2
510 - INCLUDE: Header file changes for win32 apps compiled in OS/2
511 - VERSION: Create correct import lib
512 - WINMM: Create correct import lib
513 - MSACM32: Link with winmm.lib, don't import apis from .def file
514 - MSVFW32: Link with winmm.lib, don't import apis from .def file
515
516 99-09-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
517 - KERNEL32: Implemented lstrncmpiA
518
519 99-09-18: Jens Wiessner <wiessnej@rfi.de>
520 - CRTDLL: Added stubs
521 - SHELL32(NEW)/MSACM32/MSFW32: Link with kernel32 for lstrncmpiA
522
523 99-09-17: Daniela Engert <dani@ngrt.de>
524 - USER32: Fix: window focus management.
525 OSLIBWIN.H: the definitions of OSLIB_HWND_DESKTOP and
526 OSLIB_HWND_OBJECT were 1 off (with respect to the definition
527 in PMWIN.H)! So OSLIB_HWND_DESKTOP was in effect NULLHANDLE,
528 and OSLIB_HWND_OBJECT was HWND_DESKTOP.
529
530 99-09-16: Daniela Engert <dani@ngrt.de>
531 - USER32: Fix: UpdateWindow
532 New: RedrawWindow (preliminary), InvalidateR*
533
534 99-09-16: Patrick Haller <phaller@gmx.net>
535 - USER32: Fix: DIB_FixColorsToLoadflags - incr was not initialized
536 Fix: WINMENU::GetSystemMenu() was broken.
537
538 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
539 - KERNEL32: Moved old kernel32 code to kernel32\old
540 Rewritten win32 exe/dll classes.
541 There are now classes for the following exes/dlls:
542 Pe2lx images, win32 images loaded by the pe loader and
543 LX images (win32 apps compiled in OS/2 and system dlls)
544 Bugfixes for unicode resource apis.
545 Not completely tested yet, but works for most apps.
546 NOTE: Resource handling for pe2lx & win32 apps compiled in OS/2
547 will be added in the near future. For now it's compatible
548 with the old pe2lx.
549 NOTE: New kernel32 doesn't work with old user32
550 NOTE: Win32Resource::lockResource not complete yet, but that part
551 will be removed after the pe2lx rewrite.
552 - USER32: Moved new user32 into user32 dir, old one to user32\old
553 - ALL: Changed initterm.cpp to create LX dll object during initialization.
554 IMPORTANT NOTE: Version increased from 3 to 4. Complete recompilation
555 of everything is required!
556
557 99-09-14: Patrick Haller <phaller@gmx.net>
558 - AVIFIL32: ported AVIFIL32 from WINE
559 - DPLAY: ported DPLAY from WINE
560 Note: DPLAYX is required and NOT ported yet.
561 Furthermore, DPLAY has still stubs.
562 - DPLAYX: ported DPLAY from WINE (incomplete)
563 Note: still problem with COM-inheritance-macro XCAST()
564 - WNASPI32: ported WNASPI32 from WINE
565 Note: someone should adapt it to OS/2's R3 ASPI router
566
567 99-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
568 - USER32\NEW: Implemented Enum(Thread/Child)Windows based on Edgar
569 Buerkle's code with modifications for new user32 and
570 added some enhancements.
571
572 99-09-13: Jens Wiessner <wiessnej@rfi.de>
573 - NTDLL: Added CRT-functions.
574
575 99-09-13: Daniela Engert <dani@ngrt.de>
576 - USER32\NEW: DC/related code: ReleaseDC, GetWindowDC, DC destruction,..
577
578 99-09-13: Patrick Haller <phaller@gmx.net>
579 - SHELL32\NEW: updated to current wine level
580
581 99-09-13: David Raison <djr@lemur.co.uk>
582 - KERNEL32: Fixed MultiByteToWideChar. Return size of string including
583 0 terminator.
584
585 99-09-13: Jens Wiessner <wiessnej@rfi.de>
586 - CRTDLL: Added functions.
587
588 99-09-08: David Raison <djr@lemur.co.uk>
589 - OLEAUT32: Updated TypeLib code to find typelibs in EXE/DLL etc
590 NB Still need to fix typelib translation.
591
592 99-09-12: Daniela Engert <dani@ngrt.de>
593 - USER32\NEW: DC/related code: GetDCEx implemented. Slightly enhanced
594 over Open32.
595
596 99-09-12: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
597 - WIN32K: An untested version is checked in. The new skeleton is
598 partially tested. PE2LX is not updated and will probably not be updated
599 before pe2lx is rewritten.
600
601 99-09-09: Daniela Engert <dani@ngrt.de>
602 - USER32\NEW: begin new DC/related code. BeginPaint/EndPaint done.
603
604 99-09-09: Patrick Haller <phaller@gmx.net>
605 - SHELL32\NEW: shell32 done, it compiles + links, no testing yet
606 - USER32: added stubs for GetMenuInfo + SetMenuInfo
607 - USER32\NEW: added stubs for GetMenuInfo + SetMenuInfo
608
609 99-09-08: David Raison djr@lemur.co.uk
610 - Src\OleAut32 Added stubs for undefined exports in OLEAut32
611
612 99-09-08: Yuri Dario <mc6530@mclink.it>
613 - INCLUDE\WIN: Changes to wingdi.h (more WINELIB_NAME defs) & winuser.h (mssing definitions)
614 Missing ';' in custcntl.h at line 106
615
616 99-09-08: David Raison djr@lemur.co.uk
617 - INCLUDE\WIN: Added DECIMAL definition to windef.h
618
619 99-09-08: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
620 - KERNEL32, USER32, USER32\NEW, GDI32, ADVAPI32: <dllname>exp.def is
621 now generated by a util called ImpDef. (source in tools\impdef).
622 - INC: pdwin32.tools is updated with a IMPDEF macro. This requires
623 the macro PDWIN32_TOOLS too point to the tools\bin directory.
624 - TOOLS: New directory tree for tools developed to aid us create odin32.
625 Create a subdirectory for each tool.
626 Currently database, impdef and omfdumper is placed here.
627 - TOOLS\IMPDEF: generates the <dllname>exp.def files.
628 - TOOLS\OMFDUMPER: source for the omfdumper use to create pmwinx.def.
629 Base source for a library converted used in win32k.
630 - TOOLS\DATABASE: source for the odin32 API database and it's tools.
631 See the Odin32 API Database Design Document for more info.
632 Document will soon be placed in the 'Vault' of the win32-os2 group.
633 - TOOLS\DATABASE\MYSQL: mysql headers and libraries.
634 - TOOLS\DATABASE\GD: Gifdraw 1.2 - used to draw graphs.
635
636 99-09-08: Patrick Haller <phaller@gmx.net>
637 - OLE32: CLSIDFromStringA is needed in other modules, too. (SHELL32)
638
639 99-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
640 - Removed /DNONAMELESSUNION from some makefiles (now defined in odin.h)
641 - Minor changes to odin.h (nameless union allowed in VAC 3.6.5) & windowsx.h
642 - USER32\NEW: Use fixed user32exp.def. Doesn't work for GetOS2Callback__15Win32WindowProcFv
643 (causes link failure for comdlg32)
644 - TOOLS\WRC: Ported Wine wrc. Needs EMX+GCC
645
646 99-09-07: Jens Wiessner <wiessnej@rfi.de>
647 - CRTDLL: Created dll (Wine port)
648
649 99-09-07: Patrick Haller <phaller@gmx.net>
650 - OLE32: WINE_StringFromCLSID is needed in other modules, too. (SHELL32)
651 - SHELL32\NEW: improvement of shell32
652 - KERNEL32: ToolHelp functions stubbed: Process32First, etc.
653
654 99-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
655 - USER32\NEW: Dialog updates (not yet done)
656
657 99-09-04: Daniela Engert <dani@ngrt.de>
658 - USER32\NEW: beginning with 'DAXifying' of our windows
659
660 99-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
661 - KERNEL32: Fixed icon- & cursorgroup conversion (Solitaire icon now correct again)
662 - USER32\NEW: Started with Wine dialog code port. Dialog creation done,
663 but not tested.
664
665 99-09-04: Jens Wiessner <wiessnej@rfi.de>
666 - MSVFW32: Created stub (partly) dll (Based on Wine 990815)
667 - PSAPI: Created stub dll (Based on Wine 990815)
668
669 99-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
670 - USER32\NEW: MDI child/client improvement (not all wine code has
671 been ported though)
672
673 99-09-01: Patrick Haller <phaller@gmx.net>
674 - *: Cleanup of include files, some ICOM issues in particular,
675 also fixes LONGLONG problem (now names LONGLONG_W)
676 - SHELL32\NEW: introduction of a straight port of WINE's SHELL32 implementation
677 18 of 22 files are ported already
678
679 99-09-01: Patrick Haller <phaller@gmx.net>
680 - *: Cleanup of include files. Warning: OS/2's BOOL is ULONG, WIN32 is INT.
681 Causes C++ compilers to complain here and there. Plus many WINE prototypes
682 are just plain wrong.
683 This change should help porting shell32/new.
684
685
686 99-09-01: Sander van Leeuwen <sandervl@xs4all.nl>
687 - USER32\NEW: Fixed GetWindowDC (Freecell 'Cards Left' string drawn
688 at the right place)
689
690 99-09-01: Jens Wiessner <wiessnej@rfi.de>
691 - RASAPI32: Created stub dll
692 - MSACM32: Created (partly) stub dll
693
694 99-08-31: Patrick Haller <phaller@gmx.net>
695 - WINMM: revision of timer services (C&C RA)
696 - KERNEL32: temporary fix for DuplicateHandle for non-HandleManager handles
697 little improvement in console properties
698 incorrect anchor class for mutexes, events and semaphores
699 fixed return codes for HMCreateFileMapping, HMOpenFileMapping
700 Fix: FILE_MAP_ALL_ACCESS access flags for memory mapped files
701
702 99-08-31: Sander van Leeuwen <sandervl@xs4all.nl>
703 - USER32\NEW: Finished MDI class, but it's not working yet.
704 - USER32\NEW: Fixed menu apis
705 - KERNEL32\NEW: Changed makefile to generate response file (linker
706 cmd line too long)
707 Created resource class for menus (Win32MenuRes)
708 - INC: Changed debug makefiles to include /dbgpack linker option
709 (compresses debug info)
710
711 99-08-31: Rene Pronk <R.Pronk@twi.tudelft.nl>
712 - USER32,USER32\NEW: Implemented ChildWindowFromPointEx
713
714 99-08-30: Jens Wiessner <wiessnej@rfi.de>
715 - OLEDLG: Created stub dll
716 - INC\WIN: Update for ras.h
717
718 99-08-30: Sander van Leeuwen <sandervl@xs4all.nl>
719 - USER32\NEW: Redesign. Create base class for all window types
720 Delete Open32 class atoms before recreating them.
721 Added skeleton class for MDI client window.
722
723 99-08-29: Sander van Leeuwen <sandervl@xs4all.nl>
724 - USER32\NEW: Changed behaviour of mouse messages (send NC messages
725 when in non-client area + send WM_SETCURSOR msgs)
726 Don't send WM_MOUSEMOVE when mouse is captured.
727 Changed CreateMDIWindowA/W (don't call Open32 api anymore,
728 but post WM_MDICREATE msg)
729
730 - KERNEL32 Interlock apis ported from Wine (with help of Patrick Haller)
731 - INC: Removed Masm compatible flag for ALP and enabled debugging
732 info in debug build
733
734 99-08-29: Jens Wiessner <wiessnej@rfi.de>
735 - OLECLI32: Created stub dll
736 - IMM32: Created stub dll
737 - IMAGEHLP: Created (partly) stub dll
738
739 99-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
740 - USER32\NEW: Use shared memory for window & class objects
741 Implemented FindWindow(Ex). Not yet tested
742 Fixed window names.
743 Created shared heap using VAC's _ucreate.
744 Separate window handle creation (in shared memory array)
745 PostMessage fixes (didn't work between two processes)
746 - KERNEL32: Fixed exception handling for kill signals & termination
747 Changed VMutex constructor (also allows creation of
748 shared mutex semaphores)
749 NOTE: This requires a complete recompile!!
750
751 99-08-28: Daniela Engert <dani@ngrt.de>
752 - USER32\NEW: client windows get repositioned now when
753 the parent resizes
754
755 99-08-28: Achim Hasenmueller <achimha@innotek.de>
756 - COMCTL32: Merged with latest WINE updates (990815)
757
758 99-08-28: Yuri Dario <mc6530@mclink.it>
759 - INCLUDE\WIN: Added macros to windowsx.h
760
761 99-08-27: Daniela Engert <dani@ngrt.de>
762 - USER32\NEW: window creation, window relationship, window sizing and
763 positioning enhanced.
764 - USER32\NEW: window and client rectangles are in sync with the WINE
765 structures now.
766
767 99-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
768 - KERNEL32: Rewrote memory mapped files for multiple views
769 Increased default nr of pages loaded so loading
770 large apps doesn't take forever to start in IPMD.
771 - KERNEL32: Process dll exports before imports in order to support
772 circular dll dependencies.
773 - KERNEL32: Replaced fopen/fclose calls in windll.cpp; they mess up FS.
774 Init full path of image during Init method.
775
776 99-08-27: Patrick Haller <phaller@gmx.net>
777 - KERNEL32: removed logging page faults if mmapped i/o
778
779 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
780 - KERNEL32: Cleaned up. (removed os2native.cpp & os2util.cpp and
781 replaced them with oslibdos.* & oslibmisc.*; put
782 Virtual* win32 apis in virtual.cpp)
783 - KERNEL32: Added workaround for (what seems to be) an OS/2 bug.
784 Fixes crashes when reading from the memory mapped file.
785 (see comments in kernel32\mmap.cpp)
786 Bugfixes for VirtualProtect & VirtualQuery
787
788 99-08-25: Jens Wiessner <wiessnej@rfi.de>
789 - OLESVR32: Created stub dll
790
791 99-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
792 - KERNEL32: Use memory mapped files for PE loader
793 Readonly memory mapped files work. Read/Write has not
794 been tested yet. Shared mmaps don't work at this time.
795 - KERNEL32: Set exception handler chain to -1 (not 0) in KillWin32Process
796 -> fixes large nr of exceptions
797 - KERNEL32: Several changes for memory mapped files.
798 Put back handlemanager changes. (i.e. MapViewOfFile)
799 - USER32\NEW: Deleted win32type.h
800 - ADVAPI32: Fixed some incorrect definitions of security apis
801 - INCLUDE\WIN: Changed WINE_NAME_AW definition (now you can use
802 apis without the 'A' or 'W' suffix)
803 - INCLUDE: Added makefile for VAC 3.6.5
804 To compile use i.e.: nmake DEBUG=1 CCENV=VAC36
805 - KERNEL32: Changed VIRTUAL_MapFileA/W
806 Changed OS2ImageInit from public to protected
807 - KERNEL32: Added DuplicateHandle to Handle Manager (wasn't working before)
808 NOTE: Only works for file handles at this time!
809 The rest still needs to be implemented.
810 - USER32\NEW: Changed loadres.cpp call to VIRTUAL_MapFileA
811
812 99-08-24: Patrick Haller <phaller@gmx.net>
813 - USER32: added extended Open32 WinX control styles (OS2CTLWX)
814 - KERNEL32: HandleManager support for memory mapped files
815 Added FindFirstFileW, FindNextFileW
816 Bugfix in ExitProcess / iConsoleWaitClose
817 Bugfix in OS2Heap::OS2Heap (Heap 0 always valid for NT programs?)
818
819 99-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
820 - USER32\NEW: One mutex per type of generic object + mutex protection
821 of linked list access in win32 classes
822 - KERNEL32: Implemented VirtualQuery (not yet tested)
823 VirtualQueryEx calls VirtualQuery, VirtualProtectEx calls
824 VirtualProtect
825 NOTE: VirtualQueryEx & VirtualProtectEx can't handle addresses of other
826 processes
827 - KERNEL32: Added memory mapped file class (not hooked up to apis or
828 exception handler yet; just committing my preliminary code)
829
830 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
831 - KERNEL32: Dll load order bugfix (PE loader)
832 - USER32\NEW: Added two dummy exports so comdlg32 will load
833 NOTE: This is a temporary hack and needs to be changed.
834 - USER32\NEW: Fix for OSLibWinCreateIcon (supports single icons now)
835 - KERNEL32: Logging change, now creates a unique logfile for each
836 process. (multiple win32 apps active -> multiple logfiles)
837
838 99-08-23: Patrick Haller <phaller@gmx.net>
839 - USER32/NEW: partial (not compiling yet) port of DIALOG.C
840 - USER32: fix: Win32Proc constructor crash (GetClassInfoA(of a Systemclass))
841
842
843 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl>
844 - OLE32: Changes for updated WINE headers
845 - OLEAUT32: Created (Wine port: Based on 990815 code)
846 - KERNEL32: Export HEAP_* string functions in lib
847 - KERNEL32: Fixed some PE resource dll load bugs
848 - KERNEL32: Moved CloseLogFile call to after DestroyTIB (fixes crashes
849 as WriteLog was still called in DestroyTIB & WriteOutProfiles)
850 - KERNEL32: Added exception handling code for each thread, entrypoint &
851 TLS callbach handler.
852 OS2ExceptionHandler (in exceptions.cpp) is registered as the
853 main exception handler.
854 NOTE: Still needs to call original win32 exception handler
855 from OS2ExceptionHandler.
856 - USER32/NEW: Changed WM_ERASEBKGND handling. Fixes FreeCell background.
857 (but might not be completely correct)
858 - INCLUDE\WIN: Added custcntl.h & fixed GetObject definition
859 - INCLUDE\WIN, WIN\WINE: Added several files, updated OLE headers
860 - NTDLL: Some changes to make it compile again
861
862 99-08-21: Sander van Leeuwen <sandervl@xs4all.nl>
863 - USER32\NEW: Fixed window class bug. Freecell menu now properly
864 loaded.
865 - USER32\NEW: Changed LoadBitmapA/W to load bitmaps internally
866 (also ported some Wine code for that purpose)
867 Not correct yet: some of Solitaire's bitmaps look bad
868 - KERNEL32: Fixed name id lookup bug for PE loader resources
869 - KERNEL32: AllocFixedMemory bugfix + added Aurora flag to DosAllocMem
870 - KERNEL32: Close logfile in kernel32 exit list -> last log messages
871 before crash now properly saved
872 - PELDR: Corrected makefile
873
874 99-08-21: Yuri Dario <mc6530@mclink.it>
875 - Makefiles: Link with predefined VAC lib (RTLLIB(_O))
876 Needed for VAC 3.6.5
877
878 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
879 - KERNEL32: PE resource loading fixes
880 - USER32/NEW: Changes to Load* resource apis
881 - USER32/NEW: Put back LoadBitmap for now
882 Rewrote LoadIconA/W & LoadCursorA/W + added
883 extra code to oslib.
884
885 99-08-20: Patrick Haller <phaller@gmx.net>
886 - ODINWRAP: fixed invalid macros
887
888 99-08-19: Patrick Haller <phaller@gmx.net>
889 - ODINWRAP: fixed invalid recursion in ODINFUNCTION0-Debug
890 - WINMM: odinwrap macros
891 - TAPI32: odinwrap macros
892 - MPR: odinwrap macros
893 - COMDLG32: odinwrap macros
894 - WNETAP32: odinwrap macros
895 - WINSPOOL: odinwrap macros
896
897 99-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
898 - KERNEL32: PE loader resource fixes + ConvertNameId bugfix
899 Added pe2lx conversion code for menus, accelerators,
900 bitmaps, icons, cursors, icon & cursor groups.
901 Put back _CreateWin32Exe export in kernel32exp.def
902 - KERNEL32: Used Odin wrappers for profile apis (mess up FS)
903 - USER32 & USER32\NEW: Cleaned up icon code
904
905 99-08-18: Patrick Haller <phaller@gmx.net>
906 - NTDLL: tons of new stubs and crt functions
907 - WNETAP32: tons of new stubs
908
909 99-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
910 - Put back version check in most dlls (except odincrt.dll & peldr.dll
911 we don't want a kernel32 dependency there)
912 - PELDR/KERNEL32: Use reserved memory by peldr.dll to store win32 exe
913 sections. (now loads exes without fixups & low base address)
914 Added TLS support.
915 - KERNEL32: Lots of changes for the ring 3 PE loader (not completed)
916 Store PE header at start of module in memory, module handle
917 set to image base of module.
918
919 99-08-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
920 - KERNEL32: Profile bugfix (line 506) && removed redundant '\r'
921 (except on line 199)
922
923 99-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
924 - KERNEL32/LZ32: Fixed compilation problems introduced by changes below
925 - ODINCRT: Rewrote __threadid Clib function to get rid of crashes
926 (restores OS/2 FS selector before accessing PIB ptr and
927 puts back original FS selector afterwards)
928 NOTE: No longer necessary to use ODIN_FS_BEGIN/ODIN_FS_END macros
929 - DDRAW: Removed ODIN_FS_BEGIN/ODIN_FS_END calls
930 Fixed bugs in divewrap.h. Incorrect wrappers called themselves
931 instead of the original Dive apis.
932
933 99-08-17: Patrick Haller <phaller@gmx.net>
934 - LZ32: can't export LZCopy as ID0, changed to alphanumeric export
935
936 99-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
937 - PE loader: Started with rewrite
938 - ODINCRT: Changed compile & link options
939 - ODINCRT: Don't export ctordtorInit/Term. These functions must exists
940 locally for each dll/exe. Fixes crashes in pe loader and
941 corrupt converted exes generated by pe2lx
942 - ALL: Makefile changes & initterm.cpp no longer calls c/c++ library
943 init & termination functions (should only be done in odincrt.dll)
944
945 99-08-16: Patrick Haller <phaller@gmx.net>
946 - SHELL32: integrated Christoph Bratschis SHELL32 stubs
947 - WSOCK32: odinwrap macros
948
949 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
950 - USER32: uitools.cpp update
951
952 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
953 - USER32\NEW: controls: wine-990731 update
954
955 99-08-14: Christoph Bratschi <cbratschi@datacomm.ch>
956 - COMCTL32: wine-990731 update
957
958 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
959 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
960
961 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
962 - KERNEL32: Export heap functions by ordinal
963 - src\makefile: compile lz32 before version (dependency)
964
965 99-08-12: Patrick Haller <phaller@gmx.net>
966 - VERSION: enhanced plus odinwrap macros
967
968 99-08-11: Patrick Haller <phaller@gmx.net>
969 - ODINCRT: ordinal exports
970 - ADVAPI32:odinwrap macros (partially)
971 - LZ32: odinwrap macros
972
973 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
974 - USER32/NEW: Fixed makefile (link with odincrt)
975
976 99-08-10: Patrick Haller <phaller@gmx.net>
977 - LZ32: added preliminary support for independend LZ32 library
978
979 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
980 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
981 change is non-intrusive for existing source.
982
983 99-08-06: Patrick Haller <phaller@gmx.net>
984 - USER32: added stubs so NT4's WINFILE can load
985 - SHELL32: added stubs so NT4's WINFILE can load
986 - NTDLL: added stubs so NT4's WINFILE can load
987
988 99-08-05: Patrick Haller <phaller@gmx.net>
989 - KERNEL32: interactive control over UnhandledExceptionFilter
990 - KERNEL32: FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions
991 - KERNEL32: added WINE-style string functions in Heapstring.cpp
992 - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
993
994 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
995 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
996 (bitmap in donut.exe (ddraw sample) contains wrong size)
997
998 99-08-04: Patrick Haller <phaller@gmx.net>
999 - KERNEL32: fix for filename handling in kernel32/profile
1000 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
1001
1002 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
1003 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
1004 reported by Patrick Haller)
1005
1006 99-08-04: Patrick Haller <phaller@gmx.net>
1007 - KERNEL32: Heap modification
1008 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
1009
1010 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
1011 - USER32: Ported DrawTextExA/W & DrawStateA/W
1012
1013 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
1014 - KERNEL32: Implemented GetComputerNameA/W
1015
1016 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
1017 - USER32/NEW: Lots of changes; Solitaire displays cards correctly
1018 Status bar correctly drawn
1019 Mouse msg translation still wrong.
1020 Paint not correct.
1021
1022 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
1023 - KERNEL32: GetLocateInfoA bugfix
1024 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
1025
1026 99-07-23: Yuri Dario <mc6530@mclink.it>
1027 - misc: Changes for compilation with VAC 3.6.5
1028
1029 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
1030 - VERSION: VerQueryValueA/W Wine implementation ported
1031
1032 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
1033 - KERNEL32: Complete implementation of GetLocaleInfoA/W
1034
1035 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
1036 - KERNEL32: Fix for OS2GetResource (os2util.cpp)
1037 - PE2LX: Use unique resource id for version resource.
1038 - USER32: MapOEMToRealKey fix
1039
1040 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
1041 - DDRAW: Now compiles
1042 - COMCTL32: Create library with correct api names
1043
1044 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
1045 - KERNEL32: Fix for LoadResource; should return pointer to resource data
1046 LockResource just returns the pointer returned by LoadResource
1047
1048 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
1049 - USER32/NEW: Added support for window icons and accelerators.
1050 Accelerators don't work yet.
1051 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
1052
1053 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
1054 - KERNEL32: Added method for retrieving converted OS/2 resource
1055 (which will be changed later on)
1056 - USER32/NEW: CreateWindowEx now works and menus are displayed
1057
1058 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
1059 - KERNEL32: Exports for getting TEB & THDB added
1060
1061 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
1062 - USER32/NEW: Unicode & window handle translation bugfixes
1063
1064 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
1065 - USER32/NEW: several bugs fixed, compiles now
1066 CreateWindow doesn't work yet
1067
1068 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
1069 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
1070 Compiles, but not tested at all.
1071
1072 99-07-12: Patrick Haller <phaller@gmx.net>
1073 - KERNEL32: various console fixes
1074
1075 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
1076 - USER32: Fixes for CreateWindowExW and several unicode menu apis
1077
1078 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
1079 - KERNEL32/PE2LX: Added support for TLS sections
1080 - KERNEL32: Added thread attach/detach messages for dlls
1081 Fixed some bugs, cleaned up code
1082 NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
1083 RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
1084 THIS CHANGE ALSO BREAKS WIN32K!
1085
1086 99-07-06: Patrick Haller <phaller@gmx.net>
1087 - KERNEL32: major enhancement of handlemanager
1088
1089 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
1090 - PE2LX: Finished support for codepages
1091
1092 99-07-05: Patrick Haller <phaller@gmx.net>
1093 - SHELL32: SheSetCurDrive stub, ...
1094
1095 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
1096 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
1097 link pe2lx\misc.cpp properly)
1098
1099 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
1100 - PE2LX: Preliminary support for codepages
1101
1102 99-07-05: Patrick Haller <phaller@gmx.net>
1103 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
1104
1105 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
1106 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
1107
1108 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
1109 - PE2LX/USER32: Dialog bugfix for entryfield strings
1110
1111 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
1112 - KERNEL32: Unicode changes (unicode.cpp)
1113 lstrcpynA/W (kernel32.cpp
1114 - USER32: LoadStringA unicode conversion bugfix
1115 - USER32: Changed SystemParameterInfo for default font (now 9.WarpSans)
1116
1117 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
1118 - WINMM: Implemented remaining joystick apis + bugfixes
1119
1120 99-06-29: Patrick Haller <phaller@gmx.net>
1121 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
1122
1123 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
1124 - WINMM: Implemented most of the joystick apis
1125
1126 99-06-28: Christoph Bratschi
1127 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
1128
1129 99-06-28: Sander van Leeuwen
1130 - USER32: Get/SetWindowLongA bugfix for dialog controls
1131
1132 99-06-27: Sander van Leeuwen
1133 - USER32: Message handler updates & lots of bugfixes
1134 - USER32: Fix for GetWindowLongA, if Open32 returns 0xffff it really
1135 means 0xffffffff -> fixes Winhlp32 buttons.
1136 - USER32: Fixed bug when changing window procedures for dialog box
1137 controls
1138
1139 99-06-26: Sander van Leeuwen
1140 - USER32: Changes for message spy & several message handler changes
1141 - USER32: Restore win32 tib in window msg callback
1142 - KERNEL32/include: Restore OS/2 tib on entering Open32 or OS/2 apis
1143 - KERNEL32/lang.cpp: Bugfix for GetLocaleInfoA (if buf ptr == null,
1144 only return size of memory block required to hold info)
1145
1146 99-06-25: Achim Hasenmueller
1147 - Finally fixed changelog date format to be compliant with
1148 the official EU date format :)
1149
1150 99-06-25: Christoph Bratschi
1151 - USER32: GetSysColorPen bugfix (syscolor.cpp)
1152
1153 99-06-24: Patrick Haller
1154 - SHELL32: partial port form WINE
1155
1156 99-06-24: Edgar Buerkle
1157 - KERNEL32: Implemented GetLocaleInfoA/W
1158
1159 99-06-24: Sander van Leeuwen
1160 - include\winos2def.h: Changed OS/2 apis to use wrappers
1161 (FS save/restore) and added DosQueryCtryInfo
1162
1163 99-06-23: Patrick Haller
1164 - Fixed date format in changlog .g.
1165 - NTDLL: a dozen c runtime functions added
1166 - USER32: IsHungAppWindow dummy added
1167 - SHELL32: few more APIs added
1168 - KERNEL32: HandleManager, Console, fixes
1169 - COMDLG32: basic unicode support added, thou broken somehow
1170 - source code splitups and beautification ;-)
1171
1172 99-06-23: Achim Hasenmueller
1173 - ported latest WINE fixes and additions for comctl32. Changes
1174 involve better undoc. DSA APIs, right colors for the tab control,
1175 many improvements for the listview...
1176
1177 99-06-21: Achim Hasenmueller
1178 - ported latest WINE DrawEdge code and moved everything to the
1179 new file src/user32/uitools.cpp
1180
1181 99-06-21: Sander van Leeuwen
1182 - include\os2wrap.h, removed calling convention
1183
1184 99-06-21: Christoph Bratschi
1185 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
1186 - COMCTL32: Trackbar finished (trackbar.c)
1187
1188 99-06-20: Sander van Leeuwen
1189 - KERNEL32: Call HMInitialize from initterm, not winexe object creation
1190 - KERNEL32: Added comctl to list of system dlls (windll.cpp)
1191 - KERNEL32: Fixed dll detach (windll.cpp) for converted win32 dlls
1192 - KERNEL32: Module name detection (windll.cpp)
1193 - KERNEL32: Activated Win32 TIB code; a selector + memory is allocated
1194 for the main thread and every thread created.
1195 When it's completed, it should fix several problems due to
1196 differences between OS/2's TIB and Win32's TEB.
1197 - COMCTL32: Fixed crash on exit (moved unregister of class into exit list handler)
1198 - USER32: Changed bugfix (WS_CLIPCHILDREN) for winhlp32 (same as Wine now)
1199 - USER32: Fixed bug in wndproc.cpp (release build only)
1200 - USER32: Added preliminary support for parent notification
1201
1202 99-06-19: Sander van Leeuwen
1203 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
1204 - KERNEL32: Changes for win32 TEB (not active)
1205
1206 99-06-07: Sander van Leeuwen
1207 - Removed unecessary files
1208 - Modified os2win.h to save FS selector before calling Open32 api
1209 and restoring it afterwards.
1210 - Renamed all .C files (except comctl32) to .CPP and fixed compiler errors
1211 - GDI32: Fixed SetDIBitsToDevice bugfix (palette size)
1212 - USER32: Fixed RegisterSystemClasses
1213
1214 99-06-07: Achim Hasenmueller
1215 - Added comctl32, mostly untested includes all controls, some undocumented
1216 APIs missing
1217 - Added internal GetSysColorPen() to user32 - handy API used in WINE
1218 Modified syscolor.cpp to support new Win98 colors and create pens
1219
1220 99-06-06: Sander van Leeuwen
1221 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
1222 as reported on mailinglist by Edgar Buerkle.
1223 Also FindResourceA/W.
1224
1225 99-06-01: David Raison
1226 - OLE32: Changed everything to make it compile with the new headers
1227 - include/win/ole.2 - line 170
1228 - include/wine/win/obj_oleview.h - line 32 & 36
1229
1230 99-05-23: Sander van Leeuwen
1231 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
1232 Fixed key definition conflict in convertkey.
1233 - KERNEL32: Fixed exception handler, don't continue after process termination
1234 exception! (fixes annoying exitlist hangs)
1235
1236 99-05-19: Sander van Leeuwen
1237 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
1238
1239 99-05-15: Sander van Leeuwen
1240 - Fixed a number of bugs introduced during the Wine header update
1241 - KERNEL32: Added high/low fixup support for pe loader
1242
1243 99-05-13: Sander van Leeuwen
1244 - Updated USER32
1245 - Fixed unicode apis in USER32
1246 - Added .def files for ADVAPI32, COMDLG32, GDI32, KERNEL32 & USER32 that
1247 export all apis with the correct names. (_apiname@nrofparameterbytes)
1248
1249 99-05-12: Sander van Leeuwen
1250 - Finished KERNEL32
1251 - Updated WINMM
1252
1253 99-05-10: Vince Vielhaber
1254 - Rewrote WSOCK32 for Wine headers
1255
1256 99-05-08: Sander van Leeuwen
1257 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
1258 for new headers
1259 - Started with KERNEL32 changes (75% done)
1260 - Made basic changes to OLE32 for new headers, but still tons of errors
1261 - Fixed some unicode apis in GDI32
1262
1263 99-05-04: Sander van Leeuwen
1264 - Stripped os2win.h and put it in include directory
1265 - WINE header files in include\win
1266 (some modified for IBM VAC)
1267 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
1268 are appended with _O32.
1269
1270 99-05-01: Sander van Leeuwen
1271 - Changed makefile structure:
1272 nmake DEBUG=1 builds debug version
1273 nmake builds release version
1274
1275 99-04-11: Sander van Leeuwen
1276 - Everything except user32 & kernel32: copyrights added to most files
1277 Moved a few header files in \include
1278 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
1279 be a virtual method.
1280
1281 98-10-26: Sander van Leeuwen
1282 - OLE32: CoInitialize takes one parameter, not 0
1283
1284 98-10-11: Sander van Leeuwen
1285 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
1286 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
1287
1288 98-09-28: Sander van Leeuwen
1289 - PE2LX: icon.cpp: palette only for <= 8 bpp
1290 - PE2LX: icon.cpp: check if image size in bmp header is correct before using it
1291
1292 98-09-25: Sander van Leeuwen
1293 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
1294
1295********************************************************************************
1296***** Release 0.03/4
1297********************************************************************************
1298 98-09-15: KSO
1299 - WIN32K: pe2lx\misc.cpp changes
1300
1301 98-09-13: Sander van Leeuwen
1302 - KERNEL32: windll.cpp: fixed bug with szModule not being initialized
1303 - PE2LX: pe.cpp: Only read first 1 MB for huge files. (as they are most
1304 likely InstallShield archives; exe appended with
1305 installation data)
1306
1307 98-09-12: Sander van Leeuwen
1308 - WSOCK32: Changed fd_set to Wfd_set or else it won't compile over here
1309 - KERNEL32: Winimage.cpp, extra checks added
1310 - KERNEL32: OS2GetModuleFileName bugfix
1311 - INCLUDE/MISC.H: Error printf that prints to stdout (more reliable than
1312 a logfile)
1313 - GDI32: GetDeviceCaps -> NT returns -1 when using 16 bits colors, NOT 65536!
1314 - GDI32: CreateDIBSection -> StarCraft uses bitmap with negative height ->
1315 flip image when blitting
1316 - GDI32: DIBSection ctor: bug in BITMAPINFO2 malloc
1317 - GDI32: BitBlt: (dibsection) HDC == HPS (thank you, IBM!)
1318
1319 98-09-02: Sander van Leeuwen
1320 - KERNEL32/USER32: Split up code
1321 - USER32 (/new): Started with new class & window managment code
1322 (not compiled nor tested, so don't change it)
1323
1324 98-09-01: Patrick Haller
1325 - WSOCK32: Circular linker dependency removed
1326
1327 98-08-31: kso
1328 - KERNEL32: changed lfile.c to use OS2CreateFile,OS2CloseHandle,.... as
1329 NT does. Notepad (W95) is now working better.
1330 - KERNEL32: fixed a open32 bug (or win32 feature) - WriteFile with
1331 nrbytes = 0 is equal to a SetEndOfFile(..);
1332
1333 98-08-17: Sander van Leeuwen
1334 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
1335 directly first and if that fails, load it manually.
1336
1337 98-08-15: Sander van Leeuwen
1338 - DDRAW: LOTS of changes,additions and fixes
1339 (ddex1-ddex5 DirectX SDK samples work(ed) + Quake 2 in
1340 DirectDraw mode)
1341 - DSOUND: Skeleton code extended
1342
1343 98-08-13: Sander van Leeuwen
1344 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
1345
1346 98-08-13: KSO:
1347 - PE2LX: Borland bugfixes
1348
1349 98-08-08: Sander van Leeuwen
1350 - pe2lx (pe.cpp), call SetNrOfExports(0) for dlls without exports
1351 to set the module name in the resident name table
1352 (otherwise converted dll will not load)
1353 - Version resource apis work now
1354 - LocalReAlloc bugfix, notepad assumes it returns the same
1355 address when the new size is smaller than the old one.
1356
1357 98-08-03 KSO:
1358 - pe.cpp: line 600 - added OS2Exe to the parameterlist
1359 - bitmap.cpp: replace file - much.
1360 - bitmap.h: replace file - typo (BitMap to Bitmap)
1361 - icon.h: replace file - #define BI_*
1362
1363 98-07-23: Knut Osmundsen
1364 - PE2LX: Borland exe changes (import stuff)
1365
1366 98-07-18: Sander van Leeuwen
1367 - KERNEL32/PE2LX: Changed version checks; version nr is put into the
1368 converted exe/dll as a parameter to one of the kernel32
1369 entry points
1370 - USER32: Changed class managment code
1371 - USER32: Removed all SYNCPAINT stuff as it breaks many apps
1372 - USER32: Removed in CreateWindowExA that checks for values of x, y, nHeight & nWidth
1373 (this broke generic.exe, notepad.exe and probably many others)
1374 - USER32: Finished GetMenuStringW (MSPaint), not working right though
1375 it should return 'Recent File', but returns 'Decent File'
1376 Well, whatever.
1377 - VERSION/KERNEL32/PE2LX: Version resource API implemention started
1378 - PE2LX: Increased some fixup limits to convert dynhgi35.dll
1379 - KERNEL32: AsciiToUnicode fixed (only terminate with one 0; doing
1380 it twice corrupts the heap as our stuff allocates exactly
1381 enough for string + 0 terminator)
1382
1383 98-07-14: Sander van Leeuwen
1384 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
1385 method
1386
1387 98-07-13: Patrick Haller
1388 - USER32: Unicode fix for wvsprintfW "%s" -> "%ls"
1389 - USER32: fix in Win32WindowProc destructor when "window" becomes NULL
1390 - ADVAPI32: RegConnectRegistry for connection to local machine
1391
1392 98-07-13: Patrick Haller
1393 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
1394
1395 98-07-12: Patrick Haller
1396 - NTDLL: new functions in NTDLL (-> critical sections)
1397 - SHELL32: few new stubs in SHELL32
1398 - GDI32: fix in GDI32\DIBSECT\CreateDIBSection for M$ Backup
1399 - USER32: experimental fix (CS_SYNCPAINT) for WinHlp32 to
1400 display navigation buttons, but crashes SOL.EXE :(
1401
1402 98-07-10: Patrick Haller
1403 - stubs for NETAPI32 100%
1404
1405 98-07-09: Patrick Haller
1406 - stubs for Winspool 100%
1407
1408 98-07-01 Joel Troster
1409 - KERNEL32: update to nameid.cpp
1410
1411 98-06-07 Joel Troster
1412 - WINMM: WaveOpen bugfix
1413
1414 98-06-07 Felix Maschek
1415 - CAPI32: bugfix
1416
1417 98-06-15: Patrick Haller
1418 - GDI32: stubs for all missing functions
1419 - ADVAPI32: stubs for all missing functions
1420 - USER32: implementation of some real functions
1421 some unknown functions stubbed (IDA/2)
1422
1423 98-06-14: KSO
1424 - GDI32: Stubs for Office 97
1425 - PE2LX: Formatted output
1426 - ADVPI32: Stubs for Office 97
1427 - VERSION: Stubs for Office 97
1428
1429 98-06-12: Patrick Haller
1430 - NTDLL: ported over the NTDLL code from WINE, subject to the GNU Copyleft
1431 some applications open this module explicitly
1432 - KERNEL32: few fixes to Unicode handling
1433 - KERNEL32: console window sizing (still buggy) and property fixes
1434 - KERNEL32: stubs for all missing functions
1435 - GDI32: bugfix for DIB allocation (MS Paint)
1436 - WINMM: functions for FOURCC handling
1437 - PE2LX: CURSOR.CPP: hotspot.y is upside down (fixed for Winhlp32)
1438 - PE2LX: DIALOG.CPP: combobox style translation CBS_ fixed
1439 - PE2LX: DIALOG.CPP: style translation for WINES_MULTILINE
1440 causes MLE control to be generated.
1441 Experimental.
1442 - KERNEL32: WINDLL.CPP: fixed endless loop in Win32DLL::StripPath()
1443
1444 98-05-25: Patrick Haller
1445 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
1446 - KERNEL32: Resource fix
1447
1448 98-05-03: Joel Troster
1449 - WINMM: Stubbed most of the remaining mmedia apis
1450
1451 98-04-28: Patrick Haller
1452 - KERNEL32: Console fixes
1453 - KERNEL32: Console properties (partially)
1454 - KERNEL32: Handlemanager fixes
1455 - KERNEL32: OS2iGetModuleName fixes
1456
1457********************************************************************************
1458***** Release 0.02
1459********************************************************************************
1460
1461 98-04-05: Patrick Haller
1462 - KERNEL32: Resource bugfix
1463
1464 98-03-30: Joel Troster
1465 - WINMM: midiStream* stubs added
1466
1467 98-03-30: Sander van Leeuwen
1468 - PE2LX: Set console flag when exe has no resources
1469
1470 98-03-27: Joel Troster
1471 - WINMM: Midi changes/bugfixes, mci* api stubs added
1472 - GDI32: SetObjectOwner stub added
1473
1474 25-03-98: Sander van Leeuwen
1475 - KERNEL32: Several changes in resource code
1476
1477 19-03-98: Felix Maschek
1478 - KERNEL32: Comm stubs added
1479
1480 19-03-98: Sander van Leeuwen
1481 - KERNEL32: Pop up a dialog box when a missing api is called
1482 - KERNEL32: dll bugfix
1483 - KERNEL32: CreateProcessA/W fix
1484 - KERNEL32: GetProcAddr completed for PE loader & PE2LX
1485
1486 19-03-98: Peter Fitzsimmons
1487 - created include\version.h
1488 - changed pe2lx\lx.cpp (call SetVersion())
1489 - changed pe2lx\misc.cpp (code for SetVersion(), setea())
1490 - changed pe2lx\misc.h (add prototypes)
1491 - changed pe2lx\pe.cpp (moved DosClose() up a few lines, so DosSetPathInfo() could write to the file)
1492 - changed pe2lx\makefile \
1493 - changed pe2lx\makefile.wat / Build setver.exe, getver.exe. I didn't copy
1494 these exe's to ..\bin in purpose; they
1495 aren't supposed to go to end users.
1496 - Added one line ("..\server $@") to all makfiles
1497
1498 - added getea() to kernel32\os2util.c
1499 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
1500
1501 - Edit all initterm.c's to remove that rand() crap (that is from a
1502 sample project!). Also added new version check to each. Also #include "misc.h"
1503
1504 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
1505 replace with kernel32.dll.
1506
1507 - src\makefile: build kernel32 before wsock
1508 - src\kernel32\makefile: remove reference to wsock32.lib
1509 - src\kernel32\network.cpp: remove call to wsock32
1510
1511 16-03-98: Joel Troster
1512 - GDI32: Added SetObjectOwner stub
1513
1514 15-03-98: Joel Troster
1515 - WINMM: RTMIDI dependency removed
1516
1517 15-03-98: Sander van Leeuwen
1518 - All dlls, C++ init+termination call added to initterm.c
1519 - KERNEL32: Icon conversion bugfix
1520 - KERNEL32: Removed reroute of exe reading
1521 - KERNEL32: Major rewrite of dll & exe handling including
1522 LoadLibary(Ex)A/W, CreateProcessA/W, GetModuleFileNameA/W,
1523 FreeLibrary & GetCommandLineA/W
1524 Side effect: Crash at Quake 2 exit fixed
1525
1526 - KERNEL32: Additional code for PE loader
1527 - PE: Created OS/2 ring 3 PE loader
1528 syntax: pe win32exe commandline
1529 Reads win32exe & all imported dlls, calls all dll entry points and
1530 finally calls the exe entry point.
1531 TODO: No fixups and low startup address
1532 TODO: Resources
1533 TODO: CreateProcess doesn't work right
1534
1535 13-03-98: Sander van Leeuwen
1536 - KERNEL32: Dll unloading fixed
1537
1538 13-03-98: Peter Fitzsimmons
1539 - KERNEL32: Fixed CompareStringA/W
1540
1541 12-03-98: Joel Troster
1542 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
1543
1544 10-03-98: Sander van Leeuwen
1545 - WSOCK32: WSAStartup fix and ioctl addition
1546 (Quake 2 Multiplayer working)
1547 - KERNEL32: Resource lookup bug fixed
1548
1549 10-03-98: Joel Troster
1550 - KERNEL32: SetThreadLocale added
1551
1552 09-03-98: Patrick Haller
1553 - KERNEL32: Fix in GetStdHandle within HandleManager
1554
1555 - KERNEL32: Console APIs completed, input and output is complete,
1556 however not thoroughly tested, SHORT 0.98D is working.
1557 Codepage support, Unicode support missing.
1558 I'm working on cosmetics and properties dialog.
1559
1560 - EXECHECK: tool to check executables for convertibility via pe2lx
1561 and keeping track of our APIs, as well as imported/exported
1562 functions of executables (PE import is currently implemented)
1563
1564 09-03-98: Sander van Leeuwen
1565 - KERNEL32: Put dll & exe apis in wprocess.cpp
1566 - KERNEL32: Reroute file io from own exe to original
1567
1568 08-03-98: Joel Troster
1569 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
1570 - WINMM: Unicode midi apis added to .def file
1571
1572 08-03-98: Sander van Leeuwen
1573 - WINMM: Aux* apis implemented (not tested and not 100% correct)
1574 - include: added mmddk.h from win95 ddk
1575
1576 07-03-98: Peter Fitzsimmons
1577 - Added KERNEL32.GetSystemDefaultLangID() -- I copied GetUserDefaultLangID, which
1578 always returns "US ENGLISH".
1579 (NOTE: Already added)
1580 - Added ADVAPI32.ReportEventA(). Stub.
1581 - Added ADVAPI32.OS2SetSecurityDescriptorDacl(). Stub that returns ERROR.
1582 - Added ADVAPI32.* a bunch more stubs.
1583
1584 07-03-98: Sander van Leeuwen
1585 - KERNEL32: Implemented Local* memory apis with new heap
1586 (in win32 you can mix Heap and Local apis)
1587 - KERNEL32: Corrected key mapping bugs for arrow, insert/del/home/end
1588 page up/down keys.
1589 Doesn't work 100% right yet. (strafing in Quake = alt-arrow)
1590
1591 06-03-98: Sander van Leeuwen
1592 - WINMM: Added WaveOutGetNumDevs and corrected the calling
1593 convention for several apis (WIN32API, not WINAPI)
1594 - KERNEL32: Added GetSystemDefaultLangID and moved several
1595 language apis to lang.cpp
1596 - KERNEL32: Added EnumSystemLocalesA/W (US English only)
1597 - PE2LX: command line option change: pe2lx win32file > logfile
1598 Now makes a backup copy of the win32 file and creates
1599 an OS/2 version with the same name
1600
1601 05-03-98: Joel Troster
1602 - KERNEL32: Use OS/2 unicode apis
1603 - USER32: Use OS/2 unicode apis
1604
1605 04-03-98: Sander van Leeuwen
1606 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
1607
1608 03-03-98: Knut Osmundsen
1609 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
1610
1611 03-03-98: Patrick Haller
1612 - PECHECK: Initial code for pecheck.exe
1613
1614 03-03-98: Joel Troster
1615 - KERNEL32: Stubs added for Virtual(Un)Lock
1616 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
1617
1618 03-03-98: Sander van Leeuwen
1619 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
1620 - KERNEL32: Use tcp32dll instead of pmwsock
1621 - PE2LX: Fixed memory corruption in icon.cpp
1622
1623 02-03-98: Sander van Leeuwen
1624 - KERNEL32: kernel32.c -> kernel32.cpp
1625 - KERNEL32: Merged exception logging with my latest code
1626 - include: win32type.h
1627 - WSOCK32: Removed pmwsock.lib from makefile
1628
1629 01-03-98: Patrick Haller
1630 - KERNEL32: Extensions to the exception handler (logging)
1631 - KERNEL32: HandleManager for pseudo-devices (CONIN$,CONOUT$,etc)
1632 - KERNEL32: Hooks for HandleManager
1633 - KERNEL32: Very early console support for stdout is there ...
1634 Console also has context menue.
1635********************************************************************************
1636***** Release 0.01
1637********************************************************************************
1638 28-02-98: Sander van Leeuwen
1639 - DDRAW: Initial work for Direct3D
1640 - KERNEL32/PE2LX, Changes for console applications (flag)
1641 - KERNEL32: Kill process when a fatal exception occurs
1642 (prevents some kind of eternal loop in OS/2; probably due to
1643 invalid exception records or difference in exception handler
1644 calling convention)
1645 - KERNEL32: Added a try/catch statement around the dll exit list
1646 processing in ExitProcess. Seems to cure the trap
1647 at exit.
1648
1649 27-02-98: Patrick haller
1650 - MPR: stubs for all documented MPR functions,
1651 should be complete now
1652
1653 26-02-98: Patrick haller
1654 - USER32: stubs for all documented USER32 functions,
1655 should be complete now
1656 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
1657
1658 24-02-98: Joel Troster
1659 - WINMM: Midi working
1660
1661 24-02-98: Sander van Leeuwen
1662 - KERNEL32: Exit list changes; terminate all dlls right before
1663 ExitProcess or in kernel32 exitlist in case of a trap
1664 (prevents unkillable processes in most cases)
1665
1666 23-02-98: Joel Troster
1667 - KERNEL32: PMPrintf version of WriteLog added
1668
1669 22-02-98: Sander van Leeuwen
1670 - ALL DLLs: Call C/C++ lib cleanup proc in exit list
1671 - PE2LX: Use exit lists in converted win32 dlls to terminate them
1672 - WINMM: Remove test code in timer emulation (multiplied time by 10)
1673 - KERNEL32: Release winmod objects properly
1674 - KERNEL32: Call dll exit proc in FreeLibrary
1675
1676 21-02-98: Sander van Leeuwen
1677 - KERNEL32: VirtualProtect size change to include all pages
1678 referenced
1679
1680 19-02-98: Sander van Leeuwen
1681 - PE2LX: Change order of dlls in import module name table
1682 - KERNEL32: Don't call the C/C++ lib cleanup procedure at
1683 dll termination
1684
1685 18-02-98: Joel Troster
1686 - WINMM: Midi changes, wave in/out stubs added
1687
1688 16-02-98: Sander van Leeuwen
1689 - KERNEL32: Heap bugfix
1690
1691 16-02-98: Joel Troster
1692 - WINMM: Midi updates
1693
1694 15-02-98: Sander van Leeuwen
1695 - KERNEL32: Changed heap allocation again. (now uses malloc/free)
1696 - KERNEL32: QueryPerformanceFrequency/Counter uses DosTmrQueryTime/
1697 DosTmrQueryFreq now, so the normal xf86sup.sys can
1698 be used.
1699
1700 11-02-98: Sander van Leeuwen
1701 - MPR: Changed/Corrected ordinals
1702
1703Mon 98-02-09 Peter Fitzsimmons
1704 - lx.cpp -- put in check for MAX_SECTIONS (was bombing out in one
1705 of "visio technical"'s dlls.
1706 - lx.cpp increase MAX_SECTIONS (lx.h) from 16 to 32 (where'd the
1707 original value come from?).
1708 - kernel32.c: added stub for FlushInstructionCache()
1709 - kernel32.c: added stub for OS2GetPrivateProfileSectionA()
1710
1711 - advapi32: GetUserNameA() stub. Always says a person named
1712 "USER" is logged on.
1713
1714 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
1715
1716 9-02-1998: Joel Troster
1717 - USER32: Added Set/GetDefaultMenuItem (stub)
1718
1719 7-02-1998: Sander van Leeuwen
1720 - KERNEL32/WINMM: Added VMutex to KERNEL32 (imported by WINMM)
1721 - KERNEL32: New heap implementation (heap.cpp & os2heap.cpp)
1722 - KERNEL32: Replace exception handler for each new thread
1723 - KERNEL32: Set previous exception handler to 0 instead of -1
1724 (fixes endless exception handler calls)
1725 - Added macro dprintf & dassert to include\misc.h (no more need
1726 for #ifdef DEBUG's)
1727
172831-01-1998: Sander van Leeuwen
1729 - USER32: Fixed two bugs in CreateWindowExA/W
1730 - WINMM: Fixed wave playback problem
1731
173218-01-1998: Sander van Leeuwen
1733 - GDI32: Changed GetDIBColor & SetDIBColor
1734 - GDI32: Fixed CreateDIBSection
1735 - Quake 2 working in a window!
1736
173717-01-1998: Sander van Leeuwen
1738 - WINMM: Waveout working, Quake 2 WITH sound now!
1739 - GDI32: Implemented GetDIBColor & SetDIBColor
1740
174111-01-1998: Sander van Leeuwen
1742 - KERNEL32: Exception handler fix
1743 - WINMM: Started with WaveOut implementation
1744
174511-01-1998: Felix Maschek
1746 - TAPI32: Fixes
1747
174810-01-1998: Sander van Leeuwen
1749 - Changes to makefile and wsock32.c to make it compile with VAC
1750 - VirtualAlloc bugfix (reserve)
1751 - Dialog fix (font name)
1752 - WINMM now uses mmsystem.h from win32 SDK
1753
175410-01-1998: Chris McKillop
1755 - New build tree
1756
175710-01-1998: Vince Vielhaber
1758 - Winsock32 changes
1759
176031-12-1997: Sander van Leeuwen
1761 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
1762
176328-12-1997: Sander van Leeuwen
1764 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
1765 Set environment variable WIN32_IOPL2 to enable this
1766
1767 - KERNEL32: Fixed GetStartupInfoA/W (WINE)
1768 - GDI32: Added CreateDIBSection from Wine (not complete)
1769 - Lots of stubs added
1770 - Almost got Quake II running....
1771
177223-12-1997: Felix Maschek
1773 - CAPI2032: Complete implementation of CAPI
1774
177520-12-1997: Felix Maschek
1776 - TAPI32: Stub dll
1777
177820-12-1997: Sander van Leeuwen
1779 - KERNEL32: Bug in winmod.cpp
1780 - KERNEL32: Added code for exception handling (not fool proof)
1781 - KERNEL32: Fixed HeapCreate (now reserves 32 MB instead of 64 kb)
1782 - KERNEL32: Catch FPU exception, mask fpu exceptions, fix stack and continue execution
1783 - PE2LX: Removed stack size & base switch
1784 - WINMM: Added joyGetPos stub
1785
178614-12-1997: Sander van Leeuwen
1787 - KERNEL32: Added QueryPerformanceFrequency, QueryPerformanceCounter
1788 - USER32: Added some stubs
1789 - GDI32: Added some stubs
1790 - WINMM: Added some stubs
1791 - WNETAP32: New (NETAPI32)
1792 - PE2LX: Change module import name NETAPI32 to WNETAP32 (name conflict with OS/2 NETAPI32)
1793 - PE2LX: Cut long dll names to 8 chars
1794 - MPR: Added WNetGetUserA stub
1795
179631-11-1997: Sander van Leeuwen
1797 - KERNEL32: Fixed GetEnvironmentStringsW
1798 - KERNEL32: Added DeviceIOControl (devio.c, map.c, iccio.asm; last two from XFree86 driver src)
1799 - KERNEL32: Changed CreateFile to open an OS/2 driver if required
1800 - Last two changes for win32 Glide dll.
1801
1802 - Fixed window creation (wndproc.cpp), Open32 isn't sending WM_NCCREATE msgs!
1803 - Filter out CBS_OWNERDRAWFIXED & CBS_OWNERDRAWVARIABLE combobox styles
1804 in CreateWindowExA/W (not finished)
1805 - Added FormatMessageA/W from Wine (kernel32)
1806 - USER32:
1807 - Fixed GetSystemParameterInfoA/W, SPI_GETNONCLIENTMETRICS/SPI_SETNONCLIENTMETRICS
1808 (ConvertFontAW/ConvertFontWA macros)
1809 - Progress comclt32 class working
1810 - ADVAPI32, fixed:
1811 - RegEnumKeyW
1812 - RegEnumKeyExW
1813 - RegEnumValueW
1814 - RegQueryInfoKeyW
1815 - RegQueryValueW
1816
1817 - USER32:
1818 - Fixed DrawEdge (borrowed from Wine)
1819 - Added ChangeMenuA/W (borrowed from Wine)
1820 - Fixed some color problems
1821 - Trackbar win32 SDK example working (toolbar comctl32 class)
Note: See TracBrowser for help on using the repository browser.