source: trunk/changelog@ 1150

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

* empty log message *

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