source: trunk/changelog@ 1566

Last change on this file since 1566 was 1564, checked in by hugh, 26 years ago

Added ddraw change which let Q2 run again

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