source: trunk/changelog@ 2275

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

* empty log message *

File size: 42.0 KB
RevLine 
[2274]1 /* $Id: changelog,v 1.595 1999-12-30 18:54:05 sandervl Exp $ */
[1567]2
[2269]3 99-12-30: Christoph Bratschi <cbratschi@datacomm.ch>
4 - USER32: ported menu control from WINE (not yet activated)
5 ported icontitle control from WINE
6 added winswitch control (stub)
7 fixed Win32BaseWindow::hasWindowName
8
[2263]9 99-12-30: Sander van Leeuwen <sandervl@xs4all.nl>
10 - KERNEL32: Added stubs for Load/FreeLibrary16 & GetProcAddress16
11 (ordinals 35,36 & 37)
12 Added support for SEC_COMMIT memory map flag
[2274]13 Don't fail for unknown handles in (Msg)WaitForMultipleObject;
14 they could be thread or process handles (which we don't translate)
[2263]15 - USER32: Load bitmaps file completely in LoadBitmapA. Creating
16 a file mapping with reserved memory has little use
17 as the entire file will be read completely anyway.
[2274]18 Added some useful logging for DDE apis.
[2263]19 - GDI32: Fixed GetObject for DIB sections
20
[2262]21 99-12-30: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
22 - USER32: Implemented accelerator support
23
[2258]24 99-12-30: Patrick Haller <phaller@gmx.net>
25 - SHELL32: Add: StrChrIA, StrChrIW, StrStrIA, StrStrIW
26 - SHLWAPI: Add: see above, SHRegGetBoolUSValueA/W
27
[2256]28 99-12-29: Christoph Bratschi <cbratschi@datacomm.ch>
29 - USER32: rewrote coordinate mapping (map*) and fixed some 1 pixel bugs
30 pro memoria:
31 point: newY = windowH-1-oldY
32 rectangle: newTop = windowH-oldTop
33 fixed some wrong window handles
34 Win32BaseWindow: added getClientHeight/Width,
35 getWindowHeight returns now the window height
36
[2248]37 99-12-29: Patrick Haller <phaller@gmx.net>
38 - INCLUDE: ODINWRAP: new macros to save FS register for callback registration
39 - WINMM: removed memory leak for win32 tib fs selectors in DartWaveOut::callback
40
[2243]41 99-12-29: Sander van Leeuwen <sandervl@xs4all.nl>
42 - WINMM: Created wrappers for mci* apis (to save/restore FS)
43 NOTE: You must include os2mewrap.h instead of os2me.h
[2247]44 - USER32: Fixed PostThreadMessage (RealPlayer G2 install almost works)
[2251]45 Fixed memory leak in PostMessage (structures of posted messages
46 that aren't dispatched were never freed)
47 (InterVideo WinDVD 2.0 install almost works; tries to overwrite
48 msvcrt.dll (which fails as the install program uses that dll))
[2255]49 Fixed version resource (based on NT 4 SP3)
[2247]50 - KERNEL32: Removed logging from icon & cursor (group) conversion
51 (compile with DEBUGALL=1 to enable it)
[2255]52 Added version resource (based on NT 4 SP3)
53 - GDI32: Added version resource (based on NT 4 SP3)
54 - MSVCRT/20/40: Added version information based on NT 4 SP3 msvcrt dlls
[2243]55
[2233]56 99-12-28: Vit Timchishin <tvv@sbs.kiev.ua>
57 - USER32: Listbox fix; Commented out 'if (index == oldsel) return LB_OKAY;'
58 in LISTBOX_SetSelection as this may prevent the control from
59 sending a notification after a change with notify disabled.
60 (i.e. MoveCarret)
61
[2227]62 99-12-28: Sander van Leeuwen <sandervl@xs4all.nl>
63 - WININET: Created stub dll
[2231]64 - KERNEL32: Create Software\Microsoft\Windows NT\CurrentVersion registry key + necessary values
65 Put all version information in include\versionos2.h
66 Faked GetSystemPowerStatus (always returns online status
67 for desktop system)
[2236]68 - SHELL32: Implemented PathBuildRootW, PathRemoveBackslashW, PathFileExistsW,
69 StrChrA & StrRChrW
70 - SHLWAPI: Created more forwarders to shell32 apis
[2227]71
[2222]72 99-12-28: Jens Wiessner <wiessnej@rfi.de>
73 - avifil32, comdlg32, crtdll, ddraw, dinput, dplay, dplayx, imagehlp,
74 mpr, msvcrt(20/40), msvfw32, olecli32, oledlg, olesvr32, psapi,
75 rasapi32, version:
76 Added commented-out exports and changed ordinals to match
77 with the dlls from Windows NT 4.0 ServicePack 6 or Windows
78 98SE
79 NOTE: Requires recompile of all Odin dlls & any Odin32 apps.
80
[2218]81 99-12-27: Jens Wiessner <wiessnej@rfi.de>
82 - WINSPOOL: Added stubs
83 - ADVAPI32: Added crypto stubs
84
85 99-12-27: Vit Timchishin <tvv@sbs.kiev.ua>
86 - KERNEL32: Implemented preliminary codepage support
87 - USER32: Added code to init for codepage support
88 Fixed combo box bugs (COMBO_Command; use lParam for hwnd compares)
89
[2210]90 99-12-27: Christoph Bratschi <cbratschi@datacomm.ch>
91 - USER32: fixed SetWindowPos
92
[2209]93 99-12-27: Sander van Leeuwen <sandervl@xs4all.nl>
94 - USER32: Fixed GetActiveWindow (also fixes problem with mouse messages
95 in FreeCell)
96 Fixed PeekMessageW (used old way of calling OSLibWinPeekMsg)
97 Changed translation of message filters (still not 100% correct)
98 Fixed bugs in OSLibPeekMessage
[2220]99 - KERNEL32: Enable write access for code sections which have this flag
100 set in the PE image (fixes crash in WinDVD)
[2209]101
[2203]102 99-12-26: Christoph Bratschi <cbratschi@datacomm.ch>
103 - USER32: implemented WM_NCHITTEST, added WM_SYSCOMMAND handling
104 ported DIALOG_IsAccelerator
105 implemented Get/SetMessageExtraInfo
106 extended DefWindowProcA handling
107 several other bug fixes
108 - COMCTL32: changed non-client handling
109
[2195]110 99-12-24: Sander van Leeuwen <sandervl@xs4all.nl>
111 - USER32: Fixed bug in OSLibWinQueryQueueStatus (uninitialized local variable)
112 Changed message handling. Messages are translated in Get/PeekMessage
113 now. (or in the PM window handler, if it was sent directly)
114 TranslateMessage now translates WM_(SYS)KEYDOWN/UP to
115 WM_(SYS)(DEAD)CHAR
116 Fixed ChildWindowFromPointEx
117 - CRTDLL: Removed excessive logging (compile with DEBUGALL=1 to enable it)
118 - SRC\MAKEFILE: Included dplayx
119
[2194]120 99-12-24: Markus Montkowski <mmontkowski@gmx.de>
121 - dplayx: compiles and links now
122
[2190]123 99-12-22: Christoph Bratschi <cbratschi@datacomm.ch>
124 - USER32: fixed WinGetKeyState in WM_MOUSEMOVE (WinAmp's equalizer works now fine)
125
[2186]126 99-12-21: Jens Wiessner <wiessnej@rfi.de>
127 - MSVCRT: Updated msvcrt20 & msvcrt40 def files
128
[2183]129 99-12-21: Christoph Bratschi <cbratschi@datacomm.ch>
130 - USER32: merged controls with WINE 991212
131 fixed listbox WM_SETREDRAW bug
132
[2175]133 99-12-21: Markus Montkowski <mmontkowski@gmx.de>
134 - ddraw: Some cleanup in surface handling
135 more colorconversion code:
136 8bit to all hicolormodes(16,24,32) and
137 between the highcolormodes
138 Do Colorfills for the above modes.
[2179]139 Removed inhertiance from IBASE in DDRectangle
[2175]140
[2171]141 99-12-21: Sander van Leeuwen <sandervl@xs4all.nl>
142 - ADVAPI32: Fixed some bugs in service.cpp; implemented some service apis
143 - INCLUDE\WIN: Added winsvc.h; removed service definitions from winbase.h & winreg.h
[2179]144 - NTDLL/CRTDLL: Moved all CRT functions into CRTDLL
145 CRTDLL should contain all shared RTL functions (in addition
146 to those present in the win32 version); this is more
147 consistent than putting half the rtl functions in NTDLL
148 and the rest in CRTDLL.
[2180]149 - CRTDLL: Fixed memory allocation bug (CRTDLL_calloc called calloc, while
150 free calls HeapFree; everything uses private CRTDLL heap now)
[2179]151 - MSVCRT: Removed all forwarders from def file. Link with CRTDLL instead.
152 NOTE: Non-existant forwarders don't generate errors when loading
153 this dll!!!
154 Linking with a lib makes sure the import really exists.
155 - KERNEL32: Moved memmove to NTDLL (forwarded to CRTDLL)
156 - ODINCRT: Added wrappers for file io functions (to prevent FS corruption)
[2171]157
[2169]158 99-12-20: Rene Pronk <R.Pronk@twi.tudelft.nl>
159 - WINMM: Bugfixes in waveOutOpen (flags) for winamp
160
[2167]161 99-12-20 Markus Montkowski <mmontkowski@gmx.de>
162 - USER32: Fixed Coordinate conversion in WM_HITTEST (don't use handles as a coordinates)
163
[2161]164 99-12-20: Christoph Bratschi <cbratschi@datacomm.ch>
165 - USER32: changed icon title font size in SystemParametersInfo to 12
166 fixed DrawIcon/DrawIconEx
167 fixed GetIconInfo (still bugs in load/create code)
168
[2169]169 99-12-20: Sander van Leeuwen <sandervl@xs4all.nl>
[2154]170 - CRTDLL: Added bsearch from EMX
[2169]171 - MSVCRT: Copy dlls into bin directory. Most apps seem to work
[2154]172 (Notes, solitaire, winhlp32)
[2158]173 - NTDLL: Added qsort, ftol, CIpow, ltoa, ultoa
174 (ftol fixes black Notes toolbars)
[2154]175
[2169]176 99-12-20: Jens Wiessner <wiessnej@rfi.de>
[2151]177 - MSVCRT: Added stubs
178
[2139]179 99-12-19: Christoph Bratschi <cbratschi@datacomm.ch>
180 - USER32: fixed child positioning
181 removed CS_SIZEREDRAW, do it manually if window really needs it
182 handled in WM_CALCVALIDRECTS, PM aligns windows top-left
183 -> much faster, Calc: radiobuttons are at the right place
184 RegEdit: treeview redraw problems fixed
185
[2136]186 99-12-19: Sander van Leeuwen <sandervl@xs4all.nl>
187 - ADVAPI32/NTDLL: Forward sid apis to ntdll (need to check return
188 type of some Rtl SID apis (bool or status dword?))
[2142]189 Moved Service apis into separate sourcefile
[2149]190 Implemented some service apis (not completely)
[2137]191 - KERNEL32: Fix for loading images (RSRC_LOAD)
[2142]192 Implemented FindResourceExA/W
193 CreateProcessW bugfix (string conversion)
[2148]194 FormatMessageA/W bugfix (wrong calling convention for
195 WVSPRINTFAPROC type (should be WIN32API!) -> fixes crash
196 in regedit
[2142]197 - USER32: SendMessageW bugfix
[2136]198
[2127]199 99-12-18: Achim Hasenmueller <achimha@innotek.de>
200 - COMCTL32: Merged with latest WINE 991212 code
201
[2116]202 99-12-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
203 - KERNEL32: Partially implemented GetThreadContext, Read/WriteProcessMemory
204
[2113]205 99-12-18: Christoph Bratschi <cbratschi@datacomm.ch>
206 - USER32: added MDI menu window switching
207 fixed ChildWindowFromPointEx
208 fixed WM_MDIDESTROY
209
[2104]210 99-12-18: Sander van Leeuwen <sandervl@xs4all.nl>
211 - MSACM32: Compile fixes (internal.cpp)
[2108]212 - USER32: WindowFromPoint fix (return 0 if no windows found, not the desktop wnd handle)
213 SetMenuItemInfoA bugfix (for novamatic) (still not completely
214 implemented though)
[2110]215 - AVIFIL32: updated with the latest code from Wine 991212.
[2112]216 - KERNEL32: Partly implemented GetCurrencyFormatA/W (not correct, but
217 to make apps happy)
[2130]218 Added handlemanager class for tokens and HMHandleGetUserData
219 export to query the userdata dword of a handle.
[2123]220 - NTDLL: Partially implemented some Token & SID apis in order to get
221 MS Office 2000 install to work.
[2104]222
[2102]223 99-12-18: Jens Wiessner <wiessnej@rfi.de>
224 - MSACM32: Updated with latest Wine code (991212)
[2108]225 - CRTDLL: Removed the ERRNO Defs from CRTINC.H and included ERRNO.H
[2102]226
[2098]227 99-12-17: Christoph Bratschi <cbratschi@datacomm.ch>
228 - USER32: WM_NOTIFYPARENT: map cursor pos
229 implemented MDI cascade/tile
230
[2095]231 99-12-17: Sander van Leeuwen <sandervl@xs4all.nl>
232 - KERNEL32: Delete thread's THDB structure when it quits
233 - USER32: Hook removal bugfix
234
235 99-12-17: Edgar Buerkle <Edgar.Buerkle@gmx.net>
236 - INCLUDE\winconst.h/wintypes.h/win\winbase.h: Added definitions
237 - KERNEL32: Set DEBUG_PROCESS flag for DEBUG_ONLY_THIS_PROCESS flag
238 in CreateProcess (open32 doesn't support the latter flag)
239
[2091]240 99-12-16: Christoph Bratschi <cbratschi@datacomm.ch>
241 - USER32: fixed 'dancing characters' in edit control
242 ported GrayString from WINE
243 desktop: terminate string in WM_GETTEXT
[2098]244 free timers after WM_DESTROY
[2091]245 - GDI32: several bug fixes for text output functions
246 implemented PolyTextOutA/W
247
[2082]248 99-12-14: Sander van Leeuwen <sandervl@xs4all.nl>
249 - USER32: Tasklist fix
250 Rewrote SendMessage handling; Uses WinSendMsg now if window
251 is created by a different process/thread.
252 Started with port of Wine hook code
253 ShowWindowAsync calls ShowWindow now (not correct, but better than nothing)
254 - KERNEL32: Added GetTHDBFromThreadId (used in USER32) & link THDB structures during creation
[2087]255 Put back old interlocked code (Wine port + InterlockedExchange fix)
[2082]256 - GDI32: Extra logging for Create*Rgn apis
257
[2079]258 99-12-13: Edgar Buerkle <Edgar.Buerkle@gmx.net>
259 - KERNEL32: Added null pointer checks in lstrcatA/W
260 - USER32: Removed unicode to ascii translation during MDI child creation
261 (message translation code already takes care of this)
262
[2075]263 99-12-13: Sander van Leeuwen <sandervl@xs4all.nl>
264 - KERNEL32: Fixed performance problem in mmap.cpp
265 Report correct dll when exe loading fails
[2079]266 Fixed command line bug in CreateProcess (if app & cmd line
267 are specified, skip exe name in cmd line)
[2075]268 - INCLUDE\WIN\winnt.h: Header fixes
269 - Porting.txt: Fixed sample makefile (you need to add -D__i386__ as compiler option)
[2079]270 - USER32: NotifyParent bugfix (use id & handle of 1st child window)
271 Added WM_INITMENU message support
272 Experimental CS_PARENTDC support (disabled for now)
[2075]273
[2060]274 99-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
[2067]275 - KERNEL32: Fixes for on-demand page loader; currently disabled by
276 default because it interferes with debugging (too many
277 exceptions are generated)
278 To enable it undefine COMMIT_ALL in kernel32\winimagepeldr.cpp.
[2068]279 Dll unload fix for PE loader (fixes crash when Notes quits)
[2070]280 - PE2LX: Don't link with odincrt -> 'Not enough storage to complete
281 initialization' error. Reason unknown.
282 - INCLUDE\string.h: Use original strncpy for PE2LX
[2067]283
284 99-12-12: Sander van Leeuwen <sandervl@xs4all.nl>
[2060]285 - KERNEL32: Changed logging in winimagepeldr.cpp
286 Uses private log with dprintfs instead of file streams.
287 Added support for private dll logs (see comments in misc.h)
288 //To use private dll logging, define PRIVATE_LOGGING and
289 //add Open/ClosePrivateLogFiles (see below) functions to the dll
290 //to open close the private logfile. The logfile handle should
291 //be stored in the _privateLogFile variable
292 //dprintf can be called like this:
293 //dprintf((LOG, "PE file : %s", szFileName));
294
[2057]295 99-12-11: Jens Wiessner <wiessnej@rfi.de>
296 - CRTDLL: Fix for GetMainArgs (fixes windiff)
297 - MSVCRT: Fix for GetMainArgs
298
[2054]299 99-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
300 - KERNEL32: Fix for CreateFileMapping; return old handle if
301 trying to open existing mapping
302 commitPage: Commit page by page, not entire range (could
303 leave holes if VirtualQueryMem range != nrpages)
304
[2048]305 99-12-09: Christoph Bratschi <cbratschi@datacomm.ch>
306 - GDI32: fixed TextOut and ExtTextOut bugs
307
[2030]308 99-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
309 - KERNEL32: Fixes in lstrcpynWtoA
[2043]310 Added code heap.
311 Ported ExpandEnvironmentStringsA/W (Wine: 991114)
[2045]312 Create HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
313 key and necessary subkeys (including CSD version)
[2051]314 Corrected return value of Read/WriteFile (must be boolean, not
315 an error code)
[2030]316 - USER32: Major changes for window procedures
317 Now identical to Wine. Window is unicode only if it's
318 window procedure comes from a unicode class.
319 Add thunk code for procedures to store type.
[2043]320 - ODINCRT: Replaced strncpy with one that stops at terminating 0
321 - INCLUDE\string.h: VAC version + minor change for strncpy
322 - WIN32K\PE2LX: Link with odincrt.lib for rtl functions
[2030]323
[2026]324 99-12-08: David Raison <djr@lemur.co.uk>
325 - OLEAUT32: Typelib handling:
326 Parsing of typelib improved - Several
327 incorrect pointer problems fixed
328 esp. start addr. of var table.
329 Use EnumResourceNames to locate
330 embedded TYPELIB resources.
331 Bugfixes.
332
[2015]333 99-12-07: Achim Hasenmueller <achimha@innotek.de>
334 - WSOCK32: Moved old implementation to wsock32/old and promoted
335 wsock32/new (based on PMWSOCK.DLL) as the default implementation
336
[2008]337 99-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
338 - KERNEL32: Fixed string resource load bug (last character of string resource set to 0)
339 - KERNEL32: Always commit memory for page memory maps
[2011]340 - KERNEL32: Fixed bug in InterlockedExchange (parameters reversed)
[2008]341 - USER32: Do not call selectClientArea during BeginPaint -> creates
342 painting problems for i.e. memory SDK sample & AbiWord
343 Disabled CS_OWNDC support for now -> otherwise certain
344 windows never receive a WM_ERASEBKGND message. (memory SDK sample)
[2017]345 Fix for Abiword & memory.exe -> extra check for owndc in Begin/EndPaint
[2008]346
[1999]347 99-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
348 - KERNEL32/OLEAUT32: Renamed OLEAUT32 to OLAUTOS2 to avoid conflicts
349 with Lotus SmartSuite (again..)
350 - KERNEL32: Fixed memory map bugs
351
[1995]352 99-12-06: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
353 - WINMM: Ported MMIO from Wine (now SoundRecorder can open wave files)
354
355 99-12-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
356 - KERNEL32: Temporary hack in GetFullPathNameA to replace forward
357 slashes by backslashes (needed for WinZip 7.0)
[1996]358 Fixed dprintf in lstrcmpW
[1995]359
[1992]360 99-12-06: Daniela Engert <dani@ngrt.de>
361 - ODINCRT: change debug *allocs to return zeroed memory (instead of
362 filled with 0xAA). Some applications expect it this way.
363
[1988]364 99-12-06: Patrick Haller <phaller@gmx.net>
[1992]365 - KERNEL32: Reimplemented InterlockedXXX-APIs to
366 be NT4 compatible
[1988]367
[1985]368 99-12-05: Christoph Bratschi <cbratschi@datacomm.ch>
369 - KERNEL32: Only convert the string and not everything in UnicodeToAsciiStringN
370
[1973]371 99-12-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
372 - KERNEL32: Better logging for CreateProcessA
[1980]373 - DDRAW: io_init1 -> PUSH OFFSET FLAT:devname
[1973]374
[1972]375 99-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
376 - GDI32: Changed DEFAULT_GUI_FONT to WarpSans.9
377 - USER32:InSendMessage,GetMessagePos,GetMessageTime & ReplyMessage
[1992]378 implemented using PM apis.
379 Update client rectangle in WM_WINDOWPOSCHANGED handler in
380 pmwindow.cpp. (client can change without affecting the
381 frame window's size/position; previously we never sent an update)
382 -> fixes wrong button position in RealPlayer
383 Changed FCF_TITLEBAR selection. Removes some, but not all, unwanted
384 windows from the tasklist.
[1973]385 - INCLUDE\heapstring.h: Changed definition of lstrcpy(n)AtoW/WtoA
[1992]386 - KERNEL32: CHanged lstrcpy(n)AtoW/WtoA
387 Fixed bug in InterlockedExchange (ret 4 should be ret 8)
388 -> fixes crashes in Mozilla viewer & WinAmp (2.5e)
[1973]389 - LZ32: Removed prototype of lstrcpyAtoW
[1972]390
[1969]391 99-12-04 Achim Hasenmueller <achimha@innotek.de>
[1992]392 - WSOCK32\NEW: Fixed bugs with incorrect relay window invocation
393 Improved debugging messages, better error handling
394 Works very well now, VP Buddy does not crash anymore
395 Please test well, then it can be promoted
[1969]396
[1967]397 99-12-04 Markus Montkowski <mmontkowski@gmx.de>
[1992]398 - GDI32: Implemented DEFAULT_GUI_FONT for GetStockObject
399 DIBSecttion now get the DC Palette on creation and
[1967]400 updated if DC Pal changes.
401
[1964]402 99-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
403 - USER32: Experimental WM_ERASEBACKGND change
[1992]404 Ignore PM WM_ERASEBACKGROUND (return 1), always
405 send one in BeginPaint and call BeginPaint/EndPaint
406 in the default window handler for WM_(ICON)PAINT
[1964]407
[1962]408 99-12-03: Christoph Bratschi <cbratschi@datacomm.ch>
409 - USER32: removed WS_* check in scrollbar code
410 - GDI32: moved line API's to line.cpp
411
[1958]412 99-12-03: Edgar Buerkle <Edgar.Buerkle@gmx.net>
413 - GDI32: Fixes for CreateDCW & CreateICW
414 - COMCTL32: Fixed PROPSHEET_CollectSheetInfo
415
416 99-12-03: Jens Wiessner <wiessnej@rfi.de>
417 - OLE32: Corrected CoSetState Stub.
418 - OLEAUT32: Changed return value (CreateDispTypeInfo) from S_OK to
[1992]419 E_OUTOFMEMORY
[1958]420 - NTDLL: Changed dprintfs for strcpy/strcat
421
[1953]422 99-12-02: Patrick Haller <phaller@gmx.net>
[1992]423 - WSOCK32\NEW: Improvements.
[1953]424 - INCLUDE: Some macro fixes in misc.h and odinwrap.h
425
[1950]426 99-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
427 - USER32: Rewrote EnumThreadWindows/EnumWindows
[1992]428 Fixed GetParent
[1950]429
[1946]430 99-12-02 Markus Montkowski <mmontkowski@gmx.de>
[1992]431 - GDI32: Implemented:
432 CombineTransform, CreateDIBPatternBrush, CreateDCW,
433 CreateEnhMetaFileW, CreateICW
434 Fixed memory leak in GetTextFaceW (didn't free ASCII buffer)
435 Enhanced StretchBlt to support DIBSections
[1946]436
[1941]437 99-12-02: Achim Hasenmueller <achimha@innotek.de>
[1992]438 - WSOCK32\NEW: Not really working :(
439 Fixed WSAAsyncGetHostByName, added request data to table
[1941]440
[1934]441 99-12-01: Patrick Haller <phaller@gmx.net>
442 - WSOCK32\NEW: Working now :)
443
[1919]444 99-12-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
445 - KERNEL32: Removed check in CreateFileMapping (hFile == -1 && (protect & SEC_COMMIT))
446 - USER32: Added check for valid parent if window is child in ::SetWindowPos
447 - SHELL32: SHGetFileInfoA: set pidlLast to NULL)
448
449 99-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
450 - ODINCRT: Wrappers for allocation/free functions to prevent them
[1992]451 from trashing FS. (happens when called from a thread (
452 that is not the main thread))
453 Also wrappers for new/delete calls. (for the same reason)
[1919]454 - KERNEL32: Increase max nr of open files when DosOpen fails with ERROR_TOO_MANY_OPEN_FILES
[1992]455 (OSLibDosOpen)
456 Don't translate strings if api fails (FindFirstFileW/FindNextFileW)
457 GetProcessTimes (TODO: Doesn't use RtlExtendedIntegerMultiply correctly!)
[1919]458 - ADVAPI32: Fix for RegQueryInfoKeyW (return size = 0)
[1932]459 - GDI32: Ported GetTextCharset & GetTextCharsetInfo (Wine: 991031)
[1992]460 Ported Set/GetSystemPaletteUse
[1919]461
[1908]462 99-11-30: Patrick Haller <phaller@gmx.net>
463 - WSOCK32\NEW: Experimental rewrite using PMWSOCK successful.
464 One problem regarding ODIN message translation remains,
465 TELNET works fine under debugger.
466
[1907]467 99-11-30: Sander van Leeuwen <sandervl@xs4all.nl>
[1886]468 - KERNEL32: Ported Wine process apis (not done) (kernel32\process.cpp)
[1992]469 Unitialized data section bugfix.
[1892]470 - NTDLL: Fixed exports (missing ordinals) and created correct library
471 - ADVAPI32: Call security apis in ntdll (security.cpp; Wine 991031)
[1886]472
[1919]473 99-11-30: Jens Wiessner <wiessnej@rfi.de>
[1886]474 - CRTDLL: Completed GetMainArgs
[1992]475 Implemented several functions.
476 - MSVCRT: Made some changes and implemented new functions.
477 Now builds msvcrt, msvcrt20 & msvcrt40 dlls.
[1886]478
[1919]479 99-11-30: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
[1886]480 - KERNEL32: Another VirtualProtect bugfix
481
[1883]482 99-11-30: Daniela Engert <dani@ngrt.de>
483 - USER32: eliminate superfluous background erases (part 1)
484
[1919]485 99-11-29: Sander van Leeuwen <sandervl@xs4all.nl>
[1878]486 - KERNEL32: Added EnumResourceTypesA/W (not tested)
[1886]487 - USER32: Get/SetActiveWindow bugfixes (don't return OS/2 wnd handles)
[1876]488
489 99-11-29: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1883]490 - ODINCRT: Added experimental console hack in initterm.cpp.
491 - PE2LX: Kernel32.dll is the first entry import module name table.
492 This makes kernel32.dll init first.
493 - KERNEL32: Odincrt.lib is the first library to be included during linking.
494 This hopefully will make odincrt init first.
495 - KERNEL32: Implemented EnumResourceNamesA/W. Added a test
496 skeleton for Kernel32 in the src\kernel32\test directory.
[1873]497
[1869]498 99-11-28: Jens Wiessner <wiessnej@rfi.de>
499 - CRTDLL: Implemented several functions that used to be stubs.
500
[1867]501 99-11-28: Sander van Leeuwen <sandervl@xs4all.nl>
502 - COMDLG32: Merged with latest wine code (CVS tree dated 991126)
503
[1863]504 99-11-27: Jens Wiessner <wiessnej@rfi.de>
505 - MSVCRT: Added stubs
506
[1859]507 99-11-27: Christoph Bratschi <cbratschi@datacomm.ch>
508 - USER32: fixed edit bugs
[1873]509 ported WINE monitor code and implemented PM driver
[1859]510
[1854]511 99-11-26: Sander van Leeuwen <sandervl@xs4all.nl>
512 - USER32: Implemented GetInputState and GetQueueStatus
[1883]513 Rewrote MsgWaitForMultipleObjects for waiting on 0 objects
514 (== waiting for messages)
[1854]515 - KERNEL32: TLS bugfix (callback == 0)
516
517 99-11-25: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
518 - USER32: Extended key fix (for cursor keys in Quake 2/Hexen 2 etc)
519
[1848]520 99-11-26: Christoph Bratschi <cbratschi@datacomm.ch>
521 - USER32: fixed rect mapping -> edit scroll redraw bug fixed
522 WM_ERASEBKGND: brush or system color
523
[1840]524 99-11-25: Sander van Leeuwen <sandervl@xs4all.nl>
525 - KERNEL32: Removed hardcoded dependency on ADVAPI32 (cpu.cpp); fixes
[1883]526 logging of multiple apps.
527 TLS bugfix (exception arrived too early; print info later on)
528 Continue during OSLibDosAliasMem if size != range (needs to
529 be fixed)
530 Allow executables to export functions (MS Word)
[1840]531 - USER32: PUT BACK GetWindowContextHelpId & SetWindowContextHelpId
532 - USER32: Win32BaseWindow::SetParent bugfix (setparent(0))
[1883]533 Changed broadcasting of messages. Check all valid window handles.
534 (TODO: Not efficient)
535 SetWindowLong (GWL_STYLE) fix; don't allow WS_VISIBLE or WS_CHILD
536 bit changes. (Wine does this and Pinball & Wordpad crash
537 if it is allowed)
538 Changed WM_SETREDRAW default handler to directly change
539 style (not call SetWindowLongA)
540 Fixed bugs in GetWindow.
[1842]541 - INCLUDE\OS2WRAP.H: Wrong macro fixed (GpiCreatePS didn't have any renaming
[1883]542 -> FS corruption)
[1840]543
544 99-11-25: Edgar Buerkle <Edgar.Buerkle@gmx.net>
545 - KERNEL32: MultiByteToWideChar & WideCharToMultiByte Wine port (991031)
546
[1834]547 99-11-24: Sander van Leeuwen <sandervl@xs4all.nl>
548 - USER32: Fixed desktop window handle (shouldn't be 0)
[1883]549 Added support for broadcasting messages (in post/sendmessage)
550 (Note: might not be complete correct to use WinBroadcastMsg)
551 Changed Post(Thread)MessageA/W; now packs message info in
552 shared memory buffer and posts it using a specific PM message.
[1834]553 - KERNEL32: Return kernel32path\win in GetWindowsDirectoryA if
[1883]554 neither the env variable or odin.ini key is present.
555 (also create this dir)
556 Fixed incorrect dll & exe renaming.
[1834]557
[1827]558 99-11-24: Christoph Bratschi <cbratschi@datacomm.ch>
559 - USER32: added missing button styles and messages
560 several bug fixes
561
[1823]562 99-11-23: David Raison <djr@lemur.co.uk>
[1883]563 - OLE32: Fixed buffer size error in StringFromGUID2.
564 - OLEAUT32: Rearranged iPicture
[1823]565
[1819]566 99-11-23: Sander van Leeuwen <sandervl@xs4all.nl>
567 - USER32: Added stubs for ChangeDisplaySettingsExA/W
[1883]568 Ported Wine EnumDisplaySettingsA/W (991031)
569 Query display color depth during init.
[1819]570 - KERNEL32: Ported and adapted Wine GetSystemInfo (now creates
[1883]571 both cpu & fpu registry keys)
572 Added code for SMP machines (GetSystemInfo)
573 Added IsProcessorFeaturePresent
[1819]574
575 99-11-23: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
576 - USER32: ChangeDisplaySettingsA bugfix
577 - WSOCK32: Compile fix (include two more headers)
578
[1808]579 99-11-22: Patrick Haller <phaller@gmx.net>
580 - WSOCK32\NEW: Experimental rewrite using PMWSOCK, incomplete yet
581
[1813]582 99-11-22: Edgar Buerkle <Edgar.Buerkle@gmx.net>
583 - KERNEL32: Workaround in HMWaitForSingleObject for Open32 handles
[1883]584 (i.e. process handles)
[1813]585 - USER32: Extra checks in wvsnprintfA/W
586 Check if InfoPtr == NULL in STATIC_SetBitmap
[1883]587 - GDI32: SetDIBits support for DIB sections
[1813]588
589 99-11-22: Sander van Leeuwen <sandervl@xs4all.nl>
[1883]590 - KERNEL32: Add default renaming profile keys (ole32 & netapi32) to
591 odin.ini if they're not already there. (during init)
592 DosAliasMem fix; removed ReadFile hack.
593 - KERNEL32: Rewrote pe loader for on-demand loading of sections
594 Currently all sections are preloaded because of problems
595 with page faults in dprints.
[1813]596 - USER32: Removed GetIconInfo hack. Causes problems for other apps.
[1883]597 TODO: Double height reported by Open32 for color icon masks!
[1813]598
599 99-11-22: Vitali E. Pelenyov <Vitali.Pelenyov@dpt.ustu.ru>
600 - KERNEL32: VirtualProtect bugfix
601
[1795]602 99-11-21: Christoph Bratschi <cbratschi@datacomm.ch>
[1883]603 - KERNEL32: Fixed trailing newline bug in LoadMessageA/W,
604 updated to WINE 991031 level
[1800]605 - USER32: fixed window text handling
606 added static WM_GETTEXT for SS_ICON style
[1795]607
[1787]608 99-11-21: Achim Hasenmueller <achimha@innotek.de>
[1883]609 - USER32: send WM_SETTEXT for edit and static text controls
610 in SetWindowTextA/W
611 Fixes for original Windows colors (still not
612 accurate though)
613 - COMCTL32: stubbed ImageList_Read and ImageList_Write -
614 implementation missing because OLE stream support
615 required
[1787]616
[1780]617 99-11-19: Christoph Bratschi <cbratschi@datacomm.ch>
618 - USER32: fixed listbox scrolling
619
[1777]620 99-11-14: Achim Hasenmueller <achimha@innotek.de>
[1883]621 - COMCTL32: Merged with WINE 991114
[1777]622
[1771]623 99-11-18: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
[1883]624 - KERNEL32: Win32Pe2LxImage didn't issue the setFullPath(szFileName)
625 call during construction.
626 Added a invalid pointer test in OS2Heap::Free which checks
627 that lpMem is within the user address space. (Fixes
628 WinZip 7.0 crash.)
[1771]629
[1763]630 99-11-17: Christoph Bratschi <cbratschi@datacomm.ch>
631 - USER32/COMCTL32: Fixed cursor handling
632
[1772]633*****************************Official Alpha 5 version*********************************
634
[1747]635 99-11-14 Markus Montkowski <mmontkowski@gmx.de>
[1883]636 - DDRAW: Code cleanup and some fixes in handling blts in the virtuel buffers.
637 Set IOPL =3 for all DXgames needed for RA (Red Alert).
638 - DSOUND: Implemented a fake soundcard so that the bufferpos does advance.
639 Needed for RA. ToDO: Use better calulation for HiresTimers
[1747]640
[1743]641 99-11-14: David Raison <djr@lemur.co.uk>
[1883]642 - OLEAUT32: Tidy up IPicture implentation - now handles fOwn.
[1743]643
[1736]644 99-11-14: Achim Hasenmueller <achimha@innotek.de>
[1883]645 - COMCTL32: Fixed strdupAtoW/WtoA calls
646 Implemented missing undocumented string functions
[1736]647
[1731]648 99-11-14: Sander van Leeuwen <sandervl@xs4all.nl>
649 - USER32: Implemented GetMenuItemRect
[1883]650 Fixed SetParent bug (use frame (not client) handle)
651 Fixed createControls for dialogs (set windowname for ids)
652 Ported LookupIconIdFromDirectory(Ex) (Wine, 991031)
653 Fixed OSLibWinEnableWindow (need to enable/disable both frame and client)
654 Partly ported Wine CopyImage for cursors & icons (disabled
655 because it doesn't work correctly)
656 Workaround for double height of icon masks -> doesn't work
657 100% correctly and IS A DIRTY HACK. (Open32 bug)
[1731]658
659 99-11-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
660 - USER32: Fixed WindowFromPoint
661
[1729]662 99-11-14: David Raison <djr@lemur.co.uk>
[1883]663 - OLEAUT32: Added beginnings of IPicture interface for VB6 support.
664 Mostly stubs, but enough to get a simple VB6 app started.
665 ICreatePictureIndirect updated.
[1729]666
[1723]667 99-11-13: Christoph Bratschi <cbratschi@datacomm.ch>
668 - USER32: fixed more edit bugs
669 merged controls with wine-991031
670
[1719]671 99-11-13: Sander van Leeuwen <sandervl@xs4all.nl>
672 - KERNEL32: Fixed problem with ReadFile & aliased memory
[1883]673 (DosRead doesn't like writing to memory addresses
674 returned by DosAliasMem -> search for original
675 memory mapped pointer and use that one)
676 -> fixes problems in Lotus Notes 5.0
677 Also commit these pages before calling DosRead as exceptions
678 in the kernel can't be handled by us.
[1722]679 - KERNEL32\PELDR:
[1883]680 Better error reporting
[1722]681 - COMDLG32: Fixed bug in strlen: first check if pointer != NULL (FILEDLG95_InitUI)
[1883]682 Bugfix: ofn->lpTemplateName can be string id, so
683 don't always treat it as a string
[1722]684 Check pointer returned by CBGetItemDataPtr, if != -1, then
[1883]685 it's a string. (FILEDLG95_OnOpen)
[1719]686
[1716]687 99-11-12: Christoph Bratschi <cbratschi@datacomm.ch>
688 - USER32: fixed several edit bugs
689
[1710]690 99-11-12: Sander van Leeuwen <sandervl@xs4all.nl>
691 - GDI32: Changes + fixes in DIBSection bitblt (fixes Quake 2)
[1883]692 - KERNEL32: Added handlemanager class for device drivers
693 Put devio.cpp in device driver class. (NOT TESTED)
[1710]694
695 99-11-12: Edgar Buerkle <Edgar.Buerkle@gmx.net>
696 - KERNEL32: Wrote file io replacement apis (preliminary version)
[1883]697 (not enabled)
[1710]698
699 99-11-12: Jens Wiessner <wiessnej@rfi.de>
700 - IMAGEHLP,IMM32,OLECLI32,OLEDLG,OLESVR32,PSAPI,RASAPI32
[1883]701 Updates
[1710]702 - MSVCRT: Added stubs
703
[1701]704 99-11-11: Sander van Leeuwen <sandervl@xs4all.nl>
705 - USER32: Implemented GetWindowContextHelpId & SetWindowContextHelpId
[1883]706 Implemented GetKeyboardState (NOT TESTED)
707 Ported SwitchToThisWindow, GetKeyboardLayout, TranslateCharsetInfo
708 GetKeyboardLayoutNameA/W (991031)
709 Fixed Win32Dialog::SetWindowLongA for dlg proc.
[1701]710 - GDI32: Implemented EnumFontsA/W. Fixed bugs in EnumFontFamiliesW
[1883]711 (NEWTEXTMETRICW is different from NEWTEXTMETRICA)
[1706]712 - KERNEL32: Turn off debugging by default when compiling the nodebuginfo
[1883]713 build (can be enabled by setting the env. variable WIN32LOG_ENABLED)
714 Fixes for GetVersionSize/Struct for images that aren't loaded.
[1706]715 Fixed heap corruption in GetEnvironmentVariableW.
[1701]716
[1692]717 99-11-10: Christoph Bratschi <cbratschi@datacomm.ch>
718 - USER32: ShowScrollBar: create not existing scrollbars
719
[1689]720 99-11-10: Sander van Leeuwen <sandervl@xs4all.nl>
721 - KERNEL32: Rewrote OSLibDosAllocMem to only return addresses
[1883]722 aligned at 64kb boundaries (that's what NT's VirtualAlloc
723 does and it fixes problems with MS Word & StarCraft)
724 Fixed wrong dprintf in GetProcAddress.
725 Added code to VirtualAlloc for committing pages of memory mapped
726 files. (Word needs this)
[1689]727 - USER32: Implemented WindowFromDC
[1883]728 Call WinWaitMsg from WaitMessage instead of calling Open32 api.
729 Added wvsnprintfA export (required for NTDLL)
730 - NTDLL: Link with user32.lib, don't import by name directly
731 (needs to be done for the kernel32 forwards too)
[1689]732 - GDI32: Removed flipping of bitmaps in dibsection (no longer necessary)
733
[1684]734 99-11-10: Patrick Haller <phaller@gmx.net>
735 - COMDLG32: Fix: erroneous filter data for GetOpenFileName now tolerated
[1699]736 Open32 keeps to close to the docs :)
[1695]737 - SHELL32: Add: update to WINE19991108
[1699]738 - GDI32: Add: Font remapping via ODIN.INI (MS Sans Serif -> WarpSans)
[1684]739
[1681]740 99-11-10: knut.st.osmundsen <knut.stange.osmundsen@pmsc.no>
[1883]741 - PE2LX: Added OLE32 to the lie list. New Base class.
742 - WIN32K: Disabled Yield - this solves problems running win32k
743 at SMP kernels and logging problems on all kernels.
744 Added some parameters.
[1681]745
[1672]746 99-11-09: Rene Pronk <R.Pronk@twi.tudelft.nl>
747 - USER32: Added support for control mnemonics (Alt-key sends BM_CLICK
[1883]748 to buttons if key == mnemonic for that control)
[1672]749
[1665]750 99-11-09: Christoph Bratschi <cbratschi@datacomm.ch>
751 - GDI32: fixed line functions -> don't draw end pixel
752 - COMCTL32/USER32: removed some old workarounds
753 - USER32: fixed system resource handling
754
[1661]755 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl>
756 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's
[1883]757 OLE32.dll
[1661]758 - OLE32/OLEAUT32/AVIFIL32: compilation fixes
759 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api
[1883]760 translated up to maxlen characters -> heap corruption
761 in Solitaire. Translate upto min(stringlength+1, maxlen).
762 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA)
[1661]763 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2)
[1883]764 Odin.ini in bin directory needs to be present for PE loader
765 (includes renaming entries for OLE32 & NETAPI32)
766 NOTE: Dll name in ole32.lib has changed, so a complete recompilation
767 is required!
768 NOTE 2: We might need to add some code to the file io apis in case
769 dirty apps try to read directly from system dlls.
[1661]770 - KERNEL32: No need to export private apis by name & ordinal (ord is enough)
[1681]771 - INCLUDE\odinwrap.h
[1883]772 added wrappers that don't print dbg messages (regardless
773 of whether DEBUG is defined or not)
[1672]774 - INCLUDE\misc.h: Added dprintf2 function for extensive logging
775 - KERNEL32,USER32, replaced commented out dprintf calls with dprintf2
[1883]776 Changed makefiles to enable dprintf2 (DEBUGALL)
[1672]777 - KERNEL32: Wrapper heap apis with ODIN* macros. -> fixes FS corruption
[1676]778 - USER32: Fixed LoadMenuIndirectW (didn't call new code)
[1661]779
[1653]780 99-11-09: Patrick Haller <phaller@gmx.net>
781 - NTDLL: Add: various new functions added (DbgXXX)
782
[1648]783 99-11-08: Markus Montkowski <mmontkowski@gmx.de>
784 - WING32: Added first implementation of this old 32bit DLL.
785
[1645]786 99-11-08: Edgar Buerkle <Edgar.Buerkle@gmx.net>
787 - KERNEL32: SetCurrentDirectory, CreateDirectory, RemoveDirectory bugfixes.
[1883]788 (remove terminating backslash if present)
[1645]789
[1638]790 99-11-08: Patrick Haller <phaller@gmx.net>
[1681]791 - COMCTL32: Fix: EDIT: if obtaining font information fails,
[1638]792 prevent division by zero
[1650]793 - NTDLL: Add: numerous integer arithmetic functions added
[1638]794
[1635]795 99-11-08: Sander van Leeuwen <sandervl@xs4all.nl>
796 - KERNEL32: Fixed bug in thread handler (exception handler set
[1883]797 at wrong moment)
798 Ported Wine critical section code (991031), Open32
799 doesn't correctly fill in the CRITICAL_SECTION structure.
800 Limit size of memory mapped files.
[1635]801 - USER32: PostThreadMessageA/W fix
802
803 99-11-06: Sander van Leeuwen <sandervl@xs4all.nl>
804 - DINPUT: Ported Wine code (991031) (not tested yet)
805 - USER32: Added code for sending mouse events to dinput.dll
[1883]806 Added PM <-> win32 key translation (used in dinput.dll)
[1635]807
808 99-11-06: Edgar Buerkle <Edgar.Buerkle@gmx.net>
809 - USER32: GetMenuStringW fix
810
[1617]811 99-11-05: Achim Hasenmueller <achimha@innotek.de>
[1883]812 - COMCTL32: Source code cleanup, remove warnings, corrected typecasts
813 Added logging, warnings for stub functions
814 - KERNEL32: Source code cleanup, fix warnings
815 - USER32: Source code cleanup, fix warnings
[1617]816
[1614]817 99-11-05: Patrick Haller <phaller@gmx.net>
818 - COMCTL32: Fix: TREEVIEW_Edit_Subclass is called with freed infoPtr
819 This only cures the symptoms, not the origin!
820
[1611]821 99-11-05: Sander van Leeuwen <sandervl@xs4all.nl>
822 - USER32: Fixed InsertMenuA
[1883]823 Message translation fix for WM_USER+n messages (GetMessage)
824 Extra translation.
825 Rewrote/Ported LoadStringA/W (similar to Wine now)
826 - KERNEL32: Changed FindResource, string id translation should be done
827 in LoadStringA/W (done that way in Wine)
828 Fixed GetModuleHandleA
[1611]829
[1608]830 99-11-05: Jens Wiessner <wiessnej@rfi.de>
831 - MSVFW32: Updated to Wine level 991031
832 - IMM32: Replaced some FIXME entries with dprintf;
833 - KERNEL32: Added _wsnprintfA to .DEF file for export (MSACM32 needs this)
834 - INCLUDE: New MSACM.H from Wine991031 (MSACM32 needs this)
835 - MSACM32: New MSACM32.DLL (Ported from Wine9910131)
836
837 99-11-05: Edgar Buerkle <Edgar.Buerkle@gmx.net>
838 - GDI32: Fixes for StretchDIBits & GetDIBColorTable
839 - USER32: Fixes for ArrangeIconicWindows & ShowOwnedPopups
[1883]840 NULL pointer checks in hasWindowName/hasClassName/FindClass
841 Message translation fix for WM_USER+n messages
[1608]842 - OLE32: Always create OLE window class
843 - KERNEL32: Null pointer check in lstrcmpiA
844 - SHELL32: Corrected export of Shell_GetCachedImageIndex
845
[1598]846 99-11-04: Sander van Leeuwen <sandervl@xs4all.nl>
847 - SHLWAPI: Fixed makefile
848 - USER32: Put back Dani's dialog fix (WS_CLIPSIBLINGS bit for dialog controls)
[1883]849 (fixes winhlp32 & comboboxes)
[1598]850
[1590]851 99-11-04: Patrick Haller <phaller@gmx.net>
852 - WNETAP32: Add: numerous undocumented functions stubbed
[1591]853 - ADVAPI32: Add: LsaXXX-functions stubbed
[1593]854 - USER32: Fix: wvsprintfA/W fixed (buffer overwrite)
[1603]855 - KERNEL32: Fix: unnamed kernel objects (events, mutexes, semaphores)
[1590]856
[1586]857 99-11-03: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
858 - Makefiles: Changes to build the libraries first
859
[1578]860 99-11-03: Sander van Leeuwen <sandervl@xs4all.nl>
861 - COMDLG32: Import from shlwapi as the original Wine code does
862 - SHELLL32: Added exports
863 - SHLWAPI: Link with shell32.lib for forwarders + added exports
864 - USER32: Fixed mouseactivate for subclassed OS/2 windows (scrollbars)
[1883]865 Fixed CreateIconIndirect (Wine file dialog now shows button
866 icons correctly)
867 Don't clear WS_CLIPSIBLINGS bit in OSSetWindowStyle.
868 Removed fix in PMFRAME WM_ADJUSTWINDOWPOS: Previous fix breaks
869 a lot of apps (button.exe/style.exe/header4.exe)
870 (fix = call default frame handler when receiving this msg
871 when the window hasn't been 'created' yet)
[1578]872
[1571]873 99-11-03: Christoph Bratschi <cbratschi@datacomm.ch>
[1577]874 - USER32: fixed modal dialogs
[1582]875 added WM_CONTEXTMENU
876 - COMCTL32: implemented statusbar size grip
[1571]877
[1570]878 99-11-03: Patrick Haller <phaller@gmx.net>
[1883]879 - KERNEL32: Fix: undocumented behaviour in SearchPathA
[1570]880 and bugfix in SearchPathW
[1573]881 - USER32: Fix: TrackPopupMenuEx lpPM can be NULL
[1590]882 Fix LoadBitmapA checked for incorrect return value
[1570]883
[1569]884 99-11-02 Markus Montkowski <mmontkowski@gmx.de>
[1577]885 - DDRAW: Changed debug output to DDRAW: ...
[1883]886 Copied Framebuffer if in colorconversion mode for Normal Blits to
887 the primary surface. => Map Editor of Red Alert works.
[1569]888
[1567]889 00-11-02: Achim Hasenmueller <achimha@innotek.de>
[1883]890 - COMCTL32: Incorporated latest WINE 991031 updates
891 Note: listview doesn't paint properly now. Will be fixed later.
[1567]892
893 99-11-02: Markus Montkowski <mmontkowski@gmx.de>
[1564]894 - DDRAW: Changed interface handling of Surfaces=> Quake 2 runs again!
[1486]895
[1563]896 99-11-02: Patrick Haller <phaller@gmx.net>
897 - SHELL32: Up to current WINE level
898 - SHLWAPI: Created (in WINE it mostly links to SHELL32)
899
[1544]900 99-11-02: Sander van Leeuwen <sandervl@xs4all.nl>
[1681]901 - INCLUDE\odinwrap.h:
[1883]902 fixed wrong define (_ODINWARP instead of _ODINWRAP)
903 Only check the heap for consistency when DEBUG_ODINHEAP is
904 defined.
[1544]905 - USER32: Uncommented EDIT_NOTIFY_PARENT call in EDIT_WM_SetFocus
[1883]906 (yesterday's showwindow fix makes sure no WM_SETFOCUS msgs
907 arrive before the dialog received it's WM_INITDIALOG msg)
908 Fixed more FS corruption in dc.cpp.
[1544]909 - SHELL32: Added extra exports for comdlg32
[1554]910 - COMDLG32: Ported Wine file & find common dialogs (991031)
[1883]911 Find & Replace dialogs enabled, Wine code called for
912 file dialogs if the app supplies a dialog template.
913 NOTE: Disabled for now. Comctl32 isn't stable enough
914 for the Win95 style Wine comdlg dialogs.
915 Fixed check for find/replace dialog. Notepad uses 32 byte
916 buffer, so why does the wine code fail for < 80 bytes?
917 Fixed display of find/replace dialog -> if not hooked
918 show dialog!
[1544]919 - makefiles: Added debugsmp/nodebuginfosmp/releasesmp options to
[1883]920 start two nmake process to build everything on two cpus.
[1544]921
[1541]922 99-11-01: Sander van Leeuwen <sandervl@xs4all.nl>
923 - USER32: Delete all process windows & classes in exitlist handler
[1883]924 Set hwndInsertBehind to HWND_BOTTOM for group boxes
925 (fixes problems when groupbox control is defined after
926 controls inside it in dialog template)
927 Mouse activate fix.
928 Don't activate child windows in ShowWindow.
[1541]929 - WINMM: Return failure for waveOutGetDevCapsA/W when there's no
[1883]930 audio hardware present.
[1541]931
932
[1537]933 99-11-01: Daniela Engert <dani@ngrt.de>
934 - USER32: add WS_CLIPSIBLINGS to not-WS_GROUP style STATIC controls
935 (fixes missing text in WELCOME)
[1531]936
[1537]937 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
938
939 This is a hack!
940
941 Dialog controls which contain/surround other controls *need* to be
942 created with the WS_CLIPSIBLINGS style.
943
944 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Note: See TracBrowser for help on using the repository browser.