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
Line 
1 /* $Id: changelog,v 1.155 1999-08-30 14:22:21 sandervl Exp $ */
2
3 99-08-30: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32\NEW: Redesign. Create base class for all window types
5 Delete Open32 class atoms before recreating them.
6 Added skeleton class for MDI client window.
7
8 99-08-29: Sander van Leeuwen <sandervl@xs4all.nl>
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
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
19 99-08-29: Jens Wiessner <wiessnej@rfi.de>
20 - OLECLI32: Created stub dll
21 - IMM32: Created stub dll
22 - IMAGEHLP: Created (partly) stub dll
23
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>
37 - USER32\NEW: client windows get repositioned now when
38 the parent resizes
39
40 99-08-28: Achim Hasenmueller <achimha@innotek.de>
41 - COMCTL32: Merged with latest WINE updates (990815)
42
43 99-08-28: Yuri Dario <mc6530@mclink.it>
44 - INCLUDE\WIN: Added macros to windowsx.h
45
46 99-08-27: Daniela Engert <dani@ngrt.de>
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.
51
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
55 large apps doesn't take forever to start in IPMD.
56 - KERNEL32: Process dll exports before imports in order to support
57 circular dll dependencies.
58 - KERNEL32: Replaced fopen/fclose calls in windll.cpp; they mess up FS.
59 Init full path of image during Init method.
60
61 99-08-27: Patrick Haller <phaller@gmx.net>
62 - KERNEL32: removed logging page faults if mmapped i/o
63
64 99-08-26: Sander van Leeuwen <sandervl@xs4all.nl>
65 - KERNEL32: Cleaned up. (removed os2native.cpp & os2util.cpp and
66 replaced them with oslibdos.* & oslibmisc.*; put
67 Virtual* win32 apis in virtual.cpp)
68 - KERNEL32: Added workaround for (what seems to be) an OS/2 bug.
69 Fixes crashes when reading from the memory mapped file.
70 (see comments in kernel32\mmap.cpp)
71 Bugfixes for VirtualProtect & VirtualQuery
72
73 99-08-25: Jens Wiessner <wiessnej@rfi.de>
74 - OLESVR32: Created stub dll
75
76 99-08-25: Sander van Leeuwen <sandervl@xs4all.nl>
77 - KERNEL32: Use memory mapped files for PE loader
78 Readonly memory mapped files work. Read/Write has not
79 been tested yet. Shared mmaps don't work at this time.
80 - KERNEL32: Set exception handler chain to -1 (not 0) in KillWin32Process
81 -> fixes large nr of exceptions
82 - KERNEL32: Several changes for memory mapped files.
83 Put back handlemanager changes. (i.e. MapViewOfFile)
84 - USER32\NEW: Deleted win32type.h
85 - ADVAPI32: Fixed some incorrect definitions of security apis
86 - INCLUDE\WIN: Changed WINE_NAME_AW definition (now you can use
87 apis without the 'A' or 'W' suffix)
88 - INCLUDE: Added makefile for VAC 3.6.5
89 To compile use i.e.: nmake DEBUG=1 CCENV=VAC36
90 - KERNEL32: Changed VIRTUAL_MapFileA/W
91 Changed OS2ImageInit from public to protected
92 - KERNEL32: Added DuplicateHandle to Handle Manager (wasn't working before)
93 NOTE: Only works for file handles at this time!
94 The rest still needs to be implemented.
95 - USER32\NEW: Changed loadres.cpp call to VIRTUAL_MapFileA
96
97 99-08-24: Patrick Haller <phaller@gmx.net>
98 - USER32: added extended Open32 WinX control styles (OS2CTLWX)
99 - KERNEL32: HandleManager support for memory mapped files
100 Added FindFirstFileW, FindNextFileW
101 Bugfix in ExitProcess / iConsoleWaitClose
102 Bugfix in OS2Heap::OS2Heap (Heap 0 always valid for NT programs?)
103
104 99-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
105 - USER32\NEW: One mutex per type of generic object + mutex protection
106 of linked list access in win32 classes
107 - KERNEL32: Implemented VirtualQuery (not yet tested)
108 VirtualQueryEx calls VirtualQuery, VirtualProtectEx calls
109 VirtualProtect
110 NOTE: VirtualQueryEx & VirtualProtectEx can't handle addresses of other
111 processes
112 - KERNEL32: Added memory mapped file class (not hooked up to apis or
113 exception handler yet; just committing my preliminary code)
114
115 99-08-23: Sander van Leeuwen <sandervl@xs4all.nl>
116 - KERNEL32: Dll load order bugfix (PE loader)
117 - USER32\NEW: Added two dummy exports so comdlg32 will load
118 NOTE: This is a temporary hack and needs to be changed.
119 - USER32\NEW: Fix for OSLibWinCreateIcon (supports single icons now)
120 - KERNEL32: Logging change, now creates a unique logfile for each
121 process. (multiple win32 apps active -> multiple logfiles)
122
123 99-08-23: Patrick Haller <phaller@gmx.net>
124 - USER32/NEW: partial (not compiling yet) port of DIALOG.C
125 - USER32: fix: Win32Proc constructor crash (GetClassInfoA(of a Systemclass))
126
127
128 99-08-22: Sander van Leeuwen <sandervl@xs4all.nl>
129 - OLE32: Changes for updated WINE headers
130 - OLEAUT32: Created (Wine port: Based on 990815 code)
131 - KERNEL32: Export HEAP_* string functions in lib
132 - KERNEL32: Fixed some PE resource dll load bugs
133 - KERNEL32: Moved CloseLogFile call to after DestroyTIB (fixes crashes
134 as WriteLog was still called in DestroyTIB & WriteOutProfiles)
135 - KERNEL32: Added exception handling code for each thread, entrypoint &
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.
141 - USER32/NEW: Changed WM_ERASEBKGND handling. Fixes FreeCell background.
142 (but might not be completely correct)
143 - INCLUDE\WIN: Added custcntl.h & fixed GetObject definition
144 - INCLUDE\WIN, WIN\WINE: Added several files, updated OLE headers
145 - NTDLL: Some changes to make it compile again
146
147 99-08-21: Sander van Leeuwen <sandervl@xs4all.nl>
148 - USER32\NEW: Fixed window class bug. Freecell menu now properly
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
153 - KERNEL32: Fixed name id lookup bug for PE loader resources
154 - KERNEL32: AllocFixedMemory bugfix + added Aurora flag to DosAllocMem
155 - KERNEL32: Close logfile in kernel32 exit list -> last log messages
156 before crash now properly saved
157 - PELDR: Corrected makefile
158
159 99-08-21: Yuri Dario <mc6530@mclink.it>
160 - Makefiles: Link with predefined VAC lib (RTLLIB(_O))
161 Needed for VAC 3.6.5
162
163 99-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
164 - KERNEL32: PE resource loading fixes
165 - USER32/NEW: Changes to Load* resource apis
166 - USER32/NEW: Put back LoadBitmap for now
167 Rewrote LoadIconA/W & LoadCursorA/W + added
168 extra code to oslib.
169
170 99-08-20: Patrick Haller <phaller@gmx.net>
171 - ODINWRAP: fixed invalid macros
172
173 99-08-19: Patrick Haller <phaller@gmx.net>
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
181
182 99-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
183 - KERNEL32: PE loader resource fixes + ConvertNameId bugfix
184 Added pe2lx conversion code for menus, accelerators,
185 bitmaps, icons, cursors, icon & cursor groups.
186 Put back _CreateWin32Exe export in kernel32exp.def
187 - KERNEL32: Used Odin wrappers for profile apis (mess up FS)
188 - USER32 & USER32\NEW: Cleaned up icon code
189
190 99-08-18: Patrick Haller <phaller@gmx.net>
191 - NTDLL: tons of new stubs and crt functions
192 - WNETAP32: tons of new stubs
193
194 99-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
195 - Put back version check in most dlls (except odincrt.dll & peldr.dll
196 we don't want a kernel32 dependency there)
197 - PELDR/KERNEL32: Use reserved memory by peldr.dll to store win32 exe
198 sections. (now loads exes without fixups & low base address)
199 Added TLS support.
200 - KERNEL32: Lots of changes for the ring 3 PE loader (not completed)
201 Store PE header at start of module in memory, module handle
202 set to image base of module.
203
204 99-08-18: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
205 - KERNEL32: Profile bugfix (line 506) && removed redundant '\r'
206 (except on line 199)
207
208 99-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
209 - KERNEL32/LZ32: Fixed compilation problems introduced by changes below
210 - ODINCRT: Rewrote __threadid Clib function to get rid of crashes
211 (restores OS/2 FS selector before accessing PIB ptr and
212 puts back original FS selector afterwards)
213 NOTE: No longer necessary to use ODIN_FS_BEGIN/ODIN_FS_END macros
214 - DDRAW: Removed ODIN_FS_BEGIN/ODIN_FS_END calls
215 Fixed bugs in divewrap.h. Incorrect wrappers called themselves
216 instead of the original Dive apis.
217
218 99-08-17: Patrick Haller <phaller@gmx.net>
219 - LZ32: can't export LZCopy as ID0, changed to alphanumeric export
220
221 99-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
222 - PE loader: Started with rewrite
223 - ODINCRT: Changed compile & link options
224 - ODINCRT: Don't export ctordtorInit/Term. These functions must exists
225 locally for each dll/exe. Fixes crashes in pe loader and
226 corrupt converted exes generated by pe2lx
227 - ALL: Makefile changes & initterm.cpp no longer calls c/c++ library
228 init & termination functions (should only be done in odincrt.dll)
229
230 99-08-16: Patrick Haller <phaller@gmx.net>
231 - SHELL32: integrated Christoph Bratschis SHELL32 stubs
232 - WSOCK32: odinwrap macros
233
234 99-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
235 - USER32: uitools.cpp update
236
237 99-08-15: Christoph Bratschi <cbratschi@datacomm.ch>
238 - USER32\NEW: controls: wine-990731 update
239
240 99-08-14: Christoph Bratschi <cbratschi@datacomm.ch>
241 - COMCTL32: wine-990731 update
242
243 99-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
244 - INCLUDE\win\windows.h: Include odin.h if __WIN32OS2__ is defined
245
246 99-08-13: Sander van Leeuwen <sandervl@xs4all.nl>
247 - KERNEL32: Export heap functions by ordinal
248 - src\makefile: compile lz32 before version (dependency)
249
250 99-08-12: Patrick Haller <phaller@gmx.net>
251 - VERSION: enhanced plus odinwrap macros
252
253 99-08-11: Patrick Haller <phaller@gmx.net>
254 - ODINCRT: ordinal exports
255 - ADVAPI32:odinwrap macros (partially)
256 - LZ32: odinwrap macros
257
258 99-08-10: Sander van Leeuwen <sandervl@xs4all.nl>
259 - USER32/NEW: Fixed makefile (link with odincrt)
260
261 99-08-10: Patrick Haller <phaller@gmx.net>
262 - LZ32: added preliminary support for independend LZ32 library
263
264 99-08-09: Patrick Haller <phaller@gmx.net>, Achim Hasenmueller <achimha@innotek.de>, Markus Montkowski
265 - ODINCRT: providing a extensible wrapping layer for VAC++ runtime functions
266 change is non-intrusive for existing source.
267
268 99-08-06: Patrick Haller <phaller@gmx.net>
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
272
273 99-08-05: Patrick Haller <phaller@gmx.net>
274 - KERNEL32: interactive control over UnhandledExceptionFilter
275 - KERNEL32: FormatMessageAW fixed. Do not mix ODIN's heap functions with VAC heap functions
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.
278
279 99-08-05: Sander van Leeuwen <sandervl@xs4all.nl>
280 - KERNEL32: Bitmap conversion bugfix; always recalculate bitmap size
281 (bitmap in donut.exe (ddraw sample) contains wrong size)
282
283 99-08-04: Patrick Haller <phaller@gmx.net>
284 - KERNEL32: fix for filename handling in kernel32/profile
285 - KERNEL32: fix for PROFILE_CopyEntry in kernel32/profile
286
287 99-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
288 - PE2LX: Bugfix for icon conversion (heap corruption for ra95.exe; as
289 reported by Patrick Haller)
290
291 99-08-04: Patrick Haller <phaller@gmx.net>
292 - KERNEL32: Heap modification
293 - KERNEL32: Windows 3 style profile support ported from WINE (removes Open32)
294
295 99-08-03: Rene Pronk <R.Pronk@twi.tudelft.nl>
296 - USER32: Ported DrawTextExA/W & DrawStateA/W
297
298 99-07-27: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
299 - KERNEL32: Implemented GetComputerNameA/W
300
301 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
302 - USER32/NEW: Lots of changes; Solitaire displays cards correctly
303 Status bar correctly drawn
304 Mouse msg translation still wrong.
305 Paint not correct.
306
307 99-07-25: Sander van Leeuwen <sandervl@xs4all.nl>
308 - KERNEL32: GetLocateInfoA bugfix
309 - USER32/NEW: Lots of changes; now Solitaire starts, but draws cards incorrectly
310
311 99-07-23: Yuri Dario <mc6530@mclink.it>
312 - misc: Changes for compilation with VAC 3.6.5
313
314 99-07-23: Edgar Buerkle <100566.557@compuserve.com>
315 - VERSION: VerQueryValueA/W Wine implementation ported
316
317 99-07-22: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
318 - KERNEL32: Complete implementation of GetLocaleInfoA/W
319
320 99-07-22: Edgar Buerkle <100566.557@compuserve.com>
321 - KERNEL32: Fix for OS2GetResource (os2util.cpp)
322 - PE2LX: Use unique resource id for version resource.
323 - USER32: MapOEMToRealKey fix
324
325 99-07-22: Sander van Leeuwen <sandervl@xs4all.nl>
326 - DDRAW: Now compiles
327 - COMCTL32: Create library with correct api names
328
329 99-07-21: Edgar Buerkle <100566.557@compuserve.com>
330 - KERNEL32: Fix for LoadResource; should return pointer to resource data
331 LockResource just returns the pointer returned by LoadResource
332
333 99-07-20: Sander van Leeuwen <sandervl@xs4all.nl>
334 - USER32/NEW: Added support for window icons and accelerators.
335 Accelerators don't work yet.
336 - PE2LX: Save icons in different format (BITMAPINFOHEADER2)
337
338 99-07-19: Sander van Leeuwen <sandervl@xs4all.nl>
339 - KERNEL32: Added method for retrieving converted OS/2 resource
340 (which will be changed later on)
341 - USER32/NEW: CreateWindowEx now works and menus are displayed
342
343 99-07-17: Sander van Leeuwen <sandervl@xs4all.nl>
344 - KERNEL32: Exports for getting TEB & THDB added
345
346 99-07-15: Sander van Leeuwen <sandervl@xs4all.nl>
347 - USER32/NEW: Unicode & window handle translation bugfixes
348
349 99-07-14: Christoph Bratschi <cbratschi@datacomm.ch>
350 - USER32/NEW: several bugs fixed, compiles now
351 CreateWindow doesn't work yet
352
353 99-07-13: Sander van Leeuwen <sandervl@xs4all.nl>
354 - USER32/NEW: *VERY* preliminary/alpha code for Open32 replacement in user32
355 Compiles, but not tested at all.
356
357 99-07-12: Patrick Haller <phaller@gmx.net>
358 - KERNEL32: various console fixes
359
360 99-07-10: Edgar Buerkle <100566.557@compuserve.com>
361 - USER32: Fixes for CreateWindowExW and several unicode menu apis
362
363 99-07-07: Sander van Leeuwen <sandervl@xs4all.nl>
364 - KERNEL32/PE2LX: Added support for TLS sections
365 - KERNEL32: Added thread attach/detach messages for dlls
366 Fixed some bugs, cleaned up code
367 NOTE: THIS CHANGE BREAKS ALL PREVIOUSLY CONVERTED APPLICATIONS
368 RECOMPILE ALL DLLS AND CONVERT EVERYTHING AGAIN!!!!!!!!!
369 THIS CHANGE ALSO BREAKS WIN32K!
370
371 99-07-06: Patrick Haller <phaller@gmx.net>
372 - KERNEL32: major enhancement of handlemanager
373
374 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
375 - PE2LX: Finished support for codepages
376
377 99-07-05: Patrick Haller <phaller@gmx.net>
378 - SHELL32: SheSetCurDrive stub, ...
379
380 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
381 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
382 link pe2lx\misc.cpp properly)
383
384 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
385 - PE2LX: Preliminary support for codepages
386
387 99-07-05: Patrick Haller <phaller@gmx.net>
388 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
389
390 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
391 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
392
393 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
394 - PE2LX/USER32: Dialog bugfix for entryfield strings
395
396 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
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)
401
402 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
403 - WINMM: Implemented remaining joystick apis + bugfixes
404
405 99-06-29: Patrick Haller <phaller@gmx.net>
406 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
407
408 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
409 - WINMM: Implemented most of the joystick apis
410
411 99-06-28: Christoph Bratschi
412 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
413
414 99-06-28: Sander van Leeuwen
415 - USER32: Get/SetWindowLongA bugfix for dialog controls
416
417 99-06-27: Sander van Leeuwen
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
423
424 99-06-26: Sander van Leeuwen
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)
430
431 99-06-25: Achim Hasenmueller
432 - Finally fixed changelog date format to be compliant with
433 the official EU date format :)
434
435 99-06-25: Christoph Bratschi
436 - USER32: GetSysColorPen bugfix (syscolor.cpp)
437
438 99-06-24: Patrick Haller
439 - SHELL32: partial port form WINE
440
441 99-06-24: Edgar Buerkle
442 - KERNEL32: Implemented GetLocaleInfoA/W
443
444 99-06-24: Sander van Leeuwen
445 - include\winos2def.h: Changed OS/2 apis to use wrappers
446 (FS save/restore) and added DosQueryCtryInfo
447
448 99-06-23: Patrick Haller
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 ;-)
456
457 99-06-23: Achim Hasenmueller
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...
461
462 99-06-21: Achim Hasenmueller
463 - ported latest WINE DrawEdge code and moved everything to the
464 new file src/user32/uitools.cpp
465
466 99-06-21: Sander van Leeuwen
467 - include\os2wrap.h, removed calling convention
468
469 99-06-21: Christoph Bratschi
470 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
471 - COMCTL32: Trackbar finished (trackbar.c)
472
473 99-06-20: Sander van Leeuwen
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
486
487 99-06-19: Sander van Leeuwen
488 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
489 - KERNEL32: Changes for win32 TEB (not active)
490
491 99-06-07: Sander van Leeuwen
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
498
499 99-06-07: Achim Hasenmueller
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
504
505 99-06-06: Sander van Leeuwen
506 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
507 as reported on mailinglist by Edgar Buerkle.
508 Also FindResourceA/W.
509
510 99-06-01: David Raison
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
514
515 99-05-23: Sander van Leeuwen
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)
520
521 99-05-19: Sander van Leeuwen
522 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
523
524 99-05-15: Sander van Leeuwen
525 - Fixed a number of bugs introduced during the Wine header update
526 - KERNEL32: Added high/low fixup support for pe loader
527
528 99-05-13: Sander van Leeuwen
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)
533
534 99-05-12: Sander van Leeuwen
535 - Finished KERNEL32
536 - Updated WINMM
537
538 99-05-10: Vince Vielhaber
539 - Rewrote WSOCK32 for Wine headers
540
541 99-05-08: Sander van Leeuwen
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
547
548 99-05-04: Sander van Leeuwen
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.
554
555 99-05-01: Sander van Leeuwen
556 - Changed makefile structure:
557 nmake DEBUG=1 builds debug version
558 nmake builds release version
559
560 99-04-11: Sander van Leeuwen
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.
565
566 98-10-26: Sander van Leeuwen
567 - OLE32: CoInitialize takes one parameter, not 0
568
569 98-10-11: Sander van Leeuwen
570 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
571 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
572
573 98-09-28: Sander van Leeuwen
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
576
577 98-09-25: Sander van Leeuwen
578 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
579
580********************************************************************************
581***** Release 0.03/4
582********************************************************************************
583 98-09-15: KSO
584 - WIN32K: pe2lx\misc.cpp changes
585
586 98-09-13: Sander van Leeuwen
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)
591
592 98-09-12: Sander van Leeuwen
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!)
603
604 98-09-02: Sander van Leeuwen
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)
608
609 98-09-01: Patrick Haller
610 - WSOCK32: Circular linker dependency removed
611
612 98-08-31: kso
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(..);
617
618 98-08-17: Sander van Leeuwen
619 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
620 directly first and if that fails, load it manually.
621
622 98-08-15: Sander van Leeuwen
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
627
628 98-08-13: Sander van Leeuwen
629 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
630
631 98-08-13: KSO:
632 - PE2LX: Borland bugfixes
633
634 98-08-08: Sander van Leeuwen
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.
641
642 98-08-03 KSO:
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_*
647
648 98-07-23: Knut Osmundsen
649 - PE2LX: Borland exe changes (import stuff)
650
651 98-07-18: Sander van Leeuwen
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)
667
668 98-07-14: Sander van Leeuwen
669 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
670 method
671
672 98-07-13: Patrick Haller
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
676
677 98-07-13: Patrick Haller
678 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
679
680 98-07-12: Patrick Haller
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 :(
686
687 98-07-10: Patrick Haller
688 - stubs for NETAPI32 100%
689
690 98-07-09: Patrick Haller
691 - stubs for Winspool 100%
692
693 98-07-01 Joel Troster
694 - KERNEL32: update to nameid.cpp
695
696 98-06-07 Joel Troster
697 - WINMM: WaveOpen bugfix
698
699 98-06-07 Felix Maschek
700 - CAPI32: bugfix
701
702 98-06-15: Patrick Haller
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)
707
708 98-06-14: KSO
709 - GDI32: Stubs for Office 97
710 - PE2LX: Formatted output
711 - ADVPI32: Stubs for Office 97
712 - VERSION: Stubs for Office 97
713
714 98-06-12: Patrick Haller
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()
728
729 98-05-25: Patrick Haller
730 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
731 - KERNEL32: Resource fix
732
733 98-05-03: Joel Troster
734 - WINMM: Stubbed most of the remaining mmedia apis
735
736 98-04-28: Patrick Haller
737 - KERNEL32: Console fixes
738 - KERNEL32: Console properties (partially)
739 - KERNEL32: Handlemanager fixes
740 - KERNEL32: OS2iGetModuleName fixes
741
742********************************************************************************
743***** Release 0.02
744********************************************************************************
745
746 98-04-05: Patrick Haller
747 - KERNEL32: Resource bugfix
748
749 98-03-30: Joel Troster
750 - WINMM: midiStream* stubs added
751
752 98-03-30: Sander van Leeuwen
753 - PE2LX: Set console flag when exe has no resources
754
755 98-03-27: Joel Troster
756 - WINMM: Midi changes/bugfixes, mci* api stubs added
757 - GDI32: SetObjectOwner stub added
758
759 25-03-98: Sander van Leeuwen
760 - KERNEL32: Several changes in resource code
761
762 19-03-98: Felix Maschek
763 - KERNEL32: Comm stubs added
764
765 19-03-98: Sander van Leeuwen
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
770
771 19-03-98: Peter Fitzsimmons
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
782
783 - added getea() to kernel32\os2util.c
784 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
785
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"
788
789 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
790 replace with kernel32.dll.
791
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
795
796 16-03-98: Joel Troster
797 - GDI32: Added SetObjectOwner stub
798
799 15-03-98: Joel Troster
800 - WINMM: RTMIDI dependency removed
801
802 15-03-98: Sander van Leeuwen
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
810
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
819
820 13-03-98: Sander van Leeuwen
821 - KERNEL32: Dll unloading fixed
822
823 13-03-98: Peter Fitzsimmons
824 - KERNEL32: Fixed CompareStringA/W
825
826 12-03-98: Joel Troster
827 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
828
829 10-03-98: Sander van Leeuwen
830 - WSOCK32: WSAStartup fix and ioctl addition
831 (Quake 2 Multiplayer working)
832 - KERNEL32: Resource lookup bug fixed
833
834 10-03-98: Joel Troster
835 - KERNEL32: SetThreadLocale added
836
837 09-03-98: Patrick Haller
838 - KERNEL32: Fix in GetStdHandle within HandleManager
839
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.
844
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)
848
849 09-03-98: Sander van Leeuwen
850 - KERNEL32: Put dll & exe apis in wprocess.cpp
851 - KERNEL32: Reroute file io from own exe to original
852
853 08-03-98: Joel Troster
854 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
855 - WINMM: Unicode midi apis added to .def file
856
857 08-03-98: Sander van Leeuwen
858 - WINMM: Aux* apis implemented (not tested and not 100% correct)
859 - include: added mmddk.h from win95 ddk
860
861 07-03-98: Peter Fitzsimmons
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.
868
869 07-03-98: Sander van Leeuwen
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)
875
876 06-03-98: Sander van Leeuwen
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
885
886 05-03-98: Joel Troster
887 - KERNEL32: Use OS/2 unicode apis
888 - USER32: Use OS/2 unicode apis
889
890 04-03-98: Sander van Leeuwen
891 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
892
893 03-03-98: Knut Osmundsen
894 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
895
896 03-03-98: Patrick Haller
897 - PECHECK: Initial code for pecheck.exe
898
899 03-03-98: Joel Troster
900 - KERNEL32: Stubs added for Virtual(Un)Lock
901 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
902
903 03-03-98: Sander van Leeuwen
904 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
905 - KERNEL32: Use tcp32dll instead of pmwsock
906 - PE2LX: Fixed memory corruption in icon.cpp
907
908 02-03-98: Sander van Leeuwen
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
913
914 01-03-98: Patrick Haller
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.
920********************************************************************************
921***** Release 0.01
922********************************************************************************
923 28-02-98: Sander van Leeuwen
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.
933
934 27-02-98: Patrick haller
935 - MPR: stubs for all documented MPR functions,
936 should be complete now
937
938 26-02-98: Patrick haller
939 - USER32: stubs for all documented USER32 functions,
940 should be complete now
941 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
942
943 24-02-98: Joel Troster
944 - WINMM: Midi working
945
946 24-02-98: Sander van Leeuwen
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)
950
951 23-02-98: Joel Troster
952 - KERNEL32: PMPrintf version of WriteLog added
953
954 22-02-98: Sander van Leeuwen
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
960
961 21-02-98: Sander van Leeuwen
962 - KERNEL32: VirtualProtect size change to include all pages
963 referenced
964
965 19-02-98: Sander van Leeuwen
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
969
970 18-02-98: Joel Troster
971 - WINMM: Midi changes, wave in/out stubs added
972
973 16-02-98: Sander van Leeuwen
974 - KERNEL32: Heap bugfix
975
976 16-02-98: Joel Troster
977 - WINMM: Midi updates
978
979 15-02-98: Sander van Leeuwen
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.
984
985 11-02-98: Sander van Leeuwen
986 - MPR: Changed/Corrected ordinals
987
988Mon 98-02-09 Peter Fitzsimmons
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()
995
996 - advapi32: GetUserNameA() stub. Always says a person named
997 "USER" is logged on.
998
999 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
1000
1001 9-02-1998: Joel Troster
1002 - USER32: Added Set/GetDefaultMenuItem (stub)
1003
1004 7-02-1998: Sander van Leeuwen
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)
1012
101331-01-1998: Sander van Leeuwen
1014 - USER32: Fixed two bugs in CreateWindowExA/W
1015 - WINMM: Fixed wave playback problem
1016
101718-01-1998: Sander van Leeuwen
1018 - GDI32: Changed GetDIBColor & SetDIBColor
1019 - GDI32: Fixed CreateDIBSection
1020 - Quake 2 working in a window!
1021
102217-01-1998: Sander van Leeuwen
1023 - WINMM: Waveout working, Quake 2 WITH sound now!
1024 - GDI32: Implemented GetDIBColor & SetDIBColor
1025
102611-01-1998: Sander van Leeuwen
1027 - KERNEL32: Exception handler fix
1028 - WINMM: Started with WaveOut implementation
1029
103011-01-1998: Felix Maschek
1031 - TAPI32: Fixes
1032
103310-01-1998: Sander van Leeuwen
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
1038
103910-01-1998: Chris McKillop
1040 - New build tree
1041
104210-01-1998: Vince Vielhaber
1043 - Winsock32 changes
1044
104531-12-1997: Sander van Leeuwen
1046 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
1047
104828-12-1997: Sander van Leeuwen
1049 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
1050 Set environment variable WIN32_IOPL2 to enable this
1051
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....
1056
105723-12-1997: Felix Maschek
1058 - CAPI2032: Complete implementation of CAPI
1059
106020-12-1997: Felix Maschek
1061 - TAPI32: Stub dll
1062
106320-12-1997: Sander van Leeuwen
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
1070
107114-12-1997: Sander van Leeuwen
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
1080
108131-11-1997: Sander van Leeuwen
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.
1086
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
1101
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.