source: trunk/changelog@ 1211

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

* empty log message *

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