source: trunk/changelog@ 223

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

FS changes for msg callbacks & OS2/Open32 apis

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