source: trunk/changelog@ 1486

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

.

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