source: trunk/changelog@ 1888

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

* empty log message *

File size: 20.2 KB
RevLine 
[1888]1 /* $Id: changelog,v 1.486 1999-11-30 15:06:24 sandervl Exp $ */
[1567]2
[1886]3 99-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: Ported Wine process apis (not done) (kernel32\process.cpp)
[1888]5 Unitialized data section bugfix.
[1886]6
7 99-11-29: Jens Wiessner <wiessnej@rfi.de>
8 - CRTDLL: Completed GetMainArgs
9 - MSVCRT: Made some changes and implemented new functions.
10
11 99-11-29: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
12 - KERNEL32: Another VirtualProtect bugfix
13
[1883]14 99-11-30: Daniela Engert <dani@ngrt.de>
15 - USER32: eliminate superfluous background erases (part 1)
16
[1878]17 99-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
18 - KERNEL32: Added EnumResourceTypesA/W (not tested)
[1886]19 - USER32: Get/SetActiveWindow bugfixes (don't return OS/2 wnd handles)
[1876]20
21 99-11-29: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1883]22 - ODINCRT: Added experimental console hack in initterm.cpp.
23 - PE2LX: Kernel32.dll is the first entry import module name table.
24 This makes kernel32.dll init first.
25 - KERNEL32: Odincrt.lib is the first library to be included during linking.
26 This hopefully will make odincrt init first.
27 - KERNEL32: Implemented EnumResourceNamesA/W. Added a test
28 skeleton for Kernel32 in the src\kernel32\test directory.
[1873]29
[1869]30 99-11-28: Jens Wiessner <wiessnej@rfi.de>
31 - CRTDLL: Implemented several functions that used to be stubs.
32
[1867]33 99-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
34 - COMDLG32: Merged with latest wine code (CVS tree dated 991126)
35
[1863]36 99-11-27: Jens Wiessner <wiessnej@rfi.de>
37 - MSVCRT: Added stubs
38
[1859]39 99-11-27: Christoph Bratschi <cbratschi@datacomm.ch>
40 - USER32: fixed edit bugs
[1873]41 ported WINE monitor code and implemented PM driver
[1859]42
[1854]43 99-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
44 - USER32: Implemented GetInputState and GetQueueStatus
[1883]45 Rewrote MsgWaitForMultipleObjects for waiting on 0 objects
46 (== waiting for messages)
[1854]47 - KERNEL32: TLS bugfix (callback == 0)
48
49 99-11-25: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
50 - USER32: Extended key fix (for cursor keys in Quake 2/Hexen 2 etc)
51
[1848]52 99-11-26: Christoph Bratschi <cbratschi@datacomm.ch>
53 - USER32: fixed rect mapping -> edit scroll redraw bug fixed
54 WM_ERASEBKGND: brush or system color
55
[1840]56 99-11-25: Sander van Leeuwen <sandervl@xs4all.nl>
57 - KERNEL32: Removed hardcoded dependency on ADVAPI32 (cpu.cpp); fixes
[1883]58 logging of multiple apps.
59 TLS bugfix (exception arrived too early; print info later on)
60 Continue during OSLibDosAliasMem if size != range (needs to
61 be fixed)
62 Allow executables to export functions (MS Word)
[1840]63 - USER32: PUT BACK GetWindowContextHelpId & SetWindowContextHelpId
64 - USER32: Win32BaseWindow::SetParent bugfix (setparent(0))
[1883]65 Changed broadcasting of messages. Check all valid window handles.
66 (TODO: Not efficient)
67 SetWindowLong (GWL_STYLE) fix; don't allow WS_VISIBLE or WS_CHILD
68 bit changes. (Wine does this and Pinball & Wordpad crash
69 if it is allowed)
70 Changed WM_SETREDRAW default handler to directly change
71 style (not call SetWindowLongA)
72 Fixed bugs in GetWindow.
[1842]73 - INCLUDE\OS2WRAP.H: Wrong macro fixed (GpiCreatePS didn't have any renaming
[1883]74 -> FS corruption)
[1840]75
76 99-11-25: Edgar Buerkle <Edgar.Buerkle@gmx.net>
77 - KERNEL32: MultiByteToWideChar & WideCharToMultiByte Wine port (991031)
78
[1834]79 99-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
80 - USER32: Fixed desktop window handle (shouldn't be 0)
[1883]81 Added support for broadcasting messages (in post/sendmessage)
82 (Note: might not be complete correct to use WinBroadcastMsg)
83 Changed Post(Thread)MessageA/W; now packs message info in
84 shared memory buffer and posts it using a specific PM message.
[1834]85 - KERNEL32: Return kernel32path\win in GetWindowsDirectoryA if
[1883]86 neither the env variable or odin.ini key is present.
87 (also create this dir)
88 Fixed incorrect dll & exe renaming.
[1834]89
[1827]90 99-11-24: Christoph Bratschi <cbratschi@datacomm.ch>
91 - USER32: added missing button styles and messages
92 several bug fixes
93
[1823]94 99-11-23: David Raison <djr@lemur.co.uk>
[1883]95 - OLE32: Fixed buffer size error in StringFromGUID2.
96 - OLEAUT32: Rearranged iPicture
[1823]97
[1819]98 99-11-23: Sander van Leeuwen <sandervl@xs4all.nl>
99 - USER32: Added stubs for ChangeDisplaySettingsExA/W
[1883]100 Ported Wine EnumDisplaySettingsA/W (991031)
101 Query display color depth during init.
[1819]102 - KERNEL32: Ported and adapted Wine GetSystemInfo (now creates
[1883]103 both cpu & fpu registry keys)
104 Added code for SMP machines (GetSystemInfo)
105 Added IsProcessorFeaturePresent
[1819]106
107 99-11-23: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
108 - USER32: ChangeDisplaySettingsA bugfix
109 - WSOCK32: Compile fix (include two more headers)
110
[1808]111 99-11-22: Patrick Haller <phaller@gmx.net>
112 - WSOCK32\NEW: Experimental rewrite using PMWSOCK, incomplete yet
113
[1813]114 99-11-22: Edgar Buerkle <Edgar.Buerkle@gmx.net>
115 - KERNEL32: Workaround in HMWaitForSingleObject for Open32 handles
[1883]116 (i.e. process handles)
[1813]117 - USER32: Extra checks in wvsnprintfA/W
118 Check if InfoPtr == NULL in STATIC_SetBitmap
[1883]119 - GDI32: SetDIBits support for DIB sections
[1813]120
121 99-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1883]122 - KERNEL32: Add default renaming profile keys (ole32 & netapi32) to
123 odin.ini if they're not already there. (during init)
124 DosAliasMem fix; removed ReadFile hack.
125 - KERNEL32: Rewrote pe loader for on-demand loading of sections
126 Currently all sections are preloaded because of problems
127 with page faults in dprints.
[1813]128 - USER32: Removed GetIconInfo hack. Causes problems for other apps.
[1883]129 TODO: Double height reported by Open32 for color icon masks!
[1813]130
131 99-11-22: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
132 - KERNEL32: VirtualProtect bugfix
133
[1795]134 99-11-21: Christoph Bratschi <cbratschi@datacomm.ch>
[1883]135 - KERNEL32: Fixed trailing newline bug in LoadMessageA/W,
136 updated to WINE 991031 level
[1800]137 - USER32: fixed window text handling
138 added static WM_GETTEXT for SS_ICON style
[1795]139
[1787]140 99-11-21: Achim Hasenmueller <achimha@innotek.de>
[1883]141 - USER32: send WM_SETTEXT for edit and static text controls
142 in SetWindowTextA/W
143 Fixes for original Windows colors (still not
144 accurate though)
145 - COMCTL32: stubbed ImageList_Read and ImageList_Write -
146 implementation missing because OLE stream support
147 required
[1787]148
[1780]149 99-11-19: Christoph Bratschi <cbratschi@datacomm.ch>
150 - USER32: fixed listbox scrolling
151
[1777]152 99-11-14: Achim Hasenmueller <achimha@innotek.de>
[1883]153 - COMCTL32: Merged with WINE 991114
[1777]154
[1771]155 99-11-18: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1883]156 - KERNEL32: Win32Pe2LxImage didn't issue the setFullPath(szFileName)
157 call during construction.
158 Added a invalid pointer test in OS2Heap::Free which checks
159 that lpMem is within the user address space. (Fixes
160 WinZip 7.0 crash.)
[1771]161
[1763]162 99-11-17: Christoph Bratschi <cbratschi@datacomm.ch>
163 - USER32/COMCTL32: Fixed cursor handling
164
[1772]165*****************************Official Alpha 5 version*********************************
166
[1747]167 99-11-14 Markus Montkowski <mmontkowski@gmx.de>
[1883]168 - DDRAW: Code cleanup and some fixes in handling blts in the virtuel buffers.
169 Set IOPL =3 for all DXgames needed for RA (Red Alert).
170 - DSOUND: Implemented a fake soundcard so that the bufferpos does advance.
171 Needed for RA. ToDO: Use better calulation for HiresTimers
[1747]172
[1743]173 99-11-14: David Raison <djr@lemur.co.uk>
[1883]174 - OLEAUT32: Tidy up IPicture implentation - now handles fOwn.
[1743]175
[1736]176 99-11-14: Achim Hasenmueller <achimha@innotek.de>
[1883]177 - COMCTL32: Fixed strdupAtoW/WtoA calls
178 Implemented missing undocumented string functions
[1736]179
[1731]180 99-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
181 - USER32: Implemented GetMenuItemRect
[1883]182 Fixed SetParent bug (use frame (not client) handle)
183 Fixed createControls for dialogs (set windowname for ids)
184 Ported LookupIconIdFromDirectory(Ex) (Wine, 991031)
185 Fixed OSLibWinEnableWindow (need to enable/disable both frame and client)
186 Partly ported Wine CopyImage for cursors & icons (disabled
187 because it doesn't work correctly)
188 Workaround for double height of icon masks -> doesn't work
189 100% correctly and IS A DIRTY HACK. (Open32 bug)
[1731]190
191 99-11-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
192 - USER32: Fixed WindowFromPoint
193
[1729]194 99-11-14: David Raison <djr@lemur.co.uk>
[1883]195 - OLEAUT32: Added beginnings of IPicture interface for VB6 support.
196 Mostly stubs, but enough to get a simple VB6 app started.
197 ICreatePictureIndirect updated.
[1729]198
[1723]199 99-11-13: Christoph Bratschi <cbratschi@datacomm.ch>
200 - USER32: fixed more edit bugs
201 merged controls with wine-991031
202
[1719]203 99-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
204 - KERNEL32: Fixed problem with ReadFile & aliased memory
[1883]205 (DosRead doesn't like writing to memory addresses
206 returned by DosAliasMem -> search for original
207 memory mapped pointer and use that one)
208 -> fixes problems in Lotus Notes 5.0
209 Also commit these pages before calling DosRead as exceptions
210 in the kernel can't be handled by us.
[1722]211 - KERNEL32\PELDR:
[1883]212 Better error reporting
[1722]213 - COMDLG32: Fixed bug in strlen: first check if pointer != NULL (FILEDLG95_InitUI)
[1883]214 Bugfix: ofn->lpTemplateName can be string id, so
215 don't always treat it as a string
[1722]216 Check pointer returned by CBGetItemDataPtr, if != -1, then
[1883]217 it's a string. (FILEDLG95_OnOpen)
[1719]218
[1716]219 99-11-12: Christoph Bratschi <cbratschi@datacomm.ch>
220 - USER32: fixed several edit bugs
221
[1710]222 99-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
223 - GDI32: Changes + fixes in DIBSection bitblt (fixes Quake 2)
[1883]224 - KERNEL32: Added handlemanager class for device drivers
225 Put devio.cpp in device driver class. (NOT TESTED)
[1710]226
227 99-11-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
228 - KERNEL32: Wrote file io replacement apis (preliminary version)
[1883]229 (not enabled)
[1710]230
231 99-11-12: Jens Wiessner <wiessnej@rfi.de>
232 - IMAGEHLP,IMM32,OLECLI32,OLEDLG,OLESVR32,PSAPI,RASAPI32
[1883]233 Updates
[1710]234 - MSVCRT: Added stubs
235
[1701]236 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
237 - USER32: Implemented GetWindowContextHelpId & SetWindowContextHelpId
[1883]238 Implemented GetKeyboardState (NOT TESTED)
239 Ported SwitchToThisWindow, GetKeyboardLayout, TranslateCharsetInfo
240 GetKeyboardLayoutNameA/W (991031)
241 Fixed Win32Dialog::SetWindowLongA for dlg proc.
[1701]242 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
[1883]243 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
[1706]244 - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
[1883]245 build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
246 Fixes for GetVersionSize/Struct for images that aren't loaded.
[1706]247 Fixed heap corruption in GetEnvironmentVariableW.
[1701]248
[1692]249 99-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
250 - USER32: ShowScrollBar: create not existing scrollbars
251
[1689]252 99-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
253 - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
[1883]254 aligned at 64kb boundaries (that's what NT's VirtualAlloc
255 does and it fixes problems with MS Word & StarCraft)
256 Fixed wrong dprintf in GetProcAddress.
257 Added code to VirtualAlloc for committing pages of memory mapped
258 files. (Word needs this)
[1689]259 - USER32: Implemented WindowFromDC
[1883]260 Call WinWaitMsg from WaitMessage instead of calling Open32 api.
261 Added wvsnprintfA export (required for NTDLL)
262 - NTDLL: Link with user32.lib, don't import by name directly
263 (needs to be done for the kernel32 forwards too)
[1689]264 - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
265
[1684]266 99-11-10: Patrick Haller <phaller@gmx.net>
267 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
[1699]268 Open32 keeps to close to the docs :)
[1695]269 - SHELL32: Add: update to WINE19991108
[1699]270 - GDI32: Add: Font remapping via ODIN.INI (MS Sans Serif -> WarpSans)
[1684]271
[1681]272 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
[1883]273 - PE2LX: Added OLE32 to the lie list. New Base class.
274 - WIN32K: Disabled Yield - this solves problems running win32k
275 at SMP kernels and logging problems on all kernels.
276 Added some parameters.
[1681]277
[1672]278 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
279 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
[1883]280 to buttons if key == mnemonic for that control)
[1672]281
[1665]282 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
283 - GDI32: fixed line functions -> don't draw end pixel
284 - COMCTL32/USER32: removed some old workarounds
285 - USER32: fixed system resource handling
286
[1661]287 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
288 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
[1883]289 OLE32.dll
[1661]290 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
291 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
[1883]292 translated up to maxlen characters -> heap corruption
293 in Solitaire. Translate upto min(stringlength+1, maxlen).
294 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
[1661]295 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
[1883]296 Odin.ini in bin directory needs to be present for PE loader
297 (includes renaming entries for OLE32 & NETAPI32)
298 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
299 is required!
300 NOTE 2: We might need to add some code to the file io apis in case
301 dirty apps try to read directly from system dlls.
[1661]302 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
[1681]303 - INCLUDE\odinwrap.h
[1883]304 added wrappers that don't print dbg messages (regardless
305 of whether DEBUG is defined or not)
[1672]306 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
307 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
[1883]308 Changed makefiles to enable dprintf2 (DEBUGALL)
[1672]309 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
[1676]310 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
[1661]311
[1653]312 99-11-09: Patrick Haller <phaller@gmx.net>
313 - NTDLL: Add: various new functions added (DbgXXX)
314
[1648]315 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
316 - WING32: Added first implementation of this old 32bit DLL.
317
[1645]318 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
319 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
[1883]320 (remove terminating backslash if present)
[1645]321
[1638]322 99-11-08: Patrick Haller <phaller@gmx.net>
[1681]323 - COMCTL32: Fix: EDIT: if obtaining font information fails,
[1638]324 prevent division by zero
[1650]325 - NTDLL: Add: numerous integer arithmetic functions added
[1638]326
[1635]327 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
328 - KERNEL32: Fixed bug in thread handler (exception handler set
[1883]329 at wrong moment)
330 Ported Wine critical section code (991031), Open32
331 doesn't correctly fill in the CRITICAL_SECTION structure.
332 Limit size of memory mapped files.
[1635]333 - USER32: PostThreadMessageA/W fix
334
335 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
336 - DINPUT: Ported Wine code (991031) (not tested yet)
337 - USER32: Added code for sending mouse events to dinput.dll
[1883]338 Added PM <-> win32 key translation (used in dinput.dll)
[1635]339
340 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
341 - USER32: GetMenuStringW fix
342
[1617]343 99-11-05: Achim Hasenmueller <achimha@innotek.de>
[1883]344 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
345 Added logging, warnings for stub functions
346 - KERNEL32: Source code cleanup, fix warnings
347 - USER32: Source code cleanup, fix warnings
[1617]348
[1614]349 99-11-05: Patrick Haller <phaller@gmx.net>
350 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
351 This only cures the symptoms, not the origin!
352
[1611]353 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
354 - USER32: Fixed InsertMenuA
[1883]355 Message translation fix for WM_USER+n messages (GetMessage)
356 Extra translation.
357 Rewrote/Ported LoadStringA/W (similar to Wine now)
358 - KERNEL32: Changed FindResource, string id translation should be done
359 in LoadStringA/W (done that way in Wine)
360 Fixed GetModuleHandleA
[1611]361
[1608]362 99-11-05: Jens Wiessner <wiessnej@rfi.de>
363 - MSVFW32: Updated to Wine level 991031
364 - IMM32: Replaced some FIXME entries with dprintf;
365 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
366 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
367 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
368
369 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
370 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
371 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
[1883]372 NULL pointer checks in hasWindowName/hasClassName/FindClass
373 Message translation fix for WM_USER+n messages
[1608]374 - OLE32: Always create OLE window class
375 - KERNEL32: Null pointer check in lstrcmpiA
376 - SHELL32: Corrected export of Shell_GetCachedImageIndex
377
[1598]378 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
379 - SHLWAPI: Fixed makefile
380 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
[1883]381 (fixes winhlp32 & comboboxes)
[1598]382
[1590]383 99-11-04: Patrick Haller <phaller@gmx.net>
384 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]385 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]386 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]387 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]388
[1586]389 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
390 - Makefiles: Changes to build the libraries first
391
[1578]392 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
393 - COMDLG32: Import from shlwapi as the original Wine code does
394 - SHELLL32: Added exports
395 - SHLWAPI: Link with shell32.lib for forwarders + added exports
396 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
[1883]397 Fixed CreateIconIndirect (Wine file dialog now shows button
398 icons correctly)
399 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
400 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
401 a lot of apps (button.exe/style.exe/header4.exe)
402 (fix = call default frame handler when receiving this msg
403 when the window hasn't been 'created' yet)
[1578]404
[1571]405 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]406 - USER32: fixed modal dialogs
[1582]407 added WM_CONTEXTMENU
408 - COMCTL32: implemented statusbar size grip
[1571]409
[1570]410 99-11-03: Patrick Haller <phaller@gmx.net>
[1883]411 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]412 and bugfix in SearchPathW
[1573]413 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]414 Fix LoadBitmapA checked for incorrect return value
[1570]415
[1569]416 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]417 - DDRAW: Changed debug output to DDRAW: ...
[1883]418 Copied Framebuffer if in colorconversion mode for Normal Blits to
419 the primary surface. => Map Editor of Red Alert works.
[1569]420
[1567]421 00-11-02: Achim Hasenmueller <achimha@innotek.de>
[1883]422 - COMCTL32: Incorporated latest WINE 991031 updates
423 Note: listview doesn't paint properly now. Will be fixed later.
[1567]424
425 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
[1564]426 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]427
[1563]428 99-11-02: Patrick Haller <phaller@gmx.net>
429 - SHELL32: Up to current WINE level
430 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
431
[1544]432 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
[1681]433 - INCLUDE\odinwrap.h:
[1883]434 fixed wrong define (_ODINWARP instead of _ODINWRAP)
435 Only check the heap for consistency when DEBUG_ODINHEAP is
436 defined.
[1544]437 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
[1883]438 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
439 arrive before the dialog received it's WM_INITDIALOG msg)
440 Fixed more FS corruption in dc.cpp.
[1544]441 - SHELL32: Added extra exports for comdlg32
[1554]442 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1883]443 Find & Replace dialogs enabled, Wine code called for
444 file dialogs if the app supplies a dialog template.
445 NOTE: Disabled for now. Comctl32 isn't stable enough
446 for the Win95 style Wine comdlg dialogs.
447 Fixed check for find/replace dialog. Notepad uses 32 byte
448 buffer, so why does the wine code fail for < 80 bytes?
449 Fixed display of find/replace dialog -> if not hooked
450 show dialog!
[1544]451 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
[1883]452 start two nmake process to build everything on two cpus.
[1544]453
[1541]454 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
455 - USER32: Delete all process windows & classes in exitlist handler
[1883]456 Set hwndInsertBehind to HWND_BOTTOM for group boxes
457 (fixes problems when groupbox control is defined after
458 controls inside it in dialog template)
459 Mouse activate fix.
460 Don't activate child windows in ShowWindow.
[1541]461 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
[1883]462 audio hardware present.
[1541]463
464
[1537]465 99-11-01: Daniela Engert <dani@ngrt.de>
466 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
467 (fixes missing text in WELCOME)
[1531]468
[1537]469 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
470
471 This is a hack!
472
473 Dialog controls which contain/surround other controls *need* to be
474 created with the WS_CLIPSIBLINGS style.
475
476 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.