source: trunk/changelog@ 717

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

* empty log message *

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