source: trunk/changelog@ 454

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

Add: ODINCRT

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