source: trunk/changelog@ 1593

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

Fix: wvsprintfAW fixed

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