source: trunk/changelog@ 372

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

* empty log message *

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