source: trunk/changelog@ 1260

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

* empty log message *

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