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
RevLine 
[1264]1 /* $Id: changelog,v 1.312 1999-10-13 11:22:40 phaller Exp $ */
[580]2
[1264]3 99-10-13: Patrick Haller <phaller@gmx.net>
4 - KERNEL32: Fix: XCPT_GUARD_PAGE_VIOLATION are now supported.
5 (helps PROGMAN.EXE)
6
[1259]7 99-10-12: Sander van Leeuwen <sandervl@xs4all.nl>
[1257]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.
[1259]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.
[1257]20 Partial support for WM_SYSCOMMAND in default window handler.
21 MDI child bugfix (window now displayed correctly)
[1260]22 Only subclass frame when it has a 3d border OR *only* the
23 WS_BORDER borderstyle.
[1259]24 Fixed y mapping bug in OSLibMapWINDOWPOStoSWP (converted
25 twice (win32 -> os2 -> win32))
[1262]26 - USER32: Set focus to edit control when receiving WM_LBUTTONDOWN
[1257]27
[1262]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
[1249]33 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
34 - USER32: pmframe finished
35
[1247]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
[1250]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
[1247]51
[1255]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
[1247]59 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
60 - GDI32: Bugfix for Pie Open32 api
61
[1244]62 99-10-10: Christoph Bratschi <cbratschi@datacomm.ch>
63 - USER32: fixed radio buttons, disabled text output
64
[1238]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
[1208]76 99-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
77 - USER32: Clipboard fixes (window handle translation)
[1211]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
[1216]81 - SHELL32: Moved old to current, current to old dir
[1219]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.
[1225]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.
[1228]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.
[1232]90 Fixed desktop window lookup (GetWindowFromHandle)
[1233]91 Set dummy desktop window handler;
[1235]92 Mdi client bugfix (reported by Yuri Dario)
[1208]93
94 99-10-09: Jens Wiessner <wiessnej@rfi.de>
[1222]95 - CRTDLL: Implemented functions; only 62 stubs left
[1208]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
[1196]101 99-10-08: Daniela Engert <dani@ngrt.de>
102 - USER32: fix: miscoloured bitmaps
103
[1185]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
[1201]108 subclass frame windows
109 SendDlgItemMessageA/W fixed
110 CheckRadioButton fixed
111 merged controls with WINE 990923
[1185]112
[1181]113 99-10-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
114 - KERNEL32: Accelerator conversion fixes + changes
115
[1177]116 99-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
[1197]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)
[1177]130
[1169]131 99-10-07: Christoph Bratschi <cbratschi@datacomm.ch>
132 - USER32: GetCaretPos() fix
133
[1166]134 99-10-07: Achim Hasenmueller <achimha@innotek.de>
[1196]135 - USER32: Corrected pageup/pagedown behavior
[1166]136
[1164]137 99-10-07: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1196]138 - USER32: Fixed WM_WINDOWPOSCHANGED behavior so that
139 client windows are properly resized. This fixes
140 the Winhlp32 history resize problem
[1164]141
[1161]142 99-10-07: Edgar Buerkle <Edgar.Buerkle@gmx.net>
143 - USER32: Set window PM id for Odin windows.
[1196]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.
[1161]149
150 99-10-07: Jens Wiessner <wiessnej@rfi.de>
[1196]151 - CRTDLL: Includes all functions (added stubs and fully implemented functions)
152
[1161]153 99-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
154 - USER32: Only display scrollbars when they need to be shown.
[1196]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.
[1161]158
[1154]159 99-10-06: Daniela Engert <dani@ngrt.de>
160 - USER32: fix: adjust caret position if window height changes.
161
[1149]162 99-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
163 - USER32: Fixed memory leaks in SetWindowTextA/W window class methods
[1161]164 - KERNEL32: Put back my changes (10/04/99) in winimgres.cpp
[1149]165
[1146]166 99-10-06: Patrick Haller <phaller@gmx.net>
[1152]167 - KERNEL32: Fix: DLLs without Resource Segment (pResDir == NULL)
[1154]168 Fix: VirtualFree not freeing memory fixed, WINHLP32 looks healthier :)
[1146]169
[1139]170 99-10-05: Christoph Bratschi <cbratschi@datacomm.ch>
171 - USER32: rewrote color management
172
[1137]173 99-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1154]174 - KERNEL32: Set fs:0 to -1 in OS2UnsetExceptionHandler.
175 Prevents crash due to corrupted handler chain (see
176 comments in that function)
[1137]177 - ODIN32API: Remove exception handler set & unset. Not necessary
[1154]178 as it's also done in the start method of an exe image.
[1137]179
[1123]180 99-10-04: Patrick Haller <phaller@gmx.net>
181 - SHELL32\NEW: Compilation fix (indirectly included win32type.h)
[1154]182 - KERNEL32: Support for DisableThreadLibraryCalls
[1123]183
[1118]184 99-10-04: Edgar Buerkle <Edgar.Buerkle@gmx.net>
185 - USER32: Fixes for window style update, mouse button messages,
[1154]186 WS_CAPTION style and apps with a dialog as their main window.
187 (set owner to desktop)
[1118]188 - KERNEL32: Extra checks for valid heap pointers
189
190 99-10-04: Sander van Leeuwen <sandervl@xs4all.nl>
191 - USER32: Deleted dialog.cpp
[1154]192 Set last error to 0 if dialog creation succeeds.
[1130]193 Added flag to distinguish between messages sent by PM and
[1154]194 those sent by apps
195 Handle WM_SETTEXT messages passed to default window handler
196 (only if not sent by PM)
[1130]197 - VERSION: Fix for string compares in VersionInfo32_FindChild (has
[1154]198 to be a lstrcmpniW)
[1128]199 - SHELL32: Removed nameid.h include in she.cpp & sh.cpp. Fixed makefile
[1154]200 addition for export library (extra ".." for tool path)
[1118]201 - DPLAY, MSACM32: Compilation fix (indirectly included win32type.h)
202 - KERNEL32: Fixed getVersionStruct for PE & LX images (didn't copy
[1154]203 version data before)
204 Fixed module name lookup for win32 images executed by the PE
205 loader. (can't use OSLibQueryModuleHandle for those)
[1130]206 Added lstrcmpniW function
207 Set full path for LX images
[1154]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)
[1118]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
[1116]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
[1154]239 Fixed DrawTextExA/W compile errors (different parameter types)
[1116]240
[1109]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
[1107]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
[1154]248 flag when converting window styles. (fixes buttons in winhlp32)
[1107]249
[1101]250 99-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
251 - DDRAW: ifdef'ed out code that causes crash (OS2Surface destructor)
[1154]252 Free original translation buffer, not the one aligned to qword
253 boundary.
[1101]254 - USER32: Create frame window for windows with desktop as parent (i.e. WS_POPUP)
[1154]255 This makes sure WM_ACTIVATE messages are sent.
256 Scrollbar changes.
257 Call DestroyWindow when DefWndProc receives WM_CLOSE msg.
[1101]258 - KERNEL32: Allocate memory from heap when HeapReAlloc is called with
[1154]259 a NULL memory pointer (WINE listbox control depends on this)
[1101]260 - AVIFIL32: Compilation fix
261
[1095]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)
[1154]265 Fixes for combobox (handles null pointers)
[1095]266 - GDI32: Added OSLibSetDIBitsToDevice
267
268 99-10-01: Jens Wiessner <wiessnej@rfi.de>
269 - CRTDLL: Implemented functions + added stubs
[1101]270 - MSVCRT: More stubs + crtdll forwarders
[1095]271
[1094]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
[1090]276 99-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
277 - USER32: Almost completed standard window scrollbars.
[1094]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.
[1090]283
[1086]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
[1083]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
[1087]299 WM_KEYDOWN. (TODO: WM_SYSCHAR)
[1083]300
[1077]301 99-09-28: Daniela Engert <dani@ngrt.de>
302 - USER32: Caret functions implemented
[1078]303 ScrollDC implemented
[1087]304 ScrollWindowEx implemented
[1077]305
[1075]306 99-09-28: Patrick Haller <phaller@gmx.net>
[1077]307 - KERNEL32: Add: debug info for missing API imports (WinImagePeLdr)
[1076]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 ....
[1075]311
[1077]312 99-09-26: Daniela Engert <dani@ngrt.de>
[1066]313 - USER32: SetTimer/KillTimer work now.
314
[1059]315 99-09-26: Achim Hasenmueller <achimha@innotek.de>
[1066]316 - COMCTL32: Merged with WINE 990923 changes
317 (propsheet.c not fully done)
[1059]318
[1056]319 99-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
320 - USER32: Started with standard window scrollbar implementation
[1066]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)
[1077]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)
[1056]329
[1059]330 99-09-25: Christoph Bratschi <cbratschi@datacomm.ch>
[1066]331 - USER32: WS_EX_* 3D frame support for child windows
[1049]332 - USER32: Double click handling changed
[1047]333
[1041]334 99-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1044]335 - USER32: Cursor fixes. Cursor shown correctly in winhlp32.
[1066]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
[1041]339 - KERNEL32: Cursor & cursorgroup fixes
[1066]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.
[1055]344 - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them
[1066]345 work with new dlls.
[1041]346
[1039]347 99-09-25: Daniela Engert <dani@ngrt.de>
348 - USER32: ClientToScreen and ScreenToClient didn't work -> fixed.
349
[1035]350 99-09-24: David Raison <djr@lemur.co.uk>
[1039]351 - OLE32: Ported remaining files pertaining to OLE32 from WINE
352 - OLEAUT32: Patched OaBuildVersion to level 0x1E...
[1035]353
[1030]354 99-09-24: Sander van Leeuwen <sandervl@xs4all.nl>
355 - USER32: Rewrote menu code to use Open32 (==PM) menu handles
[1039]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.
[1037]359 - KERNEL32: Cursor & cursorgroup fixes
[1030]360
[1015]361 99-09-23: Patrick Haller <phaller@gmx.net>
[1039]362 - KERNEL32: Fix: WinImgRes:findResourceW erroneously tried to free
[1015]363 numerical resource IDs instead of translated Unicode
364 strings.
[1019]365 - USER32: Fix: in USER32:HeapShared:getmoreShared()
[1039]366 Fix: in USER32:WIN32WMDIClient:childActivate()
367 Fix: in USER32:WinMenu:GetSubMenu
[1020]368 now returns Win32MenuRes object instead of PM handle
[1039]369 Fix: in USER32:WinMenu:GetSystemMenu
[1021]370 now returns Win32MenuRes object instead of PM handle
[1023]371 Fix: in USER32:Char:CharPrevW intermixed arguments
[1015]372
[1012]373 99-09-23: Jens Wiessner <wiessnej@rfi.de>
374 - CRTDLL: Added stubs, implemented some stubs
[1039]375 - IMAGEHLP, IMM32, MSACM32, MSVFW32, OLEDLG,
376 OLECLI32, OLESVR32, PSAPI, RASPI32
377 Added dprintfs.
[1012]378
379 99-09-23: Sander van Leeuwen <sandervl@xs4all.nl>
380 - WINMM: Changed WinPostMsg calls into PostMessageA as win32 window
[1039]381 handles are not the same as PM handles anymore.
[1013]382 - USER32: Adding desktop window class. When user32 is loaded, a desktop
[1039]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)
[1024]390 - COMDLG32: Fixed all common dialogs. (translate our handle to real PM handle)
[1039]391
[1008]392 99-09-22: David Raison <djr@lemur.co.uk>
393 - KERNEL32: Return "Service Pack 3" as CSD string in GetVersionExA/W
394
[1006]395 99-09-22: Yuri Dario <mc6530@mclink.it>
396 - MISC: Fixed WINELIB macro's in wingdi.h, added fixes to headers
[1039]397 for VAC 3.6.5
[1006]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
[1004]404 99-09-22: Rene Pronk <R.Pronk@twi.tudelft.nl>
405 - USER32: Changed WM_CHAR PM handling to generate WM_(SYS)KEYUP/DOWN
[1039]406 messages.
407 Note: Not complete as TranslateMessage doesn't translate
408 ascii keys to WM_CHAR messages.
[1004]409
410 99-09-22: Sander van Leeuwen <sandervl@xs4all.nl>
411 - USER32: Removed GetDesktopWindow fix
[1039]412 Ported getNextDlgTabItem & getDlgItem
[1004]413
[1001]414 99-09-21: Daniela Engert <dani@ngrt.de>
[1000]415 - USER32: background erasing/painting stuff hopefully finished.
416
[998]417 99-09-21: Patrick Haller <phaller@gmx.net>
[1000]418 - KERNEL32: Add: GetFileAttributesExA/W implemented (ugly)
[998]419
[995]420 99-09-21: Sander van Leeuwen <sandervl@xs4all.nl>
421 - KERNEL32: Fixed cursor group conversion
[1001]422 - PELDR: Committed my latest sources. (rewrite for new kernel32 image classes)
[995]423
424 99-09-21: Edgar Buerkle <100566.557@compuserve.com>
425 - USER32: Fixed GetDesktopWindow, added message handling for WM_TIMER
[1000]426 added code to choose best icon from icon group. (in OSLibWinCreateIcon)
[995]427 - KERNEL32: Fix for converting icons & icon groups
428
[994]429 99-09-19: David Raison <djr@lemur.co.uk>
[1000]430 - OLE32: Added AntiMoniker,
431 Updated regsvr32 to use RegisterLxExe
[994]432
[991]433 99-09-20: Sander van Leeuwen <sandervl@xs4all.nl>
434 - USER32: Fix background of button, group & static text
[1000]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)
[991]438
[987]439 99-09-20: Markus Montkowski
[1000]440 - WNASPI32: full implementation via ASPIROUT$ device driver.
[987]441
[986]442 99-09-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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)
[986]449
[981]450 99-09-19: David Raison <djr@lemur.co.uk>
[1000]451 - USER32: Partially implemented MessageBoxIndirectA/W (forwarded to MessageBox)
[981]452
[969]453 99-09-18: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[969]460
461 99-09-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[1000]462 - KERNEL32: Implemented lstrncmpiA
[969]463
[964]464 99-09-18: Jens Wiessner <wiessnej@rfi.de>
[1000]465 - CRTDLL: Added stubs
466 - SHELL32(NEW)/MSACM32/MSFW32: Link with kernel32 for lstrncmpiA
[964]467
[963]468 99-09-17: Daniela Engert <dani@ngrt.de>
[1000]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.
[963]474
[962]475 99-09-16: Daniela Engert <dani@ngrt.de>
[1000]476 - USER32: Fix: UpdateWindow
477 New: RedrawWindow (preliminary), InvalidateR*
[962]478
[960]479 99-09-16: Patrick Haller <phaller@gmx.net>
[1000]480 - USER32: Fix: DIB_FixColorsToLoadflags - incr was not initialized
481 Fix: WINMENU::GetSystemMenu() was broken.
[960]482
[952]483 99-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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!
[952]501
[936]502 99-09-14: Patrick Haller <phaller@gmx.net>
[1000]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
[936]511
[935]512 99-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[935]516
[927]517 99-09-13: Jens Wiessner <wiessnej@rfi.de>
[1000]518 - NTDLL: Added CRT-functions.
[927]519
[923]520 99-09-13: Daniela Engert <dani@ngrt.de>
[1000]521 - USER32\NEW: DC/related code: ReleaseDC, GetWindowDC, DC destruction,..
[923]522
[918]523 99-09-13: Patrick Haller <phaller@gmx.net>
[1000]524 - SHELL32\NEW: updated to current wine level
[918]525
[916]526 99-09-13: David Raison <djr@lemur.co.uk>
[1000]527 - KERNEL32: Fixed MultiByteToWideChar. Return size of string including
528 0 terminator.
[916]529
530 99-09-13: Jens Wiessner <wiessnej@rfi.de>
[1000]531 - CRTDLL: Added functions.
[916]532
533 99-09-08: David Raison <djr@lemur.co.uk>
[1000]534 - OLEAUT32: Updated TypeLib code to find typelibs in EXE/DLL etc
535 NB Still need to fix typelib translation.
[915]536
[911]537 99-09-12: Daniela Engert <dani@ngrt.de>
[1000]538 - USER32\NEW: DC/related code: GetDCEx implemented. Slightly enhanced
539 over Open32.
[911]540
[910]541 99-09-12: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1000]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.
[910]545
[895]546 99-09-09: Daniela Engert <dani@ngrt.de>
[1000]547 - USER32\NEW: begin new DC/related code. BeginPaint/EndPaint done.
[895]548
[891]549 99-09-09: Patrick Haller <phaller@gmx.net>
[1000]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
[891]553
[916]554 99-09-08: David Raison djr@lemur.co.uk
[1000]555 - Src\OleAut32 Added stubs for undefined exports in OLEAut32
[879]556
[875]557 99-09-08: Yuri Dario <mc6530@mclink.it>
[1000]558 - INCLUDE\WIN: Changes to wingdi.h (more WINELIB_NAME defs) & winuser.h (mssing definitions)
559 Missing ';' in custcntl.h at line 106
[875]560
[916]561 99-09-08: David Raison djr@lemur.co.uk
[1000]562 - INCLUDE\WIN: Added DECIMAL definition to windef.h
[878]563
[871]564 99-09-08: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1000]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.
[871]580
[869]581 99-09-08: Patrick Haller <phaller@gmx.net>
[1000]582 - OLE32: CLSIDFromStringA is needed in other modules, too. (SHELL32)
[869]583
[868]584 99-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[868]590
[865]591 99-09-07: Jens Wiessner <wiessnej@rfi.de>
[1000]592 - CRTDLL: Created dll (Wine port)
[865]593
[856]594 99-09-07: Patrick Haller <phaller@gmx.net>
[1000]595 - OLE32: WINE_StringFromCLSID is needed in other modules, too. (SHELL32)
596 - SHELL32\NEW: improvement of shell32
597 - KERNEL32: ToolHelp functions stubbed: Process32First, etc.
[856]598
[834]599 99-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]600 - USER32\NEW: Dialog updates (not yet done)
[834]601
[819]602 99-09-04: Daniela Engert <dani@ngrt.de>
[1000]603 - USER32\NEW: beginning with 'DAXifying' of our windows
[819]604
[817]605 99-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[817]609
[810]610 99-09-04: Jens Wiessner <wiessnej@rfi.de>
[1000]611 - MSVFW32: Created stub (partly) dll (Based on Wine 990815)
612 - PSAPI: Created stub dll (Based on Wine 990815)
[810]613
[809]614 99-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]615 - USER32\NEW: MDI child/client improvement (not all wine code has
616 been ported though)
[809]617
[780]618 99-09-01: Patrick Haller <phaller@gmx.net>
[1000]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
[809]623
624 99-09-01: Patrick Haller <phaller@gmx.net>
[1000]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.
[780]629
[809]630
[779]631 99-09-01: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]632 - USER32\NEW: Fixed GetWindowDC (Freecell 'Cards Left' string drawn
633 at the right place)
[779]634
[773]635 99-09-01: Jens Wiessner <wiessnej@rfi.de>
[1000]636 - RASAPI32: Created stub dll
637 - MSACM32: Created (partly) stub dll
[773]638
[756]639 99-08-31: Patrick Haller <phaller@gmx.net>
[1000]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
[756]646
[751]647 99-08-31: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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)
[751]655
656 99-08-31: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1000]657 - USER32,USER32\NEW: Implemented ChildWindowFromPointEx
[751]658
659 99-08-30: Jens Wiessner <wiessnej@rfi.de>
[1000]660 - OLEDLG: Created stub dll
661 - INC\WIN: Update for ras.h
[751]662
[742]663 99-08-30: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[742]667
[738]668 99-08-29: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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)
[819]674
[1000]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
[738]678
[732]679 99-08-29: Jens Wiessner <wiessnej@rfi.de>
[1000]680 - OLECLI32: Created stub dll
681 - IMM32: Created stub dll
682 - IMAGEHLP: Created (partly) stub dll
[732]683
[731]684 99-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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!!
[731]695
696 99-08-28: Daniela Engert <dani@ngrt.de>
[1000]697 - USER32\NEW: client windows get repositioned now when
698 the parent resizes
[728]699
[722]700 99-08-28: Achim Hasenmueller <achimha@innotek.de>
[1000]701 - COMCTL32: Merged with latest WINE updates (990815)
[722]702
[717]703 99-08-28: Yuri Dario <mc6530@mclink.it>
[1000]704 - INCLUDE\WIN: Added macros to windowsx.h
[717]705
[715]706 99-08-27: Daniela Engert <dani@ngrt.de>
[1000]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.
[715]711
[714]712 99-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[714]720
[711]721 99-08-27: Patrick Haller <phaller@gmx.net>
[1000]722 - KERNEL32: removed logging page faults if mmapped i/o
[711]723
[706]724 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[706]732
[703]733 99-08-25: Jens Wiessner <wiessnej@rfi.de>
[1000]734 - OLESVR32: Created stub dll
[703]735
[679]736 99-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[679]756
[656]757 99-08-24: Patrick Haller <phaller@gmx.net>
[1000]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?)
[656]763
[654]764 99-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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)
[654]774
[648]775 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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)
[648]782
783 99-08-23: Patrick Haller <phaller@gmx.net>
[1000]784 - USER32/NEW: partial (not compiling yet) port of DIALOG.C
785 - USER32: fix: Win32Proc constructor crash (GetClassInfoA(of a Systemclass))
[643]786
787
[616]788 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[619]806
[605]807 99-08-21: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[605]818
[604]819 99-08-21: Yuri Dario <mc6530@mclink.it>
[1000]820 - Makefiles: Link with predefined VAC lib (RTLLIB(_O))
821 Needed for VAC 3.6.5
[604]822
[598]823 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[598]829
[595]830 99-08-20: Patrick Haller <phaller@gmx.net>
[1000]831 - ODINWRAP: fixed invalid macros
[595]832
[580]833 99-08-19: Patrick Haller <phaller@gmx.net>
[1000]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
[580]841
[569]842 99-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[569]849
[564]850 99-08-18: Patrick Haller <phaller@gmx.net>
[1000]851 - NTDLL: tons of new stubs and crt functions
852 - WNETAP32: tons of new stubs
[564]853
[542]854 99-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[542]863
[540]864 99-08-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[1000]865 - KERNEL32: Profile bugfix (line 506) && removed redundant '\r'
866 (except on line 199)
[819]867
[523]868 99-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[523]877
[528]878 99-08-17: Patrick Haller <phaller@gmx.net>
[1000]879 - LZ32: can't export LZCopy as ID0, changed to alphanumeric export
[528]880
[506]881 99-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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)
[505]889
890 99-08-16: Patrick Haller <phaller@gmx.net>
[1000]891 - SHELL32: integrated Christoph Bratschis SHELL32 stubs
892 - WSOCK32: odinwrap macros
[505]893
[504]894 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]895 - USER32: uitools.cpp update
[488]896
[502]897 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]898 - USER32\NEW: controls: wine-990731 update
[502]899
[497]900 99-08-14: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]901 - COMCTL32: wine-990731 update
[497]902
[495]903 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]904 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
[495]905
[493]906 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]907 - KERNEL32: Export heap functions by ordinal
908 - src\makefile: compile lz32 before version (dependency)
[493]909
[488]910 99-08-12: Patrick Haller <phaller@gmx.net>
[1000]911 - VERSION: enhanced plus odinwrap macros
[488]912
[484]913 99-08-11: Patrick Haller <phaller@gmx.net>
[1000]914 - ODINCRT: ordinal exports
915 - ADVAPI32:odinwrap macros (partially)
916 - LZ32: odinwrap macros
[484]917
[478]918 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]919 - USER32/NEW: Fixed makefile (link with odincrt)
[478]920
[465]921 99-08-10: Patrick Haller <phaller@gmx.net>
[1000]922 - LZ32: added preliminary support for independend LZ32 library
[417]923
[454]924 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
[1000]925 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
926 change is non-intrusive for existing source.
[454]927
[431]928 99-08-06: Patrick Haller <phaller@gmx.net>
[1000]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
[431]932
[420]933 99-08-05: Patrick Haller <phaller@gmx.net>
[1000]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.
[420]938
[418]939 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]940 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
941 (bitmap in donut.exe (ddraw sample) contains wrong size)
[418]942
[414]943 99-08-04: Patrick Haller <phaller@gmx.net>
[1000]944 - KERNEL32: fix for filename handling in kernel32/profile
945 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
[414]946
[410]947 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]948 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
949 reported by Patrick Haller)
[819]950
[409]951 99-08-04: Patrick Haller <phaller@gmx.net>
[1000]952 - KERNEL32: Heap modification
953 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
[409]954
[406]955 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
[1000]956 - USER32: Ported DrawTextExA/W & DrawStateA/W
[406]957
[401]958 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]959 - KERNEL32: Implemented GetComputerNameA/W
[401]960
[393]961 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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.
[399]966
967 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]968 - KERNEL32: GetLocateInfoA bugfix
969 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
[393]970
[375]971 99-07-23: Yuri Dario <mc6530@mclink.it>
[1000]972 - misc: Changes for compilation with VAC 3.6.5
[375]973
[370]974 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
[1000]975 - VERSION: VerQueryValueA/W Wine implementation ported
[370]976
[366]977 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]978 - KERNEL32: Complete implementation of GetLocaleInfoA/W
[366]979
[363]980 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
[1000]981 - KERNEL32: Fix for OS2GetResource (os2util.cpp)
982 - PE2LX: Use unique resource id for version resource.
983 - USER32: MapOEMToRealKey fix
[363]984
[360]985 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]986 - DDRAW: Now compiles
987 - COMCTL32: Create library with correct api names
[360]988
[355]989 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
[1000]990 - KERNEL32: Fix for LoadResource; should return pointer to resource data
991 LockResource just returns the pointer returned by LoadResource
[355]992
[344]993 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]994 - USER32/NEW: Added support for window icons and accelerators.
995 Accelerators don't work yet.
996 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
[348]997
[343]998 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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
[343]1002
[320]1003 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1004 - KERNEL32: Exports for getting TEB & THDB added
[819]1005
[307]1006 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1007 - USER32/NEW: Unicode & window handle translation bugfixes
[307]1008
[305]1009 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1010 - USER32/NEW: several bugs fixed, compiles now
1011 CreateWindow doesn't work yet
[305]1012
[301]1013 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1014 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
1015 Compiles, but not tested at all.
[301]1016
[298]1017 99-07-12: Patrick Haller <phaller@gmx.net>
1018 - KERNEL32: various console fixes
1019
[287]1020 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
[1000]1021 - USER32: Fixes for CreateWindowExW and several unicode menu apis
[287]1022
[281]1023 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]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!
[281]1030
[279]1031 99-07-06: Patrick Haller <phaller@gmx.net>
[1000]1032 - KERNEL32: major enhancement of handlemanager
[279]1033
[274]1034 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
[1000]1035 - PE2LX: Finished support for codepages
[274]1036
[273]1037 99-07-05: Patrick Haller <phaller@gmx.net>
[1000]1038 - SHELL32: SheSetCurDrive stub, ...
[273]1039
[272]1040 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
[1000]1041 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
1042 link pe2lx\misc.cpp properly)
[272]1043
1044 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
[1000]1045 - PE2LX: Preliminary support for codepages
[272]1046
[270]1047 99-07-05: Patrick Haller <phaller@gmx.net>
[1000]1048 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
[270]1049
[265]1050 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1051 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
[265]1052
[258]1053 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]1054 - PE2LX/USER32: Dialog bugfix for entryfield strings
[258]1055
[250]1056 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
[1000]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)
[250]1061
[249]1062 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1063 - WINMM: Implemented remaining joystick apis + bugfixes
[249]1064
[247]1065 99-06-29: Patrick Haller <phaller@gmx.net>
[1000]1066 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
[247]1067
[244]1068 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[1000]1069 - WINMM: Implemented most of the joystick apis
[244]1070
[239]1071 99-06-28: Christoph Bratschi
[1000]1072 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
[239]1073
1074 99-06-28: Sander van Leeuwen
[1000]1075 - USER32: Get/SetWindowLongA bugfix for dialog controls
[239]1076
[225]1077 99-06-27: Sander van Leeuwen
[1000]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
[225]1083
[220]1084 99-06-26: Sander van Leeuwen
[1000]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)
[220]1090
[194]1091 99-06-25: Achim Hasenmueller
[1000]1092 - Finally fixed changelog date format to be compliant with
1093 the official EU date format :)
[172]1094
[191]1095 99-06-25: Christoph Bratschi
[1000]1096 - USER32: GetSysColorPen bugfix (syscolor.cpp)
[191]1097
[183]1098 99-06-24: Patrick Haller
[1000]1099 - SHELL32: partial port form WINE
[183]1100
[194]1101 99-06-24: Edgar Buerkle
[1000]1102 - KERNEL32: Implemented GetLocaleInfoA/W
[174]1103
[194]1104 99-06-24: Sander van Leeuwen
[1000]1105 - include\winos2def.h: Changed OS/2 apis to use wrappers
1106 (FS save/restore) and added DosQueryCtryInfo
[174]1107
[172]1108 99-06-23: Patrick Haller
[1000]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 ;-)
[172]1116
[194]1117 99-06-23: Achim Hasenmueller
[1000]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...
[165]1121
[194]1122 99-06-21: Achim Hasenmueller
[1000]1123 - ported latest WINE DrawEdge code and moved everything to the
1124 new file src/user32/uitools.cpp
[158]1125
[194]1126 99-06-21: Sander van Leeuwen
[1000]1127 - include\os2wrap.h, removed calling convention
[147]1128
[194]1129 99-06-21: Christoph Bratschi
[1000]1130 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
1131 - COMCTL32: Trackbar finished (trackbar.c)
[145]1132
[194]1133 99-06-20: Sander van Leeuwen
[1000]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
[128]1146
[194]1147 99-06-19: Sander van Leeuwen
[1000]1148 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
1149 - KERNEL32: Changes for win32 TEB (not active)
[120]1150
[194]1151 99-06-07: Sander van Leeuwen
[1000]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
[51]1158
[194]1159 99-06-07: Achim Hasenmueller
[1000]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
[52]1164
[51]1165 99-06-06: Sander van Leeuwen
[1000]1166 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
1167 as reported on mailinglist by Edgar Buerkle.
1168 Also FindResourceA/W.
[51]1169
[194]1170 99-06-01: David Raison
[1000]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
[51]1174
[194]1175 99-05-23: Sander van Leeuwen
[1000]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)
[51]1180
[194]1181 99-05-19: Sander van Leeuwen
[1000]1182 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
[51]1183
[194]1184 99-05-15: Sander van Leeuwen
[1000]1185 - Fixed a number of bugs introduced during the Wine header update
1186 - KERNEL32: Added high/low fixup support for pe loader
[51]1187
[194]1188 99-05-13: Sander van Leeuwen
[1000]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)
[51]1193
[194]1194 99-05-12: Sander van Leeuwen
[1000]1195 - Finished KERNEL32
1196 - Updated WINMM
[51]1197
[194]1198 99-05-10: Vince Vielhaber
[1000]1199 - Rewrote WSOCK32 for Wine headers
[51]1200
[194]1201 99-05-08: Sander van Leeuwen
[1000]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
[51]1207
[194]1208 99-05-04: Sander van Leeuwen
[1000]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.
[51]1214
[194]1215 99-05-01: Sander van Leeuwen
[1000]1216 - Changed makefile structure:
1217 nmake DEBUG=1 builds debug version
1218 nmake builds release version
[51]1219
[194]1220 99-04-11: Sander van Leeuwen
[1000]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.
[51]1225
[194]1226 98-10-26: Sander van Leeuwen
[1000]1227 - OLE32: CoInitialize takes one parameter, not 0
[51]1228
[194]1229 98-10-11: Sander van Leeuwen
[1000]1230 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
1231 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
[51]1232
[194]1233 98-09-28: Sander van Leeuwen
[1000]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
[51]1236
[194]1237 98-09-25: Sander van Leeuwen
[1000]1238 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
[51]1239
1240********************************************************************************
1241***** Release 0.03/4
1242********************************************************************************
[194]1243 98-09-15: KSO
[1000]1244 - WIN32K: pe2lx\misc.cpp changes
[51]1245
[194]1246 98-09-13: Sander van Leeuwen
[1000]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)
[51]1251
[194]1252 98-09-12: Sander van Leeuwen
[1000]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!)
[273]1263
[194]1264 98-09-02: Sander van Leeuwen
[1000]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)
[51]1268
[194]1269 98-09-01: Patrick Haller
[1000]1270 - WSOCK32: Circular linker dependency removed
[51]1271
[194]1272 98-08-31: kso
[1000]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(..);
[51]1277
[194]1278 98-08-17: Sander van Leeuwen
[1000]1279 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
1280 directly first and if that fails, load it manually.
[51]1281
[194]1282 98-08-15: Sander van Leeuwen
[1000]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
[51]1287
[194]1288 98-08-13: Sander van Leeuwen
[1000]1289 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
[51]1290
[194]1291 98-08-13: KSO:
[1000]1292 - PE2LX: Borland bugfixes
[51]1293
1294 98-08-08: Sander van Leeuwen
[1000]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.
[51]1301
[194]1302 98-08-03 KSO:
[1000]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_*
[51]1307
1308 98-07-23: Knut Osmundsen
[1000]1309 - PE2LX: Borland exe changes (import stuff)
[51]1310
1311 98-07-18: Sander van Leeuwen
[1000]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)
[51]1327
1328 98-07-14: Sander van Leeuwen
[1000]1329 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
1330 method
[51]1331
1332 98-07-13: Patrick Haller
[1000]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
[51]1336
1337 98-07-13: Patrick Haller
[1000]1338 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
[51]1339
1340 98-07-12: Patrick Haller
[1000]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 :(
[51]1346
1347 98-07-10: Patrick Haller
[1000]1348 - stubs for NETAPI32 100%
[51]1349
1350 98-07-09: Patrick Haller
[1000]1351 - stubs for Winspool 100%
[51]1352
[194]1353 98-07-01 Joel Troster
[1000]1354 - KERNEL32: update to nameid.cpp
[194]1355
[51]1356 98-06-07 Joel Troster
[1000]1357 - WINMM: WaveOpen bugfix
[51]1358
1359 98-06-07 Felix Maschek
[1000]1360 - CAPI32: bugfix
[51]1361
1362 98-06-15: Patrick Haller
[1000]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)
[51]1367
1368 98-06-14: KSO
[1000]1369 - GDI32: Stubs for Office 97
1370 - PE2LX: Formatted output
1371 - ADVPI32: Stubs for Office 97
1372 - VERSION: Stubs for Office 97
[51]1373
1374 98-06-12: Patrick Haller
[1000]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()
[51]1388
1389 98-05-25: Patrick Haller
[1000]1390 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
1391 - KERNEL32: Resource fix
[51]1392
1393 98-05-03: Joel Troster
[1000]1394 - WINMM: Stubbed most of the remaining mmedia apis
[51]1395
1396 98-04-28: Patrick Haller
[1000]1397 - KERNEL32: Console fixes
1398 - KERNEL32: Console properties (partially)
1399 - KERNEL32: Handlemanager fixes
1400 - KERNEL32: OS2iGetModuleName fixes
[51]1401
1402********************************************************************************
1403***** Release 0.02
1404********************************************************************************
1405
[194]1406 98-04-05: Patrick Haller
[1000]1407 - KERNEL32: Resource bugfix
[51]1408
[194]1409 98-03-30: Joel Troster
[1000]1410 - WINMM: midiStream* stubs added
[51]1411
[194]1412 98-03-30: Sander van Leeuwen
[1000]1413 - PE2LX: Set console flag when exe has no resources
[51]1414
[194]1415 98-03-27: Joel Troster
[1000]1416 - WINMM: Midi changes/bugfixes, mci* api stubs added
1417 - GDI32: SetObjectOwner stub added
[51]1418
1419 25-03-98: Sander van Leeuwen
[1000]1420 - KERNEL32: Several changes in resource code
[51]1421
1422 19-03-98: Felix Maschek
[1000]1423 - KERNEL32: Comm stubs added
[51]1424
1425 19-03-98: Sander van Leeuwen
[1000]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
[51]1430
1431 19-03-98: Peter Fitzsimmons
[1000]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
[51]1442
[1000]1443 - added getea() to kernel32\os2util.c
1444 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
[51]1445
[1000]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"
[51]1448
[1000]1449 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
1450 replace with kernel32.dll.
[51]1451
[1000]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
[51]1455
1456 16-03-98: Joel Troster
[1000]1457 - GDI32: Added SetObjectOwner stub
[51]1458
1459 15-03-98: Joel Troster
[1000]1460 - WINMM: RTMIDI dependency removed
[51]1461
1462 15-03-98: Sander van Leeuwen
[1000]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
[51]1470
[1000]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
[51]1479
1480 13-03-98: Sander van Leeuwen
[1000]1481 - KERNEL32: Dll unloading fixed
[51]1482
1483 13-03-98: Peter Fitzsimmons
[1000]1484 - KERNEL32: Fixed CompareStringA/W
[51]1485
1486 12-03-98: Joel Troster
[1000]1487 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
[51]1488
1489 10-03-98: Sander van Leeuwen
[1000]1490 - WSOCK32: WSAStartup fix and ioctl addition
1491 (Quake 2 Multiplayer working)
1492 - KERNEL32: Resource lookup bug fixed
[51]1493
1494 10-03-98: Joel Troster
[1000]1495 - KERNEL32: SetThreadLocale added
[51]1496
1497 09-03-98: Patrick Haller
[1000]1498 - KERNEL32: Fix in GetStdHandle within HandleManager
[51]1499
[1000]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.
[51]1504
[1000]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)
[51]1508
1509 09-03-98: Sander van Leeuwen
[1000]1510 - KERNEL32: Put dll & exe apis in wprocess.cpp
1511 - KERNEL32: Reroute file io from own exe to original
[273]1512
[51]1513 08-03-98: Joel Troster
[1000]1514 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
1515 - WINMM: Unicode midi apis added to .def file
[51]1516
1517 08-03-98: Sander van Leeuwen
[1000]1518 - WINMM: Aux* apis implemented (not tested and not 100% correct)
1519 - include: added mmddk.h from win95 ddk
[273]1520
[51]1521 07-03-98: Peter Fitzsimmons
[1000]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.
[51]1528
1529 07-03-98: Sander van Leeuwen
[1000]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)
[51]1535
1536 06-03-98: Sander van Leeuwen
[1000]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
[51]1545
1546 05-03-98: Joel Troster
[1000]1547 - KERNEL32: Use OS/2 unicode apis
1548 - USER32: Use OS/2 unicode apis
[51]1549
1550 04-03-98: Sander van Leeuwen
[1000]1551 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
[51]1552
1553 03-03-98: Knut Osmundsen
[1000]1554 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
[51]1555
1556 03-03-98: Patrick Haller
[1000]1557 - PECHECK: Initial code for pecheck.exe
[51]1558
1559 03-03-98: Joel Troster
[1000]1560 - KERNEL32: Stubs added for Virtual(Un)Lock
1561 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
[51]1562
1563 03-03-98: Sander van Leeuwen
[1000]1564 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
1565 - KERNEL32: Use tcp32dll instead of pmwsock
1566 - PE2LX: Fixed memory corruption in icon.cpp
[51]1567
1568 02-03-98: Sander van Leeuwen
[1000]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
[51]1573
1574 01-03-98: Patrick Haller
[1000]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.
[51]1580********************************************************************************
1581***** Release 0.01
1582********************************************************************************
1583 28-02-98: Sander van Leeuwen
[1000]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.
[51]1593
1594 27-02-98: Patrick haller
[1000]1595 - MPR: stubs for all documented MPR functions,
1596 should be complete now
[51]1597
1598 26-02-98: Patrick haller
[1000]1599 - USER32: stubs for all documented USER32 functions,
1600 should be complete now
1601 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
[51]1602
1603 24-02-98: Joel Troster
[1000]1604 - WINMM: Midi working
[51]1605
1606 24-02-98: Sander van Leeuwen
[1000]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)
[51]1610
1611 23-02-98: Joel Troster
[1000]1612 - KERNEL32: PMPrintf version of WriteLog added
[273]1613
[51]1614 22-02-98: Sander van Leeuwen
[1000]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
[51]1620
1621 21-02-98: Sander van Leeuwen
[1000]1622 - KERNEL32: VirtualProtect size change to include all pages
1623 referenced
[273]1624
[51]1625 19-02-98: Sander van Leeuwen
[1000]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
[51]1629
1630 18-02-98: Joel Troster
[1000]1631 - WINMM: Midi changes, wave in/out stubs added
[51]1632
1633 16-02-98: Sander van Leeuwen
[1000]1634 - KERNEL32: Heap bugfix
[51]1635
1636 16-02-98: Joel Troster
[1000]1637 - WINMM: Midi updates
[51]1638
1639 15-02-98: Sander van Leeuwen
[1000]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.
[51]1644
1645 11-02-98: Sander van Leeuwen
[1000]1646 - MPR: Changed/Corrected ordinals
[51]1647
1648Mon 98-02-09 Peter Fitzsimmons
[1000]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()
[51]1655
[1000]1656 - advapi32: GetUserNameA() stub. Always says a person named
1657 "USER" is logged on.
[51]1658
[1000]1659 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
[51]1660
1661 9-02-1998: Joel Troster
[1000]1662 - USER32: Added Set/GetDefaultMenuItem (stub)
[51]1663
1664 7-02-1998: Sander van Leeuwen
[1000]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)
[51]1672
167331-01-1998: Sander van Leeuwen
[1000]1674 - USER32: Fixed two bugs in CreateWindowExA/W
1675 - WINMM: Fixed wave playback problem
[51]1676
167718-01-1998: Sander van Leeuwen
[1000]1678 - GDI32: Changed GetDIBColor & SetDIBColor
1679 - GDI32: Fixed CreateDIBSection
1680 - Quake 2 working in a window!
[51]1681
168217-01-1998: Sander van Leeuwen
[1000]1683 - WINMM: Waveout working, Quake 2 WITH sound now!
1684 - GDI32: Implemented GetDIBColor & SetDIBColor
[51]1685
168611-01-1998: Sander van Leeuwen
[1000]1687 - KERNEL32: Exception handler fix
1688 - WINMM: Started with WaveOut implementation
[51]1689
169011-01-1998: Felix Maschek
[1000]1691 - TAPI32: Fixes
[51]1692
169310-01-1998: Sander van Leeuwen
[1000]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
[51]1698
169910-01-1998: Chris McKillop
[1000]1700 - New build tree
[51]1701
170210-01-1998: Vince Vielhaber
[1000]1703 - Winsock32 changes
[51]1704
170531-12-1997: Sander van Leeuwen
[1000]1706 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
[51]1707
170828-12-1997: Sander van Leeuwen
[1000]1709 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
1710 Set environment variable WIN32_IOPL2 to enable this
[51]1711
[1000]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....
[51]1716
171723-12-1997: Felix Maschek
[1000]1718 - CAPI2032: Complete implementation of CAPI
[51]1719
172020-12-1997: Felix Maschek
[1000]1721 - TAPI32: Stub dll
[51]1722
172320-12-1997: Sander van Leeuwen
[1000]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
[51]1730
173114-12-1997: Sander van Leeuwen
[1000]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
[51]1740
174131-11-1997: Sander van Leeuwen
[1000]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.
[51]1746
[1000]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
[51]1761
[1000]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.