source: trunk/changelog@ 253

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

* empty log message *

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