source: trunk/changelog@ 493

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

* empty log message *

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