source: trunk/changelog@ 52

Last change on this file since 52 was 52, checked in by achimha, 26 years ago

* empty log message *

File size: 22.4 KB
Line 
1 99-07-06: Sander van Leeuwen
2 - Removed unecessary files
3 - Modified os2win.h to save FS selector before calling Open32 api
4 and restoring it afterwards.
5 - Renamed all .C files (except comctl32) to .CPP and fixed compiler errors
6 - GDI32: Fixed SetDIBitsToDevice bugfix (palette size)
7 - USER32: Fixed RegisterSystemClasses
8
9 99-07-06: Achim Hasenmueller
10 - Added comctl32, mostly untested includes all controls, some undocumented
11 APIs missing
12 - Added internal GetSysColorPen() to user32 - handy API used in WINE
13 Modified syscolor.cpp to support new Win98 colors and create pens
14
15 99-06-06: Sander van Leeuwen
16 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
17 as reported on mailinglist by Edgar Buerkle.
18 Also FindResourceA/W.
19
20 99-01-06: David Raison
21 - OLE32: Changed everything to make it compile with the new headers
22 - include/win/ole.2 - line 170
23 - include/wine/win/obj_oleview.h - line 32 & 36
24
25 99-23-05: Sander van Leeuwen
26 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
27 Fixed key definition conflict in convertkey.
28 - KERNEL32: Fixed exception handler, don't continue after process termination
29 exception! (fixes annoying exitlist hangs)
30
31 99-19-05: Sander van Leeuwen
32 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
33
34 99-15-05: Sander van Leeuwen
35 - Fixed a number of bugs introduced during the Wine header update
36 - KERNEL32: Added high/low fixup support for pe loader
37
38 99-13-05: Sander van Leeuwen
39 - Updated USER32
40 - Fixed unicode apis in USER32
41 - Added .def files for ADVAPI32, COMDLG32, GDI32, KERNEL32 & USER32 that
42 export all apis with the correct names. (_apiname@nrofparameterbytes)
43
44 99-12-05: Sander van Leeuwen
45 - Finished KERNEL32
46 - Updated WINMM
47
48 99-10-05: Vince Vielhaber
49 - Rewrote WSOCK32 for Wine headers
50
51 99-08-05: Sander van Leeuwen
52 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
53 for new headers
54 - Started with KERNEL32 changes (75% done)
55 - Made basic changes to OLE32 for new headers, but still tons of errors
56 - Fixed some unicode apis in GDI32
57
58 99-04-05: Sander van Leeuwen
59 - Stripped os2win.h and put it in include directory
60 - WINE header files in include\win
61 (some modified for IBM VAC)
62 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
63 are appended with _O32.
64
65 99-01-05: Sander van Leeuwen
66 - Changed makefile structure:
67 nmake DEBUG=1 builds debug version
68 nmake builds release version
69
70 99-11-04: Sander van Leeuwen
71 - Everything except user32 & kernel32: copyrights added to most files
72 Moved a few header files in \include
73 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
74 be a virtual method.
75
76 98-26-10: Sander van Leeuwen
77 - OLE32: CoInitialize takes one parameter, not 0
78
79 98-11-10: Sander van Leeuwen
80 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
81 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
82
83 98-28-09: Sander van Leeuwen
84 - PE2LX: icon.cpp: palette only for <= 8 bpp
85 - PE2LX: icon.cpp: check if image size in bmp header is correct before using it
86
87 98-25-09: Sander van Leeuwen
88 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
89
90********************************************************************************
91***** Release 0.03/4
92********************************************************************************
93 98-15-09: KSO
94 - WIN32K: pe2lx\misc.cpp changes
95
96 98-13-09: Sander van Leeuwen
97 - KERNEL32: windll.cpp: fixed bug with szModule not being initialized
98 - PE2LX: pe.cpp: Only read first 1 MB for huge files. (as they are most
99 likely InstallShield archives; exe appended with
100 installation data)
101
102 98-12-09: Sander van Leeuwen
103 - WSOCK32: Changed fd_set to Wfd_set or else it won't compile over here
104 - KERNEL32: Winimage.cpp, extra checks added
105 - KERNEL32: OS2GetModuleFileName bugfix
106 - INCLUDE/MISC.H: Error printf that prints to stdout (more reliable than
107 a logfile)
108 - GDI32: GetDeviceCaps -> NT returns -1 when using 16 bits colors, NOT 65536!
109 - GDI32: CreateDIBSection -> StarCraft uses bitmap with negative height ->
110 flip image when blitting
111 - GDI32: DIBSection ctor: bug in BITMAPINFO2 malloc
112 - GDI32: BitBlt: (dibsection) HDC == HPS (thank you, IBM!)
113
114 98-02-09: Sander van Leeuwen
115 - KERNEL32/USER32: Split up code
116 - USER32 (/new): Started with new class & window managment code
117 (not compiled nor tested, so don't change it)
118
119 98-01-09: Patrick Haller
120 - WSOCK32: Circular linker dependency removed
121
122 98-31-08: kso
123 - KERNEL32: changed lfile.c to use OS2CreateFile,OS2CloseHandle,.... as
124 NT does. Notepad (W95) is now working better.
125 - KERNEL32: fixed a open32 bug (or win32 feature) - WriteFile with
126 nrbytes = 0 is equal to a SetEndOfFile(..);
127
128 98-17-08: Sander van Leeuwen
129 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
130 directly first and if that fails, load it manually.
131
132 98-15-08: Sander van Leeuwen
133 - DDRAW: LOTS of changes,additions and fixes
134 (ddex1-ddex5 DirectX SDK samples work(ed) + Quake 2 in
135 DirectDraw mode)
136 - DSOUND: Skeleton code extended
137
138 98-13-08: Sander van Leeuwen
139 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
140
141 98-13-08: KSO:
142 - PE2LX: Borland bugfixes
143
144 98-08-08: Sander van Leeuwen
145 - pe2lx (pe.cpp), call SetNrOfExports(0) for dlls without exports
146 to set the module name in the resident name table
147 (otherwise converted dll will not load)
148 - Version resource apis work now
149 - LocalReAlloc bugfix, notepad assumes it returns the same
150 address when the new size is smaller than the old one.
151
152 98-03-08 KSO:
153 - pe.cpp: line 600 - added OS2Exe to the parameterlist
154 - bitmap.cpp: replace file - much.
155 - bitmap.h: replace file - typo (BitMap to Bitmap)
156 - icon.h: replace file - #define BI_*
157
158 98-07-23: Knut Osmundsen
159 - PE2LX: Borland exe changes (import stuff)
160
161 98-07-18: Sander van Leeuwen
162 - KERNEL32/PE2LX: Changed version checks; version nr is put into the
163 converted exe/dll as a parameter to one of the kernel32
164 entry points
165 - USER32: Changed class managment code
166 - USER32: Removed all SYNCPAINT stuff as it breaks many apps
167 - USER32: Removed in CreateWindowExA that checks for values of x, y, nHeight & nWidth
168 (this broke generic.exe, notepad.exe and probably many others)
169 - USER32: Finished GetMenuStringW (MSPaint), not working right though
170 it should return 'Recent File', but returns 'Decent File'
171 Well, whatever.
172 - VERSION/KERNEL32/PE2LX: Version resource API implemention started
173 - PE2LX: Increased some fixup limits to convert dynhgi35.dll
174 - KERNEL32: AsciiToUnicode fixed (only terminate with one 0; doing
175 it twice corrupts the heap as our stuff allocates exactly
176 enough for string + 0 terminator)
177
178 98-07-14: Sander van Leeuwen
179 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
180 method
181
182 98-07-13: Patrick Haller
183 - USER32: Unicode fix for wvsprintfW "%s" -> "%ls"
184 - USER32: fix in Win32WindowProc destructor when "window" becomes NULL
185 - ADVAPI32: RegConnectRegistry for connection to local machine
186
187 98-07-13: Patrick Haller
188 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
189
190 98-07-12: Patrick Haller
191 - NTDLL: new functions in NTDLL (-> critical sections)
192 - SHELL32: few new stubs in SHELL32
193 - GDI32: fix in GDI32\DIBSECT\CreateDIBSection for M$ Backup
194 - USER32: experimental fix (CS_SYNCPAINT) for WinHlp32 to
195 display navigation buttons, but crashes SOL.EXE :(
196
197 98-07-10: Patrick Haller
198 - stubs for NETAPI32 100%
199
200 98-07-09: Patrick Haller
201 - stubs for Winspool 100%
202
203 98-06-07 Joel Troster
204 - WINMM: WaveOpen bugfix
205
206 98-06-07 Felix Maschek
207 - CAPI32: bugfix
208
209 98-01-07 Joel Troster
210 - KERNEL32: update to nameid.cpp
211
212 98-06-15: Patrick Haller
213 - GDI32: stubs for all missing functions
214 - ADVAPI32: stubs for all missing functions
215 - USER32: implementation of some real functions
216 some unknown functions stubbed (IDA/2)
217
218 98-06-14: KSO
219 - GDI32: Stubs for Office 97
220 - PE2LX: Formatted output
221 - ADVPI32: Stubs for Office 97
222 - VERSION: Stubs for Office 97
223
224 98-06-12: Patrick Haller
225 - NTDLL: ported over the NTDLL code from WINE, subject to the GNU Copyleft
226 some applications open this module explicitly
227 - KERNEL32: few fixes to Unicode handling
228 - KERNEL32: console window sizing (still buggy) and property fixes
229 - KERNEL32: stubs for all missing functions
230 - GDI32: bugfix for DIB allocation (MS Paint)
231 - WINMM: functions for FOURCC handling
232 - PE2LX: CURSOR.CPP: hotspot.y is upside down (fixed for Winhlp32)
233 - PE2LX: DIALOG.CPP: combobox style translation CBS_ fixed
234 - PE2LX: DIALOG.CPP: style translation for WINES_MULTILINE
235 causes MLE control to be generated.
236 Experimental.
237 - KERNEL32: WINDLL.CPP: fixed endless loop in Win32DLL::StripPath()
238
239 98-05-25: Patrick Haller
240 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
241 - KERNEL32: Resource fix
242
243 98-05-03: Joel Troster
244 - WINMM: Stubbed most of the remaining mmedia apis
245
246 98-04-28: Patrick Haller
247 - KERNEL32: Console fixes
248 - KERNEL32: Console properties (partially)
249 - KERNEL32: Handlemanager fixes
250 - KERNEL32: OS2iGetModuleName fixes
251
252********************************************************************************
253***** Release 0.02
254********************************************************************************
255
256 05-04-98: Patrick Haller
257 - KERNEL32: Resource bugfix
258
259 30-03-98: Joel Troster
260 - WINMM: midiStream* stubs added
261
262 30-03-98: Sander van Leeuwen
263 - PE2LX: Set console flag when exe has no resources
264
265 27-03-98: Joel Troster
266 - WINMM: Midi changes/bugfixes, mci* api stubs added
267 - GDI32: SetObjectOwner stub added
268
269 25-03-98: Sander van Leeuwen
270 - KERNEL32: Several changes in resource code
271
272 19-03-98: Felix Maschek
273 - KERNEL32: Comm stubs added
274
275 19-03-98: Sander van Leeuwen
276 - KERNEL32: Pop up a dialog box when a missing api is called
277 - KERNEL32: dll bugfix
278 - KERNEL32: CreateProcessA/W fix
279 - KERNEL32: GetProcAddr completed for PE loader & PE2LX
280
281 19-03-98: Peter Fitzsimmons
282 - created include\version.h
283 - changed pe2lx\lx.cpp (call SetVersion())
284 - changed pe2lx\misc.cpp (code for SetVersion(), setea())
285 - changed pe2lx\misc.h (add prototypes)
286 - changed pe2lx\pe.cpp (moved DosClose() up a few lines, so DosSetPathInfo() could write to the file)
287 - changed pe2lx\makefile \
288 - changed pe2lx\makefile.wat / Build setver.exe, getver.exe. I didn't copy
289 these exe's to ..\bin in purpose; they
290 aren't supposed to go to end users.
291 - Added one line ("..\server $@") to all makfiles
292
293 - added getea() to kernel32\os2util.c
294 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
295
296 - Edit all initterm.c's to remove that rand() crap (that is from a
297 sample project!). Also added new version check to each. Also #include "misc.h"
298
299 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
300 replace with kernel32.dll.
301
302 - src\makefile: build kernel32 before wsock
303 - src\kernel32\makefile: remove reference to wsock32.lib
304 - src\kernel32\network.cpp: remove call to wsock32
305
306 16-03-98: Joel Troster
307 - GDI32: Added SetObjectOwner stub
308
309 15-03-98: Joel Troster
310 - WINMM: RTMIDI dependency removed
311
312 15-03-98: Sander van Leeuwen
313 - All dlls, C++ init+termination call added to initterm.c
314 - KERNEL32: Icon conversion bugfix
315 - KERNEL32: Removed reroute of exe reading
316 - KERNEL32: Major rewrite of dll & exe handling including
317 LoadLibary(Ex)A/W, CreateProcessA/W, GetModuleFileNameA/W,
318 FreeLibrary & GetCommandLineA/W
319 Side effect: Crash at Quake 2 exit fixed
320
321 - KERNEL32: Additional code for PE loader
322 - PE: Created OS/2 ring 3 PE loader
323 syntax: pe win32exe commandline
324 Reads win32exe & all imported dlls, calls all dll entry points and
325 finally calls the exe entry point.
326 TODO: No fixups and low startup address
327 TODO: Resources
328 TODO: CreateProcess doesn't work right
329
330 13-03-98: Sander van Leeuwen
331 - KERNEL32: Dll unloading fixed
332
333 13-03-98: Peter Fitzsimmons
334 - KERNEL32: Fixed CompareStringA/W
335
336 12-03-98: Joel Troster
337 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
338
339 10-03-98: Sander van Leeuwen
340 - WSOCK32: WSAStartup fix and ioctl addition
341 (Quake 2 Multiplayer working)
342 - KERNEL32: Resource lookup bug fixed
343
344 10-03-98: Joel Troster
345 - KERNEL32: SetThreadLocale added
346
347 09-03-98: Patrick Haller
348 - KERNEL32: Fix in GetStdHandle within HandleManager
349
350 - KERNEL32: Console APIs completed, input and output is complete,
351 however not thoroughly tested, SHORT 0.98D is working.
352 Codepage support, Unicode support missing.
353 I'm working on cosmetics and properties dialog.
354
355 - EXECHECK: tool to check executables for convertibility via pe2lx
356 and keeping track of our APIs, as well as imported/exported
357 functions of executables (PE import is currently implemented)
358
359 09-03-98: Sander van Leeuwen
360 - KERNEL32: Put dll & exe apis in wprocess.cpp
361 - KERNEL32: Reroute file io from own exe to original
362
363 08-03-98: Joel Troster
364 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
365 - WINMM: Unicode midi apis added to .def file
366
367 08-03-98: Sander van Leeuwen
368 - WINMM: Aux* apis implemented (not tested and not 100% correct)
369 - include: added mmddk.h from win95 ddk
370
371 07-03-98: Peter Fitzsimmons
372 - Added KERNEL32.GetSystemDefaultLangID() -- I copied GetUserDefaultLangID, which
373 always returns "US ENGLISH".
374 (NOTE: Already added)
375 - Added ADVAPI32.ReportEventA(). Stub.
376 - Added ADVAPI32.OS2SetSecurityDescriptorDacl(). Stub that returns ERROR.
377 - Added ADVAPI32.* a bunch more stubs.
378
379 07-03-98: Sander van Leeuwen
380 - KERNEL32: Implemented Local* memory apis with new heap
381 (in win32 you can mix Heap and Local apis)
382 - KERNEL32: Corrected key mapping bugs for arrow, insert/del/home/end
383 page up/down keys.
384 Doesn't work 100% right yet. (strafing in Quake = alt-arrow)
385
386 06-03-98: Sander van Leeuwen
387 - WINMM: Added WaveOutGetNumDevs and corrected the calling
388 convention for several apis (WIN32API, not WINAPI)
389 - KERNEL32: Added GetSystemDefaultLangID and moved several
390 language apis to lang.cpp
391 - KERNEL32: Added EnumSystemLocalesA/W (US English only)
392 - PE2LX: command line option change: pe2lx win32file > logfile
393 Now makes a backup copy of the win32 file and creates
394 an OS/2 version with the same name
395
396 05-03-98: Joel Troster
397 - KERNEL32: Use OS/2 unicode apis
398 - USER32: Use OS/2 unicode apis
399
400 04-03-98: Sander van Leeuwen
401 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
402
403 03-03-98: Knut Osmundsen
404 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
405
406 03-03-98: Patrick Haller
407 - PECHECK: Initial code for pecheck.exe
408
409 03-03-98: Joel Troster
410 - KERNEL32: Stubs added for Virtual(Un)Lock
411 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
412
413 03-03-98: Sander van Leeuwen
414 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
415 - KERNEL32: Use tcp32dll instead of pmwsock
416 - PE2LX: Fixed memory corruption in icon.cpp
417
418 02-03-98: Sander van Leeuwen
419 - KERNEL32: kernel32.c -> kernel32.cpp
420 - KERNEL32: Merged exception logging with my latest code
421 - include: win32type.h
422 - WSOCK32: Removed pmwsock.lib from makefile
423
424 01-03-98: Patrick Haller
425 - KERNEL32: Extensions to the exception handler (logging)
426 - KERNEL32: HandleManager for pseudo-devices (CONIN$,CONOUT$,etc)
427 - KERNEL32: Hooks for HandleManager
428 - KERNEL32: Very early console support for stdout is there ...
429 Console also has context menue.
430********************************************************************************
431***** Release 0.01
432********************************************************************************
433 28-02-98: Sander van Leeuwen
434 - DDRAW: Initial work for Direct3D
435 - KERNEL32/PE2LX, Changes for console applications (flag)
436 - KERNEL32: Kill process when a fatal exception occurs
437 (prevents some kind of eternal loop in OS/2; probably due to
438 invalid exception records or difference in exception handler
439 calling convention)
440 - KERNEL32: Added a try/catch statement around the dll exit list
441 processing in ExitProcess. Seems to cure the trap
442 at exit.
443
444 27-02-98: Patrick haller
445 - MPR: stubs for all documented MPR functions,
446 should be complete now
447
448 26-02-98: Patrick haller
449 - USER32: stubs for all documented USER32 functions,
450 should be complete now
451 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
452
453 24-02-98: Joel Troster
454 - WINMM: Midi working
455
456 24-02-98: Sander van Leeuwen
457 - KERNEL32: Exit list changes; terminate all dlls right before
458 ExitProcess or in kernel32 exitlist in case of a trap
459 (prevents unkillable processes in most cases)
460
461 23-02-98: Joel Troster
462 - KERNEL32: PMPrintf version of WriteLog added
463
464 22-02-98: Sander van Leeuwen
465 - ALL DLLs: Call C/C++ lib cleanup proc in exit list
466 - PE2LX: Use exit lists in converted win32 dlls to terminate them
467 - WINMM: Remove test code in timer emulation (multiplied time by 10)
468 - KERNEL32: Release winmod objects properly
469 - KERNEL32: Call dll exit proc in FreeLibrary
470
471 21-02-98: Sander van Leeuwen
472 - KERNEL32: VirtualProtect size change to include all pages
473 referenced
474
475 19-02-98: Sander van Leeuwen
476 - PE2LX: Change order of dlls in import module name table
477 - KERNEL32: Don't call the C/C++ lib cleanup procedure at
478 dll termination
479
480 18-02-98: Joel Troster
481 - WINMM: Midi changes, wave in/out stubs added
482
483 16-02-98: Sander van Leeuwen
484 - KERNEL32: Heap bugfix
485
486 16-02-98: Joel Troster
487 - WINMM: Midi updates
488
489 15-02-98: Sander van Leeuwen
490 - KERNEL32: Changed heap allocation again. (now uses malloc/free)
491 - KERNEL32: QueryPerformanceFrequency/Counter uses DosTmrQueryTime/
492 DosTmrQueryFreq now, so the normal xf86sup.sys can
493 be used.
494
495 11-02-98: Sander van Leeuwen
496 - MPR: Changed/Corrected ordinals
497
498Mon 98-02-09 Peter Fitzsimmons
499 - lx.cpp -- put in check for MAX_SECTIONS (was bombing out in one
500 of "visio technical"'s dlls.
501 - lx.cpp increase MAX_SECTIONS (lx.h) from 16 to 32 (where'd the
502 original value come from?).
503 - kernel32.c: added stub for FlushInstructionCache()
504 - kernel32.c: added stub for OS2GetPrivateProfileSectionA()
505
506 - advapi32: GetUserNameA() stub. Always says a person named
507 "USER" is logged on.
508
509 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
510
511 9-02-1998: Joel Troster
512 - USER32: Added Set/GetDefaultMenuItem (stub)
513
514 7-02-1998: Sander van Leeuwen
515 - KERNEL32/WINMM: Added VMutex to KERNEL32 (imported by WINMM)
516 - KERNEL32: New heap implementation (heap.cpp & os2heap.cpp)
517 - KERNEL32: Replace exception handler for each new thread
518 - KERNEL32: Set previous exception handler to 0 instead of -1
519 (fixes endless exception handler calls)
520 - Added macro dprintf & dassert to include\misc.h (no more need
521 for #ifdef DEBUG's)
522
52331-01-1998: Sander van Leeuwen
524 - USER32: Fixed two bugs in CreateWindowExA/W
525 - WINMM: Fixed wave playback problem
526
52718-01-1998: Sander van Leeuwen
528 - GDI32: Changed GetDIBColor & SetDIBColor
529 - GDI32: Fixed CreateDIBSection
530 - Quake 2 working in a window!
531
53217-01-1998: Sander van Leeuwen
533 - WINMM: Waveout working, Quake 2 WITH sound now!
534 - GDI32: Implemented GetDIBColor & SetDIBColor
535
53611-01-1998: Sander van Leeuwen
537 - KERNEL32: Exception handler fix
538 - WINMM: Started with WaveOut implementation
539
54011-01-1998: Felix Maschek
541 - TAPI32: Fixes
542
54310-01-1998: Sander van Leeuwen
544 - Changes to makefile and wsock32.c to make it compile with VAC
545 - VirtualAlloc bugfix (reserve)
546 - Dialog fix (font name)
547 - WINMM now uses mmsystem.h from win32 SDK
548
54910-01-1998: Chris McKillop
550 - New build tree
551
55210-01-1998: Vince Vielhaber
553 - Winsock32 changes
554
55531-12-1997: Sander van Leeuwen
556 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
557
55828-12-1997: Sander van Leeuwen
559 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
560 Set environment variable WIN32_IOPL2 to enable this
561
562 - KERNEL32: Fixed GetStartupInfoA/W (WINE)
563 - GDI32: Added CreateDIBSection from Wine (not complete)
564 - Lots of stubs added
565 - Almost got Quake II running....
566
56723-12-1997: Felix Maschek
568 - CAPI2032: Complete implementation of CAPI
569
57020-12-1997: Felix Maschek
571 - TAPI32: Stub dll
572
57320-12-1997: Sander van Leeuwen
574 - KERNEL32: Bug in winmod.cpp
575 - KERNEL32: Added code for exception handling (not fool proof)
576 - KERNEL32: Fixed HeapCreate (now reserves 32 MB instead of 64 kb)
577 - KERNEL32: Catch FPU exception, mask fpu exceptions, fix stack and continue execution
578 - PE2LX: Removed stack size & base switch
579 - WINMM: Added joyGetPos stub
580
58114-12-1997: Sander van Leeuwen
582 - KERNEL32: Added QueryPerformanceFrequency, QueryPerformanceCounter
583 - USER32: Added some stubs
584 - GDI32: Added some stubs
585 - WINMM: Added some stubs
586 - WNETAP32: New (NETAPI32)
587 - PE2LX: Change module import name NETAPI32 to WNETAP32 (name conflict with OS/2 NETAPI32)
588 - PE2LX: Cut long dll names to 8 chars
589 - MPR: Added WNetGetUserA stub
590
59131-11-1997: Sander van Leeuwen
592 - KERNEL32: Fixed GetEnvironmentStringsW
593 - KERNEL32: Added DeviceIOControl (devio.c, map.c, iccio.asm; last two from XFree86 driver src)
594 - KERNEL32: Changed CreateFile to open an OS/2 driver if required
595 - Last two changes for win32 Glide dll.
596
597 - Fixed window creation (wndproc.cpp), Open32 isn't sending WM_NCCREATE msgs!
598 - Filter out CBS_OWNERDRAWFIXED & CBS_OWNERDRAWVARIABLE combobox styles
599 in CreateWindowExA/W (not finished)
600 - Added FormatMessageA/W from Wine (kernel32)
601 - USER32:
602 - Fixed GetSystemParameterInfoA/W, SPI_GETNONCLIENTMETRICS/SPI_SETNONCLIENTMETRICS
603 (ConvertFontAW/ConvertFontWA macros)
604 - Progress comclt32 class working
605 - ADVAPI32, fixed:
606 - RegEnumKeyW
607 - RegEnumKeyExW
608 - RegEnumValueW
609 - RegQueryInfoKeyW
610 - RegQueryValueW
611
612 - USER32:
613 - Fixed DrawEdge (borrowed from Wine)
614 - Added ChangeMenuA/W (borrowed from Wine)
615 - Fixed some color problems
616 - Trackbar win32 SDK example working (toolbar comctl32 class)
Note: See TracBrowser for help on using the repository browser.