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
RevLine 
[454]1 /* $Id: changelog,v 1.75 1999-08-09 20:28:48 phaller Exp $ */
[417]2
[454]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
[431]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
[420]12 99-08-05: Patrick Haller <phaller@gmx.net>
[421]13 - KERNEL32: interactive control over UnhandledExceptionFilter
[427]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
[421]16 - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
[420]17
[418]18 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
[431]19 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
20 (bitmap in donut.exe (ddraw sample) contains wrong size)
[418]21
[414]22 99-08-04: Patrick Haller <phaller@gmx.net>
[431]23 - KERNEL32: fix for filename handling in kernel32/profile
24 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
[414]25
[410]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
[409]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
[406]34 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
35 - USER32: Ported DrawTextExA/W & DrawStateA/W
36
[401]37 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
38 - KERNEL32: Implemented GetComputerNameA/W
39
[393]40 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[399]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>
[393]47 - KERNEL32: GetLocateInfoA bugfix
48 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
49
[375]50 99-07-23: Yuri Dario <mc6530@mclink.it>
51 - misc: Changes for compilation with VAC 3.6.5
52
[370]53 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
54 - VERSION: VerQueryValueA/W Wine implementation ported
55
[366]56 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
57 - KERNEL32: Complete implementation of GetLocaleInfoA/W
58
[363]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.
[365]62 - USER32: MapOEMToRealKey fix
[363]63
[360]64 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
65 - DDRAW: Now compiles
66 - COMCTL32: Create library with correct api names
67
[355]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
[344]72 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
73 - USER32/NEW: Added support for window icons and accelerators.
[348]74 Accelerators don't work yet.
75 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
76
[343]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)
[344]80 - USER32/NEW: CreateWindowEx now works and menus are displayed
[343]81
[320]82 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
83 - KERNEL32: Exports for getting TEB & THDB added
84
[307]85 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
86 - USER32/NEW: Unicode & window handle translation bugfixes
87
[305]88 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
89 - USER32/NEW: several bugs fixed, compiles now
90 CreateWindow doesn't work yet
91
[301]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
[298]96 99-07-12: Patrick Haller <phaller@gmx.net>
97 - KERNEL32: various console fixes
98
[287]99 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
100 - USER32: Fixes for CreateWindowExW and several unicode menu apis
101
[281]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
[279]110 99-07-06: Patrick Haller <phaller@gmx.net>
111 - KERNEL32: major enhancement of handlemanager
112
[274]113 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
114 - PE2LX: Finished support for codepages
115
[273]116 99-07-05: Patrick Haller <phaller@gmx.net>
117 - SHELL32: SheSetCurDrive stub, ...
118
[272]119 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
[273]120 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
[272]121 link pe2lx\misc.cpp properly)
122
123 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
[273]124 - PE2LX: Preliminary support for codepages
[272]125
[270]126 99-07-05: Patrick Haller <phaller@gmx.net>
[273]127 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
[270]128
[265]129 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
[273]130 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
[265]131
[258]132 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
[273]133 - PE2LX/USER32: Dialog bugfix for entryfield strings
[258]134
[250]135 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
[273]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)
[250]140
[249]141 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[273]142 - WINMM: Implemented remaining joystick apis + bugfixes
[249]143
[247]144 99-06-29: Patrick Haller <phaller@gmx.net>
[273]145 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
[247]146
[244]147 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[273]148 - WINMM: Implemented most of the joystick apis
[244]149
[239]150 99-06-28: Christoph Bratschi
[273]151 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
[239]152
153 99-06-28: Sander van Leeuwen
[273]154 - USER32: Get/SetWindowLongA bugfix for dialog controls
[239]155
[225]156 99-06-27: Sander van Leeuwen
[273]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
[232]161 controls
[225]162
[220]163 99-06-26: Sander van Leeuwen
[273]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,
[229]168 only return size of memory block required to hold info)
[220]169
[194]170 99-06-25: Achim Hasenmueller
171 - Finally fixed changelog date format to be compliant with
172 the official EU date format :)
[172]173
[191]174 99-06-25: Christoph Bratschi
[273]175 - USER32: GetSysColorPen bugfix (syscolor.cpp)
[191]176
[183]177 99-06-24: Patrick Haller
178 - SHELL32: partial port form WINE
179
[194]180 99-06-24: Edgar Buerkle
[273]181 - KERNEL32: Implemented GetLocaleInfoA/W
[174]182
[194]183 99-06-24: Sander van Leeuwen
[273]184 - include\winos2def.h: Changed OS/2 apis to use wrappers
[229]185 (FS save/restore) and added DosQueryCtryInfo
[174]186
[172]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
[194]196 99-06-23: Achim Hasenmueller
[165]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
[194]201 99-06-21: Achim Hasenmueller
[158]202 - ported latest WINE DrawEdge code and moved everything to the
203 new file src/user32/uitools.cpp
204
[194]205 99-06-21: Sander van Leeuwen
[273]206 - include\os2wrap.h, removed calling convention
[147]207
[194]208 99-06-21: Christoph Bratschi
[145]209 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
210 - COMCTL32: Trackbar finished (trackbar.c)
211
[194]212 99-06-20: Sander van Leeuwen
[273]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
[128]225
[194]226 99-06-19: Sander van Leeuwen
[273]227 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
228 - KERNEL32: Changes for win32 TEB (not active)
[120]229
[194]230 99-06-07: Sander van Leeuwen
[273]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
[51]237
[194]238 99-06-07: Achim Hasenmueller
[273]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
[52]243
[51]244 99-06-06: Sander van Leeuwen
[273]245 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
[51]246 as reported on mailinglist by Edgar Buerkle.
[273]247 Also FindResourceA/W.
[51]248
[194]249 99-06-01: David Raison
[273]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
[51]253
[194]254 99-05-23: Sander van Leeuwen
[273]255 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
[51]256 Fixed key definition conflict in convertkey.
[273]257 - KERNEL32: Fixed exception handler, don't continue after process termination
[51]258 exception! (fixes annoying exitlist hangs)
259
[194]260 99-05-19: Sander van Leeuwen
[273]261 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
[51]262
[194]263 99-05-15: Sander van Leeuwen
[273]264 - Fixed a number of bugs introduced during the Wine header update
265 - KERNEL32: Added high/low fixup support for pe loader
[51]266
[194]267 99-05-13: Sander van Leeuwen
[273]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)
[51]272
[194]273 99-05-12: Sander van Leeuwen
[273]274 - Finished KERNEL32
275 - Updated WINMM
[51]276
[194]277 99-05-10: Vince Vielhaber
[273]278 - Rewrote WSOCK32 for Wine headers
[51]279
[194]280 99-05-08: Sander van Leeuwen
[273]281 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
[51]282 for new headers
[273]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
[51]286
[194]287 99-05-04: Sander van Leeuwen
[273]288 - Stripped os2win.h and put it in include directory
289 - WINE header files in include\win
[51]290 (some modified for IBM VAC)
[273]291 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
292 are appended with _O32.
[51]293
[194]294 99-05-01: Sander van Leeuwen
[273]295 - Changed makefile structure:
296 nmake DEBUG=1 builds debug version
297 nmake builds release version
[51]298
[194]299 99-04-11: Sander van Leeuwen
[273]300 - Everything except user32 & kernel32: copyrights added to most files
[51]301 Moved a few header files in \include
[273]302 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
[51]303 be a virtual method.
304
[194]305 98-10-26: Sander van Leeuwen
[273]306 - OLE32: CoInitialize takes one parameter, not 0
[51]307
[194]308 98-10-11: Sander van Leeuwen
[273]309 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
310 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
[51]311
[194]312 98-09-28: Sander van Leeuwen
[273]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
[51]315
[194]316 98-09-25: Sander van Leeuwen
[273]317 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
[51]318
319********************************************************************************
320***** Release 0.03/4
321********************************************************************************
[194]322 98-09-15: KSO
[273]323 - WIN32K: pe2lx\misc.cpp changes
[51]324
[194]325 98-09-13: Sander van Leeuwen
[273]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)
[51]330
[194]331 98-09-12: Sander van Leeuwen
[273]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
[194]343 98-09-02: Sander van Leeuwen
[273]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)
[51]347
[194]348 98-09-01: Patrick Haller
[273]349 - WSOCK32: Circular linker dependency removed
[51]350
[194]351 98-08-31: kso
[273]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(..);
[51]356
[194]357 98-08-17: Sander van Leeuwen
[273]358 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
359 directly first and if that fails, load it manually.
[51]360
[194]361 98-08-15: Sander van Leeuwen
[273]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
[51]366
[194]367 98-08-13: Sander van Leeuwen
[273]368 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
[51]369
[194]370 98-08-13: KSO:
[273]371 - PE2LX: Borland bugfixes
[51]372
373 98-08-08: Sander van Leeuwen
[273]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.
[51]380
[194]381 98-08-03 KSO:
[273]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_*
[51]386
387 98-07-23: Knut Osmundsen
[273]388 - PE2LX: Borland exe changes (import stuff)
[51]389
390 98-07-18: Sander van Leeuwen
[273]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)
[51]406
407 98-07-14: Sander van Leeuwen
[273]408 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
409 method
[51]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
[194]432 98-07-01 Joel Troster
433 - KERNEL32: update to nameid.cpp
434
[51]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
[273]473 - WINMM: Stubbed most of the remaining mmedia apis
[51]474
475 98-04-28: Patrick Haller
[273]476 - KERNEL32: Console fixes
477 - KERNEL32: Console properties (partially)
478 - KERNEL32: Handlemanager fixes
479 - KERNEL32: OS2iGetModuleName fixes
[51]480
481********************************************************************************
482***** Release 0.02
483********************************************************************************
484
[194]485 98-04-05: Patrick Haller
[273]486 - KERNEL32: Resource bugfix
[51]487
[194]488 98-03-30: Joel Troster
[273]489 - WINMM: midiStream* stubs added
[51]490
[194]491 98-03-30: Sander van Leeuwen
[273]492 - PE2LX: Set console flag when exe has no resources
[51]493
[194]494 98-03-27: Joel Troster
[273]495 - WINMM: Midi changes/bugfixes, mci* api stubs added
496 - GDI32: SetObjectOwner stub added
[51]497
498 25-03-98: Sander van Leeuwen
[273]499 - KERNEL32: Several changes in resource code
[51]500
501 19-03-98: Felix Maschek
[273]502 - KERNEL32: Comm stubs added
[51]503
504 19-03-98: Sander van Leeuwen
[273]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
[51]509
510 19-03-98: Peter Fitzsimmons
[273]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
[51]521
[273]522 - added getea() to kernel32\os2util.c
523 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
[51]524
[273]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"
[51]527
[273]528 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
529 replace with kernel32.dll.
[51]530
[273]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
[51]534
535 16-03-98: Joel Troster
[273]536 - GDI32: Added SetObjectOwner stub
[51]537
538 15-03-98: Joel Troster
[273]539 - WINMM: RTMIDI dependency removed
[51]540
541 15-03-98: Sander van Leeuwen
[273]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
[51]549
[273]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
[51]558
559 13-03-98: Sander van Leeuwen
[273]560 - KERNEL32: Dll unloading fixed
[51]561
562 13-03-98: Peter Fitzsimmons
[273]563 - KERNEL32: Fixed CompareStringA/W
[51]564
565 12-03-98: Joel Troster
[273]566 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
[51]567
568 10-03-98: Sander van Leeuwen
[273]569 - WSOCK32: WSAStartup fix and ioctl addition
570 (Quake 2 Multiplayer working)
571 - KERNEL32: Resource lookup bug fixed
[51]572
573 10-03-98: Joel Troster
[273]574 - KERNEL32: SetThreadLocale added
[51]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
[273]589 - KERNEL32: Put dll & exe apis in wprocess.cpp
590 - KERNEL32: Reroute file io from own exe to original
591
[51]592 08-03-98: Joel Troster
[273]593 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
594 - WINMM: Unicode midi apis added to .def file
[51]595
596 08-03-98: Sander van Leeuwen
[273]597 - WINMM: Aux* apis implemented (not tested and not 100% correct)
598 - include: added mmddk.h from win95 ddk
599
[51]600 07-03-98: Peter Fitzsimmons
[273]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.
[51]607
608 07-03-98: Sander van Leeuwen
[273]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)
[51]614
615 06-03-98: Sander van Leeuwen
[273]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
[51]624
625 05-03-98: Joel Troster
[273]626 - KERNEL32: Use OS/2 unicode apis
627 - USER32: Use OS/2 unicode apis
[51]628
629 04-03-98: Sander van Leeuwen
[273]630 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
[51]631
632 03-03-98: Knut Osmundsen
[273]633 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
[51]634
635 03-03-98: Patrick Haller
[273]636 - PECHECK: Initial code for pecheck.exe
[51]637
638 03-03-98: Joel Troster
[273]639 - KERNEL32: Stubs added for Virtual(Un)Lock
640 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
[51]641
642 03-03-98: Sander van Leeuwen
[273]643 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
644 - KERNEL32: Use tcp32dll instead of pmwsock
645 - PE2LX: Fixed memory corruption in icon.cpp
[51]646
647 02-03-98: Sander van Leeuwen
[273]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
[51]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
[273]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.
[51]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
[273]683 - WINMM: Midi working
[51]684
685 24-02-98: Sander van Leeuwen
[273]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)
[51]689
690 23-02-98: Joel Troster
[273]691 - KERNEL32: PMPrintf version of WriteLog added
692
[51]693 22-02-98: Sander van Leeuwen
[273]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
[51]699
700 21-02-98: Sander van Leeuwen
[273]701 - KERNEL32: VirtualProtect size change to include all pages
702 referenced
703
[51]704 19-02-98: Sander van Leeuwen
[273]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
[51]708
709 18-02-98: Joel Troster
[273]710 - WINMM: Midi changes, wave in/out stubs added
[51]711
712 16-02-98: Sander van Leeuwen
[273]713 - KERNEL32: Heap bugfix
[51]714
715 16-02-98: Joel Troster
[273]716 - WINMM: Midi updates
[51]717
718 15-02-98: Sander van Leeuwen
[273]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.
[51]723
724 11-02-98: Sander van Leeuwen
[273]725 - MPR: Changed/Corrected ordinals
[51]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
[273]741 - USER32: Added Set/GetDefaultMenuItem (stub)
[51]742
743 7-02-1998: Sander van Leeuwen
[273]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)
[51]751
75231-01-1998: Sander van Leeuwen
[273]753 - USER32: Fixed two bugs in CreateWindowExA/W
754 - WINMM: Fixed wave playback problem
[51]755
75618-01-1998: Sander van Leeuwen
[273]757 - GDI32: Changed GetDIBColor & SetDIBColor
758 - GDI32: Fixed CreateDIBSection
759 - Quake 2 working in a window!
[51]760
76117-01-1998: Sander van Leeuwen
[273]762 - WINMM: Waveout working, Quake 2 WITH sound now!
763 - GDI32: Implemented GetDIBColor & SetDIBColor
[51]764
76511-01-1998: Sander van Leeuwen
[273]766 - KERNEL32: Exception handler fix
767 - WINMM: Started with WaveOut implementation
[51]768
76911-01-1998: Felix Maschek
[273]770 - TAPI32: Fixes
[51]771
77210-01-1998: Sander van Leeuwen
[273]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
[51]777
77810-01-1998: Chris McKillop
[273]779 - New build tree
[51]780
78110-01-1998: Vince Vielhaber
[273]782 - Winsock32 changes
[51]783
78431-12-1997: Sander van Leeuwen
[273]785 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
[51]786
78728-12-1997: Sander van Leeuwen
[273]788 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
789 Set environment variable WIN32_IOPL2 to enable this
[51]790
[273]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....
[51]795
79623-12-1997: Felix Maschek
[273]797 - CAPI2032: Complete implementation of CAPI
[51]798
79920-12-1997: Felix Maschek
[273]800 - TAPI32: Stub dll
[51]801
80220-12-1997: Sander van Leeuwen
[273]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
[51]809
81014-12-1997: Sander van Leeuwen
[273]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
[51]819
82031-11-1997: Sander van Leeuwen
[273]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.
[51]825
[273]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
[51]840
[273]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.