source: trunk/changelog@ 1371

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

* empty log message *

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