source: trunk/changelog@ 305

Last change on this file since 305 was 305, checked in by cbratschi, 26 years ago

* empty log message *

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