source: trunk/changelog@ 744

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

* empty log message *

File size: 46.3 KB
RevLine 
[744]1 /* $Id: changelog,v 1.155 1999-08-30 14:22:21 sandervl Exp $ */
[580]2
[742]3 99-08-30: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32\NEW: Redesign. Create base class for all window types
[744]5 Delete Open32 class atoms before recreating them.
6 Added skeleton class for MDI client window.
[742]7
[738]8 99-08-29: Sander van Leeuwen <sandervl@xs4all.nl>
[739]9 - USER32\NEW: Changed behaviour of mouse messages (send NC messages
10 when in non-client area + send WM_SETCURSOR msgs)
11 Don't send WM_MOUSEMOVE when mouse is captured.
12 Changed CreateMDIWindowA/W (don't call Open32 api anymore,
13 but post WM_MDICREATE msg)
14
[738]15 - KERNEL32 Interlock apis ported from Wine (with help of Patrick Haller)
16 - INC: Removed Masm compatible flag for ALP and enabled debugging
17 info in debug build
18
[732]19 99-08-29: Jens Wiessner <wiessnej@rfi.de>
20 - OLECLI32: Created stub dll
[738]21 - IMM32: Created stub dll
22 - IMAGEHLP: Created (partly) stub dll
[732]23
[731]24 99-08-28: Sander van Leeuwen <sandervl@xs4all.nl>
25 - USER32\NEW: Use shared memory for window & class objects
26 Implemented FindWindow(Ex). Not yet tested
27 Fixed window names.
28 Created shared heap using VAC's _ucreate.
29 Separate window handle creation (in shared memory array)
30 PostMessage fixes (didn't work between two processes)
31 - KERNEL32: Fixed exception handling for kill signals & termination
32 Changed VMutex constructor (also allows creation of
33 shared mutex semaphores)
34 NOTE: This requires a complete recompile!!
35
36 99-08-28: Daniela Engert <dani@ngrt.de>
[728]37 - USER32\NEW: client windows get repositioned now when
38 the parent resizes
39
[722]40 99-08-28: Achim Hasenmueller <achimha@innotek.de>
[731]41 - COMCTL32: Merged with latest WINE updates (990815)
[722]42
[717]43 99-08-28: Yuri Dario <mc6530@mclink.it>
[721]44 - INCLUDE\WIN: Added macros to windowsx.h
[717]45
[715]46 99-08-27: Daniela Engert <dani@ngrt.de>
[731]47 - USER32\NEW: window creation, window relationship, window sizing and
48 positioning enhanced.
49 - USER32\NEW: window and client rectangles are in sync with the WINE
50 structures now.
[715]51
[714]52 99-08-27: Sander van Leeuwen <sandervl@xs4all.nl>
53 - KERNEL32: Rewrote memory mapped files for multiple views
54 Increased default nr of pages loaded so loading
[731]55 large apps doesn't take forever to start in IPMD.
[714]56 - KERNEL32: Process dll exports before imports in order to support
[731]57 circular dll dependencies.
[714]58 - KERNEL32: Replaced fopen/fclose calls in windll.cpp; they mess up FS.
[731]59 Init full path of image during Init method.
[714]60
[711]61 99-08-27: Patrick Haller <phaller@gmx.net>
62 - KERNEL32: removed logging page faults if mmapped i/o
63
[706]64 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
65 - KERNEL32: Cleaned up. (removed os2native.cpp & os2util.cpp and
[731]66 replaced them with oslibdos.* & oslibmisc.*; put
67 Virtual* win32 apis in virtual.cpp)
[709]68 - KERNEL32: Added workaround for (what seems to be) an OS/2 bug.
[731]69 Fixes crashes when reading from the memory mapped file.
70 (see comments in kernel32\mmap.cpp)
71 Bugfixes for VirtualProtect & VirtualQuery
[706]72
[703]73 99-08-25: Jens Wiessner <wiessnej@rfi.de>
74 - OLESVR32: Created stub dll
75
[679]76 99-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
[696]77 - KERNEL32: Use memory mapped files for PE loader
[731]78 Readonly memory mapped files work. Read/Write has not
79 been tested yet. Shared mmaps don't work at this time.
[698]80 - KERNEL32: Set exception handler chain to -1 (not 0) in KillWin32Process
[731]81 -> fixes large nr of exceptions
[679]82 - KERNEL32: Several changes for memory mapped files.
[731]83 Put back handlemanager changes. (i.e. MapViewOfFile)
[679]84 - USER32\NEW: Deleted win32type.h
[682]85 - ADVAPI32: Fixed some incorrect definitions of security apis
86 - INCLUDE\WIN: Changed WINE_NAME_AW definition (now you can use
[731]87 apis without the 'A' or 'W' suffix)
[682]88 - INCLUDE: Added makefile for VAC 3.6.5
[731]89 To compile use i.e.: nmake DEBUG=1 CCENV=VAC36
[685]90 - KERNEL32: Changed VIRTUAL_MapFileA/W
[731]91 Changed OS2ImageInit from public to protected
[688]92 - KERNEL32: Added DuplicateHandle to Handle Manager (wasn't working before)
[731]93 NOTE: Only works for file handles at this time!
94 The rest still needs to be implemented.
[685]95 - USER32\NEW: Changed loadres.cpp call to VIRTUAL_MapFileA
[679]96
[656]97 99-08-24: Patrick Haller <phaller@gmx.net>
98 - USER32: added extended Open32 WinX control styles (OS2CTLWX)
[660]99 - KERNEL32: HandleManager support for memory mapped files
[674]100 Added FindFirstFileW, FindNextFileW
[731]101 Bugfix in ExitProcess / iConsoleWaitClose
[674]102 Bugfix in OS2Heap::OS2Heap (Heap 0 always valid for NT programs?)
[656]103
[654]104 99-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
105 - USER32\NEW: One mutex per type of generic object + mutex protection
[731]106 of linked list access in win32 classes
[658]107 - KERNEL32: Implemented VirtualQuery (not yet tested)
[731]108 VirtualQueryEx calls VirtualQuery, VirtualProtectEx calls
109 VirtualProtect
110 NOTE: VirtualQueryEx & VirtualProtectEx can't handle addresses of other
111 processes
[658]112 - KERNEL32: Added memory mapped file class (not hooked up to apis or
[731]113 exception handler yet; just committing my preliminary code)
[654]114
[648]115 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
[652]116 - KERNEL32: Dll load order bugfix (PE loader)
[648]117 - USER32\NEW: Added two dummy exports so comdlg32 will load
[731]118 NOTE: This is a temporary hack and needs to be changed.
[648]119 - USER32\NEW: Fix for OSLibWinCreateIcon (supports single icons now)
120 - KERNEL32: Logging change, now creates a unique logfile for each
[731]121 process. (multiple win32 apps active -> multiple logfiles)
[648]122
123 99-08-23: Patrick Haller <phaller@gmx.net>
[731]124 - USER32/NEW: partial (not compiling yet) port of DIALOG.C
125 - USER32: fix: Win32Proc constructor crash (GetClassInfoA(of a Systemclass))
[643]126
127
[616]128 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl>
[637]129 - OLE32: Changes for updated WINE headers
[731]130 - OLEAUT32: Created (Wine port: Based on 990815 code)
[637]131 - KERNEL32: Export HEAP_* string functions in lib
132 - KERNEL32: Fixed some PE resource dll load bugs
[616]133 - KERNEL32: Moved CloseLogFile call to after DestroyTIB (fixes crashes
[731]134 as WriteLog was still called in DestroyTIB & WriteOutProfiles)
[618]135 - KERNEL32: Added exception handling code for each thread, entrypoint &
[731]136 TLS callbach handler.
137 OS2ExceptionHandler (in exceptions.cpp) is registered as the
138 main exception handler.
139 NOTE: Still needs to call original win32 exception handler
140 from OS2ExceptionHandler.
[616]141 - USER32/NEW: Changed WM_ERASEBKGND handling. Fixes FreeCell background.
[731]142 (but might not be completely correct)
[619]143 - INCLUDE\WIN: Added custcntl.h & fixed GetObject definition
[637]144 - INCLUDE\WIN, WIN\WINE: Added several files, updated OLE headers
[642]145 - NTDLL: Some changes to make it compile again
[619]146
[605]147 99-08-21: Sander van Leeuwen <sandervl@xs4all.nl>
148 - USER32\NEW: Fixed window class bug. Freecell menu now properly
[731]149 loaded.
150 - USER32\NEW: Changed LoadBitmapA/W to load bitmaps internally
151 (also ported some Wine code for that purpose)
152 Not correct yet: some of Solitaire's bitmaps look bad
[608]153 - KERNEL32: Fixed name id lookup bug for PE loader resources
[613]154 - KERNEL32: AllocFixedMemory bugfix + added Aurora flag to DosAllocMem
155 - KERNEL32: Close logfile in kernel32 exit list -> last log messages
[731]156 before crash now properly saved
[608]157 - PELDR: Corrected makefile
[605]158
[604]159 99-08-21: Yuri Dario <mc6530@mclink.it>
160 - Makefiles: Link with predefined VAC lib (RTLLIB(_O))
[731]161 Needed for VAC 3.6.5
[604]162
[598]163 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
164 - KERNEL32: PE resource loading fixes
165 - USER32/NEW: Changes to Load* resource apis
[602]166 - USER32/NEW: Put back LoadBitmap for now
[731]167 Rewrote LoadIconA/W & LoadCursorA/W + added
168 extra code to oslib.
[598]169
[595]170 99-08-20: Patrick Haller <phaller@gmx.net>
[731]171 - ODINWRAP: fixed invalid macros
[595]172
[580]173 99-08-19: Patrick Haller <phaller@gmx.net>
[731]174 - ODINWRAP: fixed invalid recursion in ODINFUNCTION0-Debug
175 - WINMM: odinwrap macros
176 - TAPI32: odinwrap macros
177 - MPR: odinwrap macros
178 - COMDLG32: odinwrap macros
179 - WNETAP32: odinwrap macros
180 - WINSPOOL: odinwrap macros
[580]181
[569]182 99-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
183 - KERNEL32: PE loader resource fixes + ConvertNameId bugfix
[731]184 Added pe2lx conversion code for menus, accelerators,
185 bitmaps, icons, cursors, icon & cursor groups.
186 Put back _CreateWin32Exe export in kernel32exp.def
[572]187 - KERNEL32: Used Odin wrappers for profile apis (mess up FS)
[731]188 - USER32 & USER32\NEW: Cleaned up icon code
[569]189
[564]190 99-08-18: Patrick Haller <phaller@gmx.net>
[731]191 - NTDLL: tons of new stubs and crt functions
192 - WNETAP32: tons of new stubs
[564]193
[542]194 99-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
195 - Put back version check in most dlls (except odincrt.dll & peldr.dll
[545]196 we don't want a kernel32 dependency there)
197 - PELDR/KERNEL32: Use reserved memory by peldr.dll to store win32 exe
[731]198 sections. (now loads exes without fixups & low base address)
199 Added TLS support.
[548]200 - KERNEL32: Lots of changes for the ring 3 PE loader (not completed)
[731]201 Store PE header at start of module in memory, module handle
202 set to image base of module.
[542]203
[540]204 99-08-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
[731]205 - KERNEL32: Profile bugfix (line 506) && removed redundant '\r'
206 (except on line 199)
207
[523]208 99-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
[531]209 - KERNEL32/LZ32: Fixed compilation problems introduced by changes below
[523]210 - ODINCRT: Rewrote __threadid Clib function to get rid of crashes
[731]211 (restores OS/2 FS selector before accessing PIB ptr and
212 puts back original FS selector afterwards)
[523]213 NOTE: No longer necessary to use ODIN_FS_BEGIN/ODIN_FS_END macros
214 - DDRAW: Removed ODIN_FS_BEGIN/ODIN_FS_END calls
[731]215 Fixed bugs in divewrap.h. Incorrect wrappers called themselves
216 instead of the original Dive apis.
[523]217
[528]218 99-08-17: Patrick Haller <phaller@gmx.net>
[731]219 - LZ32: can't export LZCopy as ID0, changed to alphanumeric export
[528]220
[506]221 99-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
222 - PE loader: Started with rewrite
[510]223 - ODINCRT: Changed compile & link options
[515]224 - ODINCRT: Don't export ctordtorInit/Term. These functions must exists
[731]225 locally for each dll/exe. Fixes crashes in pe loader and
226 corrupt converted exes generated by pe2lx
[510]227 - ALL: Makefile changes & initterm.cpp no longer calls c/c++ library
[731]228 init & termination functions (should only be done in odincrt.dll)
[505]229
230 99-08-16: Patrick Haller <phaller@gmx.net>
[731]231 - SHELL32: integrated Christoph Bratschis SHELL32 stubs
232 - WSOCK32: odinwrap macros
[505]233
[504]234 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
[506]235 - USER32: uitools.cpp update
[488]236
[502]237 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
[731]238 - USER32\NEW: controls: wine-990731 update
[502]239
[497]240 99-08-14: Christoph Bratschi <cbratschi@datacomm.ch>
[731]241 - COMCTL32: wine-990731 update
[497]242
[495]243 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
[506]244 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
[495]245
[493]246 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
[506]247 - KERNEL32: Export heap functions by ordinal
248 - src\makefile: compile lz32 before version (dependency)
[493]249
[488]250 99-08-12: Patrick Haller <phaller@gmx.net>
[506]251 - VERSION: enhanced plus odinwrap macros
[488]252
[484]253 99-08-11: Patrick Haller <phaller@gmx.net>
[506]254 - ODINCRT: ordinal exports
255 - ADVAPI32:odinwrap macros (partially)
[731]256 - LZ32: odinwrap macros
[484]257
[478]258 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
[506]259 - USER32/NEW: Fixed makefile (link with odincrt)
[478]260
[465]261 99-08-10: Patrick Haller <phaller@gmx.net>
[506]262 - LZ32: added preliminary support for independend LZ32 library
[417]263
[454]264 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
[506]265 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
266 change is non-intrusive for existing source.
[454]267
[431]268 99-08-06: Patrick Haller <phaller@gmx.net>
[506]269 - USER32: added stubs so NT4's WINFILE can load
270 - SHELL32: added stubs so NT4's WINFILE can load
271 - NTDLL: added stubs so NT4's WINFILE can load
[431]272
[420]273 99-08-05: Patrick Haller <phaller@gmx.net>
[506]274 - KERNEL32: interactive control over UnhandledExceptionFilter
[731]275 - KERNEL32: FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions
[506]276 - KERNEL32: added WINE-style string functions in Heapstring.cpp
277 - SHELL3232: RestartDialog @59 stub added. IE2 can load now with NT4's URL.DLL.
[420]278
[418]279 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
[506]280 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
[731]281 (bitmap in donut.exe (ddraw sample) contains wrong size)
[418]282
[414]283 99-08-04: Patrick Haller <phaller@gmx.net>
[506]284 - KERNEL32: fix for filename handling in kernel32/profile
285 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
[414]286
[410]287 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
[506]288 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
[731]289 reported by Patrick Haller)
290
[409]291 99-08-04: Patrick Haller <phaller@gmx.net>
[506]292 - KERNEL32: Heap modification
293 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
[409]294
[406]295 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
[506]296 - USER32: Ported DrawTextExA/W & DrawStateA/W
[406]297
[401]298 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[506]299 - KERNEL32: Implemented GetComputerNameA/W
[401]300
[393]301 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[506]302 - USER32/NEW: Lots of changes; Solitaire displays cards correctly
303 Status bar correctly drawn
[731]304 Mouse msg translation still wrong.
[506]305 Paint not correct.
[399]306
307 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
[506]308 - KERNEL32: GetLocateInfoA bugfix
309 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
[393]310
[375]311 99-07-23: Yuri Dario <mc6530@mclink.it>
[506]312 - misc: Changes for compilation with VAC 3.6.5
[375]313
[370]314 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
[506]315 - VERSION: VerQueryValueA/W Wine implementation ported
[370]316
[366]317 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[506]318 - KERNEL32: Complete implementation of GetLocaleInfoA/W
[366]319
[363]320 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
[506]321 - KERNEL32: Fix for OS2GetResource (os2util.cpp)
322 - PE2LX: Use unique resource id for version resource.
323 - USER32: MapOEMToRealKey fix
[363]324
[360]325 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
[506]326 - DDRAW: Now compiles
327 - COMCTL32: Create library with correct api names
[360]328
[355]329 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
[506]330 - KERNEL32: Fix for LoadResource; should return pointer to resource data
[731]331 LockResource just returns the pointer returned by LoadResource
[355]332
[344]333 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
[731]334 - USER32/NEW: Added support for window icons and accelerators.
[506]335 Accelerators don't work yet.
[731]336 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
[348]337
[343]338 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
[506]339 - KERNEL32: Added method for retrieving converted OS/2 resource
[731]340 (which will be changed later on)
[506]341 - USER32/NEW: CreateWindowEx now works and menus are displayed
[343]342
[320]343 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
[731]344 - KERNEL32: Exports for getting TEB & THDB added
345
[307]346 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
[731]347 - USER32/NEW: Unicode & window handle translation bugfixes
[307]348
[305]349 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
[731]350 - USER32/NEW: several bugs fixed, compiles now
351 CreateWindow doesn't work yet
[305]352
[301]353 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
[506]354 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
[731]355 Compiles, but not tested at all.
[301]356
[298]357 99-07-12: Patrick Haller <phaller@gmx.net>
358 - KERNEL32: various console fixes
359
[287]360 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
[506]361 - USER32: Fixes for CreateWindowExW and several unicode menu apis
[287]362
[281]363 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
[506]364 - KERNEL32/PE2LX: Added support for TLS sections
365 - KERNEL32: Added thread attach/detach messages for dlls
[731]366 Fixed some bugs, cleaned up code
[506]367 NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
[731]368 RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
[506]369 THIS CHANGE ALSO BREAKS WIN32K!
[281]370
[279]371 99-07-06: Patrick Haller <phaller@gmx.net>
[506]372 - KERNEL32: major enhancement of handlemanager
[279]373
[274]374 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
[506]375 - PE2LX: Finished support for codepages
[274]376
[273]377 99-07-05: Patrick Haller <phaller@gmx.net>
[731]378 - SHELL32: SheSetCurDrive stub, ...
[273]379
[272]380 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
[731]381 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
382 link pe2lx\misc.cpp properly)
[272]383
384 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
[731]385 - PE2LX: Preliminary support for codepages
[272]386
[270]387 99-07-05: Patrick Haller <phaller@gmx.net>
[731]388 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
[270]389
[265]390 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
[731]391 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
[265]392
[258]393 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
[731]394 - PE2LX/USER32: Dialog bugfix for entryfield strings
[258]395
[250]396 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
[731]397 - KERNEL32: Unicode changes (unicode.cpp)
398 lstrcpynA/W (kernel32.cpp
399 - USER32: LoadStringA unicode conversion bugfix
400 - USER32: Changed SystemParameterInfo for default font (now 9.WarpSans)
[250]401
[249]402 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[731]403 - WINMM: Implemented remaining joystick apis + bugfixes
[249]404
[247]405 99-06-29: Patrick Haller <phaller@gmx.net>
[731]406 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
[247]407
[244]408 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
[731]409 - WINMM: Implemented most of the joystick apis
[244]410
[239]411 99-06-28: Christoph Bratschi
[731]412 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
[239]413
414 99-06-28: Sander van Leeuwen
[731]415 - USER32: Get/SetWindowLongA bugfix for dialog controls
[239]416
[225]417 99-06-27: Sander van Leeuwen
[731]418 - USER32: Message handler updates & lots of bugfixes
419 - USER32: Fix for GetWindowLongA, if Open32 returns 0xffff it really
420 means 0xffffffff -> fixes Winhlp32 buttons.
421 - USER32: Fixed bug when changing window procedures for dialog box
422 controls
[225]423
[220]424 99-06-26: Sander van Leeuwen
[731]425 - USER32: Changes for message spy & several message handler changes
426 - USER32: Restore win32 tib in window msg callback
427 - KERNEL32/include: Restore OS/2 tib on entering Open32 or OS/2 apis
428 - KERNEL32/lang.cpp: Bugfix for GetLocaleInfoA (if buf ptr == null,
429 only return size of memory block required to hold info)
[220]430
[194]431 99-06-25: Achim Hasenmueller
[731]432 - Finally fixed changelog date format to be compliant with
433 the official EU date format :)
[172]434
[191]435 99-06-25: Christoph Bratschi
[731]436 - USER32: GetSysColorPen bugfix (syscolor.cpp)
[191]437
[183]438 99-06-24: Patrick Haller
[731]439 - SHELL32: partial port form WINE
[183]440
[194]441 99-06-24: Edgar Buerkle
[731]442 - KERNEL32: Implemented GetLocaleInfoA/W
[174]443
[194]444 99-06-24: Sander van Leeuwen
[731]445 - include\winos2def.h: Changed OS/2 apis to use wrappers
446 (FS save/restore) and added DosQueryCtryInfo
[174]447
[172]448 99-06-23: Patrick Haller
[731]449 - Fixed date format in changlog .g.
450 - NTDLL: a dozen c runtime functions added
451 - USER32: IsHungAppWindow dummy added
452 - SHELL32: few more APIs added
453 - KERNEL32: HandleManager, Console, fixes
454 - COMDLG32: basic unicode support added, thou broken somehow
455 - source code splitups and beautification ;-)
[172]456
[194]457 99-06-23: Achim Hasenmueller
[731]458 - ported latest WINE fixes and additions for comctl32. Changes
459 involve better undoc. DSA APIs, right colors for the tab control,
460 many improvements for the listview...
[165]461
[194]462 99-06-21: Achim Hasenmueller
[731]463 - ported latest WINE DrawEdge code and moved everything to the
464 new file src/user32/uitools.cpp
[158]465
[194]466 99-06-21: Sander van Leeuwen
[731]467 - include\os2wrap.h, removed calling convention
[147]468
[194]469 99-06-21: Christoph Bratschi
[731]470 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
471 - COMCTL32: Trackbar finished (trackbar.c)
[145]472
[194]473 99-06-20: Sander van Leeuwen
[731]474 - KERNEL32: Call HMInitialize from initterm, not winexe object creation
475 - KERNEL32: Added comctl to list of system dlls (windll.cpp)
476 - KERNEL32: Fixed dll detach (windll.cpp) for converted win32 dlls
477 - KERNEL32: Module name detection (windll.cpp)
478 - KERNEL32: Activated Win32 TIB code; a selector + memory is allocated
479 for the main thread and every thread created.
480 When it's completed, it should fix several problems due to
481 differences between OS/2's TIB and Win32's TEB.
482 - COMCTL32: Fixed crash on exit (moved unregister of class into exit list handler)
483 - USER32: Changed bugfix (WS_CLIPCHILDREN) for winhlp32 (same as Wine now)
484 - USER32: Fixed bug in wndproc.cpp (release build only)
485 - USER32: Added preliminary support for parent notification
[128]486
[194]487 99-06-19: Sander van Leeuwen
[731]488 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
489 - KERNEL32: Changes for win32 TEB (not active)
[120]490
[194]491 99-06-07: Sander van Leeuwen
[731]492 - Removed unecessary files
493 - Modified os2win.h to save FS selector before calling Open32 api
494 and restoring it afterwards.
495 - Renamed all .C files (except comctl32) to .CPP and fixed compiler errors
496 - GDI32: Fixed SetDIBitsToDevice bugfix (palette size)
497 - USER32: Fixed RegisterSystemClasses
[51]498
[194]499 99-06-07: Achim Hasenmueller
[731]500 - Added comctl32, mostly untested includes all controls, some undocumented
501 APIs missing
502 - Added internal GetSysColorPen() to user32 - handy API used in WINE
503 Modified syscolor.cpp to support new Win98 colors and create pens
[52]504
[51]505 99-06-06: Sander van Leeuwen
[731]506 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
507 as reported on mailinglist by Edgar Buerkle.
508 Also FindResourceA/W.
[51]509
[194]510 99-06-01: David Raison
[731]511 - OLE32: Changed everything to make it compile with the new headers
512 - include/win/ole.2 - line 170
513 - include/wine/win/obj_oleview.h - line 32 & 36
[51]514
[194]515 99-05-23: Sander van Leeuwen
[731]516 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
517 Fixed key definition conflict in convertkey.
518 - KERNEL32: Fixed exception handler, don't continue after process termination
519 exception! (fixes annoying exitlist hangs)
[51]520
[194]521 99-05-19: Sander van Leeuwen
[731]522 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
[51]523
[194]524 99-05-15: Sander van Leeuwen
[731]525 - Fixed a number of bugs introduced during the Wine header update
526 - KERNEL32: Added high/low fixup support for pe loader
[51]527
[194]528 99-05-13: Sander van Leeuwen
[731]529 - Updated USER32
530 - Fixed unicode apis in USER32
531 - Added .def files for ADVAPI32, COMDLG32, GDI32, KERNEL32 & USER32 that
532 export all apis with the correct names. (_apiname@nrofparameterbytes)
[51]533
[194]534 99-05-12: Sander van Leeuwen
[731]535 - Finished KERNEL32
536 - Updated WINMM
[51]537
[194]538 99-05-10: Vince Vielhaber
[731]539 - Rewrote WSOCK32 for Wine headers
[51]540
[194]541 99-05-08: Sander van Leeuwen
[731]542 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
543 for new headers
544 - Started with KERNEL32 changes (75% done)
545 - Made basic changes to OLE32 for new headers, but still tons of errors
546 - Fixed some unicode apis in GDI32
[51]547
[194]548 99-05-04: Sander van Leeuwen
[731]549 - Stripped os2win.h and put it in include directory
550 - WINE header files in include\win
551 (some modified for IBM VAC)
552 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
553 are appended with _O32.
[51]554
[194]555 99-05-01: Sander van Leeuwen
[731]556 - Changed makefile structure:
557 nmake DEBUG=1 builds debug version
558 nmake builds release version
[51]559
[194]560 99-04-11: Sander van Leeuwen
[731]561 - Everything except user32 & kernel32: copyrights added to most files
562 Moved a few header files in \include
563 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
564 be a virtual method.
[51]565
[194]566 98-10-26: Sander van Leeuwen
[731]567 - OLE32: CoInitialize takes one parameter, not 0
[51]568
[194]569 98-10-11: Sander van Leeuwen
[731]570 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
571 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
[51]572
[194]573 98-09-28: Sander van Leeuwen
[731]574 - PE2LX: icon.cpp: palette only for <= 8 bpp
575 - PE2LX: icon.cpp: check if image size in bmp header is correct before using it
[51]576
[194]577 98-09-25: Sander van Leeuwen
[731]578 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
[51]579
580********************************************************************************
581***** Release 0.03/4
582********************************************************************************
[194]583 98-09-15: KSO
[731]584 - WIN32K: pe2lx\misc.cpp changes
[51]585
[194]586 98-09-13: Sander van Leeuwen
[731]587 - KERNEL32: windll.cpp: fixed bug with szModule not being initialized
588 - PE2LX: pe.cpp: Only read first 1 MB for huge files. (as they are most
589 likely InstallShield archives; exe appended with
590 installation data)
[51]591
[194]592 98-09-12: Sander van Leeuwen
[731]593 - WSOCK32: Changed fd_set to Wfd_set or else it won't compile over here
594 - KERNEL32: Winimage.cpp, extra checks added
595 - KERNEL32: OS2GetModuleFileName bugfix
596 - INCLUDE/MISC.H: Error printf that prints to stdout (more reliable than
597 a logfile)
598 - GDI32: GetDeviceCaps -> NT returns -1 when using 16 bits colors, NOT 65536!
599 - GDI32: CreateDIBSection -> StarCraft uses bitmap with negative height ->
600 flip image when blitting
601 - GDI32: DIBSection ctor: bug in BITMAPINFO2 malloc
602 - GDI32: BitBlt: (dibsection) HDC == HPS (thank you, IBM!)
[273]603
[194]604 98-09-02: Sander van Leeuwen
[731]605 - KERNEL32/USER32: Split up code
606 - USER32 (/new): Started with new class & window managment code
607 (not compiled nor tested, so don't change it)
[51]608
[194]609 98-09-01: Patrick Haller
[731]610 - WSOCK32: Circular linker dependency removed
[51]611
[194]612 98-08-31: kso
[731]613 - KERNEL32: changed lfile.c to use OS2CreateFile,OS2CloseHandle,.... as
614 NT does. Notepad (W95) is now working better.
615 - KERNEL32: fixed a open32 bug (or win32 feature) - WriteFile with
616 nrbytes = 0 is equal to a SetEndOfFile(..);
[51]617
[194]618 98-08-17: Sander van Leeuwen
[731]619 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
620 directly first and if that fails, load it manually.
[51]621
[194]622 98-08-15: Sander van Leeuwen
[731]623 - DDRAW: LOTS of changes,additions and fixes
624 (ddex1-ddex5 DirectX SDK samples work(ed) + Quake 2 in
625 DirectDraw mode)
626 - DSOUND: Skeleton code extended
[51]627
[194]628 98-08-13: Sander van Leeuwen
[731]629 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
[51]630
[194]631 98-08-13: KSO:
[731]632 - PE2LX: Borland bugfixes
[51]633
634 98-08-08: Sander van Leeuwen
[731]635 - pe2lx (pe.cpp), call SetNrOfExports(0) for dlls without exports
636 to set the module name in the resident name table
637 (otherwise converted dll will not load)
638 - Version resource apis work now
639 - LocalReAlloc bugfix, notepad assumes it returns the same
640 address when the new size is smaller than the old one.
[51]641
[194]642 98-08-03 KSO:
[731]643 - pe.cpp: line 600 - added OS2Exe to the parameterlist
644 - bitmap.cpp: replace file - much.
645 - bitmap.h: replace file - typo (BitMap to Bitmap)
646 - icon.h: replace file - #define BI_*
[51]647
648 98-07-23: Knut Osmundsen
[731]649 - PE2LX: Borland exe changes (import stuff)
[51]650
651 98-07-18: Sander van Leeuwen
[731]652 - KERNEL32/PE2LX: Changed version checks; version nr is put into the
653 converted exe/dll as a parameter to one of the kernel32
654 entry points
655 - USER32: Changed class managment code
656 - USER32: Removed all SYNCPAINT stuff as it breaks many apps
657 - USER32: Removed in CreateWindowExA that checks for values of x, y, nHeight & nWidth
658 (this broke generic.exe, notepad.exe and probably many others)
659 - USER32: Finished GetMenuStringW (MSPaint), not working right though
660 it should return 'Recent File', but returns 'Decent File'
661 Well, whatever.
662 - VERSION/KERNEL32/PE2LX: Version resource API implemention started
663 - PE2LX: Increased some fixup limits to convert dynhgi35.dll
664 - KERNEL32: AsciiToUnicode fixed (only terminate with one 0; doing
665 it twice corrupts the heap as our stuff allocates exactly
666 enough for string + 0 terminator)
[51]667
668 98-07-14: Sander van Leeuwen
[731]669 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
670 method
[51]671
672 98-07-13: Patrick Haller
[731]673 - USER32: Unicode fix for wvsprintfW "%s" -> "%ls"
674 - USER32: fix in Win32WindowProc destructor when "window" becomes NULL
675 - ADVAPI32: RegConnectRegistry for connection to local machine
[51]676
677 98-07-13: Patrick Haller
[731]678 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
[51]679
680 98-07-12: Patrick Haller
[731]681 - NTDLL: new functions in NTDLL (-> critical sections)
682 - SHELL32: few new stubs in SHELL32
683 - GDI32: fix in GDI32\DIBSECT\CreateDIBSection for M$ Backup
684 - USER32: experimental fix (CS_SYNCPAINT) for WinHlp32 to
685 display navigation buttons, but crashes SOL.EXE :(
[51]686
687 98-07-10: Patrick Haller
[731]688 - stubs for NETAPI32 100%
[51]689
690 98-07-09: Patrick Haller
[731]691 - stubs for Winspool 100%
[51]692
[194]693 98-07-01 Joel Troster
[731]694 - KERNEL32: update to nameid.cpp
[194]695
[51]696 98-06-07 Joel Troster
[731]697 - WINMM: WaveOpen bugfix
[51]698
699 98-06-07 Felix Maschek
[731]700 - CAPI32: bugfix
[51]701
702 98-06-15: Patrick Haller
[731]703 - GDI32: stubs for all missing functions
704 - ADVAPI32: stubs for all missing functions
705 - USER32: implementation of some real functions
706 some unknown functions stubbed (IDA/2)
[51]707
708 98-06-14: KSO
[731]709 - GDI32: Stubs for Office 97
710 - PE2LX: Formatted output
711 - ADVPI32: Stubs for Office 97
712 - VERSION: Stubs for Office 97
[51]713
714 98-06-12: Patrick Haller
[731]715 - NTDLL: ported over the NTDLL code from WINE, subject to the GNU Copyleft
716 some applications open this module explicitly
717 - KERNEL32: few fixes to Unicode handling
718 - KERNEL32: console window sizing (still buggy) and property fixes
719 - KERNEL32: stubs for all missing functions
720 - GDI32: bugfix for DIB allocation (MS Paint)
721 - WINMM: functions for FOURCC handling
722 - PE2LX: CURSOR.CPP: hotspot.y is upside down (fixed for Winhlp32)
723 - PE2LX: DIALOG.CPP: combobox style translation CBS_ fixed
724 - PE2LX: DIALOG.CPP: style translation for WINES_MULTILINE
725 causes MLE control to be generated.
726 Experimental.
727 - KERNEL32: WINDLL.CPP: fixed endless loop in Win32DLL::StripPath()
[51]728
729 98-05-25: Patrick Haller
[731]730 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
731 - KERNEL32: Resource fix
[51]732
733 98-05-03: Joel Troster
[731]734 - WINMM: Stubbed most of the remaining mmedia apis
[51]735
736 98-04-28: Patrick Haller
[731]737 - KERNEL32: Console fixes
738 - KERNEL32: Console properties (partially)
739 - KERNEL32: Handlemanager fixes
740 - KERNEL32: OS2iGetModuleName fixes
[51]741
742********************************************************************************
743***** Release 0.02
744********************************************************************************
745
[194]746 98-04-05: Patrick Haller
[731]747 - KERNEL32: Resource bugfix
[51]748
[194]749 98-03-30: Joel Troster
[731]750 - WINMM: midiStream* stubs added
[51]751
[194]752 98-03-30: Sander van Leeuwen
[731]753 - PE2LX: Set console flag when exe has no resources
[51]754
[194]755 98-03-27: Joel Troster
[731]756 - WINMM: Midi changes/bugfixes, mci* api stubs added
757 - GDI32: SetObjectOwner stub added
[51]758
759 25-03-98: Sander van Leeuwen
[731]760 - KERNEL32: Several changes in resource code
[51]761
762 19-03-98: Felix Maschek
[731]763 - KERNEL32: Comm stubs added
[51]764
765 19-03-98: Sander van Leeuwen
[731]766 - KERNEL32: Pop up a dialog box when a missing api is called
767 - KERNEL32: dll bugfix
768 - KERNEL32: CreateProcessA/W fix
769 - KERNEL32: GetProcAddr completed for PE loader & PE2LX
[51]770
771 19-03-98: Peter Fitzsimmons
[731]772 - created include\version.h
773 - changed pe2lx\lx.cpp (call SetVersion())
774 - changed pe2lx\misc.cpp (code for SetVersion(), setea())
775 - changed pe2lx\misc.h (add prototypes)
776 - changed pe2lx\pe.cpp (moved DosClose() up a few lines, so DosSetPathInfo() could write to the file)
777 - changed pe2lx\makefile \
778 - changed pe2lx\makefile.wat / Build setver.exe, getver.exe. I didn't copy
779 these exe's to ..\bin in purpose; they
780 aren't supposed to go to end users.
781 - Added one line ("..\server $@") to all makfiles
[51]782
[731]783 - added getea() to kernel32\os2util.c
784 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
[51]785
[731]786 - Edit all initterm.c's to remove that rand() crap (that is from a
787 sample project!). Also added new version check to each. Also #include "misc.h"
[51]788
[731]789 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
790 replace with kernel32.dll.
[51]791
[731]792 - src\makefile: build kernel32 before wsock
793 - src\kernel32\makefile: remove reference to wsock32.lib
794 - src\kernel32\network.cpp: remove call to wsock32
[51]795
796 16-03-98: Joel Troster
[731]797 - GDI32: Added SetObjectOwner stub
[51]798
799 15-03-98: Joel Troster
[731]800 - WINMM: RTMIDI dependency removed
[51]801
802 15-03-98: Sander van Leeuwen
[731]803 - All dlls, C++ init+termination call added to initterm.c
804 - KERNEL32: Icon conversion bugfix
805 - KERNEL32: Removed reroute of exe reading
806 - KERNEL32: Major rewrite of dll & exe handling including
807 LoadLibary(Ex)A/W, CreateProcessA/W, GetModuleFileNameA/W,
808 FreeLibrary & GetCommandLineA/W
809 Side effect: Crash at Quake 2 exit fixed
[51]810
[731]811 - KERNEL32: Additional code for PE loader
812 - PE: Created OS/2 ring 3 PE loader
813 syntax: pe win32exe commandline
814 Reads win32exe & all imported dlls, calls all dll entry points and
815 finally calls the exe entry point.
816 TODO: No fixups and low startup address
817 TODO: Resources
818 TODO: CreateProcess doesn't work right
[51]819
820 13-03-98: Sander van Leeuwen
[731]821 - KERNEL32: Dll unloading fixed
[51]822
823 13-03-98: Peter Fitzsimmons
[731]824 - KERNEL32: Fixed CompareStringA/W
[51]825
826 12-03-98: Joel Troster
[731]827 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
[51]828
829 10-03-98: Sander van Leeuwen
[731]830 - WSOCK32: WSAStartup fix and ioctl addition
831 (Quake 2 Multiplayer working)
832 - KERNEL32: Resource lookup bug fixed
[51]833
834 10-03-98: Joel Troster
[731]835 - KERNEL32: SetThreadLocale added
[51]836
837 09-03-98: Patrick Haller
[731]838 - KERNEL32: Fix in GetStdHandle within HandleManager
[51]839
[731]840 - KERNEL32: Console APIs completed, input and output is complete,
841 however not thoroughly tested, SHORT 0.98D is working.
842 Codepage support, Unicode support missing.
843 I'm working on cosmetics and properties dialog.
[51]844
[731]845 - EXECHECK: tool to check executables for convertibility via pe2lx
846 and keeping track of our APIs, as well as imported/exported
847 functions of executables (PE import is currently implemented)
[51]848
849 09-03-98: Sander van Leeuwen
[731]850 - KERNEL32: Put dll & exe apis in wprocess.cpp
851 - KERNEL32: Reroute file io from own exe to original
[273]852
[51]853 08-03-98: Joel Troster
[731]854 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
855 - WINMM: Unicode midi apis added to .def file
[51]856
857 08-03-98: Sander van Leeuwen
[731]858 - WINMM: Aux* apis implemented (not tested and not 100% correct)
859 - include: added mmddk.h from win95 ddk
[273]860
[51]861 07-03-98: Peter Fitzsimmons
[731]862 - Added KERNEL32.GetSystemDefaultLangID() -- I copied GetUserDefaultLangID, which
863 always returns "US ENGLISH".
864 (NOTE: Already added)
865 - Added ADVAPI32.ReportEventA(). Stub.
866 - Added ADVAPI32.OS2SetSecurityDescriptorDacl(). Stub that returns ERROR.
867 - Added ADVAPI32.* a bunch more stubs.
[51]868
869 07-03-98: Sander van Leeuwen
[731]870 - KERNEL32: Implemented Local* memory apis with new heap
871 (in win32 you can mix Heap and Local apis)
872 - KERNEL32: Corrected key mapping bugs for arrow, insert/del/home/end
873 page up/down keys.
874 Doesn't work 100% right yet. (strafing in Quake = alt-arrow)
[51]875
876 06-03-98: Sander van Leeuwen
[731]877 - WINMM: Added WaveOutGetNumDevs and corrected the calling
878 convention for several apis (WIN32API, not WINAPI)
879 - KERNEL32: Added GetSystemDefaultLangID and moved several
880 language apis to lang.cpp
881 - KERNEL32: Added EnumSystemLocalesA/W (US English only)
882 - PE2LX: command line option change: pe2lx win32file > logfile
883 Now makes a backup copy of the win32 file and creates
884 an OS/2 version with the same name
[51]885
886 05-03-98: Joel Troster
[731]887 - KERNEL32: Use OS/2 unicode apis
888 - USER32: Use OS/2 unicode apis
[51]889
890 04-03-98: Sander van Leeuwen
[731]891 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
[51]892
893 03-03-98: Knut Osmundsen
[731]894 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
[51]895
896 03-03-98: Patrick Haller
[731]897 - PECHECK: Initial code for pecheck.exe
[51]898
899 03-03-98: Joel Troster
[731]900 - KERNEL32: Stubs added for Virtual(Un)Lock
901 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
[51]902
903 03-03-98: Sander van Leeuwen
[731]904 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
905 - KERNEL32: Use tcp32dll instead of pmwsock
906 - PE2LX: Fixed memory corruption in icon.cpp
[51]907
908 02-03-98: Sander van Leeuwen
[731]909 - KERNEL32: kernel32.c -> kernel32.cpp
910 - KERNEL32: Merged exception logging with my latest code
911 - include: win32type.h
912 - WSOCK32: Removed pmwsock.lib from makefile
[51]913
914 01-03-98: Patrick Haller
[731]915 - KERNEL32: Extensions to the exception handler (logging)
916 - KERNEL32: HandleManager for pseudo-devices (CONIN$,CONOUT$,etc)
917 - KERNEL32: Hooks for HandleManager
918 - KERNEL32: Very early console support for stdout is there ...
919 Console also has context menue.
[51]920********************************************************************************
921***** Release 0.01
922********************************************************************************
923 28-02-98: Sander van Leeuwen
[731]924 - DDRAW: Initial work for Direct3D
925 - KERNEL32/PE2LX, Changes for console applications (flag)
926 - KERNEL32: Kill process when a fatal exception occurs
927 (prevents some kind of eternal loop in OS/2; probably due to
928 invalid exception records or difference in exception handler
929 calling convention)
930 - KERNEL32: Added a try/catch statement around the dll exit list
931 processing in ExitProcess. Seems to cure the trap
932 at exit.
[51]933
934 27-02-98: Patrick haller
[731]935 - MPR: stubs for all documented MPR functions,
936 should be complete now
[51]937
938 26-02-98: Patrick haller
[731]939 - USER32: stubs for all documented USER32 functions,
940 should be complete now
941 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
[51]942
943 24-02-98: Joel Troster
[731]944 - WINMM: Midi working
[51]945
946 24-02-98: Sander van Leeuwen
[731]947 - KERNEL32: Exit list changes; terminate all dlls right before
948 ExitProcess or in kernel32 exitlist in case of a trap
949 (prevents unkillable processes in most cases)
[51]950
951 23-02-98: Joel Troster
[731]952 - KERNEL32: PMPrintf version of WriteLog added
[273]953
[51]954 22-02-98: Sander van Leeuwen
[731]955 - ALL DLLs: Call C/C++ lib cleanup proc in exit list
956 - PE2LX: Use exit lists in converted win32 dlls to terminate them
957 - WINMM: Remove test code in timer emulation (multiplied time by 10)
958 - KERNEL32: Release winmod objects properly
959 - KERNEL32: Call dll exit proc in FreeLibrary
[51]960
961 21-02-98: Sander van Leeuwen
[731]962 - KERNEL32: VirtualProtect size change to include all pages
963 referenced
[273]964
[51]965 19-02-98: Sander van Leeuwen
[731]966 - PE2LX: Change order of dlls in import module name table
967 - KERNEL32: Don't call the C/C++ lib cleanup procedure at
968 dll termination
[51]969
970 18-02-98: Joel Troster
[731]971 - WINMM: Midi changes, wave in/out stubs added
[51]972
973 16-02-98: Sander van Leeuwen
[731]974 - KERNEL32: Heap bugfix
[51]975
976 16-02-98: Joel Troster
[731]977 - WINMM: Midi updates
[51]978
979 15-02-98: Sander van Leeuwen
[731]980 - KERNEL32: Changed heap allocation again. (now uses malloc/free)
981 - KERNEL32: QueryPerformanceFrequency/Counter uses DosTmrQueryTime/
982 DosTmrQueryFreq now, so the normal xf86sup.sys can
983 be used.
[51]984
985 11-02-98: Sander van Leeuwen
[731]986 - MPR: Changed/Corrected ordinals
[51]987
988Mon 98-02-09 Peter Fitzsimmons
[731]989 - lx.cpp -- put in check for MAX_SECTIONS (was bombing out in one
990 of "visio technical"'s dlls.
991 - lx.cpp increase MAX_SECTIONS (lx.h) from 16 to 32 (where'd the
992 original value come from?).
993 - kernel32.c: added stub for FlushInstructionCache()
994 - kernel32.c: added stub for OS2GetPrivateProfileSectionA()
[51]995
[731]996 - advapi32: GetUserNameA() stub. Always says a person named
997 "USER" is logged on.
[51]998
[731]999 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
[51]1000
1001 9-02-1998: Joel Troster
[731]1002 - USER32: Added Set/GetDefaultMenuItem (stub)
[51]1003
1004 7-02-1998: Sander van Leeuwen
[731]1005 - KERNEL32/WINMM: Added VMutex to KERNEL32 (imported by WINMM)
1006 - KERNEL32: New heap implementation (heap.cpp & os2heap.cpp)
1007 - KERNEL32: Replace exception handler for each new thread
1008 - KERNEL32: Set previous exception handler to 0 instead of -1
1009 (fixes endless exception handler calls)
1010 - Added macro dprintf & dassert to include\misc.h (no more need
1011 for #ifdef DEBUG's)
[51]1012
101331-01-1998: Sander van Leeuwen
[731]1014 - USER32: Fixed two bugs in CreateWindowExA/W
1015 - WINMM: Fixed wave playback problem
[51]1016
101718-01-1998: Sander van Leeuwen
[731]1018 - GDI32: Changed GetDIBColor & SetDIBColor
1019 - GDI32: Fixed CreateDIBSection
1020 - Quake 2 working in a window!
[51]1021
102217-01-1998: Sander van Leeuwen
[731]1023 - WINMM: Waveout working, Quake 2 WITH sound now!
1024 - GDI32: Implemented GetDIBColor & SetDIBColor
[51]1025
102611-01-1998: Sander van Leeuwen
[731]1027 - KERNEL32: Exception handler fix
1028 - WINMM: Started with WaveOut implementation
[51]1029
103011-01-1998: Felix Maschek
[731]1031 - TAPI32: Fixes
[51]1032
103310-01-1998: Sander van Leeuwen
[731]1034 - Changes to makefile and wsock32.c to make it compile with VAC
1035 - VirtualAlloc bugfix (reserve)
1036 - Dialog fix (font name)
1037 - WINMM now uses mmsystem.h from win32 SDK
[51]1038
103910-01-1998: Chris McKillop
[731]1040 - New build tree
[51]1041
104210-01-1998: Vince Vielhaber
[731]1043 - Winsock32 changes
[51]1044
104531-12-1997: Sander van Leeuwen
[731]1046 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
[51]1047
104828-12-1997: Sander van Leeuwen
[731]1049 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
1050 Set environment variable WIN32_IOPL2 to enable this
[51]1051
[731]1052 - KERNEL32: Fixed GetStartupInfoA/W (WINE)
1053 - GDI32: Added CreateDIBSection from Wine (not complete)
1054 - Lots of stubs added
1055 - Almost got Quake II running....
[51]1056
105723-12-1997: Felix Maschek
[731]1058 - CAPI2032: Complete implementation of CAPI
[51]1059
106020-12-1997: Felix Maschek
[731]1061 - TAPI32: Stub dll
[51]1062
106320-12-1997: Sander van Leeuwen
[731]1064 - KERNEL32: Bug in winmod.cpp
1065 - KERNEL32: Added code for exception handling (not fool proof)
1066 - KERNEL32: Fixed HeapCreate (now reserves 32 MB instead of 64 kb)
1067 - KERNEL32: Catch FPU exception, mask fpu exceptions, fix stack and continue execution
1068 - PE2LX: Removed stack size & base switch
1069 - WINMM: Added joyGetPos stub
[51]1070
107114-12-1997: Sander van Leeuwen
[731]1072 - KERNEL32: Added QueryPerformanceFrequency, QueryPerformanceCounter
1073 - USER32: Added some stubs
1074 - GDI32: Added some stubs
1075 - WINMM: Added some stubs
1076 - WNETAP32: New (NETAPI32)
1077 - PE2LX: Change module import name NETAPI32 to WNETAP32 (name conflict with OS/2 NETAPI32)
1078 - PE2LX: Cut long dll names to 8 chars
1079 - MPR: Added WNetGetUserA stub
[51]1080
108131-11-1997: Sander van Leeuwen
[731]1082 - KERNEL32: Fixed GetEnvironmentStringsW
1083 - KERNEL32: Added DeviceIOControl (devio.c, map.c, iccio.asm; last two from XFree86 driver src)
1084 - KERNEL32: Changed CreateFile to open an OS/2 driver if required
1085 - Last two changes for win32 Glide dll.
[51]1086
[731]1087 - Fixed window creation (wndproc.cpp), Open32 isn't sending WM_NCCREATE msgs!
1088 - Filter out CBS_OWNERDRAWFIXED & CBS_OWNERDRAWVARIABLE combobox styles
1089 in CreateWindowExA/W (not finished)
1090 - Added FormatMessageA/W from Wine (kernel32)
1091 - USER32:
1092 - Fixed GetSystemParameterInfoA/W, SPI_GETNONCLIENTMETRICS/SPI_SETNONCLIENTMETRICS
1093 (ConvertFontAW/ConvertFontWA macros)
1094 - Progress comclt32 class working
1095 - ADVAPI32, fixed:
1096 - RegEnumKeyW
1097 - RegEnumKeyExW
1098 - RegEnumValueW
1099 - RegQueryInfoKeyW
1100 - RegQueryValueW
[51]1101
[731]1102 - USER32:
1103 - Fixed DrawEdge (borrowed from Wine)
1104 - Added ChangeMenuA/W (borrowed from Wine)
1105 - Fixed some color problems
1106 - Trackbar win32 SDK example working (toolbar comctl32 class)
Note: See TracBrowser for help on using the repository browser.