source: trunk/changelog@ 1264

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

Fix: XCPT_GUARD_PAGE_VIOLATION are now supported.

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