source: trunk/changelog@ 1116

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

* empty log message *

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