source: trunk/changelog@ 1123

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

.

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