This is release 0.9.56 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Proper handling of OpenGL/Direct3D windows with menu bars.
- Stubs for all the d3dx9_xx dlls.
- Several graphics optimizations.
- Many installer fixes.
- Improved MIME message support.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.56.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.56.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.55:
Alexander Dorofeyev (8):
ddraw: Fix executebuffer branching with non-zero offset.
ddraw/tests: Add test for branch instruction with non-zero offset.
ddraw: Fix palette handling in IDirect3DTexture_Load.
ddraw/tests: Split d3d1 initialization and destruction into separate functions.
ddraw/tests: Add test for palette handling in IDirect3DTexture_Load.
wined3d: Take alpha from device palette entry for d3d 8 and later.
ddraw: Release interfaces when exiting with error.
ddraw/tests: Add a test of D3DTBLEND_MODULATE with P8 texture.
Alexandre Julliard (33):
comctl32: Process messages while waiting for the animation thread to finish.
msi/tests: Fix test that depends on the order of the files in a directory.
ntdll: Store the unhandled exception filter at startup to avoid race conditions.
kernel32: Don't save the signal mask in sigsetjmp.
shell32: Add support for the NoDrives registry key.
libwine: Abstract part of the utf8 char decoding to a separate function.
libwine: Add option for Unicode composition in utf-8 -> wchar conversion.
kernel32: On Mac OS, recompose the Unicode strings we get from the OS.
browseui: Remove WINAPI from functions that don't need it.
comctl32: Remove unnecessary \n in trace.
gdi32: Export the DC hook functions as 32-bit functions.
winex11: Use GetDCHook to retrieve the dce pointer instead of storing it in the physdev structure.
kernel32: Fixed the active processor mask on Mac OS.
winedbg: Avoid using size_t in an error message.
user32: Rewrite SWP_DoOwnedPopups to take into account topmost windows.
winex11: Move the raising of windows on SetFocus to the X11 driver where it belongs.
gdi32: Reimplemented IsGDIObject16 and moved it to gdi16.c.
gdi32: Reimplemented GetObject16 and moved it to gdi16.c.
gdi32: Get rid of the 16-bit GetObject functions.
gdi32: Move a few more gdiobj functions to gdi16.c.
gdi32: Avoid calling GetObject16 from 32-bit code.
wineboot: Delete files from dllcache once they have been installed.
Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead.
server: Don't access the process after send_client_fd as it may have been killed.
dxguid: Add a few more iids.
uuid: Remove a few iids that don't belong here.
uuid: Fixed the CLSID_Picture_EnhMetafile definition.
user32: Pass the modified SetWindowPos flags to the set_window_pos server request.
winex11: Re-introduce a separate X11 window for the client area of top-level windows.
winex11: Make the BitBlt short-cuts more generic to apply to all possible ROPs.
winex11: Keep track of the window colormap and free it on destroy.
winex11: Re-create the client window when setting the pixel format on a top-level window.
winex11: Force the client dimensions to at least 1x1 in sync_gl_drawable.
Alistair Leslie-Hughes (28):
msxml3: Corrected tests for msxml service packs versions.
msxml3: Implement IXMLDOMProcessingInstruction target.
msxml3: Implement IXMLDOMAttribute name property.
msxml3: Support functions for typelib.
msxml3: Implemented IDispatch for IXMLDOMText.
msxml3: Implemented IDispatch for IXMLDOMSchemaCollection.
msxml3: Implemented IDispatch for IXMLDOMProcessingInstruction.
msxml3: Implemented IDispatch for IXMLDOMCDATASection.
msxml3: Implemented IDispatch for IXMLDOMComment.
msxml3: Implemented IDispatch for IXMLDOMDocumentFragment.
msxml3: Implemented IDispatch for IXMLDOMElement.
msxml3: Implemented IDispatch for IXMLDOMEntityReference.
msxml3: Implemented IDispatch for IXMLDOMNamedNodeMap.
msxml3: Implemented IDispatch for IXMLDOMParseError.
msxml3: Implemented IDispatch for IXMLDOMNodeList.
msxml3: Implemented IDispatch for IXMLElement.
msxml3: Implemented IDispatch for IXMLDocument.
msxml3: Implemented IDispatch for IXMLDOMDocument2.
msxml3: Implement IXMLDOMText length property.
msxml3: Implemented IDispatch for IXMLDOMAttribute.
msxml3: Implement put_dataType.
slc: Initial stub DLL.
msxml3: Correct get_nodeValue for PI Nodes.
msxml3: Implement get_data for PI Nodes.
msxml3: Added PI tests.
msxml3: Implement IDispatch for IXMLDOMImplementation.
msxml3: Implement IDispatch for IXMLDOMNodeList.
slc: Added stub for SLGetWindowsInformationDWORD.
Andrew Riedi (1):
user32: Test LoadImage() to load an icon as a cursor.
Andrew Talbot (14):
winejoystick.drv: Remove unneeded casts.
wineoss.drv: Remove unneeded casts.
atl: Assign to structs instead of using memcpy.
avifil32: Assign to structs instead of using memcpy.
cabinet: Assign to structs instead of using memcpy.
comctl32: Assign to structs instead of using memcpy.
comdlg32: Assign to structs instead of using memcpy.
dbghelp: Assign to struct instead of using memcpy.
d3d9: Assign to struct instead of using memcpy.
comdlg32: Rename some identifiers to reflect their width.
crypt32: Assign to structs instead of using memcpy.
dmband: Assign to struct instead of using memcpy.
dmcompos: Assign to structs instead of using memcpy.
dmband: Rename identifiers to remove false implications of type.
Aric Stewart (6):
imm: More correctly handle the presence of the default IME input window on IME open and close.
imm: Implement ImmGenerateMessage.
version: Check for 16-bit file format before returning ERROR_RESOURCE_DATA_NOT_FOUND.
imm: Ensure hCompStr handle is not NULL and check for empty composition strings properly.
gdi32: Japanese Windows had a default fallback Font SystemLink of Microsoft Sans Serif. Implement that for Japanese.
coreaudio: Set mDataByteSize of the buffer to the amount data provided. Greatly helps reduce audio corruption on buffer underflows.
Austin English (1):
README: Update some outdated information.
Chris Robinson (1):
winemp3: Don't keep unused data buffered.
Christian Authmann (1):
explorer: Add meaningful titles to virtual desktop windows.
Dan Hipschman (1):
widl: Allow is_string_type to work for typedef'd types.
Dan Kegel (1):
msvcrt: Fix EOF behavior on read from pipe or console.
David Adam (1):
d3dx8: Fix a typo in d3dx8math.h.
Detlef Riekenberg (1):
ddraw/tests: Avoid endless loop, when T&L is not supported.
Divan Burger (1):
comdlg32: Fix memory leak in colour dialog.
Dmitry Timoshkov (4):
user32: Add a couple of tests for WS_EX_TOPMOST.
user32: Use custom window procs instead of DefWindowProcA/W in the IsWindowUnicode test.
user32: Add a z-order test for owned popup windows.
winex11.drv: Add an optimized path for BitBlt(SRCINVERT).
Eric Pouech (1):
dbghelp: Fix erroneous access to dwarf symbol cache.
Erich Hoover (2):
kernel32: Implement ReplaceFileA.
kernel32: Add tests for ReplaceFileA and ReplaceFileW.
Francois Gouget (19):
user32/tests: Add the trailing '\n' to ok() calls.
tests: Avoid InterlockedExchangeAdd() as it is not supported on Windows 95.
UTF-8 resource files must explicitly say so with a pragma.
kernel32: Add prototypes for [GS]etDynamicTimeZoneInformation().
kernel32/tests: Fix the time tests when 'Automatically adjust clock for daylight saving changes' has been unset.
mscms: [GS]etColorSpace() are not supposed to be defined in icm.h.
advapi32: Add some missing CRED_TYPE_XXX constants.
advapi32: Add a rudimentary implementation of CredGetSessionTypes().
advapi32/tests: Factorize the password constants.
advapi32/tests: Check that a credential type is supported before testing it. Test CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials. Factorize the CredentialBlob checks.
Assorted spelling fixes.
mscms/tests: EnumColorProfiles() should not fail even if there are no ICM files in the 'color directory'.
mscms/tests: The presence of an ICM file in the color directory has nothing to do with the presence of a registered RGB profile.
inetcomm: Fix compilation on systems that don't support nameless unions.
msi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)' as a source for the default user and company names before falling back to the RegisteredXXX values. Fix the conformance test accordingly.
advapi32/tests: Remove an obsolete comment: Wine's on-disk registry format now supports string values with no trailing '\0'.
advapi32/tests: Check whether RegGetValue() '\0'-terminates the buffer when retrieving a zero-byte string value.
wininet: Document HttpAddRequestHeadersW()'s handling of the trailing '\0'. Fix tracing of the corresponding header strings as they may not be '\0' terminated.
wininet/tests: Don't include the trailing '\0' in dwHeadersLength otherwise HttpSendRequestEx() sends it too which some servers object to.
Frans Kool (29):
comdlg32: Added Dutch translations.
shell32: Added Dutch translations.
oleview: Added Dutch translations.
winefile: Added Dutch translations.
regedit: Added Dutch translations.
taskmgr: Corrected Dutch translations.
cmd: Added & corrected Dutch translations.
winecfg: Added missing Dutch translations.
cmdlgtst: Added missing Dutch translations.
mpr: Added Dutch translations.
notepad: Added missing LGPL License in Dutch translations.
oledlg: Added missing Dutch translations.
shdoclc: Added missing Dutch translations.
mshtml: Added missing Dutch translations.
progman: Added missing LGPL-license in Dutch translations.
wineconsole: Added missing Dutch translations.
winhelp: Added missing Dutch translations.
localui: Created Dutch translations.
xcopy: Created Dutch translations.
browseui: Created Dutch translations.
credui: Created Dutch translations.
net: Created Dutch translations.
msvfw32: Created Dutch translations.
write: Created Dutch translations.
wineboot: Created Dutch translations.
msvidc32: Created Dutch translations.
localspl: Created Dutch translations.
iccvid: Created Dutch translations.
crypt32: Created Dutch translations.
Gerald Pfeifer (4):
gdi32: For unsigned types, directly use INTERNAL_YDS
shell32: Adjust a format specifier and remove a redundant range check in ILGetDisplayNameExW().
msi: Adjust the signedness of three variables.
msi: Remove unused parameter to msi_comp_find_prodcode().
Hans Leidekker (3):
wininet: Honour the version override in HttpOpenRequest.
wininet: Handle the "100 Continue" response by ignoring it.
wininet: Rename a function to better match what it does.
Huw Davies (20):
inetcomm: Add the beginnings of IMimeMessage_Load.
inetcomm: Partial implementation of IMimeBody_GetData.
inetcomm: Create the root body in IMimeMessage_Load.
inetcomm: Implement IMimeMessage_BindToObject.
inetcomm: Added missing initialization.
inetcomm: Add a sub-stream implementation.
inetcomm: Create a body tree for multipart messages.
inetcomm: Implement IMimeMessage_GetBody.
inetcomm: Implement IMimeMessage_CountBodies.
inetcomm: Implement IMimeMessage_Find{First,Next}.
inetcomm: Forward a few IMimeMessage functions to the appropriate IMimeBody functions.
inetcomm: Implement IMimeMessage_GetTextBody.
inetcomm: Implement IMimeMessage_GetAttachments.
inetcomm: Implement IMimeBody_GetProp for the primary context type.
inetcomm: Stub IMime{Message, Body}_GetCharset to return a NULL charset.
inetcomm: Stub for MimeOleGetCharsetInfo.
inetcomm: Implement IMimeMessage_GetMessageSource.
inetcomm: Improve some TRACEs.
inetcomm: Add IStream_CopyTo to the sub-stream implementation.
user32: Add a test for CS_OWNDC windows that are created invisible.
Jacek Caban (25):
mshtml: hr element is not a space element for moving functions.
mshtml: Fixed bound_pos handling in move_prev_chars.
mshtml: Mode range tests.
wininet: Added beginning support for HTTP cache files.
wininet: Added correct InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME) implementation.
wininet: Added cache test.
wininet: Code clean up.
urlmon: Reimplement URLDownloadToFileW on top of URL moniker.
urlmon: URLDownloadToFileA code clean up.
urlmon: Added TYMED_FILE support to CopyStgMedium.
urlmon: Added URLDownloadToFile tests.
urlmon: E_PENGING returned by Start is not an error.
urlmon: Added audio/basic MIME filter.
urlmon: Use BindToStorage hack only for binding to IStream.
mshtml: Don't mix nsresult with HRESULT.
browseui: Code clean up.
mshtml: Added nsINetUtil interface to nsIOService.
mshtml: Report true scheme for about:blank URL.
urlmon: Fixed crash on old IE.
urlmon: Optimize registering urlmon protocols.
urlmon: Optimize get_protocol_info for urlmon protocols.
urlmon: Make session object thread safe.
urlmon: Correctly handle creating object failure.
urlmon: 0x800c0008 is INET_E_DOWNLOAD_FAILURE.
browseui: Code clean up.
James Hawkins (35):
msi: Add tests for not using quotes in SQL queries.
msi: Handle the special table _ForceCodepage in MsiDatabaseExport.
msi: Don't check for the existence of the msi package when running a concurrent install.
msi: Successfully return an empty string when requesting a record index beyond the record's size.
msi: Add tests for MsiGetProductInfo.
msi: Return ERROR_INVALID_PARAMETER if szProduct is invalid.
msi: Test the remaining installer properties returned by MsiGetProductInfo.
msi: Reimplement MsiGetProductInfo.
msi: Read the language info from the file.
msi: Use MsiViewModify instead of building a SQL query when adding rows to the table.
msi: Handle carriage returns in MsiDatabaseImport.
msi: Add tests for source folder resolution.
itircl: Add a stub implementation of itircl.dll.
tools/wine.inf: Create a fake file for hh.exe.
tools/wine.inf: Create fake dlls for itircl.dll and itss.dll.
msi: Set the UserLanguageID property.
msi: Convert REG_DWORD properties to strings in MsiGetProductInfo.
msi: Add tests for the MSIMODIFY_REFRESH command.
msi: Implement the MSIMODIFY_REFRESH command of MsiViewModify.
msi: Add tests for enumerating the source list after publishing.
msi: Add tests for MsiSourceListEnumSources.
msi: Add tests for MsiSourceListSetInfo.
msi: Validate the szProduct parameter of MsiSourceListSetInfo.
msi: Return ERROR_UNKNOWN_PATCH if dwOptions contains MSICODE_PATCH.
msi: Return the results from OpenSourceKey.
msi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases.
msi: Validate the dwOptions parameter of MsiSourceListSetInfo.
msi: Return ERROR_INVALID_PARAMETER if the context is machine and szUserSid is non-NULL.
msi: Remove invalid FIXMEs.
msi: Forward MsiSourceListEnumSourcesA to a stub implementation of MsiSourceListEnumSourcesW.
msi: Implement MsiSourceListEnumSources.
msi: Publish a few SourceList properties.
msi: Allow enumerating the sources without querying the source name.
msi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case of MsiSourceListSetInfo.
msi: Fix the size of the data sent in to RegSetValueExW.
Jeff Latimer (4):
pdh/tests: Add test for size > 0 but no buffer.
pdh: Check for size > 0 but no buffer.
pdh: Remove unnecessary test done in PdhLookupPerfNameByIndexW.
pdh: Pass parameters through to PdhLookupPerfIndexByNameW for checking.
Juan Lang (6):
advapi32: Fix CryptVerifySignatureW test failures on Win98SE and NT4.
crypt32: Fix test failures on NT4.
crypt32: Add to error message to track down NT4 failures.
crypt32: Fix a test failure on Vista, and make Wine match the newer (and saner) behavior.
crypt32: Allow some last errors set by Vista.
crypt32: Vista doesn't actually add duplicate usage identifiers; fix tests and change Wine to match.
Kirill K. Smirnov (3):
systray: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon.
systray: Correctly handle icon addition/deletion.
systray: Better validate icon owner.
Lei Zhang (8):
qedit: Skeleton implementation of qedit.dll.
qedit: Add the DirectShow ClassFactory.
include: Generate qedit.h, add ISampleGrabberCB interface.
include: Add ISampleGrabber interface.
include: Add IMediaDet interface and MediaDet class.
qedit: Add MediaDet registration.
qedit: Add tests directory and a simple test.
qedit: Add stub implementation of MediaDet.
Louis Lenders (1):
shdocvw: Pretend success in WebBrowser_get_RegisterAsDropTarget.
Maarten Lankhorst (12):
include: Add IRunnableTask interface.
browseui: Add undocumented Component Category Cache Daemon stub.
user32: Fix a message test that would only pass on wine.
cryptdlg: Add initial stub dll.
gpkcsp: Add initial stub dll.
initpki: Add initial stub dll.
mssip32: Add initial stub dll.
sccbase: Add initial stub dll.
slbcsp: Add initial stub dll.
softpub: Add initial stub dll.
dssenh: Add initial stub dll.
advapi: Check if service really exists before bombing out in CreateService.
Marcus Meissner (12):
dinput: Make _dump_mouse_state static.
include: Added some defines for EnumDevicesBySemantics.
dinput: Add a dumper for LPDIACTIONFORMAT.
dinput: Add debug output for IDirectInput8A::EnumDevicesBySemantics.
dinput: Removed superflous < 0 check.
msi: Fixed error reporting of add_streams_to_table.
taskmgr: Make stuff static.
user32: Handle error returns from ImmGetCompositionString.
dinput: Some debug output for BuildActionMap.
wintab32: Mark some signed entities as LONG.
winedump: Check return value of fetch_block (Coverity).
netapi32: Added some return value checking.
Michael Stefaniuc (4):
gdi32: Move two 16bit function stubs to gdi16.c.
gdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c.
ddraw: Add missing unlock on error path. Found by Smatch.
gdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimplement it based on EnumFontFamiliesExW().
Mikołaj Zalewski (16):
winhelp: Update Polish translation.
credui: Update Polish translation.
browseui: Add Polish translation.
wineboot: Add Polish translation.
write.exe: Add Polish translation.
wordpad: Update Polish translation.
wordpad: File > New now opens a dialog so there should be an ellipsis at the end.
browseui/tests: make the ACLMulti test pass under Windows Vista.
browseui: aclmulti: Follow the Windows Vista behavious in Expand.
browseui: Implement PROGDLG_NOMINIMIZE.
devenum: Convert resource file to UTF-8.
devenum: Add Polish translation.
oleview: Add Polish translation.
oleview: Add ellipsis to menu items that show dialogs.
oleview: Move the TypeLib open dialog filter message into a resource.
Make Italian, Spanish, Dutch and German resources use SUBLANG_NEUTRAL.
Paul Vriens (15):
advpack/tests: Show errors in hex.
crypt32/tests: Skip test if we don't have enough rights.
wintrust/tests: Use GetModuleHandleA instead of LoadLibraryA.
wintrust/tests: Change test_RegPolicyFlags to use the same logic as the rest of the tests.
rpcrt4/tests: Vista uses the same status values as Windows 2003.
wintrust/crypt: Fix some test failures for a NULL parameter.
rpcrt4/tests: Don't crash on WinXP SP3.
opengl32/tests: Only use functions if they are implemented.
advapi32/tests: Only use functions if they are implemented.
kernel32/tests: ReplaceFile[AW] doesn't exist on win9x.
shell32/tests: GetLongPathNameA is not implemented on win95.
advapi32/tests: CryptVerifySignatureW is not implemented on win98.
netapi32/tests: Adding a user with a too long name succeeds on NT4.
msi/tests: Services are not available on win9x.
advapi32/tests: Skip tests when our language isn't LANG_ENGLISH.
Peter Oberndorfer (1):
user32: Fix caption bar being drawn 1 pixel too high.
Reece H. Dunn (3):
winecfg: Fixed reading in colour data from a theme file.
winecfg: Allow theme colour names to be case insensitive when reading them from a file.
user32: Improve the combo tests to check when the CBN_SELCHANGE notification is sent.
Rico Schüller (1):
wined3d: Fix memcpy with wrong size parameter to simple assignment in GetScissorRect.
Rob Shearman (75):
mshtml: Fix inserting a hyperlink when text is already selected.
kernel32: Implement ReplaceFileW.
libport: Use configure guards for include files that may not be present.
include: Fix some typos in dpaddr.h.
ole32: Fix reference count leak in BindMoniker.
ole32: Fix local-variable shadowing in apartment_hostobject_thread.
ole32: Remove an assert that is useless and triggers warnings elsewhere in static analysis tools.
ole32: Fix a potentially confusing combination of conditional and bitwise or operators by adding extra brackets.
ole32: Fix potential NULL dereference of qiresults in ClientIdentity_QueryMultipleInterfaces.
mshtml: Remove extra semi-colons after cpp_quote in nsiface.idl.
mshtml: All interfaces in nsiface.idl are local.
mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.
avifil32: Pass the number of characters to LoadStringW, not the number of bytes.
rpcrt4: Add some traces to async_notifier_proc.
mshtml: Fix a typo in nsiface.idl.
ntdll: Add an exception handler around calls to module entry points.
msi: Add stub implementation of MsiIsProductElevatedA/W.
advapi32: The lpcbSecurityDescriptor parameter to RegGetKeySecurity isn't optional, so don't complicate the code by treating as though it is.
dbghelp: Fix a typo in SymLoadModuleExW that caused the wrong number of characters to be passed to lstrcpynW.
dxdiagn: Fix the character count passed to snprintfW in DXDiag_AddFileDescContainer and DXDiag_InitDXDiagDisplayContainer.
msrle32: Fix the character count passed into LoadStringW in About.
hhctrl.ocx: Fix the character count passed to GetFullPathNameW in OpenCHM and NavigateToChm.
ole32: Fix the character count passed to GetClipboardFormatNameW in WriteFmtUserTypeStg.
shlwapi: IID_IInternetSecurityMgrSite is now defined so remove the local definition from IUnknown_GetWindow.
user32: Fix incorrect character count passed to GetWindowTextW in ICONTITLE_Paint.
shell32: Memory allocated by CommandLineToArgvW should be that got from LocalAlloc/LocalReAlloc, not from GlobalAlloc.
crypt32: Fix function declaration - WINAPI should come after the return type.
widl: Remove unused headers.
widl: Guard the inclusion of unistd.h.
comctl32: Fix the character count passed into LoadStringW from propsheet functions.
comctl32: Remove a useless assert from TREEVIEW_GetItemIndex.
comctl32: Fix the character count passed to GetWindowTextW in TREEVIEW_Command.
comctl32: Remove some more useless asserts.
shell32: Fix the character count passed into LoadStringW in ISFHelper_fnAddFolder.
shell32: Fix character count passed into lstrcpnA in SHGetDataFromIDListA.
urlmon: Fix the character count passed into MultiByteToWideChar in HttpProtocol_Start.
wininet: Fix an off-by-one error in the boundary checks in HTTP_DecodeBase64.
wininet: Fix the return value check of SHGetSpecialFolderPathW in URLCacheContainers_CreateDefaults.
urlmon: Check the return value of ReadFile and return INET_E_DOWNLOAD_FAILURE is it fails.
Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
user32: Fix MonitorFromRect to cope with the absence of the MONITOR_DEFAULTTONEAREST flag.
Add a new convenience macro for an exception handler that handles all exceptions.
include: Fix the C_ASSERT macro to not generate an unused variable warning when compiling with gcc.
cabinet: Replace strcasecmp call with lstrcmpiA as strcasecmp isn't portable and doesn't take into account the current codepage.
kernel32: Fix handle leak in start_console_renderer_helper.
shell32: Fix incorrect character count passed into RegEnumKeyExW in CreateDesktopEnumList.
msi: Fix the character count passed into RegSetValueExA in test_MsiQueryFeatureState.
winspool: Fix character count passed to RegQueryValueExW in get_local_monitors.
advapi32: Add tests for RegSetValueA/W.
advapi32: Document that the cbData parameter of RegSetValueA/W is ignored.
advapi32: Add tests for the off-by-one fixing behaviour of RegSetValueExA and RegSetValueExW.
shell32: Fix the logic in Control_LoadApplet determining when to use CPL_INQUIRE and when to use CPL_NEWINQUIRE.
wininet: Fix potential buffer overrun in HttpQueryInfoA.
browseui: Fix typo in declaration of empty_string in set_buffer.
comdlg32: Fix potential buffer overrun of lpxx->lfFaceName in CFn_WMCommand.
comdlg32: Fix the character length passed into GetDlgItemTextW in PRINTDLG_PS_UpdateDlgStructW.
advapi32: Fix the AccessCheck tests so that the ACCESS_SYSTEM_SECURITY test now runs (when the user has the Security privilege).
mciwave: Fix the character count passed to GetTempPathW in create_tmp_file.
msi: Remove some unused functions.
advpack: Fix buffer overrun in convert_file_list.
Add the nounistd option to all lex source files.
avifil32: Simplify a comparison in AVIBuildFilterW.
d3d9: Fix copy and paste error in reset_enum_callback.
shdocvw: The WINAPI modifier on function pointers should become before the '*' for portability.
ntdll: Fix the use of oldSize in RtlReAllocateHeap as both the size of the old block and the number of bytes used in the old block.
ntdll: When using HEAP_ZERO_MEMORY in heap allocation functions, don't clear the whole block.
include: Include excpt.h from wine/exception.h.
dbghelp: VARIANT unions are accessed by name in msc.c so define NONAMELESSUNION.
dbghelp: Fix read beyond end of field in module_get_debug.
dplayx: Fix incorrect check in DirectPlay3AImpl_EnumConnections.
dplayx: Fix incorrect check in DirectPlayLobbyAImpl_EnumLocalApplications and IDirectPlayLobbyAImpl_EnumAddressTypes.
Revert "winspool: Fix character count passed to RegQueryValueExW in get_local_monitors".
winspool: Fix the character count passed into RegEnumKeyExW in get_local_monitors.
gdi32: Optimise StretchBlt for the case where no stretching is being done and the whole image is being set.
winex11.drv: Optimise getting the bits of a DIB after calling SetDIBits.
Roderick Colenbrander (17):
wined3d: Add read_from_framebuffer_texture which combines code from read_from_framebuffer (drawpixels) and LoadLocation.
wined3d: Add SURFACE_BUSY support to *_Blt.
wined3d: Add SURFACE_BUSY support to *_BltFast.
wined3d: Add separate alpha blend support.
gdi32: GetPaletteEntries should not filter peFlags (test included).
wined3d: When DDCAPS_ALLOW256 is set, palette entry 0 and 255 are filled with black and white.
wined3d: Add a GDI version of RealizePalette.
wined3d: Add a GL specific RealizePalette which also updates the drawable.
wined3d: The base RealizePalette isn't needed anymore.
wined3d: Fix lack of indent in PreLoad.
wined3d: Let flush_to_framebuffer_drawpixels use a valid rect.
wined3d: Don't flush in GDI RealizePalette without a palette.
wined3d: Don't flush in D3D RealizePalette without a palette.
wined3d: In DirectDraw a palette is a property of a surface while in d3d8/9 it is a property of a device.
wined3d: Unify p8 render target detection code.
wined3d: Use the color key in glAlphaFunc in case of index_in_alpha.
ddraw: Add yv12 detection support.
Roy Shea (3):
qmgr: Implement DLL server registration.
qmgr: Add ServiceMain.
qmgr: Add some tests.
Royal Chan (1):
gdiplus: draw_polyline never sets status from GenericError to Ok on successful calls.
Stefan Dösinger (12):
wined3d: Add a test for the vFace register.
wined3d: Switch the visual tests back to D3DDEVTYPE_HAL.
wined3d: Extend out anti-spam database a bit.
wined3d: Do not change the texture unit when binding surfaces.
wined3d: Add a test for fixed function bump mapping.
wined3d: Fix a syntax error in the ARB vertex program offset shader.
wined3d: Detect and work around the MacOS Geforce 8 PBO brokeness.
wined3d: Create a VBO before returning memory.
wined3d: Enable the texcoord init workaround on radeon HD cards on MacOS.
d3d9: Add a stencil+culling test.
d3d9: Do not expect consistent failures.
d3d9: Some Windows drivers do not like reversed fog.
Stefan Leichter (2):
user32: Add some tests for GetMouseMovePointsEx.
user32: Fix a test of GetMouseMovePointsEx failing on platforms winxp and win2k3.
Steven Edwards (1):
quartz: Bump the amount of time in the referenceclock test slightly.
Tony Wasserka (9):
d3dx9: Start implementation of d3dx9_24.
d3dx9: Start implementation of d3dx9_25.
d3dx9: Start implementation of d3dx9_26 and d3dx9_27.
d3dx9: Start implementation of d3dx9_28, d3dx9_29 and d3dx9_30.
d3dx9: Start implementation of d3dx9_31.
d3dx9: Start implementation of d3dx9_32, d3dx9_33, d3dx9_34 and d3dx9_35.
d3dx9.h: Include d3dx9math.h before d3dx9core.h.
d3dx9: Complete d3dx9core.h.
d3dx9: Implement D3DXGetDriverLevel.
Vitaliy Margolen (3):
dinput: Skip old mouse movement events.
Revert "dinput: Skip old mouse movement events.".
dinput: Don't use event times, report current tick count instead.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.55 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Direct3D improvements, including driver version emulation.
- Beginnings of support for OLE objects in Richedit.
- Several fixes to the animation control.
- A bunch of fixes for regression test failures.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.55.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.55.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.54:
Alexander Nicolaysen Sørnes (1):
shell32: Use LocalFree in CommandLineToArgvW.
Alexandre Julliard (18):
winex11: Abstract the depth->bpp conversion and use it in X11DRV_DIB_CreateDIBFromPixmap.
winex11: Remove unneeded check on bitmap depth, screen bpp cannot be 15.
shell32: Fix permissions of newly-created directories.
gdi32: Avoid locking in CreateCompatibleBitmap.
gdi32: Get rid of a few more uses of DC_GetDCPtr.
gdi32: Don't hold the GDI lock when calling DC_InitDC.
gdi32: Avoid locking in BITMAP_CopyBitmap.
gdi32: Use a separate critical section for freetype locking instead of relying on the GDI lock.
gdi32: Get rid of DC_GetDCPtr in font functions.
gdi32: Get rid of DC_GetDCPtr in the GDI object functions.
winex11: Add a critical section for the palette global variables instead of relying on the GDI lock.
gdi32: Get rid of DC_GetDCPtr in the palette functions.
gdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer used.
winex11: Don't erase the desktop window synchronously on resizes to prevent deadlocks.
winex11: Use the gdi display when initializing the keyboard to avoid creating a second display connection.
winex11: Only update the virtual screen rect once in xinerama_init to minimize race conditions.
tests: Add a helper routine to wait for a child process and propagate its result correctly.
localspl: Avoid sizeof in a trace.
Alistair Leslie-Hughes (7):
msxml3: Validated attribute name.
msxml3: Corrected Entity Reference Test.
msxml3: Correct createElement return value for an invalid type.
kernel32: Add RegisterApplicationRestart stub.
gdiplus: Add GdipSetPenMode stub.
gdiplus: Add GdipSetStringFormatFlags stub.
msxml3: Corrected test text.
Andre Wisplinghoff (1):
winecfg: Enable add button when choosing lib from combobox (Libraries tabsheet).
Andrew Riedi (2):
user32: Test destroying the cursor of a parent process.
user32: winex11.drv has support for color cursors now.
Andrew Talbot (10):
winemp3.acm: Remove unneeded casts.
wineps.drv: Remove unneeded casts.
winex11.drv: Remove unneeded casts.
winex11.drv: Remove unneeded casts.
wininet: Remove unneeded casts.
winmm: Remove unneeded casts.
wintab32: Remove unneeded cast.
msvfw32: Avoid possible dereference of NULL pointer (Coverity).
wnaspi32: Remove unneeded cast.
ws2_32: Remove unneeded casts.
Andrey Esin (1):
cmd: Additions to Russian translation.
Aric Stewart (1):
gdi32: Child fonts need to be scaled like their parent. With input from Dmitry Timoshkov.
Bang Jun-young (4):
crypt32: Include wine/port.h for snprintf().
user32: Fix EndMenu() to match the PSDK.
riched20: Include wine/port.h for vsnprintf().
comctl32: Fix invalid syntax.
Christopher Harvey (1):
winex11: Added WGL_BIND_TO_TEXTURE_DEPTH_NV to ConvertAttribWGLtoGLX.
Colin Finck (2):
widl: Support Windows paths in dup_basename and make_token.
widl: Write the TLB file in binary mode, so the line endings won't be changed.
Detlef Riekenberg (7):
localspl: Initialize pointers in struct PRINTPROVIDOR.
localspl: Implement fpGetPrinterDriverDirectory.
winspool: Use the backend for GetPrinterDriverDirectory.
gdi32: Add stub for GdiInitSpool and GdiGetSpoolMessage.
url: Add a stub for AddMIMEFileTypesPS.
localspl: Implement fpAddPrinterDriverEx.
winspool: Use the backend for AddPrinterDriverEx.
Dmitry Timoshkov (2):
kernel32: LOADPARAMS16->showCmd can be NULL, do not crash in that case.
kernel32: Separate modifier from charset before detecting the charset codepage.
Eric Pouech (27):
dbghelp: Return the size of each directory instead of passing a pointer to it.
dbghelp: Fixed the suspend count when creating a minidump in the middle of an exception.
dbghelp: Removed double assignment of checksum.
dbghelp: Store the PE version information in module block.
winedbg: Implemented the pXX request in gdb proxy.
riched20: Start handling OLE objects inside richedit.
riched20: Handle the zoom in OLE objects.
riched20: Correctly handle the wrapping when graphics are used.
riched20: Invert graphics when they are under the selection.
riched20: Support a couple of paragraphs attributes out of RTF stream reading.
riched20: Added support for image reading from RTF stream.
riched20: Start implementing object reading out RTF stream.
riched20: Make use of the size info in REOBJECT if present.
dbghelp: Fixed the types we want to load at first.
dbghelp: Added missing basic types for booleans and integers.
dbghelp: Pass the 'details' flags to _fetch_type so that we can simplify some code around.
dbghelp: Fix mixed up return and this type in MFunction V2.
dbghelp: Added HRESULT as new basic type (and some doc about basic types ids).
dbghelp: Added support for some V3 fields in structure parsing.
dbghelp: Added support for register v3 in msc.
dbghelp: Added preliminary support for a strange stack variable object.
dbghelp: Added support for labels outside functions (and used it in msc parsing).
dbghelp: Added basic support for base class information.
dbghelp: Extended the internal enumeration information so that we know the underlying integral type.
dbghelp: Attempt to cache some basic symbol types for easier and faster code.
dbghelp: When sending back information about a global symbol, only demangle the class & field/method name.
dbghelp: Disable the S_PUB_FUNC_XXX msc symbols until we know what they do (the first guess is wrong anyway).
Francois Gouget (23):
shell32/tests: Fix a couple of copy/paste errors.
shell32: Add some SLDF_XXX values, EXP_PROPERTYSTORAGE, and EXP_PROPERTYSTORAGE_SIG.
user32: Fix a typo in the StretchDIBits stub name.
winedump: Use the standard SLDF_XXX flag names instead of inventing new ones. Add the missing flags.
winedump: Track unknown lnk flags and dump them.
winedump: Dump the raw data when finding an unknown block in an lnk file.
winedump: Switch the block dumping code to be block-oriented, rather then flag oriented, so it is resilient to order changes.
winedump: Add support for dumping SZ_LINK and SPECIAL_FOLDER data blocks.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
mapi32: Add an API documentation stub to make winapi_check happy.
ntdsapi: Add an API documentation stub to make winapi_check happy.
winex11.drv: Add some API documentation stubs to make winapi_check happy.
msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSize() are implemented now so export them.
winapi_check: Update win32.api for acledit.dll, ctapi32.dll and inetcomm.dll.
winapi_check: Assorted win32.api updates.
winapi_check: Update win32.api for d3dx8.dll.
d3dx8core.h: Remove some extraneous #include directives.
d3dx8: Fix the D3DXMatrixAffineTransformation() prototype.
d3dx8: Make d3dx8core.h C++ compatible.
d3dx8: Add the d3dx8mesh.h header and move the relevant function declarations there.
d3dx8: Fix the D3DXAssembleShaderFromFileA/W() prototypes.
comctl32/tests: Call InitCommonControlsEx() if available, fall back to InitCommonControls() for the older controls, and skip the tests altogether for the newer ones.
riched20: Fix the name of the lpUsedDefChar field of GETTEXTEX.
Gerald Pfeifer (2):
d3d9: Fix the type of three loop variables.
configure: Use GCC's -Wtype-limits if possible.
Hans Leidekker (3):
wininet: Make sure not to overwrite any caller supplied authorization header.
wininet: Send HTTP/1.1 requests by default.
wininet: Add zero value content length header to POST requests only.
Jacek Caban (28):
urlmon: Added HlinkParseDisplayNameEx implementation.
urlmon: Added MkParseDisplayNameEx tests.
hlink: Call AddRef of correct interface in ExtServUnk_QueryInterface.
hlink.idl: Added more function declarations.
hlink: Added HlinkParseDisplayName implementation.
hlink: Added HlinkParseDisplayName tests.
hlink: Added HlinkResolveMonikerForData implementation.
hlink: Added HlinkResolveMonikerForData tests.
hlink: Added standard comments.
hlink: Don't prefer native version.
urlmon: Added comments about missing MIME filters.
widl: Ignore ATTR_LOCAL in create_msft_typeinfo.
urlmon: Added CopyStgMedium implementation.
urlmon: Fixed tests.
urlmon: Return better error results.
mshtml: Added more about protocol tests.
urlmon: Separate buffer from stream object.
urlmon: Abstract ProtocolStream object.
urlmon: Don't create stgmed_obj for binding to object.
urlmon: Added BINDSTATUS_CACHEFILENAMEAVAILABLE support.
urlmon: Added support for binding to IID_IUnknown storage (cache file).
urlmon: Correctly handle BINDF_NEEDFILE flag in http protocol.
urlmon: Added more protocol tests.
itss: Added BINDF_NEEDFILE test.
urlmon: Added more tests.
mshtml: Update wine_url in nsIURI::SetPath.
urlmon: Added gecko_installer_workaround to url.c tests.
urlmon: Fixed ref count leak.
James Hawkins (16):
kernel32: Factor out the VerifyVersionInfo tests into their own function.
version: Return ERROR_RESOURCE_DATA_NOT_FOUND if the file does not have version information.
msi: Add tests for using single quotes in an INSERT query.
msi: Implement the MSIMODIFY_ASSIGN action of MsiViewModify for the streams table.
msi: Add tests for MsiGetFileVersion.
msi: Only convert output strings if the call succeeded.
msi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_FOUND.
msi: Return ERROR_INVALID_PARAMETER if a string pointer is non-NULL and the size pointer is NULL.
msi: Return ERROR_FILE_INVALID if the file has no version information.
msi: Leave room for the NULL terminator.
msi: Return the string length even if the string is NULL.
msi: Return ERROR_MORE_DATA if the size is too small.
msi: Add more tests for MsiFormatRecord.
msi: Reimplement MsiFormatRecord.
msi: Fix handling of the NULL separator when writing registry values.
msi: Test using carriage returns in SQL queries and imported tables.
Jens Nestler (1):
kernel32: Don't fail unconditionally in MoveFile for directories with flag MOVEFILE_REPLACE_EXISTING.
Johan Gardell (1):
user32: Added support for SPI_SETMOUSESPEED in SystemParametersInfoW.
Juan Lang (1):
rsaenh: Merge the encrypting and decrypting states, as encrypting and decrypting are allowed with the same key.
Kirill K. Smirnov (2):
systray: Properly track errors.
systray: Add support for NIS_HIDDEN flag.
Lars-Ake Fredlund (1):
winex11: Don't create a mapping if X11DRV_PALETTE_VIRTUAL is set.
Lei Zhang (3):
comctl32: Use wine_dbgstr_rect() in traces.
user32: Use wine_dbgstr_rect() in traces.
quartz: Add VideoRendererDefault.
Marcus Meissner (3):
wordpad: Remove condition that never triggers.
atl: Check for NULL.
pdh: Fixed wrong condition.
Michael Stefaniuc (3):
user32: Remove duplicated get_hook_proc() function.
olecli: Remove duplicated typedefs/enums.
msi: Fix "type of 'x' defaults to 'int'" warnings.
Paul Chitescu (1):
ntoskrnl.exe: Implement MmPageEntireDriver and MmResetDriverPaging.
Paul Vriens (4):
include/wintrust.h: Add missing members to CRYPT_PROVIDER_DATA struct (fixes some wintrust tests on Windows).
wintrust/tests: Use GetModuleHandleA instead of LoadLibraryA.
rpcrt4/tests: Change test for Windows 2003.
rpcrt4/tests: Skip rest of the tests if we fail.
Reece H. Dunn (9):
comctl32: Proper fix redrawing the trackbar background with themes enabled.
gdiplus: Fix the bezier arc path test on all Windows platforms.
msxml3: Fix the domdoc test failures.
cabinet: Make the fdi tests pass on Vista.
ddraw: Spelling fixes in the d3d test output.
gdi32: Improve the failure reporting in the bitmap tests.
uxtheme: Fix the system tests so they pass on Vista.
comctl32: Vista sends an unidentified message when destroying datetime and monthcal windows.
user32: Make the listbox tests pass in directories other than dlls/user32/tests.
Rob Shearman (30):
secur32: Move the detection of NULL credentials from AcquireCredentialsHandle to InitializeSecurityContext.
secur32: If using cached credentials failed in InitializeSecurityContext then fail with SEC_E_NO_CREDENTIALS instead of carrying on with a blank password.
secur32: Try to retrive credentials by using the credential manager to retrieve credentials saved for the target server in InitializeContextHandleW, if possible.
secur32: Initialise more pointers in helper to NULL.
oleaut32: Fix big memory leak in xCall.
widl: Don't search for a import file name with a path in the include directories for compatibility with MIDL.
widl: Output code for initialising and freeing full pointer translation tables.
mapi32: Add a stub implementation of HrQueryAllRows@24.
ole32: Add a stub implementation of CreatePointerMoniker.
oleaut32: Fix a leak of a typelib object in OLEFontImpl_GetTypeInfo.
oleaut32: Fix a memory leak in the olefont tests.
rpcrt4: Fix some incorrect checks in RPCRT4_Receive.
oleaut32: Fix some reference count leaks in the tmarshal test.
oleaut32: Fix a leak of bmi in OLEPictureImpl_LoadGif.
comctl32: In certain circumstances, native comctl32's animation control accepts negative start positions for the ACM_PLAY message.
advapi32: Fix the size calculation in StartServiceW.
wine.inf: Make UI effects default to on.
oleaut32: Fix some memory leaks in the safearray tests.
ole32: Add tests for CreatePointerMoniker.
ole32: Add pointer moniker implementation.
wininet: HTTP_Connect should fail if a NULL or empty hostname is passed in.
rpcrt4: Fix memory leaks in the rpc tests.
comctl32: Get the background colour in ANIMATE_PaintFrame, instead of just in WM_PAINT.
ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInformationFile don't need the fd.
server: Always try return a named pipe server that is listening from find_available_server.
ws2_32: Add a FIXME for WS_SIO_GET_EXTENSION_FUNCTION_POINTER in WSAIoctl.
rpcrt4: Fix potential memory leaks in RPCRT4_Receive.
rpcrt4: Fix potential memory leaks on error paths in RPCRT4_io_thread.
comctl32: Don't get the background colour in ANIMATE_PaintFrame as this can be called inside a critical section.
comctl32: Move the getting of the DC outside of ANIMATE_DrawFrame.
Roderick Colenbrander (5):
wined3d: Make sure to set the color key when it is needed including for index_in_alpha.
wined3d: Reload the palette on a color key change. This fixes the ddex4/ddex5 samples from the dx7 sdk.
wined3d: Allow read back of P8 surfaces. This fixes some of the redrawing issues in Red Alert.
wined3d: Redownload the surface data in case of a palette change. This fixes a lot of redrawing problems in Red Alert.
wined3d: Upload p8 palette using GL_ALPHA instead of GL_RED.
Stefan Dösinger (30):
wined3d: Beware of texture_rectangle NP2 support in Reset.
wined3d: Update the auto depth stencil buffer size on reset.
wined3d: Unload implicit depth stencil buffers correctly.
wined3d: Destroy FBOs and reset pointers on Reset.
wined3d: Move some UnLoad code to the base texture class.
wined3d: Mark textures dirty on UnLoad.
wined3d: De-Statify depth blit opengl resources.
d3d9: Some drivers allow non-aligned offsets.
wined3d: Make Clear aware of the depth stencil sharing.
wined3d: Update the gl rectangle when adjusting surface sizes.
wined3d: D3DTADDRESS_WRAP on conditional NP2 textures clamps to edge.
wined3d: Some texture transform test corrections.
d3d9/tests: Be less picky about X8L8V8U8 precision.
d3d9/tests: Accept the rejection of non-standard fixed function attrib types.
wined3d: Correct the srgb reading check.
wined3d: Fix dxtn format check.
wined3d: Move the float format check to the big switch statement.
wined3d: Move vertex buffer vbo creation to PreLoad.
wined3d: Recreate the contexts on _Reset.
wined3d: Restore the stateblock after Reset.
wined3d: Tear down the dummy textures before resetting.
wined3d: Move the highpart of the driver version to the gl structure.
wined3d: Separate OpenGL and driver version.
wined3d: Create VBOs.
ddraw: Some drivers return a refresh rate of 0.
wined3d: Add infrastructure for faking driver versions.
wined3d: Add some ATI cards to the version database.
wined3d: Reject unsupported modes when restting the device.
d3d9: Implement the device lost state.
wined3d: Restore the Window size on reset.
Stefan Leichter (1):
advapi32: Fix the failing QueryServiceConfig2 test on platforms win2k3 and vista.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.54 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Photoshop CS/CS2 should now work, please help us testing it.
See http://wiki.winehq.org/AdobePhotoshop for details.
- A number of RPC fixes.
- Various improvements to the debugger support.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.54.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.54.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.53:
Alexander Dorofeyev (4):
wined3d: Change colorkey fixup for stage 0 alphaop / alphaarg.
ddraw: Fix handling of alpha with D3DTBLEND_MODULATE.
ddraw/tests: Add test for D3DTBLEND_MODULATE.
wined3d: Fix not released swapchain in some codepaths.
Alexander Nicolaysen Sørnes (7):
wordpad: Fix width when text break = margins.
wordpad: Add basic ruler.
riched20: Include selection bar size in POSFROMCHAR.
riched20: Don't clear CFM_UNDERLINE flag when applying styles where it is set.
uninstaller: Disable Uninstall button when no items selected.
uninstaller: Fix Norwegian Bokmål resource.
winecfg: Update Norwegian Bokmål resource.
Alexandre Julliard (55):
kernel32: Close the stdio handles when creating a detached process.
kernel32: Don't inherit stdin/stdout handles in wineboot.
user32: Don't inherit stdin/stdout handles in explorer.
server: Take into account the extended registers part of the i386 context.
kernel32/tests: Avoid size_t in traces.
ntdll: Copy extended registers too in copy_context().
ntdll: Linux support for saving and restoring the extended FPU context on exceptions.
ntdll: Mac OS support for saving and restoring the extended FPU context on exceptions.
ntdll: Restore typecast that is really needed.
ntdll: Fall back to a server device ioctl for files with no associated fd.
mountmgr.sys: Fix values returned for IOCTL_STORAGE_GET_DEVICE_NUMBER on emulated disks.
winebuild: Reserve the space for the PE header in the .init section.
winmm: Load only one sound driver at a time.
wineboot: Add a --init option used when launched automatically at startup.
wineboot: Delay import the dlls that are not needed for the default initialisation.
winebuild: Don't try to use the .init section on Mac OS.
kernel32: Fix the system affinity returned by GetProcessAffinityMask.
server: Don't force the process affinity to 1, leave it up to the client.
winex11.drv: Don't fetch the atom for a null device type.
winex11.drv: Don't create a win_data structure for the desktop window, except in the process that owns it.
winex11.drv: Moved initialization of screen_width/height to xinerama_init to do it inside the x11 lock.
ntdll: Don't try to restore extended fpu context if not supported.
widl: Use the real argument names in the C method macros.
winex11.drv: Set the initial icon hints in set_initial_wm_hints().
libwine: Properly increment source pointer for surrogates in wine_utf8_wcstombs.
user32,server: Set the initial window rectangles to 0,0-0,0.
winex11.drv: Fix handling of strange window sizes in CreateWindow, with tests.
winex11.drv: Only allocate wm hints if we have an X11 window.
ntdll: Don't fetch extended FPU context if there's no FPU context at all.
server: Add a separate request to set the window visible rect.
server: Invalidate the correct region when custom valid rects are specified.
winex11: Abstract the server part of SetWindowPos into a separate function.
winex11: Make the client rect relative to the parent window for consistency with the server side.
winex11: Properly invalidate moved child windows instead of forcing SWP_NOCOPYBITS.
winex11: Move the window bits according to the valid rects instead of invalidating.
winex11: Move resetting of the cursor clip rectangle into xinerama_init().
winex11: Leave it up to explorer to specify the correct size and position for the desktop.
winex11: Update the win data rectangles before doing anything else in SetWindowPos.
winex11: Move code around in X11DRV_SetWindowPos to reduce indentation levels.
winex11: Add a mapped flag to the window data instead of relying on WS_VISIBLE.
winex11: Apply the existing window region (if any) when creating the whole window.
winex11: Set hints for the existing window text when creating the whole window.
winex11: Set icon hints on non-managed windows too, since they may become managed later on.
winex11: Get the icon from the window in case it was changed before the whole window was created.
winex11: Remove obsolete code to set Z-order for child windows.
winex11: Export a function to dock a window into the system tray, and get rid of the WS_EX_TRAYWINDOW style.
comctl32: Tooltips should be top-most windows.
user32: Menus should be top-most windows.
winex11: Don't create a win_data structure for the root window in non-desktop mode.
winex11: Create the window data structure lazily, once the window is made visible.
winex11: Check for need to make window managed when WS_VISIBLE is set outside of SetWindowPos.
winex11: Catch DIB memory accesses that touch the last page beyond the DIB bits end.
user32: Moved the bulk of CreateWindow and SetWindowPos from the driver back into user32.
Avoid sizeof in traces.
winex11: Check for managed mode in create_whole_window again now that it is called lazily.
Alistair Leslie-Hughes (15):
msxml3: Implement get_dataType.
msxml3: Correct get_attributes for CDATA Section.
msxml3: Implemented IXMLDOMCDATASection COM Object.
msxml3: Implement GetClassID for XMLDocument IPersistStream interface.
msxml3: Corrected getAttribute to return current value and assign output var.
mscoree: Fix memory leak.
msxml3: Implement put_text.
msxml3: Implement get_nodeTypeString.
msxml3: Attribute nodes are not typed.
msxml3: Implement IXMLDOMImplementation Interface.
msxml3: Implement IXMLDOMDocumentFragment Interface.
msxml3: Entity Reference nodes do not support attributes property.
msxml3: Implement IXMLDOMEntityReference interface.
msxml3: Return correct IDispatch Interface.
gmsxml3: Added typelib support.
Allan Tong (1):
wined3d: Set swapchain container before flagging front buffer with SFLAG_INDRAWABLE.
Andrej Sinicyn (1):
wordpad: Update German strings and correct shortcuts to match XP wordpad.
Andrew Talbot (30):
netapi32: Remove unneeded cast.
msvcrt: Remove unneeded casts.
ntdll: Remove unneeded casts.
msxml3: Remove unneeded cast.
msvfw32: Remove unneeded casts.
setupapi: Fix dead code (Coverity).
ole32: Remove unneeded casts.
oleaut32: Remove unneeded casts.
qcap: Remove unneeded casts.
psapi: Remove unneeded cast.
rpcrt4: Remove unneeded casts.
quartz: Remove unneeded casts.
riched20: Remove unneeded casts.
rsaenh: Remove unneeded casts.
sane.ds: Remove unneeded casts.
secur32: Remove unneeded casts.
setupapi: Remove unneeded casts.
shell32: Remove unneeded casts.
shell32: Remove unneeded casts.
shell32: Remove unneeded casts.
urlmon: Remove unneeded cast.
user32: Remove unneeded casts.
user32: Remove unneeded casts.
uxtheme: Remove unneeded casts.
vmm.vxd: Remove unneeded casts.
wined3d: Remove unneeded casts.
wined3d: Remove unneeded casts.
wined3d: Remove unneeded casts.
wined3d: Remove unneeded casts.
winedos: Remove unneeded casts.
Andrey Esin (9):
wineboot: Russian translation.
shell32: Update Russian translation.
wordpad: Adding to Russian translation.
wordpad: Corrections in Russian translation.
regedit: Update Russian translation.
write: Russian translation.
browseui: Russian translation.
wininet: One addition to Russian translation.
credui: Added Russian translation.
Aric Stewart (1):
wineps.drv: Properly handle NULL LPLOGFONT in PSDRV_EnumDeviceFonts.
Austin English (4):
Misc spelling fixes.
tools: Spelling fixes.
wined3d: Spelling fixes.
comctl32: Spelling fixes.
Christoph von Wittich (1):
msi: Fix process token leak.
Christopher Berner (1):
user32: Fixed off by one scroll bar pixels.
Dan Hipschman (1):
oleaut32: Use the symbolic name for TYPEFLAG_FDISPATCHABLE.
Dan Kegel (5):
gdiplus/tests: Don't free if alloc failed.
hlink/tests: Skip tests if hlink couldn't be created.
urlmon: Fix unlikely free of uninitialized pointer.
winealsa.drv: Don't return garbage if can't find active channel.
gdi32: Fix AddFontResource behavior with relative paths.
Dmitry Timoshkov (11):
gdi32: Use public FS_xxxxxx defines.
gdi32: Initialize more fields in GetEnumStructs.
gdi32: Add a test for undocumented EnumFontFamiliesEx(NULL), make it pass under Wine.
gdi32: Do not allow to create too large device dependent bitmaps like Windows does.
gdi32: Allocate cache for face enumeration data only when necessary.
ntdll: Do not perform base relocation if an image is not a DLL.
gdi32: Actually perform the fractional scaling test, make it pass under Wine.
winebuild: Add a couple of missing indentations in the generated asm files.
user32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave more like in Windows.
shell32: Add a LogoffWindowsDialog stub.
winex11.drv: Remove an incorrect FIXME.
Eric Pouech (17):
dbghelp: Silence superfluous message (spotted by Robert Reif).
dbghelp: In Minidump, change a couple of internal names for consistency.
winedbg: Fixed bt all so that current process/thread isn't lost.
winedbg: Workaround broken minidumps with invalid 32->64 address conversion.
winedbg: Added a way to support differently selector information depending on current target.
ole32: Fixed datacache object so that we can retrieve meaningful information.
msvcrt: symbol undecoration: Now correctly parsing the template forms.
msvcrt: symbol undecoration: Handling of void in template parameters' list.
msvcrt: symbol undecoration: Added support for cointerface.
msvcrt: symbol undecoration: Added support for a couple of more calling conventions.
msvcrt: symbol undecoration: Corrected handling of non static member function modifiers.
msvcrt: symbol undecoration: Added support for thunks.
msvcrt: symbol undecoration: Added support for RTTI types.
msvcrt: symbol undecoration: Really check that we get a template string before making use of it.
ntdll: Fixed getting the RTS status from line, and now using sane default values for all (compilation/system) cases.
msvcrt: Corrected the .spec definition for the printf functions family.
regedit: Warn about newest unicode export from native regedit.
Eric van Beurden (6):
dbghelp: Update some mscvpdb.h definitions and descriptions.
dbghelp: Return TRUE in SymInitializeW if process is already initialized and add an ERR to SymCleanup.
dbghelp: Wrap TRACE strings using the debugstr functions and update some type casting.
dbghelp: Some minidump corrections so that windbg can read our minidump files.
dbghelp: Fix file searching to search only listed directories instead of the whole HD.
dbghelp: Prevent huge minidumps by ensuring the memory range is clamped.
Francois Gouget (11):
gdi32: Small wording tweaks in comments.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
Fix spelling error in the generated conformance test files.
include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
kernel32/tests: Small spelling fix in a parameter name.
Assorted spelling fixes.
advapi32/tests: Actually test strings that expand to something bigger than their original size.
advapi32/tests: Add the trailing '\n' to an ok() call.
kernel32/tests: Test the expansion of indirect environment variable references.
winemenubuilder: Expand environment variable references in the shortcut's WorkDir, Description and IconPath fields.
Assorted spelling fixes.
Gerald Pfeifer (3):
wininet: Fix type of a loop variable in HTTP_BuildHeaderRequestStr().
kernel32: Fix type of a loop variable in SNOOP16_Entry().
kernel32: Use setproctitle where applicable to set the process name.
Gregor Münch (1):
msxml3: Fix typo.
Hans Leidekker (9):
license: Update copyright info for the new year.
msvcrt: Fix _execv spec entries for the forwarding variants too.
msvcrt: _ftol returns a 64-bit value.
msvcr71: Add an implementation that forwards to msvcrt.
gdi32: Last parameter of GetICMProfile is an output parameter.
gdi32: Make GetICMProfile behave more like native. Rewrite ansi version as a wrapper and move color management functions to their own file.
gdi32: Add tests for GetICMProfile and SetICMMode.
mscms: Use NT directory for storing color profiles.
mscms: Open .icm files only when enumerating color profiles.
Jacek Caban (9):
shdocvw: Added DWebBrowserEvents2 test.
shdocvw: Call OnFullScreen in put_FullScreen.
shdocvw: Call WindowSetResizable in put_Resizable.
shdocvw: Call StatusTextChange in set_status_text.
shdocvw: Store URL in BindStatusCallback.
shdocvw: Use more flexible mechanism instead of WB_WM_NAVIGATE2.
shdocvw: Delay creating URL moniker to bind_to_object call.
shdocvw: Do navigation in message handler.
shdocvw: Store headers as BSTR.
James Hawkins (3):
msi: dest_path refers to the directory prefix, not the entire file path.
propsys: Add a stub implementation of propsys.dll.
msi: Add more MsiFormatRecord tests.
Jason Green (1):
d3d9 tests: Correct some typos.
Jonathan Ernst (1):
loader: Updated French man page.
Juan Lang (4):
wintrust: Don't expect ImageGetCertificateData to succeed when Certificate is NULL.
crypt32: Don't release default crypto provider on process shutdown.
crypt32: Fix race condition in loading default provider.
hhctrl.ocx: Don't return uninitialized stream.
Kai Blin (1):
gdi32: Fix spec file to export the right symbols for GetGlyphOutline.
Ken Thomases (1):
winex11.drv: Accomodate XGetWindowProperty returning an actual format of something other than 32 for the TARGETS property.
Lei Zhang (1):
ddraw: Register the DirectDraw 7 Object.
Marcus Meissner (13):
server: Enumerate process in reverse.
mshtml: Check for This->frame.
wined3d: Check for overflows.
urlmon: Skip pstgmed related tests if NULL.
wmi: Initial version of wmi.dll.
gdi32: Fix possible NULL ptr in TRACE.
msi: Replaced msi_free() by LocalAlloc() since ConvertSidToStringSidW uses LocalAlloc().
wined3d: Removed deadcode.
cmd: Include <time.h> for time().
wined3d: Initialize swapchain.
rpcrt4: Initialize CurrentHeader.
d3d9/tests: Initialize decl.
wininet: Check if buffer has overflowed potentially.
Michael Stefaniuc (3):
winedump: Do not create a header file when not generating skeleton code.
winedump: Use the DEFINE_THISCALL_WRAPPER macro instead of the GET_THIS macro for functions with __thiscall calling convention.
winedump: Use a switch in the generated DllMain().
Pablo Spallanzani (1):
wined3d: Fix texture coordinate calculation in surface_blt_to_drawable.
Paul Chitescu (1):
mscoree: Semi-stub for LoadStringRCEx and LoadStringRC.
Paul Vriens (6):
kernel32/tests: FindFirstVolumeA is not available on win98.
advapi32/tests: Make tests run on win9x/NT4 again.
user32/tests: Run full test again on win95 and NT4.
msi/tests: Only use functions if they are implemented.
msi/tests: Only use functions if they are implemented.
kernel32/tests: Win9x returns a different last error.
Reece H. Dunn (5):
user32: Make the clipboard tests pass on Vista.
user32: Make the class tests pass on Vista.
user32: Make the edit tests pass on Vista.
gdi32: Vista returns UNICODE_NOCHAR if a character does not exist.
advapi32: Fix some cred test failures on Vista and prevent it crashing.
Rob Shearman (41):
include: Flesh out winhttp.h with more function declarations, typedefs and defines.
rpcrt4: Allocate a context handle if a NULL GUID is being unmarshalled.
rpcrt4: Add support for calculating the memory size of complex types with embedded non-conformant strings.
rpcrt4: Don't print fixmes for NDR types without a freeing function.
rpcrt4: Add traces to the start of TowerConstruct and TowerExplode.
winhttp: Add a stub for WinHttpOpen.
rpcrt4: Fix the calculation of element sizes for complex arrays by using a new function ComplexStructSize that doesn't touch the buffer to calculate the size.
rpcrt4: Handle complex arrays in calc_arg_size.
rpcrt4: The initialisation of [out] variables in the stubless code must be after the unmarshaling of [in] and [in, out] variables has been completed.
mlang: Implement Rfc1766ToLcidW.
rpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_np_get_top_of_tower.
ole32: Partially implement ServerRpcChannelBuffer_GetDestCtx.
rpcrt4: Move the setting of retval_ptr outside of any particular stub phase in stub_do_args and stub_do_old_args.
rpcrt4: Add tests for RPC_FC_P_DEREF|RPC_FC_P_ONSTACK pointers.
comctl32: Keep on displaying the last frame of the animation after the animation has stopped.
comctl32: Support seeking to a particular frame.
rpcrt4: Add an exception handler for stubless object proxies.
rpcrt4: Only initialise the context handle to NULL in NdrContextHandleUnmarshall if it is an out-only or return one.
iphlpapi: Implement GetBestInterfaceEx.
kernel32: Initialise the top 16-bit stack frame to zero.
widl: Write out code for initialising out-only client context handles.
riched20: The wParam parameter to WM_GETTEXT contains the number of characters, not the number of bytes.
riched20: Always treat the nCount variable in the EM_GETTEXTEX handler as a character count.
rpcrt4: Implement asynchronous RPC support.
rpcrt4: Move the receiving of an individual fragment to a separate function.
rpcrt4: Remove some unimplemented win9x-only spec entries.
rpcrt4: Don't set BufferStart and BufferEnd in NdrStubCall2.
ole32: Don't get the HRESULT from the buffer if we get an RPC_S_CALL_FAILED status back from the runtime.
advapi32: Add more tests for SetEntriesInAcl.
ntdll: Fix the index check in RtlGetAce.
advapi32: Implement SetEntriesInAclW.
advapi32: Add a test for LookupAccountNameA on a well-known group.
advapi32: Implement LookupAccountNameW for well-known groups.
rpcrt4: Fix the error handling in RpcBindingSetAuthInfoA/W when RpcAuthInfo_Create fails.
rpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA/W into InitializeSecurityContextW instead of AcquireCredentialsHandleA/W.
rpcrt4: Check the return value of RPCRT4_ClientAuthorize in RPCRT4_Send.
credui: The list should be the first parameter to the list_add_tail function.
credui: Return the state of the dialog's save checkbox to CredUIPromptForCredentials.
ntdsapi: Add tests for DsMakeSpnW.
ntdsapi: Implement DsMakeSpnW.
wininet: Pass the server name into InitializeSecurityContextW.
Roderick Colenbrander (2):
wined3d: Fix glBlendColorEXT for use on RivaTNT.
wined3d: Don't use texture_rectangle for paletted textures.
Roy Shea (1):
qmgr: Implement IClassFactory methods.
Sin-ta Hsiea (2):
gdi32: Fix Traditional Chinese font mapping to "PMingLiU", "MingLiU".
winecfg: Add Traditional Chinese translation.
Stefan Dösinger (15):
wined3d: Add a new IWineD3DResource::UnLoad method.
wined3d: Implement IWineD3DSurface::UnLoad.
wined3d: Implement IWineD3DVertexBuffer::UnLoad.
wined3d: Implement IWineD3DIndexBuffer::UnLoad.
wined3d: Implement IWineD3DVolume::UnLoad.
wined3d: Implement IWineD3DTexture::UnLoad.
wined3d: Implement IWineD3DCubeTexture::UnLoad.
wined3d: Implement VolumeTexture::UnLoad.
d3d9: Reject IDirect3DDevice9::Reset with active default pool resources.
wined3d: Unload all resources on Reset.
wined3d: Keep track of shaders.
wined3d: Reset the shader state on shader_*_destroy.
wined3d: Destroy arb shaders on shader destroy.
wined3d: Destroy opengl shaders on reset.
wined3d: Clear the constant list before finding constants.
Stefan Leichter (1):
advapi32: Added some tests for QueryServiceConfig2A/W.
Tony Wasserka (1):
d3dx9: Start implementation of d3dx9_36.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.53 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- RunOnce and Run entries now executed on startup.
- Beginnings of support for emulated disk devices.
- Many Richedit improvements.
- Nicer looking color dialog.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.53.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.53.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.52:
Alexander Dorofeyev (6):
wined3d: Free palette handle when destroying IWineD3DPaletteImpl.
ddraw: Release palette interfaces.
ddraw: Remove redundant iface<->impl casts in IDirect3DTextureImpl_Load.
wined3d: Fix regression of colorfill and texture to swapchain codepaths in BltOverride.
include/d3d.h: Fix method calling macros for IDirect3DTexture.
ddraw/tests: Add test for rendering vertices with zero rhw.
Alexander Nicolaysen Sørnes (5):
comdlg32: PageSetupDlgW: Set orientation in printer dialog.
comdlg32: PageSetupDlgW: Set paper size in printer dialog.
wordpad: Draw margin lines in print preview.
crypt32: Implement CryptFindLocalizedName.
cmd: Seed the random number generator.
Alexandre Julliard (33):
winedos: Don't emulate in 32-bit mode interrupts that don't have a specific handler.
shell32: Fix messed up indentation.
crypt32: Avoid casting away const from the context pointer.
server: Use exponential backoff when waiting for wineserver -k to complete.
server: Redesign the server shutdown processing.
ntdll: Print an error for unsupported shared writable mappings.
advapi32: Don't wait for 20 seconds if a service fails to start.
kernel32: Launch wineboot on first startup of a wine process.
mountmgr.sys: Added initial stub for the mount point manager device.
mountmgr.sys: Create a hard disk device for PhysicalDrive0.
mountmgr.sys: Create disk devices for all configured drives.
mountmgr.sys: Add devices to the MountedDevices registry key.
mountmgr.sys: Implemented the IOCTL_MOUNTMGR_QUERY_POINTS request.
kernel32: Implemented FindFirstVolume/FindNextVolume using the mount point manager.
kernel32/tests: Added tests for FindFirstVolume/FindNextVolume.
ntdll: Return a proper Information field also when opening a server file object.
advapi32: Fix the length written to the pipe for the start message.
wineboot: Don't print errors for non-fatal problems.
configure: Add --without options for all optional dependencies.
configure: Added a check for the soname of libodbc.
wined3d: Use unsigned int instead of size_t for element counts.
wined3d: Use unsigned int instead of size_t for the glsl mask size.
advapi32/tests: Print the correct size in an error message.
gdi32/tests: Avoid using size_t in traces.
kernel32/tests: Avoid using size_t in traces.
server: Wait for the expiration of all the process SIGKILL timers before exiting the server.
regedit: Fixed parsing of hex sequences.
server: Accept utf-8 data as input in registry files.
server: Make the registry parser more tolerant about malformed hex values.
server: Output incorrectly-terminated strings in hex format.
kernel32: Fail more gracefully in GetVolumeInformation for fake drive devices.
mountmgr.sys: Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY and IOCTL_STORAGE_GET_DEVICE_NUMBER.
Spelling fixes in French man pages.
Alistair Leslie-Hughes (17):
msxml3: Return E_INVALIDARG when value is NULL.
msxml3: Implement setNamedItem.
msxml3: Implement createComment.
msxml3: Implement createAttribute.
msxml3: Add missing values for get_nodeName.
msxml3: Cannot add an attribute with appendChild.
msxml3: Implement get_xml.
msxml3: Tests for get_xml, createAttribute, CreateComment, setNamedItem.
msxml3: nextSibling not supported for Attribute, Document and Document Fragment Nodes.
msxml3: lastChild not supported for CDATASection, Comment, PI and Text Nodes.
msxml3: createProcessingInstruction: Check arguments are valid.
msxml3: previousSibling not supported for Attribute, Document and Document Fragment Nodes.
msxml3: get_attributes not supported for Attribute, CData, Comment, Doc, Doc Frag, Entity and Text Nodes.
msxml3: Suppress IID_IRunnableObject FIXME since its not supported.
mscoree: Add stubs for DllCanUnloadNow and DllGetClassObject.
user32: Add SetProcessDPIAware stub.
msxml3: Fix memory leak in test.
Andre Wisplinghoff (1):
regedit: Refresh tree view on import.
Andrew Talbot (26):
msvfw32: Remove unneeded casts.
ntdll: Remove unneeded casts.
advapi32: Remove unneeded casts.
comctl32: Remove unneeded casts.
cabinet: Remove unneeded cast.
avifil32: Remove unneeded casts.
user32: Fix a spelling typo.
cryptnet: Remove unneeded cast.
crypt32: Remove unneeded casts.
dbghelp: Remove unneeded casts.
ddraw: Remove unneeded casts.
dplayx: Remove unneeded casts.
dsound: Remove unneeded casts.
comctl32: Remove unneeded casts.
d3d8: Remove unneeded casts.
comdlg32: Remove unneeded cast.
imm32: Remove unneeded cast.
iccvid: Remove unneeded casts.
gphoto2.ds: Remove unneeded casts.
gdi32: Remove unneeded casts.
dxdiagn: Remove unneeded casts.
gdiplus: Remove unneeded casts.
itss: Remove unneeded casts.
kernel32: Remove unneeded casts.
mapi32: Remove unneeded cast.
mscms: Remove unneeded casts.
Andrey Esin (2):
wordpad: Russian translation.
shell32: Fixed typo.
Andrey Turkin (2):
wineboot: Fix installation of SFP protected files.
dbghelp: Implement ImageDirectoryEntryToDataEx.
Aric Stewart (3):
imm32: When updating a NULL HIMCC with NULL just return NULL. Handle the NULL HIMCC for the compstr when doing a ImmNotifyIME for a reset.
imm32: ImmNotifyIMM with CPS_CANCEL fully clears the composition string. Also enable respective tests.
fonts: Add Japanese small font.
Austin English (7):
dplayx: Fix a typo.
msi: Fix several typos.
Spelling fixes.
More spelling fixes.
Spelling fixes.
Spelling fixes.
loader: Add disabling dlls to wine man page.
Chris Wulff (1):
shdocvw: Hide and show the frame window instead of the inner one.
Dan Kegel (1):
winemenubuilder: Expand short paths, else menu items aren't created for CSLU Toolkit.
Detlef Riekenberg (1):
spoolss: Add stubs for SpoolerHasInitialized and SpoolerInit.
Divan Burger (6):
comdlg32: Fix bug where the colour graph's cross is not painted.
comdlg32: Clamp hue and saturation when clicking in colour graph in colour dialog.
comdlg32: Modernize the look of the luminance bar in the colour dialog.
comdlg32: Modernize the look of the colour graph's cross in the colour dialog.
comdlg32: Modernize the look of the selected colour box in the colour dialog.
comdlg32: Modernize the look of the colour boxes in the colour dialog.
Dmitry Timoshkov (9):
winecfg: Don't mix the strings in unix and windows locales.
gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW.
msvcrt: Rename _environ to avoid a conflict on Solaris.
gdi32: Add more tests for bitmap font metrics scaling.
comdlg32: If lpstrFile points to a valid string use it as a default value for edit control.
gdi32: Add support for scaling font metrics.
gdi32: Fix the regression caused by the scaling font metrics patch.
gdi32: Fix a GdiFont leak.
gdi32: Simplify GetEnumStructs.
Eric Pouech (29):
richedit: Added support for some message (key, mouse) filtering events.
richedit: Fixed a couple of charformatXXm structure conversions because of alignment issues.
richedit: Correctly set the CFM_WEIGHT in charformat2.
richedit: Fully initialize the first style.
richedit: Correctly copy the pitch and family field.
richedit: Don't allow recursive EN_REQUESTRESIZE notifications.
richedit: Extend the usage of underlinetype from charformat2 in richedit.
richedit: Now painting the newly supported underline types.
richedit: Simplified handling of background brush while painting.
richedit: Correctly initialize the paraformat structure.
richedit: Now dumping all fields from the paraformat2 structure.
richedit: Properly copying the paraformat2 structure for paragraphs.
richedit: Enforce usage of paraformat2 fields instead of homegrown ones for paragraphs.
richedit: Fix the para computation when zoom is used.
richedit: Now drawing the paragraph borders (if any) from paraformat2.
richedit: Added support for spaces above & below paragraphs.
richedit: Added support for intra-paragraph line space.
richedit: Rewrote FindPixelPos so that it always return something.
richedit: Small optimisation in ME_GetSelectionInsertStyle.
richedit: Move init code after some sanity checks to avoid unneeded computations.
richedit: Don't recreate the DC all the time, but use uniformely a ME_Context structure where needed.
richedit: Optimizations for the style selection.
richedit: Don't force repaint while the redraw flag is off.
richedit: Simplify first para style handling by creating a context.
richedit: Only copy the charset when it's defined.
richedit: Initialize all the cursors at editor creation.
richedit: Check return of GetScrollInfo before accessing the returned structure.
richedit: Uniformly handle the bPitchAndFamily field out of CHARFORMAT.
gdi32: Break loop in MF_PlayMetaFile when META_EOF is found.
Francois Gouget (9):
msxml3/tests: Add the trailing '\n' to an ok() call.
wintab32: Add a trailing '\n' to a Wine trace.
advapi32: RegGetValue() should not return an error when expanding a string and given a NULL buffer and a zero size.
advapi32: RegGetValueW() must return the required buffer size in bytes, not WCHARs.
kernel32/tests: Add more ExpandEnvironmentStringsA() tests.
kernel32/tests: Despite the MSDN claims, GetComputerName() does not return the required buffer size... except on Vista. So update the tests accordingly.
msi/tests: Tweaked so it does not look like things are misspelled.
shell32: A lot of lnk files have extra data blocks at the end, although they don't seem to matter much. So drop the corresponding ERR() to a WARN().
winemenubuilder: EnumResourceNamesW() returns false when we find the icon. So fix the corresponding misfiring trace.
Gerald Pfeifer (24):
msi: Add missing initializer for delete_ops.
wined3d: Remove noop check in IWineD3DBaseTextureImpl_Appl().
user32: Fix type of loop variable.
winhelp: Remove a dead condition.
taskmgr: Remove redundant out-of-domain checking which is already handled by PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage().
kernel32/tests: Remove extraneous check.
winex11.drv: Simplify condition in create_xcursor_cursor() based on the unsignedness of types.
msi: Simplify condition in TABLE_fetch_stream().
d3d9/tests: Simplify condition in test_vshader_input().
wined3d: Remove four noop checks.
winspool: Adjust the typo of a loop variable in test_EnumForms().
ole32: Remove one noop check in CoWaitForMultipleHandles().
wined3d: Simplify three checks based on the unsignedness of variables.
qcap: Complete initializers for g_cTemplates[].
msi: Remove an extraneous safety check and simplify deformat_string().
wined3d: Removed dead FIXME checks.
ws2_32: Remove two noop checks.
msi: Remove an extraneous safety check and simplify generate_error_string().
d3d8: Fix type of loop variable.
d3d9: Fix type of loop variable.
msi: Adjust the types of loop variables.
user32: Factor in EDIT_WM_EraseBkGnd().
gdi32: Tighten range checking in PlayEnhMetaFileRecord() and remove four useless checks.
msi: Complete initializers.
H. Verbeet (6):
wined3d: Call ActivateContext regardless of WINED3DCREATE_MULTITHREADED.
wined3d: Call SetGlTextureDesc() from BindTexture() rather than from PreLoad().
wined3d: Move binding the texture and dirtifying the sampler to its own function from surface_download_data().
wined3d: Bind the surface texture in LoadLocation().
wined3d: SFLAG_INTEXTURE is the same as SFLAG_INDRAWABLE for offscreen render targets when ORM_FBO is used.
wined3d: Properly handle the surface location in stretch_rect_fbo().
Hans Leidekker (15):
gdi32: Add a stub implementation for RemoveFontMemResourceEx.
msvcrt: Fix spec file entries for the execv functions.
wininet: Fix handling of host and referrer headers in HttpOpenRequest.
kernel32: Fix two test failures on Win98 due to missing GetTempPathW.
kernel32: Add Surinam Dutch and Belgian Dutch translations of language group names.
tools/wine.desktop: Add Dutch translation.
msvcrt: Implement _wsystem and forward system to it. Respect COMSPEC environment variable.
msvcrt: Implement _wpopen and forward _popen to it.
msvcrt: Rewrite _execl/_spawnl functions as wrappers around wide character implementations.
msvcrt: Implement _execl{e, pe}.
msvcrt: Rewrite _spawnve as a wrapper.
msvcrt: Implement _wexecl{, e, p, pe}.
msvcrt: Implement _wspawnl{, e, p, pe}.
msvcrt: Implement _wexecv{, e, p, pe}.
msvcrt: Correct search strategy for the exec/spawn functions.
Jacek Caban (42):
urlmon: Move setting protocol_sink to separated function.
urlmon: More ReportProgress implementation.
urlmon: Release protocol sink in Terminate.
urlmon: Added more binding tests.
urlmon: Use BindProtocol in Binding object.
urlmon.idl: Added missing MONIKERPROPERTY variables.
urlmon: Added ibind argument handling in CreateAsyncBindCtx.
urlmon: Make start_binding more generic.
urlmon: Better implementation of bind stopping.
urlmon: Better error handling.
urlmon: Binding_Create clean up.
urlmon: Added "CBinding Context" bind option support.
urlmon: Call AddRef in EnumFORMATETC::QueryInterface.
urlmon: Added BindToObject implementation.
urlmon: Added more tests.
ole32: Fixed parameter checking and improved debug traces in IBindCtx::QueryInterface.
mshtml: Added PutProperty implementation.
shdocvw: Added missing OnObjectAvailable function.
shdocvw: Store DocHost in BindStatusCallback.
shdocvw: Return S_OK in OnStartBinding.
shdocvw: Return correct variables in GetBindInfo.
shdocvw: Always create BindStatusCallback object.
shdocvw: Added OnObjectAvailable implementation.
shdocvw: Use OnObjectAvailable in http_load_hack.
shdocvw: Added OnProgress implementation.
shdocvw: Added OnStopBinding implementation and use it in http_load_hack.
shdocvw.5: Move on_before_navigate2 call to navigate_mon.
shdocvw: Use BindToObject to load document (except for http, https and ftp protocols).
shdocvw: Call try_application_url after BindToObject failure.
mshtml: Added Invoke(DISPID_READYSTATE) implementation.
mshtml: Fixed Read implementations.
mshtml: Don't assume that end_pos.node is text node in range_to_string.
shdocvw: Fixed ref count leak.
shdocvw: Set IE's IVer and Build registries.
mshtml: Don't crash in before_async_open if there is no client site.
mshtml: Handle fClearDirty flag in IPersistStreamInit::Save.
mshtml: Move nsChannel's content type initialization to async_open_doc_uri.
mshtml: Update focus information in WM_RESETFOCUS_HACK.
mshtml: Fixed hr element handling in range object.
mshtml: Added more range tests.
mshtml: Use QueryService to get IHttpNegotiate in get_post_data_stream.
mshtml: Disable some default Gecko warnings.
James Hawkins (16):
msi: Only read an internal package if the file to install is compressed.
msi: WriteEnvironmentStrings should also write to REG_EXPAND_SZ strings.
msi: If the package is a URL, the OriginalDatabase property should be the URL and the DATABASE property should be the path to the local temporary package.
msi: Factor out msi_set_sourcedir_props.
msi: OriginalDatabase is the fully-expanded path to the original package if the package is local and installed from the command line.
msi: SourceDir is formed from the path of OriginalDatabase.
msi: OriginalDatabase can be a URL so check for a forward slash too.
msi: Directly download mi->source now that SourceDir points to the URL.
msi: Check the local package for existence when resolving the package source.
msi: Copy the temporary package when storing the installer.
msi: Remove an erroneous table.
msi: Pad the month and day to two digits.
msi: Create parent directories when duplicating files if they don't exist, with tests.
msi: Handle markers in the WHERE section of an UPDATE query, with tests.
msi: Test committing a table with a removed row.
msi: Actually delete the row data instead of blanking it out.
Jeremy White (4):
wintab32: Add modest trace information for tablets.
wintab32: Remove the unused and clearly broken FindOpenContext function.
wintab32: Add logic to detect specific tablet cursor types, use it to discard non tablet X devices.
wintab32: If we could not find a stylus sort of device, we haven't found a tablet.
Jonathan Ernst (4):
server: New French man page for wineserver.
crypt32: Updated French translation.
server: Updated French man page.
loader: New French man page for wine.
Kirill K. Smirnov (2):
kernel32: Convert newborn wineserver handle to kernel32 console handle.
winhelp: Fix index to handle offset value = 0 correclty.
Lance Jackson (1):
cmd: Fix some unclosed file and registry handles.
Lei Zhang (10):
gdiplus: Initialize a variable in a test.
gdiplus: Add GdipCreatePen2 and test cases.
msxml: Fix compilation on machines without libxml2.
ntoskrnl.exe: Additional stub implementations.
mapi32: Initialize several string buffers.
shlwapi: Additional UrlEscapeA tests.
shlwapi: Check an argument to UrlEscapeA.
shlwapi: Check more arguments to UrlEscapeA.
shlwapi: Fix a return value in UrlEscapeA.
mapi32: Fix UrlEscapeA usage in MAPISendMail.
Lionel Debroux (2):
msi: Correctly handle return value of msi_realloc.
dinput: Improve TRACEs and WARNs.
Louis Lenders (2):
user32: Add stub for GetLayeredWindowAttributes.
shdocvw: Change return value for PersistMemory_Load.
Marcus Meissner (5):
wininet: Check return value of InternetCrackUrl when checking referrer host.
winex11: Set last error on enumerating display settings.
msvcrt: Remove strange condition which might lead to crash.
server: Remove superflous check (value->data is dereferenced before check).
msxml3: Move potential NULL ptr derefs into their if () case.
Michael Jung (1):
imm32: Added some unit test cases.
Michael Stefaniuc (5):
wininet: Fix typo in comparison with NULL. Found by Smatch.
user32: Remove unneeded casts.
janitorial: Remove superfluous backslashes at end of lines.
netapi32: Remove two unused global variables.
kernel32: Add missing HeapFree(). Found by Smatch.
Paul Chitescu (1):
advapi32: Accept a NULL lpServiceStatus in ControlService.
Paul Romanyszyn (1):
comdlg32: Filter change should not update filename.
Paul Vriens (4):
advapi32/tests: Don't crash on win98.
kernel32/tests: Skip not implemented functions.
kernel32/tests: Skip not implemented functions.
kernel32/tests: Skip not implemented functions.
Peter Dons Tychsen (4):
oleaut32: Add missing types to serialize/deserialize.
ddraw: Add missing pitch in callback from EnumDisplayModes().
dinput: Silence incorrect warning and move it to a valid place.
devenum: Fix the implementation of IEnumMoniker::Skip(), to match the MSDN specs.
Peter Oberndorfer (2):
user32: Remove unused lpGrayMask array.
dwmapi: Add stub implementation for DwmSetWindowAttribute and DwmUnregisterThumbnail.
Reece H. Dunn (1):
gdiplus: Added the ProfileNotFound status code.
Rico Schüller (3):
cabinet: Fix memory leak (found by Smatch).
mshtml: Fix memory leak (found by Smatch).
msi: Fix memory leaks (found by Smatch).
Rob Shearman (70):
rpcss: Initialise some out-only parameters that aren't initialised by the generated RPC code.
rpcrt4: Implement non-conformant string functions.
rpcrt4: Add some tests for non-conformant strings.
rpcrt4: Implement NdrConformantStringMemorySize.
widl: Check that the buffer has enough space before unmarshalling base types in generated code.
include: Add defines for more message flags in rpcdcep.h.
rpcrt4: Keep a track of server context handles allocated during processing of a request.
rpcrt4: Fix a case of destroying a context handle without first releasing the lock.
rpcrt4: Fix the MIDL_STUB_MESSAGE fields set by NdrServerInitializeNew.
rpcrt4: Add tests for NdrServerInitializeNew.
rpcrt4: Make some variables in the tests static.
rpcrt4: Fix NdrGetBuffer to set the correct fields in the MIDL_STUB_MESSAGE structure.
ntdll: Add some tests for NtQueryValueKey.
ntdll: Set the DataLength field of the information field in NtQueryValueKey to how much data should be returned, not what was actually returned.
user32: Add a stub implementation of RegisterServicesProcess.
ntdll: Implement RtlRegisterWait, RtlDeregisterWait and RtlDeregisterWaitEx.
kernel32: Implement RegisterWaitForSingleObject and UnregisterWait.
kernel32: Add tests for RegisterWaitForSingleObject and UnregisterWait.
include: ws2tcpip.h should include winsock2.h.
rpcrt4: Update todos.
widl: Make the offset of conformant string types point to the start of the conformant string format chars, not the pointer type.
ole32: Determine the destination for the COM call and initialise the necessary parameters in ClientRpcChannelBuffer_GetBuffer instead of ClientRpcChannelBuffer_SendReceive.
svchost: Add a FIXME for an undocumented function (SvchostPushServiceGlobals) that some native services expect to be called by native svchost.
kernel32: Implement RegisterWaitForSingleObjectEx.
ole32: Clear the RPC_MESSAGE structure before using it.
rpcrt4: Add some tests for NdrGetBuffer and NdrFreeBuffer.
rpcrt4: Don't set Buffer to NULL in I_RpcFreeBuffer.
ole32: get_moniker_for_progid_display_name should fallback to using IClassFactory to get IParseDisplayName if getting it directly fails.
ole32: Fix a typo in the class moniker tests.
include: Add defines for context handle flags to rpcfc.h.
widl: Output calls for the new versions of the marshalling and unmarshalling routines for server context handles.
rpcrt4: Pass the interface identifier to the lower-level context handle routines for context handles with the strict flag set.
widl: Add support for strict context handles.
rpcrt4: Print fixme's if the serialize or no-serialize flags are set on a context handle being marshalled or unmarshalled.
include: Add the strict_context_handle flag to the Irot interface.
widl: Fix the conditions under which array freeing code is output.
include: I_RpcBindingInqTransportType and I_RpcMapWin32Status should be always defined.
rpcrt4: Implement I_RpcMapWin32Status.
ntdll: Add tests for the data and name returned by NtQueryValueKey.
ntdll: Fix the Data and Name returned by NtQueryValueKey for KeyValueFullInformation.
ntdll: Fix NtQueryValueKey for KeyValueBasicInformation.
widl: Fix context handle "cannot be null" detection.
widl: Use symbolic names for some of the context handle attributes.
ole32: Clear the RPC_FLAGS_VALID_BIT flag from the RPC_MESSAGE ProcNum when shortcutting the RPC runtime.
ole32: Shortcut the RPC runtime for allocation of the message when processing the COM call by just sending a message to a window in the process.
ole32: Fix a memory leak.
ole32: Fix memory leaks caused by not calling the channel hook function when extension_size is zero.
rpcrt4: Add tests for the RPC_MESSAGE members set by NdrClientInitializeNew.
rpcrt4: Set the ProcNum of RPC_MESSAGE in NdrClientInitializeNew to include RPC_VALID_FLAGS_BIT.
rpcrt4: ndr_stubless.h should include ndrtypes.h as it depends on types it defines.
rpcrt4: Add stubs for NdrCorrelationInitialize, NdrCorrelationPass and NdrCorrelationFree.
rpcrt4: Call NdrCorrelationInitialize and NdrCorrelationFree from NdrClientCall2 if new correlation descriptors have been specified.
rpcrt4: Add stubs for I_RpcAsyncSetHandle and I_RpcAsyncAbortCall.
rpcrt4: Add stubs for asynchronous functions.
rpcrt4: Add tests for some async RPC functions.
rpcrt4: Implement RpcAsyncInitializeHandle.
rpcrt4: Set ReservedForRuntime to NULL in NdrClientInitializeNew.
include: Add prototype for I_RpcNegotiateTransferSyntax.
rpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer.
rpcrt4: Remove some unused includes.
rpcrt4: Bind to the server interface in I_RpcGetBuffer, not I_RpcSendReceive.
rpcrt4: Improve error handling in RPCRT4_io_thread and remove commented-out code.
rpcrt4: Use send on a socket instead of write as it's more portable.
rpcrt4: Implement NdrMapCommAndFaultStatus.
rpcrt4: Fix a leak of msg in RPCRT4_io_thread on the error paths.
ole32: Fix some uses of SEEK_SET when STREAM_SEEK_SET should have been used instead.
rpcrt4: Fix memory leak in NdrFullPointerXlatFree.
rpcrt4: Fix memory leaks in the ndr_marshall tests.
rpcrt4: Fix a memory leak in the cstub tests.
rpcrt4: Split RPCRT4_process_packet out into separate functions.
Roderick Colenbrander (2):
wined3d: Use software palette conversion for non-texturing operations.
wined3d: Unify color conversion code.
Stefan Dösinger (2):
wined3d: Detect geforce 7300 cards.
wined3d: Fix a pixelshader recompilation check.
Tony Wasserka (1):
include: Add d3dx9core.h.
Zach Goldberg (1):
Fix some typos.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.52 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Improved graphics tablet support.
- Support for RPC context handles.
- Fixes for some longstanding screen depth issues.
- Implementation of "My Network Places" shell folder.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.52.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.52.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.51:
Alex Villacís Lasso (2):
user32: Fix regression in DlgDirList caused by modified LB_DIR return behavior, with tests.
comdlg32: Fix another regression in 3.1-style file dialog from LB_DIR fix.
Alexander Dorofeyev (7):
ddraw: Fix incorrect WARN text.
wined3d: Rewrite IWineD3DSurfaceImpl_BltOverride colorfill codepath.
wined3d: Use IWineD3DDeviceImpl_ClearSurface in IWineD3DDeviceImpl_Clear.
ole32: Fix wrong timeout check.
ws2_32: Fix timeout check.
wined3d: Add zero/near zero vertex rhw special case.
wined3d: Also update alpha test when stage texture is NULL.
Alexander Nicolaysen Sørnes (1):
comdlg32: PageSetupDlgW: Load paper orientation in ChangePrinterW.
Alexandre Julliard (30):
Revert "user32: Moved some 16-bit functions."
oleaut32/tests: Avoid relying on system-dependent rounding.
server: Fix possible NULL dereference.
ntoskrnl.exe: Added implementation for IoCreateDriver and IoDeleteDriver.
ntoskrnl.exe: Allow returning data in ioctls along with a positive non-zero status.
user32: Set the WSF_VISIBLE flag on the main window station.
advapi32: Reimplement RegisterServiceCtrlHandler on top of RegisterServiceCtrlHandlerEx.
advapi32: Fix RegisterServiceCtrlHandler spec entry.
advapi32: Use exponential backoff when waiting for a service to start.
advapi32: Replace the list of services with an array.
advapi32: Return from StartServiceCtrlDispatcher when all services are stopped.
kernel32: Forward interrupts in 32-bit code to winedos too.
server: Use SIGQUIT instead of SIGTERM to terminate a thread.
advapi32: Move the EnumDependentServicesA/W stubs in service.c where they belong.
wineboot: Simplify the unnecessarily complex code structure.
wineboot: Add support for starting NT-style services.
wineboot: Rewrite wininit.ini processing to use GetPrivateProfileSectionW. Convert to Unicode.
wineboot: Convert the rest of the code to Unicode.
wine.inf: Mark the spool service as disabled, it's just a stub.
include: Added the mountmgr.h header.
server: Don't count system processes as users of a desktop.
server: Don't give out full access to the system process event.
explorer: It no longer needs to be made a system process.
advapi32: Start non-interactive services in a separate window station.
ntdll: Increase the buffer size dynamically for relay debug lists.
kernel32: Store the initial directory as a full path in the process parameters.
kernel32: Yet another workaround for broken apps in GlobalMemoryStatus.
kernel32: Initialize MaximumLength of the user params directory too.
winedos: Add the possibility of refusing to emulate some interrupts.
wintab32: Fix debug traces to use wine_dbg_sprintf.
Alistair Leslie-Hughes (1):
msxml3: Fix memory leaks in tests.
Andrew Riedi (1):
gdiplus: Add GdipCreateHBITMAPFromBitmap() stub.
Andrew Talbot (10):
kernel32: Remove unneeded casts.
kernel32: Remove unneeded casts.
kernel32: Remove unneeded casts.
mapi32: Remove unneeded casts.
kernel32: Revert the removal of a cast from a macro.
mciavi32: Remove unneeded casts.
mciseq: Remove unneeded casts.
msacm32: Remove unneeded casts.
msvcrt: Remove unneeded cast.
msi: Remove unneeded cast.
Andrey Turkin (5):
server: I/O completion ports can only be used with overlapped I/O.
server: Store I/O completion information in async structure.
ntdll: Implement BindIoCompletionCallback.
dbghelp: Adjust minidump streams ordering and sizing.
dbghelp: Treat const addresses as const unsigned.
Aric Stewart (1):
fonts: Correct External leading for japanese small font and enable fontmetric test for the font.
David Adam (4):
d3dx8: Add definition for MatrixStack.
d3dx8: Rename d3dx_core_private.h to d3dx8_private.h.
d3dx8: Add basic functions and stubs for MatrixStack.
d3dx8: Implement D3DXCreateMatrixStack.
Dmitry Timoshkov (11):
user32: Always clip the button painting to the client rectangle.
gdi32: Add a GdiConvertToDevmodeW test, make it pass under Wine.
gdi32: When compiling with PSDK headers request latest DEVMODE definition.
gdi32: In the calculations use a fixed dmSize, not a passed in (possibly too large) one.
user32: Make sure to setup clipping before any painting is done.
user32: Set the edit text in a combobox only if combobox has strings.
include: Add CONTEXT86_EXTENDED_REGISTERS and CONTEXT86_ALL definitions.
gdi32: Add a test for minimal acceptable DEVMODEA size, make it pass under Wine.
user32: Add a test for an invalid DEVMODE passed to ChangeDisplaySettings, make it pass under Wine.
riched20: Remove a redundant parameter from trace.
user32: Reimplement IsHungAppWindow.
Eric Pouech (1):
valgrind: Made Wine compliant will latest Valgrind macros (the one removed from 3.3.0 and deprecated since 3.2.0).
Francois Gouget (13):
rpcrt4: Add an rpcasync.h header stub and fix the RpcErrorStartEnumeration() prototype.
user32/tests: Use GetProcAddress() on ChangeDisplaySettingsExA() because it is missing on Windows 95.
msi: Add a trailing '\n' to Wine traces.
secur32/tests: Dynamically load various APIs and don't link with crypt32.dll to make the test run on Windows 95.
shell32/tests: Avoid SHDeleteKeyA() because shlwapi.dll is missing on Windows 95.
shell32/tests: Copy the PathRemoveBackslashA() and PathAddBackslashW() implementations because shlwapi.dll is missing on Windows 95.
shell32/tests: Use GetProcAddress() on SHGetPathFromIDListW() because it is missing on Windows 95.
shell32/tests: Use GetProcAddress() on Shell_NotifyIconW() because it is missing on Windows 95.
shell32/tests: Use GetProcAddress() on SHFileOperationW() because it is missing on Windows 95.
oleaut32/tests: Avoid SHDeleteKeyW() because shlwapi.dll is missing on Windows 95.
dinput: Make _dump_cooperativelevel_DI() and _dump_EnumDevices_dwFlags() more self-contained.
Assorted spelling fixes.
configure: Work around an Xcode 3.0 bug when detecting the libGL library.
Gerald Pfeifer (1):
msi: Fix error handling in encode_streamname().
Huw Davies (6):
include: Add IMimeAllocator.
inetcomm: Add IMimeAllocator implementation.
inetcomm: Fix spelling typo.
inetcomm: Implement IMimeBody_GetParameters.
inetcomm: Unquote parameter values.
inetcomm: Implement IMimeBody_GetOffsets.
Ivan Sinitsin (1):
winefile: Save font settings in registry.
Jacek Caban (24):
mshtml: Remove not used argument of nsACString_GetData.
mshtml: Remove not used argument in nsAString_GetData.
shdocvw: Ignore Exec(CGID_Explorer, 66) calls in tests.
urlmon: Use flag to store protocol lock state.
urlmon: Fixed protocol tests.
urlmon: Added BindProtocol::GetBindString implementation.
urlmon: Added IServiceProvider implementation to BindProtocol object.
urlmon: Added BindProtocol::Switch implementation.
urlmon: Added BindProtocol::Continue implementation.
urlmon: Added BindProtocol::[Un]LockRequest.
urlmon: Added more BindProtocol::ReportProgress implementation.
urlmon: Added more binding tests.
urlmon: Fixed BindToObject tests.
mshtml: Use IBindCtx passed to Load in BindToStorage call.
mshtml: Added AboutProtocolInfo::QueryInfo implementation.
mshtml: Added ResProtocolInfo::QueryInfo implementation.
mshtml: Added QueryInfo tests.
urlmon: Added CoInternetQueryInfo implementation.
urlmon: Added CoInternetQueryInfo tests.
urlmon: RegisterNameSpace clean up.
urlmon: Added [Un]RegisterMimeFilter implementation.
urlmon: Added mime filters tests.
urlmon: Use heap_alloc_zero to allocate BindProtocol.
urlmon: Rename BindProtocol's IInternetProtocolSink methods.
James Hawkins (23):
msi: Release the record when loading the hash data.
msi: Add more tests for MsiOpenPackage.
msi: Validate the parameters of MsiOpenPackage.
msi: If the package doesn't exist, return ERROR_FILE_NOT_FOUND.
msi: Verify that the PID_PAGECOUNT and PID_REVNUMBER summary info properties exist.
msi: Simplify ExpandAnyPath.
msi: Add tests for MsiEnumClients.
msi: Validate the parameters of MsiEnumClients.
msi: Check the user component key for the clients.
msi: Also check the local system component key for the clients.
msi: Return ERROR_UNKNOWN_COMPONENT if no products exist.
msi: Return ERROR_INVALID_PARAMETER if the product list is empty and index is not zero.
msi: The line control has a height of exactly 2 device units.
msi: Set the text color after calling the window proc.
msi: Test sorting a table using a column that is not selected.
msi: Sort each table of the join separately.
msi: Free the ordering information.
msi: Allow NULL parameters to be passed to the local MsiSetProperty.
msi: Initialize a default COM apartment for custom actions.
msi: The BS_GROUPBOX style should only be used if the HasBorder attribute is set.
msi: Fix deleting temporary rows, with tests.
msi: Allow the not-equal operator in WHERE query string comparisons.
msi: Allow whitespace after the property name when setting a property in the dialog.
Jeremy White (11):
wintab32: Store and use the physical device id to match device to cursor.
wintab32: Do not offset the physical device id by the cursor number.
wintab32: Add constants for cursor types and use them.
wintab32: Order the cursor array by the standard Wacom promulgates.
wintab32: Add additional device tracing.
wintab32: Compute our physical device characteristics based on the first tablet device that looks like a stylus.
wintab32: Correctly handle devices with a device id of 0.
wintab32: Don't return information for non existent cursors.
wintab32: Implement the ability to return the number of devices and cursors.
wintab32: Capture the number of buttons earlier, allowing our button maps to be filled in.
wintab32: Fix the W->A translation for CSR_NAME and CSR_BTNNAMES.
Johannes Stezenbach (3):
wininet: Implement support for INTERNET_OPTION_VERSION in InternetQueryOptionW.
wininet: Fix error return code in FindFirstUrlCacheEntryW() stub.
ws2_32: Set *res = NULL for error return from WS_getaddrinfo().
Kirill K. Smirnov (7):
winhelp: Remember last added page.
winhelp: Avoid any keywords comparision during lookup, store pointer to listbox ITEMDATA instead.
server: Properly notify renderer while activating another screen buffer.
ws2_32: Fix flags conversion in getnameinfo() function.
kernel32: ReadConsoleW should wait for at least one character before returning.
winhelp: When we reuse window structure, old brush should not be reused.
kernel32: Invalidate local copy of console input event handle while reallocating console.
Lei Zhang (2):
quartz: Move aggregation tests into separate file.
quartz: Make filtergraph aggregatable.
Lionel Debroux (2):
winedevice: Fix memory leak (found by Smatch).
winspool: Fix memory leak (found by Smatch).
Maarten Lankhorst (3):
riched20: Implement ECO/EM SELECTIONBAR.
riched20: Fix bugs in EM_SETOPTIONS.
winealsa: Add special case for microphone source in mixer.
Marcus Meissner (2):
msi: Fixed buffer overflow in number parsing.
d3d9: Initialize pVertexBuffer.
Michael Jung (1):
ole32: Avoid leaving a critical section twice.
Michael Stefaniuc (3):
rpcrt4: Add missing LeaveCriticalSection. Found by Smatch.
secur32/tests: InitFunctionPtrs() needs to use the global crypt32dll variable.
gdi32: There is no need to cast NULL to a function pointer.
Mike McCormack (1):
shell32: Implement "My Network Places" shell folder.
Peter Beutner (1):
d3d9: Add stub for Direct3DShaderValidatorCreate9().
Peter Oberndorfer (2):
winex11: Remove unused SWAP_INT macro.
gdi32: Fix a comment typo.
Reece H. Dunn (2):
include: Added the new Vista messages.
user32: Added the new Vista messages to spy.
Rico Schüller (3):
comdlg32: Fix typo.
kernel32: Fix typo.
wined3d: Fix some typos.
Rob Shearman (50):
widl: Clear padding in the buffer due to alignment.
widl: Return types shouldn't be freed.
widl: Only base types or reference pointers to base types don't need to be freed.
include: Add definitions for RPC_FC_SSTRING and RPC_FC_C_SSTRING.
rpcrt4: Clear padding inserted into the buffer during marshalling because of alignment.
rpcrt4: Add a FIXME for RPC_FC_P_ALLOCALLNODES in PointerUnmarshall.
rpcrt4: Fix NdrConformantStringUnmarshall to use buffer memory if possible.
rpcrt4: Return an error from rpcrt4_conn_tcp_read if recv returns 0.
rpcrt4: Make a server association when a bind packet is received in the server.
rpcrt4: Move association code into a separate file.
hlink: Fix some memory leaks in the tests.
include: Add more NDR types and function declarations to rpcndr.h.
include: Add more types and function declarations to the rpcasync.h header file.
rpcrt4: Don't copy memory from the buffer in NdrConformantStringUnmarshall if we just pointed the memory pointer into the buffer.
rpcrt4: Add a stub for I_RpcGetCurrentCallHandle.
include: Add some context handle defines to rpcdcep.h.
mscoree: Add a stub for GetVersionFromProcess.
rpcrt4: Implement I_RpcGetCurrentCallHandle.
widl: The detection of types is highly dependent on the ordering of the various type detection functions.
widl: Fix the length used when clearing alignment space in generated files.
rpcrt4: Fix the ALIGN_POINTER_CLEAR macro.
rpcrt4: Memory should only be cleared in ComplexUnmarshall, not in ComplexMarshall.
rpcrt4: Initialise memory passed into RPCs in the server test.
rpcrt4: Don't use BufferEnd in RpcStream_Write.
rpcrt4: Fix NdrConformantStringUnmarshall to always increment the buffer during unmarshalling.
ole32: Fix RPC_GetLocalClassObject to wait for 30 seconds, even if messages arrive while we are waiting.
rpcrt4: Print an error if stub buffer pointer is passed into safe_copy_from_buffer.
rpcrt4: Fix a memory leak from the get_filename call in the server tests.
kernel32: Add a test for calling VirtualAlloc on a view of a SEC_RESERVE file mapping.
widl: Tweak the rules for when to call pfnFree for arrays.
rpcrt4: Set pStubMsg->BufferMark in NdrConformantVaryingArrayUnmarshall and NdrVaryingArrayUnmarshall.
widl: Fix the generation of temporary variables for declared arrays.
widl: Fix pointer detection in structures and arrays.
include: Remove semi-colons from the end of cpp_quote statements as MIDL likes them.
rpcrt4: Move low-level NDR context handle functions to a separate file.
rpcrt4: Implement higher-level NDR server context handle functions.
rpcrt4: Implement low-level context handle support.
rpcrt4: Add tests for low-level context handle functions.
widl: Add support for generating code for out-only context handles by calling NdrContextHandleInitialize.
rpcss: Use context handles to automatically free running object table entries if the client process quits without calling IrotRevoke.
hlink: Fix memory leak by freeing extension services This->headers in the release function.
msi: Fix several memory leaks after using IEnumSTATSTG_Next.
oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test.
quartz: Fix memory leak in FilterGraphInner_Release.
rpcrt4: Add tests for varying and conformant varying arrays.
rpcrt4: Re-use existing memory for embedded pointers in NdrConformantVaryingArrayUnmarshall.
rpcrt4: Re-use existing memory for embedded pointers in NdrVaryingArrayUnmarshall.
rpcss: Zero the memory of several variables before writing them to the pipe to silence Valgrind warnings.
explorer: Fix memory leak when one or more properties are not present on a hal device.
server: Initialise the apc_call_t union in async_set_result to all zero to avoid a Valgrind warning.
Roderick Colenbrander (2):
wined3d: In case of GL_EXT_paletted_textures we use GL_COLOR_INDEX and don't need a GL_RED fixup.
wined3d: Only store the palette index in the alpha component when the primary render target uses P8.
Roy Shea (2):
qmgr: Generate C file with local GUID definitions from bits.idl.
qmgr: AddRef, QueryInterface, and stub functions for queue manager interface.
Stefan Dösinger (37):
winex11: Distinguish between bpp and depth.
winex11: Activate the depth-bpp difference.
d3d9: The refrast returns an error on invalid clear rects.
d3d9: D3DLOCK_DISCARD is not valid on managed textures.
d3d9: Do not set NONE MIN and MAG filters.
d3d9: Remove a few more incorrect D3DLOCK_DISCARDs.
d3d9: Add a note about a breakage in the refrast.
wined3d: Disable the SWAPEFFECT_DISCARD clear.
wined3d: Correct a pixel shader version comparison.
wined3d: Ignore tesselated and unused streams when comparing attribs.
wined3d: Filter out some shader compilation spam.
kernel32: Add a test for BindIoCompletionCallback.
wined3d: Implement D3DFMT_G16R16.
wined3d: Split up the render target -> render target blit.
wined3d: Implement blits from the active render target to swapchains.
wined3d: Emulate half float vertices if GL_NV_half_float is not there.
wined3d: Some improvements for SFLAG_CONVERTED checking.
wined3d: Implement texture -> swapchain blits with stretch_rect_fbo.
wined3d: Always dump the fbo state on errors.
wined3d: Store if half float conversion is needed in the decl.
wined3d: Fixed function vertex attribute types are flexible.
wined3d: Fix vertex buffers based on type, not semantic.
wined3d: Move the GL info structure into the adapter.
wined3d: Add a test for 16 bit floats.
wined3d: Implement half float vertex buffer conversion.
wined3d: Change the vertex buffer declaration's data format.
d3d9: Extend the fixed function vertex declaration test.
wined3d: Improve some traces.
wined3d: Add a test for POSITIONT vertex fixups.
wined3d: Vertex attributes are 4 byte aligned.
wined3d: Per stream offsets are 4 byte aligned.
wined3d: Implement and test vertex fixups with per stream offsets.
d3d9: Accept D3DDEVTYPE_REF devices in the vertex declaration test.
wined3d: Fix a problem in BltOverride.
wined3d: Get rid of the invymat.
wined3d: Combine two glScalef calls into one.
wined3d: Multiply the half pixel correction with .w.
Stefan Leichter (2):
gdiplus: Partly implement GdipCreateFromHDC2
kernel32: Silence a fixme in GetNativeSystemInfo.
Vincent Hardy (1):
regedit: Window caption correction.
Zhangrong Huang (2):
gdi32, winex11.drv: Correct default Chinese font name.
secur32: Fix possible crash while loading SSP providers from registry.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.51 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- A bunch of WinHelp improvements.
- Better Japanese font support.
- A ton of rpcrt4 fixes.
- Several Alsa capture fixes.
- Improved support for screen resolution changes.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.51.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.51.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.50:
Alex Villacís Lasso (6):
riched20: EM_GETTEXTEX with GT_USECRLF should not leave a single CR when running out of space.
riched20: WM_GETTEXT should return 0 on overflow but fill buffer anyway.
riched20: EM_GETTEXTLENGTHEX must not count last paragraph break if GTL_USECRLF.
riched20: WM_GETTEXTLENGTH should include CRLF conversions in returned count.
riched20: Invalidate all the text on bogus last selection.
riched32: Fix regression in WM_GETTEXTLENGTH on richedit 1.0 emulation.
Alexander Dorofeyev (2):
ddraw: Fix wrong initialization order in IDirect3DDevice vtable.
wined3d: Improve thread safety in IWineD3DSurfaceImpl_BltOverride.
Alexander Nicolaysen Sørnes (14):
shell32: Localize file context menu.
winecfg: Update Norwegian resource.
wineboot: Add Norwegian resources.
write: Add Norwegian resources.
browseui: Add Norwegian resources.
mshtml: Update Norwegian resources.
credui: Update Norwegian resources.
shell32: Localize 'new folder' string.
shell32: Handle backspace key in shellview.
user32: A few more colour changes to match modern Windows.
comdlg32: PageSetupDlgA: Read margins from correct edit boxes.
comdlg32: PageSetupDlgA: Swap margins when changing orientation.
comdlg32: PageSetupDlgW: Swap margins when changing orientation.
wordpad: Move registry functions to a separate file.
Alexandre Julliard (36):
ntdll: Added a sleep in NtGet/SetContextThread, a yield is not enough on some kernels.
shell32: Get rid of the internal _InsertMenuItem function.
kernel32: Remove the no-exec fault workaround, it shouldn't be needed anymore.
winmm/tests: Don't mess with the mixer controls in non-interactive mode.
server: Implemented EnumWindowStations and EnumDesktops.
server: Partial implementation of NtQueryDirectoryObject.
server: Return correct object types in the get_directory_entry request.
clock: Use system colors instead of hardcoded RGB values.
winhelp: Use system colors instead of hardcoded colors.
shell32: Fix some wrc warnings.
Removed some unneeded imports.
winebuild: Print a warning when failing to import a data export.
winebuild: Improved checks for missing forward entry point targets.
ntdll: Support delayed loading of modules referenced by forwarded entry points.
winebuild: Also optimize out imports that are only used for forwards.
msvfw32: Fix invalid check that caused the rest of VideoCapDriverDescAndVer16 to be optimized out.
server: Fix incorrect use of size_t instead of data_size_t.
comctl32: Fix a compiler warning.
Avoid size_t types in traces.
opengl32: ntdll import is still needed when building without optimizations.
kernel32: Revert change that slipped in commit db24d3af9a6e56c3036ba0a3e5d62dae4f2676d3 by mistake.
kernel32: Read label and serial from the filesystem when the device is accessible but unknown.
user32: Keep waiting for posted messages in peek_message after we get an ignored message.
Make.rules: Added rules for building the dlldata.c file.
makedep: Added support for dlldata.c dependencies.
wordpad: Fix a compiler warning.
Makedll.rules: Add a generic EXTRADLLFLAGS variable instead of defining a specific variable for every possible parameter.
winebuild: Don't set the IMAGE_FILE_DLL flag on native modules.
winecrt0: DriverEntry is a WINAPI function.
Make.rules: Process man pages in the C locale.
wordpad: Fix invalid pointer usage.
hhctrl.ocx: Store a copy of the string pointers to enable freeing them without casting away const.
user32: Print the RegisterHotKey fixme only once.
gdi32/tests: Fix a compiler warning.
riched20/tests: Avoid using size_t in traces.
riched32/tests: Avoid using size_t in traces.
Alexandru Balut (2):
oleaut32: Implement VarWeekdayName + tests.
wine.inf: Fix the type of some values in HKLM, System\CurrentControlSet\Control\Session Manager\Environment.
Alistair Leslie-Hughes (10):
msxml3: Implement cloneNode.
msxml3: Fix memory leaks.
msxml3: Fix memory leak.
shdocvw: Fix memory leak.
urlmon: Fix memory leaks.
msxml3: Implement IPersistStream.
msxml: Register missing components.
shlwapi: Fix memory leak in test.
msxml3: Fix memory leak in test.
msxml3: Fix memory leak in tests.
Anatoly Lyutin (1):
start: Convert to Unicode.
Andrew Riedi (10):
winealsa.drv: Fix a comment.
user32: Add a FIXME for animated cursors.
comdlg32: DPRINTF -> TRACE.
ddraw: DPRINTF -> TRACE.
user32: Uncomment and explain a test in test_DestroyCursor().
user32: Improve test_DestroyCursor().
user32: Test the initial state of the cursor.
ole32: DPRINTF -> TRACE.
dinput: DPRINTF -> TRACE.
dsound: DPRINTF -> TRACE.
Andrew Talbot (19):
cabinet: Remove unneeded casts.
advapi32: Remove unneeded casts.
comctl32: Remove unneeded casts.
comdlg32: Remove unnecessary casts.
crypt32: Remove unnecessary casts.
d3d8: Remove unneeded casts.
d3d9: Remove unneeded casts.
dbghelp: Remove unneeded casts.
cabinet: Remove unneeded casts.
ddraw: Remove unneeded casts.
cabinet: Remove unneeded casts.
dinput: Remove unneeded casts.
devenum: Remove unneeded cast.
dmime: Remove unneeded casts.
dmloader: Remove unneeded casts.
dmusic: Remove unneeded casts.
dnsapi: Remove unneeded casts.
dplayx: Remove unneeded casts.
kernel32: Remove unneeded casts.
Aric Stewart (12):
uninstaller: Iterate keys in HKEY_CURRENT_USER also as some programs install their uninstall information there.
commdlg: File name and extension offsets are not guaranteed to be the same in W->A conversions.
fonts: Add 18 pixel strike with japanese fonts to system.sdf.
system.sfd: Modify a few 18 pixel glyphs to generate metrics correctly.
sfnt2fnt: Use code from gdi32/freetype to do a better job finding the TTAG_EBLC to deal with older version of freetype without having to fall back on unreliable hacks.
fonts: Build the jvgasys.fon from the 18 pixel strike.
gdi32: Font tests with Japanese font data. Thanks to Dmitry Timoshkov for the data and tests.
wintrust: Implementations for WTHelperGetFileName and WTHelperGetFileHandle.
imagehlp: Improve last error handling in ImageGetCertificateData.
netapi32: Improve stub for NetLocalGroupGetMembers a bit to return current user.
gdi32: Cache font enum info.
cryptnet: InternetCrackUrlW requires component buffers when used with ICU_DECODE.
Detlef Riekenberg (4):
wine.inf: Add more fake dlls.
rsabase: Add version resource.
schannel: Add version resource.
Assorted spelling fixes.
Dmitry Timoshkov (8):
server: Make fd_poll_event static.
user32: Make sure the desktop window is created before mode enumeration.
explorer: Store current display mode in the registry on startup.
explorer: Make initialize_display_settings work with a Win9x version of rpcrt4.
winex11.drv: Don't forget to initialize dmFields.
winex11.drv: Use registry settings as a default display mode.
include: Add an initial version of oleacc.idl.
ntdll: Initialize the APC call union to suppress valgrind warnings. Take 2.
Francois Gouget (14):
ddraw: Rename DDRAW_dump_flags_() to DDRAW_dump_flags_nolf() to clarify its difference from DDRAW_dump_flags().
ddraw: Modify DDRAW_dump_(DWORD|PTR|DDCOLORKEY|DDSCAPS2|pixelformat)() to print a trailing '\n'.
inetcomm: Fix compilation on systems that don't support nameless unions.
inetcomm/tests: Fix compilation on systems that don't support nameless unions.
wininet/tests: Remove trailing spaces in ok() calls.
Assorted spelling fixes.
winealsa.drv: Remove trailing spaces in Wine traces.
kernel32/tests: dll_capable() makes no sense since it's only used on APIs we link with. So remove it.
kernel32/tests: Get the test to run on Windows 95.
hlink: Fix the HlinkUpdateStackItem() prototype.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
comtcl32/tests: Dynamically load ImageList_SetImageCount() because it is missing on Windows 95.
comctl32/tests: InitCommonControlsEx() is missing on Windows 95 so call InitCommonControls() instead.
comctl32/tests: Avoid SHDeleteKeyA() because it does not exist on Windows 95.
Gerald Pfeifer (7):
comctl32: Remove extraneous check (unsigned < 0).
wined3d: Fix handling of a special case in IWineD3DImpl_FillGLCaps() and adjust type of loop variable.
msvcrt: Fix error handling in _aligned_offset_realloc().
wined3d: Fix error handling in transform_texture().
comctl32: Simplify condition based on WPARAM always being >= 0.
wined3d: Fix error handling in fixed_get_input().
icmp: Correctly handle underflow in IcmpSendEcho().
Gregor Brunmar (3):
comctl32: Disable propsheet apply button at start up.
comctl32: Added context menu to treeview.
comctl32: Monthcal lost focus fix.
Guido Barzini (1):
iphlpapi: Restore lost initialisation of ptr->AddressLength in GetAdaptersInfo.
Hans Leidekker (10):
gdi32: Implement GetTextExtentExPointI.
kernel32: Implement and test {G, S}etConsoleInputExeName{A, W}.
usp10: Use GetCharABCWidthsI to implement ScriptGetGlyphABCWidth.
usp10: Store original font in the script cache and reselect it on successive calls.
usp10: Don't trace char to glyph mappings.
kernel32: GetConsoleInputExeNameW returns TRUE even when it fails.
wininet: Make FtpGetCurrentDirectoryA pass all todo_wine tests.
gdi32: GetCharABCWidthsI does not require a scalable font.
usp10: Add some tests for ScriptShape/Place and make them pass.
usp10: Do glyph translation for truetype fonts only.
Jacek Caban (23):
mshtml: Added IHTMLElement2::get_dir implementation.
mshtml: Make IConnectionPointContainer more flexible.
mshtml: Initialize HTMLElement in the beginning of constructors.
mshtml: Added IConnectionPointContainer iface to all HTMLElement objects.
mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object.
mshtml: Added DIID_HTMLTableEvents connection point.
mshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background.
mshtml: Improve debug traces.
shlwapi: Uncomment IUnknown_EnableModeless code.
mshtml: Added more DOM tests.
mshtml: Added IHTMLStyleSheet::get_rules implementation.
mshtml: Added IHTMLStyleSheetRulesCollection::get_length implementation.
mshtml: Fixed ref counting.
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) implementation.
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test.
hlink: Added IHttpNegotiate interface to ExtensionService.
shdocvw: Added client site's IOleCommandTarget tests.
mshtml: Added more IHTMLStyle implementation.
mshtml: Fix CSS px unit handling differences between Gecko and IE.
shdocvw: Return S_OK in IOleObject::SetHostNames.
urlmon: Fixed handling MIME type in Binding object.
urlmon: Includes clean up.
shdocvw: Register IE settings by iexplore.exe.
James Hawkins (16):
msi: Use a hash table for reordering rows in a WHERE query to conserve space.
msi: Test the CCPSearch action.
msi: Implement the Version property of the Installer object.
msi: Add a stub implementation of MsiEnumComponentCostsW.
msi: Test the CompLocator subset of the AppSearch action.
msi: Add tests for MsiGetComponentPath.
msi: Reimplement MsiGetComponentPath.
msi: Add tests for MsiGetProductCode.
msi: Remove two tests that depend on the sort order of RegEnumValue.
msi: Reimplement MsiGetProductCode.
msi: Handle the CompLocator table in the AppSearch action.
msi: Free the deformatted string.
msi: Free the user sid string.
msi: Properly release the record.
msi: Free the cabinet string on error.
msi: Close the file handle returned by FindFirstFile.
Jonathan Ernst (9):
shell32: Updated French translation.
browseui: Updated French translation.
wineboot: New French translation.
write: New French translation.
wordpad: Updated French translation.
mshtml: Updated French translation.
Updated French translation.
winecfg: Updated French translation.
winecfg: Add missing audio tab controls to other languages.
Kirill K. Smirnov (16):
winhelp: Correctly deal with various TopicBlockSize/Compression combinations. Simplify HLPFILE_Uncompress_Topic function.
winhelp: Add support for winhelp 3.0 phrases.
winhelp: Add support for winhelp 3.0 topics.
winhelp: winhelp 3.0 uses page numbers instead of hash values.
winhelp: Implement generic B+ tree search function.
winhelp: Rewrite Context support using B+ tree search.
winhelp: Rewrite internal files lookup using B+ tree search. Add some sanity checks.
winhelp: Enlarge font size by 3 as native winhelp does.
winhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero.
winhelp: There are files without Phrases or Phrases40 compression, add support for them.
winhelp: Do not confuse caller application with bogus error when we really succeeded.
winhelp: winhelp >3.0 files always use 0x4000 as a divisor in TOPICPOS regardless of DecompressSize.
winhelp: Change font charset from ANSI to DEFAULT.
winhelp: Export enum and search B+ tree functions.
winhelp: Read keywords.
winhelp: Display keywords index dialog box.
Lei Zhang (16):
quartz: Move current tests into their own test case.
quartz: Add a test for IFilterGraph2.
quartz: Add some IGraphBuilder related tests.
quartz: Fix return value in IFilterGraph_FindFilterByName.
quartz: Validate input for IFilterGraph_FindFilterByName.
quartz: Add IFilterGraph2 interface and stubs.
quartz: Add videorenderer QueryInterface test.
quartz: Add videorenderer aggregation test.
quartz: Add referenceclock QueryInterface test.
quartz: Set *ppvObject to NULL if QueryInterface fails.
quartz: Make video renderer aggregatable.
ole32: Print a fixme when an aggregation attempt fails.
quartz: Give video renderer's Inner_QueryInterface a less generic name.
quartz: Fix typo in GraphConfig_AddRef.
quartz: Make aggregation test generic.
quartz: Do aggregation test for more video renderer interfaces.
Lionel Debroux (3):
msi: Fix missing alloc check.
msi: Fix memory leaks (found by Smatch).
winhelp: Fix memory leaks (found by Smatch).
Louis Lenders (1):
msvcrt40: Add DllMain.
Luis C. Busquets Pérez (10):
d3dx8: Implementation of D3DXAssembleShaderFromFileA.
mshtml: Update Spanish resource.
shell32: Update Spanish resource.
browseui: Add Spanish resource.
wineboot: Added Spanish resource.
gphoto2: Add Spanish resource.
credui: Add Spanish resource.
msvfw32: Add Spanish resource.
sane: Add Spanish Resource.
shell32: Update Spanish resource.
Maarten Lankhorst (10):
winealsa: Fix period size in capture.
winealsa: Fix return value checking in wavein.
winealsa: Simplify the feeding of capture buffers.
winealsa: Clear dwBytesRecorded in waveheader when adding buffer.
winealsa: Remove fixed fixme.
winealsa: Add control 'Digital' as alias for microphone.
winealsa: Don't require a cswitch control for capture.
winealsa: Add 'Front Mic' as alias for microphone.
riched20: Make some functions static.
include: Update oleacc with new constants and IAccessible interface.
Marcel Partap (3):
include/winspool.h: Add FORM_INFO_2.
winspool.drv/tests: Add dumping of FORM_INFO_1/2 in test_EnumForms.
configure: Add i586-mingw32 prefix for crosscompiling.
Marco Schuster (3):
wined3d: Fixed a bug that the 8600M GT could not be detected.
wine.man: Added small clarification for AppDB.
loader: Added de_DE.UTF-8 translated Wine man page.
Marcus Meissner (1):
server: Removed superflous async->queue NULL tests.
Michael Stefaniuc (20):
secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc().
kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
winecfg: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
user32/tests: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.
riched20: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
riched20: Remove the RTFAlloc() wrapper around heap_alloc().
hhctrl.ocx: Rename the wrappers around HeapAlloc() &Co to use the standard names.
iccvid: Rename the wrappers around HeapAlloc() &Co to use the standard names.
pdh: Rename the wrappers around HeapAlloc() &Co to use the standard names.
localspl: Rename the wrappers around HeapAlloc() &Co to use the standard names.
hlink: Rename the wrappers around HeapAlloc() &Co to use the standard names.
crypt32: Do not use an empty body in an else-statement as documentation.
usp10: Rename the wrappers around HeapAlloc() &Co to use the standard names.
wined3d: Fix a "ordered comparison of pointer with integer zero".
rsaenh/tests: Remove duplicate abPlainPrivateKey variable.
rsaenh/tests: Remove an unused global variable.
wineoss.drv: Move a function wide variable down to the block it is used in.
kernel32: Do not reuse the name of a function argument for a local variable.
winebuild: Remove duplicate declaration of variable 'j'.
Paul Vriens (3):
kernel32: Add some simple tests for GetVersionExA.
kernel32: Make tests run on Win98 again.
kernel32/tests: Test for functions should be or-ed.
Peter Oberndorfer (2):
comctl32: Add EnumMRUList tests.
comctl32: EnumMRUListA/W fix getting list size by negative item pos.
Rob Shearman (73):
oleaut32: Implement OLEPictureImpl_GetIDsOfNames.
include: Move Wine-specific EH_* defines from winnt.h to include/wine/exception.h.
ole32: Always create a window for the main apartment.
ole32: Ignore the threading model of the PSFactoryBuffer object created during standard marshaling.
include: Fix the HRESULT_FROM_WIN32 macro to not change the HRESULT if the error is already an HRESULT.
rpcrt4: Initialise the memory in test_simple_struct_marshal before passing it to NdrSimpleStructUnmarshall.
rpcrt4: Reverse the conditions for which *pPointer is assigned base_ptr_val in PointerUnmarshall.
rpcrt4: Test that the string retrieved from get_name was actually unmarshalled correctly.
d3dx8: Initialise temp in D3DXQuaternionInverse to avoid a uninitialised variable warning with some versions of gcc.
rpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_Invoke test succeed on Windows.
rpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubInitialize, just like we do in NdrProxyInitialize.
rpcrt4: Put the delegating stub thunks in an executable memory page, rather than on the heap.
ole32: Fix the test of the size returned from WdtpInterfacePointer_UserSize.
rpcrt4: Handle all non-continuable exceptions in CStdStubBuffer_Invoke.
rpcrt4: Set the destination pointer in PointerUnmarshall before calling the referenced type's unmarshalling routine.
rpcrt4: Add tests for a pointer to a conformant strings.
rpcrt4: Set fMustAlloc to TRUE when unmarshalling an object pointer.
rpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall to the buffer if we're unmarshalling on a server without memory being passed in.
ole32: Initialise object variable in RunningObjectTableImpl_GetObject.
mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error.
rpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
rpcrt4: Fix a memory leak when freeing an association by deleting the critical section.
rpcrt4: Fix a memory leak caused by NdrFullPointerXlatFree not freeing the entries in the full pointer translation table.
rpcrt4: Improve PointerFree to not free buffer memory.
oleaut32: Don't call SafeArrayAllocData in LPSAFEARRAY_UserUnmarshal if we called SafeArrayCreateEx instead of SafeArrayAllocDescriptor.
oleaut32: Try to re-use existing memory when unmarshalling variants with byref types.
oleaut32: Set the number of locks held on the safe arrays in the safe array tests to zero before destroying them, otherwise the operation will fail and leak memory.
mshtml: Fix a memory leak in the htmldoc tests.
ole32: Register the window used in the marshal tests only once.
rpcrt4: Implement NdrConformantStructFree.
rsaenh: Fix some leaks of the provider handle in the rsaenh tests.
oleaut32: Fix a reference count leak of the TMarshalDispatchChannel.
oleaut32: Fix two memory leaks in the test for DispCallFunc.
oleaut32: Fix a leak of the typelib in the tmarshal tests.
rpcrt4: Use an alertable wait in rpcrt4_protseq_np_wait_for_new_connection to fix a small memory leak flagged by Valgrind.
ole32: Process messages while waiting for a local server to create a pipe.
widl: Don't override the pointer type in top-level arrays.
rpcrt4: Fix NdrConformantArrayUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
rpcrt4: Fix NdrFixedArrayUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
rpcrt4: Fix NdrConformantStructUnmarshall to use buffer memory if applicable and to reuse memory for embedded pointers.
rpcrt4: Implement PointerMemorySize.
rpcrt4: Add a trace to NdrBaseTypeMemorySize.
rpcrt4: Fix the return value from NdrSimpleStructMemorySize.
rpcrt4: Save the buffer in EmbeddedPointerMemorySize, like EmbeddedPointerUnmarshall does.
rpcrt4: Add a missing break in DllMain.
rpcrt4: Implement NdrConformantArrayMemorySize.
rpcrt4: NdrRangeUnmarshall is implemented so add it to the spec file.
rpcrt4: Pass the USER_MARSHAL_CB structure into user marshal routines.
actxprxy: Add the start of actxprxy.dll.
wine.inf: Register actxprxy.dll and create a fake DLL for it.
widl: Always write a freeing function for arrays in generated code.
widl: Arrays should have freeing code generated on the server side, even if they are [in] parameters.
widl: Make sure to generate freeing calls for all non-simple structures with pointers and pointers to user marshalled types.
widl: Support the address-of operator in expressions.
widl: iid_is should take expressions, not just identifiers.
widl: Add support for non-basetype return types.
rsaenh: Fix some memory leaks in the tests.
rpcrt4: Make the NdrAllocate tests pass on XP SP2 and greater.
rpcrt4: Store allocated memory in a singly-linked list to keep track of what we should and shouldn't free in NdrFree.
rpcrt4: Try to free every non-stack pointer in PointerFree now that NdrFree does the sanity checking for us.
widl: Remove some confusion in how version numbers are packed into an attribute by defining some macros for this purpose.
widl: Swap the version packing order back to what typelibs expect.
rpcrt4: Add tests for freeing non-NdrAllocate allocated memory blocks.
widl: Don't write redundant FC_RP type format out for conformant strings, unless it is a top level variable.
Revert "rpcrt4: Try to free every non-stack pointer in PointerFree now that NdrFree does the sanity checking for us.".
rpcrt4: NdrStubGetBuffer shouldn't set BufferStart and BufferEnd.
rpcrt4: Fix the check in NdrPointerFree.
rpcrt4: Free the base pointer in PointerFree when freeing a pointer with RPC_FC_P_DEREF.
rpcrt4: Partially revert commit 18faf3184b2ea263d77c2a7ad92eef27bc4ba08f.
rpcrt4: Document NdrAllocate.
rpcrt4: Update TODO list.
rpcrt4: Fix a typo in rpcrt4_conn_tcp_read.
include: Make RpcRaiseException DECLSPEC_NORETURN, like it is in the PSDK.
Roy Shea (7):
wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.
wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA.
svchost: Implementation of svchost.
qmgr: Renamed bits_main.c to qmgr_main.c and updated comments.
include: Added bitsmsg.h header.
include: Added IDL file for BITS.
qmgrprxy: Queue manager proxy generated using an IDL compiler and bits.idl.
Sam Dennis (1):
advapi32: Fix undocumented behaviour in ReqQueryValueEx when 'count' and 'type' point to the same address.
Stefan Dösinger (30):
wined3d: mov to a0.x does a floor(), not a round to nearest.
wined3d: Enabling too many lights is silently ignored.
wined3d: Unify bpp to format conversion.
wined3d: Detect the Intel GPU in macbooks.
wined3d: Add parentheses to a flag check.
wined3d: Add a method for querying the gl drawable size of rendertarget.
wined3d: Use the proper drawable size when setting the scissor rect.
wined3d: Retrieve the height properly when setting the viewport.
wined3d: Disable the scissor test when blitting.
wined3d: Fixes for drawable handling in Clear.
wined3d: Clear honors the viewport.
wined3d: Use the proper drawable size when clearing.
wined3d: Test clearing regarding the scissor test and colorwrite.
wined3d: Ignore unused attributes when generating the swizzle array.
wined3d: Initialize output texcoord .w to 1.0 if needed.
wined3d: A more detailed occlusion query test and fixes.
ddraw: Set X8R8G8B8 for 32 bpp.
wined3d: Add an alpha blending test.
wined3d: Use the adapter to read the display mode.
wined3d: Remove 24/32 bit hacks.
wined3d: Use SetDisplayMode to set the display mode.
winex11: Remove an unused variable.
gdi32, winex11drv: Add a test for compatible bitmap depths.
gdi32: Test bitmap depths.
winex11: Remove an unused variable.
gdi32: Test the bit depth of compatible bitmaps explicitly.
winex11: Ignore the alpha if all pixels are 0.
gdi32: Test the "alpha" channel on compatible bitmaps.
user32: Add a test for WM_DISPLAYCHANGE.
user32: Add a test for EnumDisplaySettings vs GetDeviceCaps.
Ted Percival (1):
regedit: Display REG_DWORD as unsigned with lowercase hex digits.
Thomas Weidenmueller (1):
comctl32: Fix painting bug in listview control.
Tim Schwartz (1):
advapi32: service_control_dispatcher(): Fixed invalid pipe test to display GetLastError() before it gets overwritten.
Vitaly Lipatov (7):
oledlg: Use wide strings, fix buffers size.
oledlg: Add Russian translation.
avifil32: Fix buffer sizes.
midimap: Fix buffer sizes.
shell32: Use sizeof instead of constant for buffer size.
winspool.drv: Fix buffer sizes.
winecfg: Updated Russian translation.
Zac Brown (2):
wininet: Fix FtpGetCurrentDirectoryW to handle bad input.
wininet: Add test for FtpGetCurrentDirectoryA in wininet/tests/ftp.c.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.50 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Completed I/O completion.
- Improved user credentials management, including Mac Keychain support.
- More Valgrinding.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.50.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.50.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.49:
Alex Villacís Lasso (6):
user32: Fix returned value of LB_DIR.
user32: LB_DIR with standalone DDL_DRIVES implies DDL_EXCLUSIVE.
user32: DlgDirSelect tacks on a period on filenames without ext.
user32: Conformance tests for LB_DIR on listboxes.
user32: DlgDirList converts path specification to uppercase.
user32: Conformance tests for DlgDirList and DlgDirSelectEx.
Alexander Nicolaysen Sørnes (5):
wordpad: Refer to main menu using IDM_MAINMENU.
wordpad: Fix print preview bar.
wordpad: Move printing functions to a separate file.
user32: Change to modern Windows colours.
winecfg: Some fixes for Norwegian translation.
Alexandre Julliard (19):
oleaut32: Fixed asm proxys to support more than 128 methods.
user32: Remove a few traces that only duplicate the relay information.
include: Added definition for SEE_MASK_NOASYNC.
shell32: Pass some of the ShellExecute flags through InvokeCommand.
shell32: Don't wait for the command to terminate in ShellLink_InvokeCommand.
winedbg: Print a backtrace in --auto mode.
comctl32: Fixed handling of monochrome icons in image lists.
wine.inf: Some dlls need to be registered before the others.
wine.inf: Register inetcomm.dll.
ntdll: Initialize the PEB LoaderLock pointer.
ntdll: Send the exit code to the server on failed initialization.
ntdll: Unblock signals in process init only after the dlls have been imported.
libport: Work around Mac OS execve() breakage.
kernel32/tests: Don't crash the test if GetThreadContext fails.
winex11.drv: Make sure to erase the dragging frame before moving the window.
wsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock.
server: When merging mouse messages ignore the window if it isn't set.
wined3d: Add printf format checking to the shader_addline function and fix resulting warnings.
libwine: Work around the Mac OS dynamic loader support for PE files.
Alistair Leslie-Hughes (10):
clusapi: Corrected value in GetNodeClusterState.
msxml3: Return E_INVALIDARG on bad parameter.
msxml3: Enable test for bad argument / fix memory leak.
msxml: Allow insertBefore to have a NULL output parameter.
msxml: Test for insertBefore with a NULL output parameter.
msxml: Added test for get_text.
msxml: Always return a string in get_text.
msxml: Implement createTextNode.
msxml: Tests for createTextNode.
urlmon: The callback parameter can be null, check pointer before using.
Anatoly Lyutin (1):
msi: Fix invalid SQL query.
Andrew Talbot (12):
user32: Constify some variables.
user32: Constify a variable.
user32: Constify a variable.
user32: Constify some variables.
user32: Constify some variables.
user32: Constify some variables.
comctl32: Fix a typo.
user32: Fix a typo.
comdlg32: Use logical OR not bitwise OR.
dinput: Use bitwise NOT not logical NOT.
gdi32: Fix a typo.
advapi32: Fix a typo.
Andrey Turkin (5):
ntdll: Add some I/O completion tests.
server: Allow async i/o operations to send completion messages.
ws2_32: Make certain winsock functions generate i/o completion messages.
ntdll: Make async i/o functions generate completion messages.
server: Pass Information field from async I/O APCs.
Aric Stewart (3):
winecoreaudio: Implement WIDM_GETPOS.
winmm: Correct check for MIXER_GETLINECONTROLSF_ONEBYTYPE in mixerGetLineControlsA.
coreaudio: Verify valid lineId in MIXER_GETLINECONTROLSF_ONEBYTYPE.
Bang Jun-young (1):
olecli32: Fix invalid syntax.
Dan Kegel (2):
advapi32: Fix buffer overrun in tests/registry.c:wine_debugstr_wn().
user32: Implement return value for DdeClientTransaction for XTYP_EXECUTE.
David Adam (27):
d3dx8: Implement D3XMatrixInverse.
d3dx8: Implement D3XMatrixMultiplyTranspose.
d3dx8: Implement D3XMatrixVec3Project.
d3dx8: Implement D3DXVec3Unproject.
d3dx8: Implement D3DXMatrixAffine Transformation.
d3dx8: Implement D3DXPlaneNormalize.
d3dx8: Implement D3DXPlaneIntersectLine.
d3dx8: Implement D3DXMatrixShadow.
d3dx8: Implement D3DXMatrixReflect.
d3dx8: Implement D3DXPlaneFromPointNormal.
d3dx8: Implement D3DXPlaneFromPoints.
d3dx8: Implement D3DXPlaneTransform.
d3dx8: Implement D3DXColorAdjustSaturation.
d3dx8: Implement D3DXColorAdjustContrast.
d3dx8: Implement D3DXQuaternionMultiply.
d3dx8: Implement D3DXQuaternionInverse.
d3dx8: Implement D3DXQuaternionSlerp.
d3dx8: Implement D3DXQuaternionSquad.
d3dx8: Implement D3DXQuaternionBaryCentric.
d3dx8: Implement D3DXQuaternionToAxisAngle.
d3dx8: Implement D3DXQuaternionRotationAxis.
d3dx8: Implement D3DXQuaternionRotationMatrix.
d3dx8: Implement D3DXQuaternionRotationYawPitchRoll.
d3dx8: Implement D3DXQuaternionLn.
d3dx8: Implement D3DXQuaternionExp.
d3dx8: Implement D3DXMatrixTransformation.
include: Header files for d3dx9_xx.
Detlef Riekenberg (2):
shell32: Some undocumented defines and functions are now in the PSDK.
comctl32: Fix a typo in a debug message.
Divan Burger (3):
user32: Fix colours to match exactly with Windows 2000.
user32: Change the desktop colour and pattern to match win2k.
user32, wine.inf: Enable title bar gradients and match colours with win2k.
Dmitry Timoshkov (5):
winex11.drv: Get rid of unused variables.
server: Make timer id allocation algorithm conform to the Windows one.
kernel32: Set last error to ERROR_ALREADY_EXISTS if CreateFile succeeds and file existed before for CREATE_ALWAYS and OPEN_ALWAYS.
kernel32: Mask out FILE_ATTRIBUTE_NOT_CONTENT_INDEXED to prevent a test failure under Windows.
winex11.drv: Use display device guid managed by explorer.
EA Durbin (4):
kernel32: Add stub implementation of GetConsoleInputExeNameA.
kernel32: Add stub implementation of GetConsoleInputExeNameW.
kernel32: Add stub implementation of GetConsoleKeyboardLayoutNameA.
kernel32: Add stub for GetConsoleKeyboardLayoutNameW.
Francois Gouget (17):
wined3d: Add trailing '\n's to two shader_addline() calls.
ntoskrnl: Remove trailing spaces in Wine traces.
acledit: Add wfext.h.
d3dx8: Make d3dx8math.h C++ compatible.
rpcrt4: Add an API documentation stub to make winapi_check happy.
cfgmgr32: Flesh out cfgmgr32.h a bit more and fix the corresponding functions.
ctapi32: Use quotes to include our headers. Fixes winapi_check warnings.
user32/tests/msg: Don't mess up lParam as it is passed on to DefWindowProcA().
advpack: Skip some tests if not in interactive mode because they pop up dialogs.
rpcrt4: Add some missing prototypes and better match the PSDK types.
kernel32/tests: Fix a signed/unsigned warning.
winex11: Add the trailing '\n' to a Wine trace.
d3d9/tests: Fix the trailing '\n' in an ok() call.
user32/tests: Add the trailing '\n' to an ok() call.
ntdll/tests: Fix compilation on systems that don't support nameless unions.
crypt32/tests: Get the tests running on Windows 98.
d3dx8/tests: Fix compilation on systems that don't support nameless unions.
Gerald Pfeifer (21):
ws2_32/tests: Fix error checking.
comctl32: Remove check which never triggers.
taskmgr: Move out-of-domain checking into PerfDataGetProcessorUsage() and PerfDataGetProcessorSystemUsage().
winedbg: Fix type of loop variable in types_udt_find_element().
rsaenh/tests: Fix const-ness of parameters to printBytes().
configure: Fix typos in warning messages.
advapi32: Remove untriggerable check.
user32: Fix variable type in SCROLL_HandleScrollEvent(). Remove useless check in SCROLL_SetScrollInfo().
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.
oleaut32: Simplify two conditions based on the fact that unsigned variables cannot be negative.
ntdll: Simplify condition in RtlGetAce() based on variable (un)signedness.
netapi32: Remove one tests and simplify another based on the limited range of unsigned.
winedos: Use DWORD instead of long for return values of SetFilePointer.
itss: Avoid checking an unsigned value for < 0.
wined3d: Rewrite condition in vshader_program_add_param() to actually distinguish between two cases.
inetcomm: Fix error check in InternetTransport_Connect().
ntdll: Fix computation in enumerate_key().
kernel32: Handle default case in Local32_FromHandle().
winedbg: Warning fixes.
user32: Reduce scope of variable in ICO_ExtractIconExW() and initialize it.
gdi32: Fix the type of two loop variables.
Hans Leidekker (8):
pdh: Make two tests pass on Vista.
snmpapi: Make a test pass on Vista.
wininet: Fix two handle leaks in the test.
kernel32: Loosen requirements on what QueryDosDevice returns.
wininet: Fix a number of problems with InternetSetCookie.
wininet: Fix a number of problems with InternetGetCookie.
wininet: Initialize path buffer in InternetSetCookie.
kernel32: Add stub implementations for FindFirstVolume{A, W}.
Huw Davies (12):
inetcomm: Register a couple more classes.
inetcomm: Add a stub MimeBody implementation.
inetcomm: Add a class factory for MimeBody.
inetcomm: Add a test for MimeBody.
msxml3: Don't leak an interface on failure.
inetcomm: Copy RFC822 headers into a memory block for later parsing.
inetcomm: Parse headers into a list.
inetcomm: Unfold headers.
inetcomm: Store a header's parameters as a list.
inetcomm: Implement IMimeBody:IsContentType.
inetcomm: Implement IMimeBody:[G|S]etCurrentEncoding.
inetcomm: Implement IMimeBody:SetData.
Jacek Caban (34):
mshtml: Reset focus after loading the page in edit mode.
mshtml: Remove nsIWebBrowserFocus_Activate useless call.
hlink.idl: Added Hlink[Get|Set]SpecialReference declaration.
shlwapi: Added SHPackDispParamsV implementation.
shlwapi: Added SHPackDispParams implementation.
shlwapi: Added SHPackDispParams test.
shlwapi: Reimplement IUnknown_CPContainerInvokeParam on top of SHPackDispParams.
shlwapi: Fixed SHPackDispParamsV spec declaration.
hlink: Added HlinkGetSpecialReference implementation.
include: Added isguids.h.
shdocvw: Register CLSID_InternetShortcut.
shdocvw: Set default home and search page.
mshtml: Fixed handling channels without container and necko channel.
shdocvw: Added WebBrowser::get_Application implementation.
shdocvw: Return correct error from WebBrowser::Quit.
mshtml: Move IOleInPlaceFrame::SetActiveObject call to separated function.
mshtml: Use call_set_active_object in exec_editmode.
mshtml: Always initialize output in exec_fontname.
mshtml: Reload page in exec_editmode if available.
mshtml: Added more loading tests.
mshtml: Change FIXME that is usually invalid to TRACE.
hlink: Added HlinkUpdateStackItem stub.
hlink: Move common includes and function declarations to header file.
hlink: Wrap heap functions.
hlink: Added HlinkCreateExtensionServices implementation.
hlink: Added HlinkCreateExtensionServices tests.
urlmon: Wrap heap functions.
mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.
mshtml: Added IHTMLStyleSheetsCollection::item implementation.
mshtml: Added IOleCommandTarget implementation to HTMLTxtRange.
kernel32: Terminate child process in virtual tests.
shdocvw: Silence common invalid QueryInterface FIXMEs.
mshtml.idl: Added IHTMLTable declaration.
mshtml: Added IHTMLTable interface stub implementation.
James Hawkins (25):
msi: Test the default tables added by MsiOpenDatabase.
msi: Create the _Tables table when creating a database.
msi: Return a remote interface to the database in a custom action.
msi: Delete the uninstall key when the product is removed.
msi: Test the Uninstall registry entries.
msi: Implement the VolumeSelectCombo control.
msi: Set the file to NULL when running the directory search.
msi: Fix the condition for checking a drive.
msi: Simplify ready_media.
msi: Add tests for situations involving missing cabinets.
msi: Only check the presence of the cabinet if the file is compressed.
msi: Don't ignore the error returned by ready_media.
msi: Don't check for a cabinet's existence if it's embedded in the package.
msi: Check the cabinet's full path for existence, not just the cabinet name.
msi: Add tests for MsiGetFileHash and clean up the existing tests.
msi: Verify the szFilePath parameter of MsiGetFileHash.
msi: Set the file contents of the file hash test file explicitly.
msi: Check the destination file's hash and skip that file if the hash matches.
msi: Only check the volume label if it's different than the first media's volume label.
msi: Downgrade a FIXME to a WARN.
msi: Downgrade an ERR to a WARN.
msi: Fix the condition of a FIXME.
msi: Downgrade an ERR to a WARN.
msi: Make sure attr is valid before checking for the directory bit.
msi: Don't check for the media or cabinet if the cabinet is internal.
Jonathan Ernst (12):
shell32: Updated French translation.
cmd: Updated French translation.
regedit: Updated French translation.
credui: Updated French translation.
localui: Updated French translation.
net: Updated French translation.
xcopy: Updated French translation.
avifil32: Updated French translation.
wine.desktop: Updated French translation.
wordpad: Updated French translation.
cmd: Updated French translation.
credui: Updated French translation.
José Manuel Ferrer Ortiz (1):
winefile: Spanish resource file updated.
Juan Lang (32):
rsaenh: Check pad bytes for consistency when decrypting.
iphlpapi: Default to a default gateway when choosing the best route.
iphlpapi: Don't override return value from getTcpTable.
iphlpapi: Don't allocate gobs of memory when the TCP entry table is empty.
iphlpapi: Don't allocate gobs of memory when the route table is empty.
iphlpapi: Don't allocate gobs of memory when the ARP table is empty.
iphlpapi: Don't allocate gobs of memory if the UDP table is empty.
iphlpapi: Don't allocate gobs of memory if interface table is empty.
iphlpapi: Don't allocate gobs of memory if the IP address table is empty.
iphlpapi: Don't allocate gobs of memory if there are no non-loopback interfaces.
iphlpapi: Avoid HEAP_ZERO_MEMORY where it isn't needed.
iphlpapi: Correct copy/paste error in GetTcpTable.
iphlpapi: Correct confusing indentation in GetTcpTable.
shell32: Dynamically allocate buffer for command parameters.
shell32: Use a helper function for executing a class.
shell32: Use helper function to translate ID list.
shell32: Dynamically allocate directory buffer.
shell32: Use a helper function for executing a found executable.
shell32: Dynamically allocate buffer for quoted command.
shell32: Don't overwrite the caller's buffer when doing a dde connection.
shell32: Constify some parameters.
shell32: Dynamically allocate buffer for command.
shell32: Use helper function to execute a URL.
shell32: Dynamically allocate memory for executing an URL.
shell32: Use more restricted registry rights when quering values.
shell32: Remove a bad comment.
crypt32: Implement finding an existing certificate in a store.
crypt32: Add CERT_STORE_ADD_NEWER support to CertAddCertificateContextToStore.
rsaenh: Empty container names are allowed for CRYPT_VERIFYCONTEXT contexts.
wincrypt.h: Add values for KP_PADDING key param.
crypt32: Support getting and setting the KP_PADDING key param.
crypt32: Support setting the salt value through KP_SALT_EX.
Kai Blin (1):
ws2_32: Cope with buggy apps passing setsockopt optval as a value instead of a pointer.
Kirill K. Smirnov (1):
wineconsole: Do not show "Apply" button - it is not used anyway.
Lauris Kaplinski (1):
wined3d: Fixed potential reference of freed backBuffer array in IWineD3DDeviceImpl_SetFrontBackBuffers.
Lei Zhang (4):
shell32: rename My Video to My Videos.
shell32: Don't crash if $HOME is not set.
shell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
shell32: Only notify immediate parent.
Lionel Debroux (4):
msvcrt: Fix memory leak (found by Smatch).
ntdll: Trace arena magics (may help debugging some heap corruptions).
msvcrt: Fix _Aligned_offset_realloc (move correct block of memory); add a comment to explain why.
msvcrt: Test more offsets for _aligned_offset_realloc (especially offset > alignment).
Louis Lenders (1):
advapi32: Add stub for CreateProcessWithLogonW.
Maarten Lankhorst (4):
dsound: Implement AngleBetweenVectorsDeg as a call to AngleBetweenVectorsRad.
dsound: Make AngleBetweenVectorsRad when vectors have no magnitude.
dsound: Reassign pointers back to null when destroying structure.
dsound: Return primary_done when no mixing needs to be done instead of 0.
Marco Schuster (1):
wined3d: Added a card ID for a 8600 Mobile GT.
Marcus Meissner (1):
shell32: GetModuleFileNameW gets number of WCHARs not bytes.
Michael Stefaniuc (17):
msvcrt/tests: Remove redundant NULL check before free(). Found by Smatch.
netapi32: Remove redundant NULL check before HeapFree(). Found by Smatch.
localspl/tests: Use ANSI function declarations.
shell32: Fix a mem leak on an error path. Found by Smatch.
qcap: Fix a mem leak on an error path. Found by Smatch.
quartz: Fix memory leaks on error paths. Found by Smatch.
comdlg32: Remove duplicate includes.
ntdll: Remove duplicate includes.
kernel32: Remove duplicate includes.
setupapi: Remove duplicate includes.
dlls: Remove duplicate includes.
tools: Remove duplicate includes.
wininet/tests: Do not compare the return value of socket() with 0. Use INVALID_SOCKET instead.
rpcrt4: socket() returns -1 on error so check the return value against that.
shdocvw: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
dnsapi: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
Misha Koshelev (6):
urlmon: Release IInternetProtocolSink and BindInfo on request handle closure, not on first handle closure.
urlmon: Fix PROTOCOLDATA message passing in IInternetProtocolSink interface of Binding.
msi: automation: Fix automation object reference counts when objects are created.
msi/tests: Close opened service handles.
msi/tests: automation: Add missing VariantClear.
msi: automation: Fix ITypeInfo leak.
Patrick Moran (1):
msiexec: Fix atou() return value mistake.
Paul Millar (1):
libwine: Fix naked getuid() to allow compilation under MinGW.
Paul Vriens (3):
dsound/tests: Fix tests after addition of 24/32 bits buffer tests.
dsound/tests: Fix test failures on WinXP.
dsound/tests: Better check to see if class is not available.
Peter Beutner (2):
ntdll: Don't try to handle kill(SIGTRAP).
ntdll: Better trap exception handling.
Rob Shearman (85):
ole32: Add a missing IStream_Release to test_CoMarshalInterThreadInterfaceInStream.
ole32: Add a missing IStream_Release to test_same_apartment_unmarshal_failure.
ole32: Fix memory leak in ItemMonikerImpl_Save.
ole32: Add a missing IMoniker_Release to test_MkParseDisplayName.
ole32: Store the InterfaceList object in the IEnumMoniker object.
ole32: Fix a memory leak in get_moniker_comparison_data.
ole32: Fix a leak of the IBindCtx object in FileMonikerImpl_IsEqual.
ole32: Fix a memory leak of moniker in RunningObjectTableImpl_Register.
ole32: Fix a memory leak in DataCacheEntry_Save.
ole32: Fix a leak of a moniker object in test_default_handler.
ole32: Initialise data_cf in DataCacheEntry's to zero to indicate no data present on creation.
ole32: Free the memory associated with the open DLL list on unloading of ole32.
shell32: Fix the length calculation of the pidl in ILSaveToStream by using the helper function ILGetSize.
shell32: Fix a memory leak in Stream_WriteLocationInfo.
ole32: Disconnect the IRemUnknown stub buffer before destroying it to release the reference on the IRemUnknown object.
oleaut32: Handle non-byref safe arrays in VARIANT_UserFree.
server: In set_user_object_info len is in bytes, not WCHARs.
ntdll: Initialise the part of the buffer to be written to a file in the file test.
kernel32: Implement GetThreadId.
ole32: Fail before constructing an object in CreateStreamOnHGlobal to avoid a memory leak.
ole32: Release the stream in COM_RevokeRegisteredClassObject.
ole32: Fix a memory leak in the HGLOBAL stream tests by telling CreateStreamOnHGlobal to free the memory it allocates, as we don't free it ourselves in this test.
ole32: Fix the condition in HMETAFILEPICT_UserFree to match that in METAFILEPICT_UserMarshal.
ole32: Use asynchronous I/O for the named pipe server for local servers.
ole32: Wait forever on the ready_event in the local server tests.
rpcrt4: Implement RpcCancelThread for the ncacn_ip_tcp protocol sequence.
ole32: Validate the parameters to DataCache_Cache.
ole32: Release the correct pointer in test_MkParseDisplayName.
rpcrt4: Fix a copy and paste mistake in declaring threaddata_cs_debug.
msxml3: Fix some memory leaks of name in test_xmldoc.
msxml3: Don't leak node in xmldoc_createElement in the wrong type was specified.
ole32: Intialise some out parameters in ProxyCliSec_QueryBlanket.
mapi32: Add a stub for DllGetClassObject.
include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow.
credui: Add support for saving the credentials input using CredUIPromptForCredentials by calling CredWriteW.
credui: Split CredDialogProc out into separate functions.
credui: Increase the dropped-down size of the username combo box.
credui: Enumerate saved credentials and use these to populate the combo box.
credui: Check for and don't add duplicates when filling the username combo box.
credui: Ensure that the foreground window doesn't get changed while the user is typing in their password.
credui: Make sure not to leave the password in memory when no longer in use.
shell32: Add a stub for LinkWindow_RegisterClass.
shell32: Add a stub for LinkWindow_UnregisterClass.
rpcrt4: Hold the thread-data's critical section while cancelling a call.
credui: Override the default banner if the caller specifies one to CredUIPromptForCredentialsW.
comctl32: Unify the implementation of TOOLTIPS_Show and TOOLTIPS_TrackShow to give tracked tooltips balloon support.
comctl32: Fix the tooltips behaviour when TTF_ABSOLUTE isn't specified.
comctl32: Forward the WM_GETTEXTLENGTH message from ComboEx controls to its edit control.
explorer: Add a fixme to show when applications are trying to show a balloon tip in the taskbar notification area.
urlmon: Fix a reference count leak in RegisterBindStatusCallback.
credui: Show a balloon tip in the credential dialog if CREDUI_FLAGS_INCORRECT_PASSWORD was specified.
credui: Display a warning balloon if the user has Caps Lock on.
server: Change the get_dll_info server request to allow retrieving the image file name of a process.
server: Fix a typo in the enumeration of the ACE's in sd_to_mode.
server: Fix incorrect translation of the World SID to and from Unix file permissions.
rpcrt4: Raise an exception if a NULL ref-pointer is passed in to PointerMarshall or PointerBufferSize.
ole32: Fix a race in find_proxy_manager.
comctl32: Update the version in the created version to the highest current version present on XP.
ntdll: Shared manifests should have a less-strict version check performed when loading them as dependencies.
kernel32: Change the shared manifest test to depend on a build number that isn't currently published on at least XP, showing that assemblies with higher build numbers can be used.
advapi32: Move credential registry reading code to separate functions.
advapi32: Fix a typo in CredEnumerateW.
ole32: Store the dispatch parameters in the message state structure to allow them to be initialised earlier in the sequence of IRpcChannelBuffer calls.
ole32: Clean up properly in ClientRpcChannelBuffer_SendReceive in the case where PostMessageW fails.
ole32: Add tests for WdtpInterfacePointer_* functions.
advapi32: Add support for using the Mac Keychain services as a backend for the credential functions instead of the registry.
credui: Fix a test failure on Windows XP.
rpcrt4: Fix the tests for up_enum16.
wininet: Don't clear the auth data for Basic authentication in HTTP_InsertAuthorizationForHeader.
oleaut32: Free the correct custom data inside ITypeInfo_fnRelease.
oleaut32: Introduce a new helper function, TLB_FreeCustData, for freeing custom data.
oleaut32: Handle integer overflow of len in SysReAllocStringLen and SysAllocStringByteLen.
advapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_encryption_key to not need KEY_WRITE access to the key passed in.
advapi32: Make the credential registry key stay around if a persist value longer than session is specified.
rpcrt4: Check for integer overflows when increasing the buffer length.
rpcrt4: Check there is enough space in the buffer and that the size doesn't cause an overflow when copying data to it.
rpcrt4: Fix some more potential buffer overflows.
rpcrt4: Fix an integer overflow in NdrConformantStructMarshall and NdrConformantStructUnmarshall.
ole32: Fix description of what is being test in ok calls in the WdtpInterfacePointer tests.
ole32: Fix a test in the WdtpInterfacePointer tests.
rpcrt4: Errors in sending or receiving packets should result in RPC_S_CALL_FAILED being returned, not RPC_S_PROTOCOL_ERROR.
rpcrt4: EmbeddedPointerUnmarshall doesn't need to change the address of the allocated memory, so reduce the level of indirection of the memory parameter by one.
rpcrt4: Move forcing of fMustAlloc to NULL to the callers of EmbeddedPointerUnmarshall.
rpcrt4: Improve PointerUnmarshall to cope with keeping the non-NULL source pointer of a client unmarshall.
rpcrt4: Fix NdrSimpleStructUnmarshall to cope with [in, out] embedded pointers.
Roderick Colenbrander (3):
wined3d: Flush GL calls after drawing to the drawable. This fixes apps that use multiple GL contexts.
wined3d: Prevent unneeded context switches.
wgl: Add wglCopyContext support.
Stefan Dösinger (51):
wined3d: Align the gl function table.
wined3d: Load extension functions after finding the supported extensions.
wined3d: Extend the gl extension function loading table with ext info.
wined3d: Load GL functions from core if needed.
wined3d: Mark extensions supported which are included in the gl core.
wined3d: Load GL_EXT_texture3D from gl 1.2 if the extension is not there.
wined3d: Hardcode local constants into the shader if possible.
wined3d: Get rid of a few Nvidiaisms in glsl shaders.
wined3d: Partially revert "Get rid of the conditionals in shader_glsl".
wined3d: Depth stencil fixes.
wined3d: Read the framebuffer size from the surface, not the window.
wined3d: Apply matrices when switching from transformed vertices to shaders.
wined3d: Non power of two texture fixes.
wined3d: Fix ATI video memory detection typo.
wined3d: Do not call PreLoad in surface_download_data.
wined3d: Remove a hack that slipped in.
wined3d: Destroy GL contexts before changing the screen resolution.
msvcrt: Implement strcpy_s.
msvcrt: Implement strcat_s.
msvcrt: Implement _mbsnbcpy_s.
d3d8: Release the vertex declarations array when destroying the device.
wined3d: Move IUnknown functions to IWineD3DBaseShader.
wined3d: Free the shader function when freeing the shader.
wined3d: Use standard wine lists for the resource list.
d3d8: Destroy the window after the visual test.
d3d9: Free the converted declaration data after creating the declaration.
wined3d: Do not cap fragment samplers to 8.
wined3d: Move destroying the glsl vshader into a separate function.
wined3d: Move glsl shader destruction to the glsl shader backend.
wined3d: Track vertex declaration changes on vertex shaders.
wined3d: Bool constants aren't vectors.
d3d9: Add a test for vertex shader input matching.
wined3d: Make SRGB write correction working with 1.x shaders in arb.
wined3d: Fog is applied after sRGB correction.
wined3d: Downgrade an ERR to a WARN.
wined3d: Correctly handle the y offset with offscreen rendering.
wined3d: Inform the texture about filtering changes.
wined3d: Work around nvidia beta driver bug.
wined3d: Add some missing checkGLcall calls.
wined3d: Do not try to disable unsupported texture units.
wined3d: Report some more geforce 7 cards as geforce 7.
wined3d: Allow using a different internal format for fbos.
wined3d: Fix a sign mistake in the code creating the sorted attrib.
wined3d: Disable GL_TEXTURE_2D in the standard blit setup.
wined3d: Avoid hardcoding GL_TEXTURE_2D.
wined3d: Add GL_ARB_texture_rectangles to our opengl extensions.
wined3d: Make the code aware of GL_ARB_texture_rectangle.
wined3d: Refuse to create a mipmapped conditional np2 texture.
wined3d: Activate GL_ARB_texture_rectangle.
wined3d: Remove the X channel fixup in render target unlocking.
user32: Destroying the current cursor results in an error.
Stefan Leichter (2):
d3dx8: Add WINAPI to the prototypes of D3DXMatrixTransformation.
kernel32: Added stub for FindVolumeClose.
Sven Paschukat (1):
ctapi32: Added null terminator to library name.
Thomas Weidenmueller (1):
comctl32: Fix handling of CB_RESETCONTENT in ComboBoxEx.
Tony Wasserka (7):
d3dx8: Implement the C++ stuff of the D3DXVECTOR2 structure.
d3dx8: Implement the C++ stuff of the D3DXVECTOR3 structure.
d3dx8: Implement the C++ stuff of the D3DXVECTOR4 structure.
d3dx8: Implement the C++ stuff of the D3DXMATRIX structure.
d3dx8: Implement the C++ stuff of the D3DXQUATERNION structure.
d3dx8: Implement the C++ stuff of the D3DXPLANE structure.
d3dx8: Implement the C++ stuff of the D3DXCOLOR structure.
Vijay Kiran Kamuju (4):
rsaenh: Add a few more tests which check the decryption strings.
rsaenh: Add tests for RSA_AES provider.
rsaenh: Add implementation of Enhanced RSA AES Provider.
include: Add missing definitions for DSS in wincrypt.h.
Vitaliy Margolen (1):
dinput: Fix dead zone handling.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.49 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Many copy protection fixes.
- GLSL is now the default for Direct3D.
- Lots of memory errors fixed thanks to Valgrind.
- Support for TOPMOST windows.
- Beginnings of an inetcomm dll implementation.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.49.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.49.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.48:
Alex Villacís Lasso (7):
riched20: Fix test crash on WinXP-SP2.
riched20: Allow for Win98 behavior for return value of EM_REPLACESEL.
riched20: Fix detection of CFE_LINK on WinXP-SP2.
riched20: EM_GETMODIFY should not report modification after WM_SETTEXT (fixes todo_wine).
user32: Fix LB_ITEMFROMPOINT tests for listbox control.
user32: Fix for failing tests of LB_GETTEXT on listbox on Win98.
riched20: Fix test failure in test_WM_PASTE.
Alexander Dorofeyev (2):
comctl32: Pass command id of button in wParam.
comctl32: Fix broken detection of non-empty string.
Alexander Nicolaysen Sørnes (2):
mscat32: Add stub dll.
shell32: Update Norwegian Bokmål translation.
Alexandre Julliard (45):
winealsa.drv: Avoid the alsa alloca macros that cause compiler warnings.
oleaut32: Properly initialize the result variant in VarImp.
mscat32: Forward calls to wintrust where possible.
server: Remove failed ioctls from the queue as soon as the result is set.
pdh: Fix a couple of race conditions in the thread handling.
user32: Fix a slightly incorrect assert.
server: Add the generated files missing from the last commit.
msvcrt: Silence FIXME about an unknown parameter that isn't used.
server: Also return the new extended style in the set_window_pos request.
user32: Don't allow changing the WS_EX_TOPMOST style with SetWindowLong.
user32: SetParent should not make the window topmost.
server: Fix get_next/prev_window behavior for unlinked windows.
server: Added support for HWND_TOPMOST and HWND_NOTOPMOST.
winex11.drv: Set the WM_STATE_ABOVE hint on topmost windows.
user32: Store the builtin class names in Unicode.
server: Allow to send a name instead of an atom when creating a window class.
server: Support using a name to destroy a window class too.
user32: Properly handle integer atoms specified as strings in class names.
user32: Cache the window class name on the client side.
user32/tests: Don't test the contents of uninitialized buffers.
server: Allow to specify the class name instead of the atom to create a window.
server: Allow to specify the class name instead of the atom to find a window.
user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms.
Make some variables static.
Include objbase.h where need to get the DllRegisterServer prototype.
comctl32/tests: Flush pending events before progress repaint tests.
include: Moved AttachThreadInput prototype to winuser.h where it belongs.
kernel32: Add spec entries for LocaleNameToLCID and LCIDToLocaleName.
include: Add WINUSERAPI to the exported user32 functions.
include: Add WINGDIAPI to the exported gdi32 functions.
include: Add WINADVAPI to the exported advapi32 functions.
include: Add WINBASEAPI to the exported kernel32 functions.
include: Add NTSYSAPI to the exported ntdll functions.
include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.
include: Mark imported functions with hidden visibility.
wine.inf: Add APPDATA and LOCALAPPDATA environment variables.
gdi32: Make all internal gdi functions hidden.
user32: Make all internal user32 functions and variables hidden.
user32: Removed unused NC_DrawGrayButton function.
winebuild: Add a few nops to stub entry points to make Safedisc happy.
libwine: Refuse to use a WINEPREFIX dir owned by a different user.
wldap32: Always return WLDAP32 error values instead of redefining the ldap.h ones.
server: Don't drop mouse messages that should go to a different thread input.
ntdll: Increase the signal stack size to avoid crashes on nested signals.
user32/tests: Fix access to an uninitialized variable.
Alistair Leslie-Hughes (2):
msxml: Fix a memory leak.
msxml3: Fix memory leak.
Andrew Talbot (10):
shell32: Constify some variables.
shell32: Constify some variables.
shell32: Constify some variables.
shell32: Constify some variables.
shell32: Constify some variables.
shell32: Constify some variables.
snmpapi: Constify a variable.
twain_32: Constify a variable.
urlmon: Constify some variables.
user32: Constify some variables.
Aric Stewart (1):
msdmo: Fix to DMOEnum to properly enumerate the keys and properly respect the flag.
Chris Robinson (3):
mshtml: Set IE version when installing wine gecko.
mshtml: Fix hkey leak.
setupapi: Add stub for SetupInstallServicesFromInfSectionW.
Chris Wulff (4):
shdocvw: Implement OLEIVERB_HIDE.
shdocvw: Add IPersistMemory interface stub.
kernel32: Added a stub for FindVolumeMountPointClose.
hal: Added stubs for KfAquireSpinLock, KfReleaseSpinLock, KfLowerIrql, KfRaiseIrql.
Christian Eggers (1):
ctapi32: Added wrapper dll for ctapi (CardTerminal API).
Dan Hipschman (7):
widl: Fix ExprEvalRoutines output.
widl: Add a --local-stubs option.
rpcrt4/tests: Initialize memory in the get_name test.
rpcrt4: Initialize allocated pointers to NULL in PointerUnmarshall.
widl: Handle pointers to conformant arrays (e.g., "[size_is(, n)] int **p; ").
widl: Don't output a void conformance for NdrClearOutParameters.
widl: Don't rely on type_memsize to return 0 for all conformant arrays.
Dan Kegel (5):
advapi32/tests: Fix undefined memory references in registry.c.
ntdll: NtAccessCheck: Only send used bytes to server.
cabinet: FCIAddFile: Set defaults in case callback doesn't set some fields.
cabinet: FCICreate: Initialize oldCCAB.
msvcrt: Fix two buglets in heap test.
David Adam (35):
d3dx8: Implement D3DX*Normalize.
d3dx8: Implement D3DX*BaryCentric.
d3dx8: Implement D3DX*Hermite.
d3dx8: Implement D3DX*CatmullRom.
d3dx8: Test the function D3DXVec3Cross really.
d3dx8: Implement D3DX*Transform.
d3dx8: Implement D3DX*TransformCoord.
d3dx8: Implement D3DXTransformNormal.
d3dx8: Implement D3DX*Vec4Cross.
d3dx8: Fix the condition in D3DXMatrixIsIdentity.
d3dx8: Implement D3DXMatrixfDeterminant.
d3dx8: Implement D3DXMatrixMultiply.
d3dx8: Implement D3DXMatrixTranspose.
d3dx8: Implement D3DXMatrixScaling.
d3dx8: Implement D3DXMatrixTranslation.
d3dx8: Implement D3DXMatrixRotationX.
d3dx8: Implement D3DXMatrixRotationY.
d3dx8: Implement D3DXMatrixRotationZ.
d3dx8: Implement D3DXMatrixRotationAxis.
d3dx8: Implement D3DXMatrixRotationQuaternion.
d3dx8: Implement D3DXMatrixRotationYawPitchRoll.
d3dx8: Implement D3DXMatrixLookAtRH.
d3dx8: Implement D3DXMatrixLookAtLH.
d3dx8: Implement D3DXMatrixPerspectiveRH.
d3dx8: Implement D3DXMatrixPerspectiveLH.
d3dx8: Implement D3DXMatrixPerspectiveFovRH.
d3dx8: Implement D3DXMatrixPerspectiveFovLH.
d3dx8: Implement D3DXMatrixPerspectiveOffCenterRH.
d3dx8: Implement D3DXMatrixPerspectiveOffCenterLH.
d3dx8: Implement D3DXMatrixPerspectiveOrthoRH.
d3dx8: Implement D3DXMatrixPerspectiveOrthoLH.
d3dx8: Fix the number and the type of variables in d3dx8.spec.
d3dx8: Uniformize the matrix format in the tests.
d3dx8: Implement D3DXMatrixOrthoOffCenterRH.
d3dx8: Implement D3DXMatrixOrthoOffCenterLH.
Detlef Riekenberg (6):
include/winbase: Fix a typo.
kernel32: Fix description for SetDefaultCommConfig.
acledit: Add a stub for FMExtensionProcW.
shdocvw: Print the unsupported args in a FIXME.
winspool: Error check in add_printer_driver() was to strict.
winspool: Use unsigned type to avoid a compiler warning.
Dmitry Timoshkov (7):
shlwapi: Fix a typo in the previous patch. Spotted by Francois Gouget.
include: Synchronize DEVMODE layout with PSDK.
user32: Initialize more fields in the DEVMODE structure.
winex11.drv: Add support for saving/reading display settings.
version: Use GetModuleHandleEx to increment the module ref count.
winex11.drv: Initialize buffer size.
user32: Simplify some code.
EA Durbin (4):
wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.
d3dxof: Fix some return values.
ntoskrnl.exe: Add stub Implementation of IoAllocateWorkItem.
ntoskrnl.exe: Add stub Implementation of IoAllocateMdl.
Francois Gouget (18):
shell32: Pass the shutdown reason to ExitWindowsEx().
wineboot: Make sure 'Cancel' has the focus and is the default button in the 'Do you want to kill all your applications' dialog.
wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented.
winetest: Add an option that shuts Windows down once the tests have completed.
cryptnet: Fix compilation on systems that don't support nameless structs.
crypt32: Better match the PSDK types and update win32.api to fix the winapi_check warnings.
shlwapi: Fix the DeleteMenuWrap() forward.
tapi32: Add prototypes for lineInitializeExA/W().
d3dx8: Fix compilation on systems that don't support nameless unions.
d3dx8: Make sure d3dx8math.inl compiles fine, whether nameless unions are supported or not.
user32: Fix compilation on systems that don't support either nameless unions or nameless structs.
winex11: Fix compilation on systems that don't support either nameless unions or nameless structs.
kernel32: Fix the image size in a test to avoid a BSOD on Windows XP SP1.
d3dx8: Fix compilation on systems that don't support nameless unions.
gdi32/tests: Dynamically load GdiAlphaBlend() so the test runs on Win9x.
user32/tests: Skip some tests when DdeClientTransaction() returns NULL. This avoids some crashes on Win9x.
Assorted spelling fixes.
winex11: Add C alternatives to the assembly bits in X11DRV_DIB_SetImageBits_8().
Gerald Pfeifer (8):
shlwapi/tests: Remove overly aggressive const declaration for TEST_URL_UNESCAPE.
oleaut32: Use -0.0 directly in test_VarBstrFromR4().
shell32: Remove useless comparison >= 0 for unsigned variables.
comctl32: Make parameters of expect_band_content() match the corresponding types of REBARBANDINFO and fix one format string.
wined3d: Fix type of loop variable in IWineD3DCubeTextureImpl_Destroy().
user32: Don't check unsigned types for >= 0.
shell32: Avoid checking for <0 for unsigned variables.
dinput: Fix type of loop variable in alloc_device().
Hans Leidekker (18):
snmpapi: Fix memory allocation in SnmpUtilVarBindListCpy.
wininet: Always return an error when a transfer is in progress.
wininet: Always close the data connection before receiving a server response.
wininet: Always send a content length header, even if there is no content.
wininet: Use a single connection for all ftp tests.
wininet: Don't release the parent object in FTP_Connect, the caller will do that.
pdh: Remove or fix tests that fail on Windows.
wininet: Correct several ftp server response to error code mappings.
wininet: Implement and test FtpCommand{A, W}.
ntdll: Fix calculation of tape position offsets.
wldap32: Fix build against latest OpenLDAP release.
mlang: Release EnumRfc1766 object.
mlang: Free SCRIPTINFO structure embedded in EnumScript object.
mlang: Fix buffer size calculation.
usp10: Fix a memory leak.
usp10: Fully initialize LOGFONT structure.
usp10: Fix a test to not rely on uninitialized memory.
usp10: Fix some more memory leaks.
Huw Davies (7):
inetcomm: Add self-registration code.
include: Add a few defines and fill out IMimeMessageCallback.
inetcomm: Add a stub for MimeOleCreateVirtualStream.
inetcomm: Add two missing member functions.
include: Add a couple more interfaces.
inetcomm: Add a test for MimeOleCreateVirtualStream.
inetcomm: Add a stub implementation of the MimeSecurity object.
Hwang YunSong(황윤성) (4):
credui: Updated Korean resource.
progman: Updated Korean resource.
user32: Updated Korean resource.
winemine: Update Korean resource.
Jacek Caban (13):
itss: Fixed tests on old IE.
msimtf: Fixed typos.
shdocvw: Move registration code to .inf file.
mshtml: More test fixes.
mshtml: AsyncOpen code clean up.
iexplore: Added self-registration code.
urlmon: Added https protocol class factory stub implementation.
shdocvw: Fixed typos.
mshtml: Store HTMLDocument pointer in BSCallback object.
mshtml: More range tests and fixes.
mshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.
mshtml: Added AcceptLanguage handling.
mshtml: Added IDM_SETDIRTY implementation.
James Hawkins (39):
msi: Test the MoveFiles standard action.
msi: Implement the MoveFiles standard action.
msi: Remove a duplicated function.
msi: Properly register and unregister components.
msi: Properly register features.
msi: Only unpublish the features if the entire product is being uninstalled.
msi: A feature's requested action does not depend on its installed state.
msi: do_query is supposed to fail, so don't release a handle that is never initialized.
msi: Implement MsiSourceListAddSourceExA.
msi: Don't create the product source key when adding a source.
msi: Add tests for MsiSourceListAddSourceEx.
msi: Return the error from OpenSourceKey.
msi: Validate the product code.
msi: Append a slash to network and url sources.
msi: An empty source is an invalid parameter.
msi: The options must include a source type.
msi: Reimplement MsiSourceListAddSourceEx to handle reordering the source list.
msi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
msi: szUserSid must be NULL if context is MSIINSTALLCONTEXT_MACHINE.
msi: Fix the location used to read machine context source list info.
msi: Initialize a handle in case MsiGetSummaryInformation fails.
msi: Test and implement the MSIMODIFY_DELETE command.
msi: Remove a legacy error check.
msi: Fix the sign of an index variable.
msi: Remove an unused parameter.
msi: Remove an unused parameter.
msi: MsiViewGetError returns MSIDBERROR, not UINT.
msi: MsiQueryFeatureState and MsiUseFeatureEx return INSTALLSTATE, not UINT.
msi: MsiQueryProductState returns INSTALLSTATE, not UINT.
msi: Use a magic constant to silence signedness comparison warnings.
msi: Remove an unused parameter.
msi: Fix the location used to write the user's environment variables.
msi: Don't update a table entry when applying a transform if the string value is the same.
msi: Explicitly check the returned value against -1 as the variable is unsigned.
msi: Implement the CCPSearch standard action.
msi: Add a missing struct initialization.
msi: Test the install states of removed features.
msi: Process the ADDSOURCE property when setting feature states.
msi: Test that the install state is dependent on the feature and component registration.
Juan Lang (52):
crypt32: Fix a leak in the tests.
crypt32: Fix another leak in the tests.
crypt32: Get rid of an unneeded variable.
crypt32: Set size when calling CryptDecodeObjectEx without CRYPT_DECODE_ALLOC_FLAG set.
crypt32: Fix a leak during chain creation.
crypt32: Fix leaked chains creating the root store.
crypt32: Fix a leak building an alternate chain.
crypt32: Use memmove rather than memcpy when addresses might overlap.
crypt32: Initialize a variable.
crypt32: Don't leak buffer when a unicode string contains an invalid character.
crypt32: Fix a leaked key.
crypt32: Set last error on alloc failure.
crypt32: Free memory on all paths.
crypt32: Use consistent error checking.
url: Fix prototype of FileProtocolHandlerA.
crypt32: Initialize a variable.
crypt32: Don't store a redundant copy of data in the message store.
crypt32: Don't define function pointers that are NULL (and unused).
comdlg32: Implement OFN_CREATEPROMPT checking.
comdlg32: Grammar fixes.
wsock32: Correctly handle the case where a table size is 0 in IP_MIB_TABLE_ENTRY_ID.
wsock32: Don't use HEAP_ZERO_MEMORY for memory that's fully initialized anyway.
setupapi: Fix a leak.
setupapi: Correct a return value.
setupapi: Downgrade an ERR to a WARN.
setupapi: Don't convert strings past NULL-terminator.
wsock32: Check return value rather than returned size for error.
rsaenh: Use helper function to persist keys.
rsaenh: Use helper function to create a container's registry key.
rsaenh: Use helper function to open a key container's registry key.
rsaenh: Use helper function to delete a key container's registry key.
rsaenh: Use helper function to read key pairs from registry.
rsaenh: Use LocalFree to free memory return by Crypt(Un)ProtectData.
rsaenh: Fix a comment.
crypt32: Describe CryptProtectData data format more accurately.
crypt32: Save alg IDs in CryptProtectData output.
crypt32: Use SHA1 rather than MD5 to protect data.
crypt32: Use the enhanced provider rather than the default (base) provider.
crypt32: Pass key length to CryptDeriveKey.
crypt32: Set correct bit lengths for algorithms.
crypt32: Use 3DES to encrypt data.
crypt32: Fix a leak.
crypt32: Fail decoding a CRL entry if the serial number is empty.
setupapi: Add stubs for CM_Get_Device_IDA and CM_Get_Device_ID_Size.
cfgmgr32: Forward cfgmgr32 functions to setupapi.
wininet: Fix typo.
wininet: Fix another typo.
wininet: Don't use HEAP_ZERO_MEMORY on memory that's fully initialized.
crypt32: Fix a couple leaks in test.
crypt32: Fix another leak in tests.
crypt32: If a decoding function failed, free the memory allocated for it.
wininet: Initialize length of values that aren't being requested.
Kai Blin (2):
netapi32: Fix valgrind warnings.
ws2_32: Map SO_REUSEADDR.
Klaus Layer (1):
ntdll: Add missing FIXMEs for incomplete info classes in NtQuerySystemInformation.
Kovács András (1):
dwmapi: Add DwmEnableComposition stub.
Laurent Vromman (2):
gdi32: Add a test for CloseFigure.
gdi32: Correct a test where the tested function was not called.
Lei Zhang (13):
comctl32: Move tab test's createParentWindow() into START_TEST().
comctl32: Add tab insert item / get focus test.
comctl32: Add tab delete item / get focus test.
comctl32: Set tab focus correctly.
comctl32: Datetime should close its monthcal when the monthcal loses focus.
comctl32: Fix uninitialized, unused variables.
comctl32: Fix typo in rebar.
wininet: Initialize ftp sockets.
wininet: Skip strcmp() in a test if the returned value/len is wrong.
sane.ds: Get number of options only once.
sane.ds: Check return value from sane_control_option().
sane.ds: Check return value from sane_get_option_descriptor().
sane.ds: Fix a memory leak.
Lionel Debroux (2):
mshtml: Fix memory leak (found by Smatch).
credui: Fix memory leak (found by Smatch).
Maarten Lankhorst (6):
include: Add a few speaker defines to ksmedia.h.
dsound: Add support for WAVEFORMATEXTENSIBLE format.
dsound: Add conformance tests for 24/32 bits buffers and waveformatextensible.
dsound: Add support for 24/32 bits input sound buffers.
dsound: Add mixing and normalization functions.
dsound: Use a 2 stage mixing/normalization for sound.
Marcel Partap (1):
include: Add winddiui.h header.
Marcus Meissner (1):
winalsa.drv: Explicitly include assert.h.
Michael Stefaniuc (1):
pdh: Fix two missing LeaveCriticalSection() on error paths.
Mikolaj Zalewski (2):
msvcrt/tests: Loosen the mbctype test to pass under Windows 9x and NT 4.0.
user32: Better fix how to handle GetWindowLongPtr[AW](..., GWLP_WNDPROC) for builtin winprocs.
Nigel Liang (1):
wininet: Release object in HttpSendRequestExW before return on error.
Paul Millar (1):
widl: Add support for overriding recorded time, allowing binary-identical compilation.
Paul Vriens (3):
ntdll: Report FIXME only once.
advapi32/tests: Make tests run on win98 again.
dsound/tests: Fix test failures on WinXP and 2003.
Rob Shearman (36):
urlmon: Add tests for BindToObject for URL monikers based on the existing tests for BindToStorage.
server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes.
server: Pass the security descriptor into create_file, if one is specified, and set the initial mode for the file appropriately.
advapi32: Implement CredWriteW.
advapi32: Implement CredReadW and CredFree.
advapi32: Implement CredDeleteW.
advapi32: Implement CredEnumerateW.
advapi32: Implement ANSI credential management functions.
advapi32: Add tests for credential management functions.
advapi32: Implement filter matching for CredEnumerate.
server: Make sure to always initialise req_sd.owner_len and req_sd.group_len in the handler for the get_security_object call.
ole32: Improve the error reporting in the marshal test when CreateProcess fails.
ole32: Add tests for CoGetObjectContext.
ole32: Implement CoGetObjectContext.
ole32: Remove an incorrect comment.
setupapi: Make the setupapi tests load on systems < Vista by providing a private implementation of RegDeleteTreeW.
rpcrt4: Add a test for the pointers in [in,out] pointer structs not changing when the pointers aren't NULL.
inetcomm: Add stub implementation of inetcomm.dll.
include: Add imnact.idl and imnxport.idl.
inetcomm: Add a framework for connecting to a server and sending/receiving data asynchronously with callbacks being called in the context of the original thread, using window messages.
inetcomm: Use InternetTransport_ChangeStatus in InternetTransport_DropConnection so that the callback gets called.
inetcomm: Call InternetTransport_RegisterClass and UnregisterClass on process attach and detach respectively, to register a window class and initialize Winsock.
inetcomm: Add stubs for MimeOleSetCompatMode and MimeOleCreateMessage.
include: Add mimeole.idl.
inetcomm: Include mimeole.h and fix the type of MimeOleCreateMessage.
inetcomm: Add a stub implementation of the IMimeMessage object returned from MimeOleCreateMessage.
include: Take care to not declare CtxtHandle and PCtxtHandle more than once when including both sspi.h and wincred.h.
rpcrt4: Add a small bit of documentation as to what NdrStubCall2 does.
rpcrt4: Move some type definitions from ndr_stubless.c to ndr_stubless.h.
rpcrt4: Factorise out the argument processing from NdrStubCall2 into two functions.
include: Add a new header file: midles.h.
include: Fix a typo in midles.h.
rpcrt4: Handle FC_IGNORE in the base type functions.
server: Don't do access checks on the security descriptors of newly created objects.
rpcrt4: Add a stub for RpcErrorStartEnumeration.
rpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCancelThread.
Roderick Colenbrander (14):
wined3d: Use native shader limits instead of the maximum the driver can handle in software.
wined3d: Add proper PS2.0 detection for older cards with GLSL support.
wined3d: Print the correct pixel/vertex shader version in a debug trace.
wined3d: Fix the amount of texture memory in the debug traces.
wined3d: Detect vertex shader 2.0 support using a pixel shader 2.0 limit.
wined3d: Default to GLSL. This is safe because we now have proper ps2.0/vs2.0 detection.
wined3d: Fix glsl detection bug.
wined3d: Fix LockedRect regression.
wined3d: Only use p8 conversion on render targets.
wined3d: UnlockRect regression fix.
wined3d: Rewrite the draw buffer selection code.
wined3d: Make sure the format of the render target is P8 too.
wined3d: Make sure SFLAG_LOCKED is set at the start of LockRect as various functions called from LockRect depend on it (e.g. LoadTexture if called from LoadLocation).
wined3d: Make sure the p8 shader is set to 0 after destroying the main render target.
Rok Mandeljc (6):
wnaspi32: Print error when device cannot be opened.
wnaspi32: Degrade ERR of not finding registry entry for a device to TRACE.
wnaspi32: Call ASPI_GetNumControllers() only once.
wnaspi32: Do the command dumping only after device has been verified.
wnaspi32: Fix Controller -> H/C mapping.
wnaspi32: Fix controller number validation.
Stefan Dösinger (58):
wined3d: Move drawable->sysmem reading to UpdateLocation.
wined3d: Add a comment explaining what LoadLocation does.
wined3d: Move sysmem->drawable copying to LoadLocation.
wined3d: Move texture loading to LoadLocation.
wined3d: Honor pbos when downloading a compressed texture.
wined3d: Move texture -> drawable blits to LoadLocation.
wined3d: Move memory allocation into a separate function.
wined3d: Reenable render target unlocking via textures.
wined3d: Move a part of LockRect to the base class.
wined3d: Allocate memory for default pool resources too.
wined3d: Disconnect allocatedMemory and Heap allocation.
wined3d: Make resource memory 32 byte aligned.
d3d9: Silence a FIXME.
wined3d: Remove an unneeded check.
wined3d: Remove a wrong return.
wined3d: Move sysmem->drawable specific blit code out of LoadLocation.
wined3d: Move drawable->sysmem specific code to its special function.
wined3d: Move texture->sysmem specific code into its special function.
d3d8: Initialize the vertex decl when allocating it.
wined3d: Don't test D3DDEVICE surfaces in dsurface tests.
wined3d: Only glBindAttribLocation used attributes.
wined3d: Make pixel shader input an array.
wined3d: Pixel Shader varying indexing.
wined3d: Add a max varyings member to the gl info structure.
wined3d: Handle ps 3.0 varyings in a different way.
wined3d: Shader Model 3.0 varying tests.
wined3d: Set the main hwnd before setting up the screen.
wined3d: Set the display mode before creating the context.
wined3d: Refuse to create volumes and volume textures if not supported.
d3d9: Use HAL devices in some tests.
ddraw: Be less picky about float precision.
ddraw: Fix a test for Vista.
d3d9: Remove some spamy debug traces from the texture test.
wined3d: Install a varying map.
wined3d: Implement the varying map.
d3d9: Initialize the test rectangle correctly.
wined3d: Free the backbuffer array.
wined3d: Fix the varying number comparison.
wined3d: Remove the conditional from texdepth.
wined3d: Relative addressing offsets are limited to [-64; 63] in arb.
wined3d: Get rid of the conditionals in the glsl lit implementation.
wined3d: mov to a0.x does a floor(), not a round to nearest.
wined3d: Replace the position fixup mul-add-add with a MAD.
wined3d: Avoid NOP additions.
wined3d: Honor the driver's min point size.
wined3d: Take care for client storage and pbos.
wined3d: Get rid of the conditionals in shader_glsl_compare.
d3d9: Be less picky in the D3DFMT_X8L8V8U8 test.
wined3d: Pass surface dirtification to the container.
wined3d: Implement a detection for the MacOS OpenGL implementation.
wined3d: Fix for MacOS'es incomplete glsl uniform truth.
wined3d: Hide NP2 textures support on R500 and earlier cards.
wined3d: Store the special uniforms' locations in the linked program.
wined3d: Store integer uniform locations.
wined3d: Load GLSL sampler uniforms at shader link time.
wined3d: Reinstall the projected texture disabling for generated coords.
d3d9: Release the window after the visual tests.
wined3d: Actually store the PS's vertex processing flag.
Stefan Leichter (3):
advpack/tests: Print the unexpected result in function check_ini_contents.
d3dx8: Fix number of parameter of functions D3DXVec4Cross and D3DXVec?CatmullRom.
browseui: Print 64bit integers with wine_dbgstr_longlong.
Thomas Weidenmueller (1):
shell32: Use SHStrDupW in IShellFolder2::GetDetailsOf to allocate returned string.
Tim Schwartz (2):
netapi32: Add stub for NetUseEnum().
net.exe: Lists existing NetUse connections.
Tom Brus (1):
ntdll: Serial/COM code misinterpreted XON/XOFF direction.
Vijay Kiran Kamuju (1):
include: Add missing defines for RC5, SHA and AES in wincrypt.h.
Vincent Hardy (1):
oleaut32: Add TypeLib version for W2K, WXP, and Vista.
Vitaliy Margolen (3):
dbghelp: Fix detection of ELF libs by their name.
kernel32: Implement GetProcessHandleCount.
dinput: Add stub for DIPROP_AUTOCENTER property.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.48 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Still more fixes for regression test failures.
- Much more complete cryptnet implementation.
- WIDL is now able to generate the oleaut32 proxy code.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.48.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.48.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.47:
Alex Busenius (1):
user32: Fix segfault when combobox contains a longer text than buffer_limit.
Alex Villacís Lasso (5):
user32: Fix EM_SETLIMITTEXT with zeroed args.
user32: Tests for fix EM_SETLIMITTEXT with zeroed args.
riched20: Single-line control must refuse to insert carriage returns (with tests).
riched20: 2.0 and higher inserts CRCRLF as space (with tests).
riched32: Skeleton of richedit 1.0 test plus WM_SETTEXT test.
Alexander Dorofeyev (3):
gdi32: Fix off by one error in BIDI_Reorder.
gdi32: Fix runaway loop because of unsigned comparison in BIDI_Reorder.
gdi32: Fix unchecked NULL ptr in BIDI_Reorder.
Alexandre Julliard (22):
user32: Fix message processing in dde test and go back to more reasonable timeouts.
kernel32: Fix GlobalMemoryStatus to take into account the IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
progman: Remove the obsolete Xx.rc file.
shlwapi/tests: Make local variables static and const.
d3dx8: The inline functions should be static instead of extern.
ntdll: Fixed typo in RTL_GetKeyHandle (spotted by Sean Chu).
winex11: Process all types of messages while moving/resizing a window.
msi: Properly clear the new table data when a column is added.
msi: Avoid casting const pointers to non-const.
crypt32: Fix pointer casts in decode.c too.
comctl32: Fix a discard const warning.
kernel32/tests: Replace a couple of macros by a function to avoid compiler warnings.
user32: Replace a pointer cast by FIELD_OFFSET.
configure: Check for fontconfig in the X directory if not found in the standard places.
server: Avoid refreshing areas of a window that have already been copied by the X server.
server: Don't expose the parent window in areas that are now part of the child visible region.
shell32: Use wine_get_dos_file_name instead of duplicating knowledge about the drive symlinks.
Fix redundant uses of MAKEINTRESOURCE.
shell32: Check for internal shell classes before querying the registry in SHCoCreateInstance.
ntdll: Cache the DOS drives stat info for up to one second.
ntdll: Fixed off-by-one error in RtlGetFullPathName_U (spotted by Michael Builov).
winebuild: Add a -ordinal flag for entry points that must be imported by ordinal but exported by name.
Allan Tong (3):
shell32: Fix a memory leak.
wined3d: Fix resource cleanup if CreateCubeTexture fails.
wined3d: Fix comment typos in SetMultithreaded.
Andrew Talbot (9):
winmm: Fix some memory leaks.
msiexec: Fix a memory leak.
oleview: Fix a memory leak.
taskmgr: Fix a memory leak.
wineboot: Fix some memory leaks.
winhelp: Fix a memory leak.
winedbg: Fix a memory leak.
xcopy: Fix some memory leaks.
winhelp: Fix a memory leak.
Andrey Turkin (1):
imm32: ImmDisableIme is an alias to ImmDisableIME.
Apostolos Alexiadis (1):
comctl32: Add Greek resources.
Aric Stewart (4):
ws2_32: Return proper WSAENOBUFS error when enuming protocols.
iphlpapi: For platforms that do not implement /proc, return Unimplemented for the functions trying to read from there.
iphlpapi: Correct GetBestRoute when there is no route.
kernel32: Set last error to ERROR_INSUFFICIENT_BUFFER in LCMapString when the sort key buffer is too small.
Bang Jun-young (7):
configure: Add check for presence of _strdup() and strdup().
crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.
version: Use the official NT macro rather than obsolete one.
advapi32: Fix AdjustTokenPrivileges() to match the PSDK.
ole32: Include wine/port.h for snprintf().
shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK.
Chris Robinson (1):
wined3d: Don't report filtering for WINED3DFMT_R32F.
Dan Hipschman (15):
rpcrt4/tests: Free memory from one of the tests.
widl: Use new functions need_proxy and need_stub to clean up code and avoid generating unnecessary files.
widl: Output the correct value for TableSize in ProxyFileInfo.
widl: Improve file cleanup when errors occur.
widl: Generate dlldata files.
widl: Remove printf format strings that aren't really format strings.
widl: Detect conformant arrays of user types correctly.
widl: Fix problems with variable-size user types.
widl: Update the manpage.
widl: parser_error must append a newline, so write a new function, error_loc.
widl: Use error_loc instead of yyerror.
oleaut32: Add stubs for IPropertyBag_Read.
widl: Allow void pointers with iid_is attributes.
widl: Fix a crash in compare_expr.
oleaut32: Use widl to generate oaidl_p.c.
Dan Kegel (3):
gdi32/tests: Fix false pass in warn+heap case.
wine.inf: Add fake DLL for mshtml.dll.
winmm: Avoid testing linecontrols if can't get line info.
Daniel Nylander (34):
notepad: Update Swedish translation.
uninstaller: Add Swedish translation.
winecfg: Add Swedish translation.
wineconsole: Add Swedish translation.
winhelp: Update Swedish translation.
wineboot: Add Swedish translation.
clock: Update Swedish translation.
avifil32: Add Swedish translation.
credui: Add Swedish translation.
gphoto2.ds: Add Swedish translation.
iccvid: Add Swedish translation.
localui: Add Swedish translation.
msacm32: Add Swedish translation.
msi: Add Swedish translation.
msvfw32: Add Swedish translation.
oledlg: Add Swedish translation.
sane.ds: Add Swedish translation.
wineps.drv: Add Swedish translation.
winspool.drv: Add Swedish translation.
shlwapi: Add Swedish translation.
msvidc32: Add Swedish translation.
crypt32: Add Swedish translation.
hhctrl.ocx: Add Swedish translation.
serialui: Add Swedish translation.
localspl: Add Swedish translation.
mpr: Add Swedish translation.
msrle32: Add Swedish translation.
wininet: Add Swedish translation.
wldap32: Add Swedish translation.
comdlg32: Update Swedish translation.
mshtml: Update Swedish translation.
oleaut32: Update Swedish translation.
shdoclc: Update Swedish translation.
tools: Add Swedish name to .desktop file.
David Adam (34):
d3dx8: Implement D3DX8Vec2Length with a test.
d3dx8: Implement D3DX8Vec2LengthSq with a test.
d3dx8: Implement D3DXVec2Dot with a test.
d3dx8: Implement D3DXVec2CCW with a test.
d3dx8: Implement D3DXVec2Add with a test.
d3dx8: Implement D3DXVec2Subtract with a test.
d3dx8: Implement D3DXVec2Minimize with a test.
d3dx8: Implement D3DXVec2Maximize with a test.
d3dx8: Implement D3DXVecScale with a test.
d3dx8: Implement D3DXVec2Lerp with a test.
d3dx8: Implement D3DX*Length with a test.
d3dx8: Implement D3DX*LengthSq.
d3dx8: Implement D3DX*Dot with a test.
d3dx8: Implement D3DX*Add with a test.
d3dx8: Implement D3DX*Subtract.
d3dx8: Implement D3DX*Lerp.
d3dx8: Implement D3DX*Maximize.
d3dx8: Implement D3DX*Minimize.
d3dx8: Implement D3DX*Scale.
d3dx8: Implement D3DXVec3Cross.
d3dx8: Implement D3DXQuaternionConjugate.
d3dx8: Implement D3DXQuaternionIdentity.
d3dx8: Implement D3DXQuaternionIsIdentity.
d3dx8: Implement D3DXPlaneDot.
d3dx8: Implement D3DXPlaneDotCoord.
d3dx8: Implement D3DXPlaneDotNormalize.
d3dx8: Implement D3DXPlaneColorNegative.
d3dx8: Implement D3DXPlaneColorLerp.
d3dx8: Implement D3DXPlaneColorModulate.
d3dx8: Implement D3DXPlaneColorScale.
d3dx8: Implement D3DXPlaneColorAdd.
d3dx8: Implement D3DXPlaneColorSubtract.
d3dx8: Implement D3DXPlaneMatrixIdentity.
d3dx8: Implement D3DXPlaneMatrixIsIdentity.
Detlef Riekenberg (18):
localspl/tests: Spelling fix.
shlwapi: Fix returned result code and size in UrlCanonicalizeA.
wininet: Fix flags and SetLastError for InternetCanonicalizeUrlA/W.
wininet/tests: Test NULL pointer for InternetCanonicalizeUrlA.
shlwapi/tests: Move URL testing functions from path.c to url.c.
shlwapi/test: Test dwSize for UrlCanonicalizeA/W.
spoolss: Add a stub for SplIsUpgrade.
spoolss: Add a stub for BuildOtherNamesFromMachineName.
spoolss: Return a magic number as HANDLE in RevertToPrinterSelf.
msi/tests: Do not leak a HKEY when RegQueryValueEx failed.
spoolss/test: Add a test for BuildOtherNamesFromMachineName.
shell32: Remove unused resource file.
wineps: Remove unused resource file.
comdlg32: Do not crash with PageSetupDlg(NULL).
include/commdlg: Add more defines for PrintDlg/PrintDlgEx.
ntdll: Dump the base address when a module is loaded.
comdlg32: Improve stub for PrintDlgEx.
comdlg32/tests: Initial tests for PrintDlgExW.
Dmitry Potapov (1):
cmd: copy: Fix "Path not found" error.
Dmitry Timoshkov (8):
wordpad: Refuse to load OLE compound storage files like Windows does.
user32: Add more listbox message tests, make them pass under Wine.
ntdll: Use symbolic names when possible.
shlwapi: Use existing shlwapi/Win32 APIs to compare strings in Windows encoding.
shlwapi: Forward more entries to user32 exports.
shlwapi: Forward SetDlgItemTextWrapW to user32.SetDlgItemTextW.
shlwapi: Forward GetStringType3ExW to GetStringTypeW.
shlwapi: Update exported API entries according to the info published by Geoff Chappell.
EA Durbin (1):
kernel32: Partially implement GetUserGeoID().
Evan Teran (1):
shell32: Fix typo in GlobalAlloc parameters.
Francois Gouget (28):
winex11.drv: The 'lossy' parameter is always false so remove it.
wined3d: Fix the d3dfmt_p8_init_palette() prototype.
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
crypt32/tests: Fix compilation on systems that don't support nameless unions.
mshtml: Check for HAVE_UNISTD_H before including unistd.h.
msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*().
ole32: Fix the CoCreateGuid() ordinal in the documentation.
msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
msdmo: Fix the DMOGetName() prototype.
user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings.
wtsapi32: Add a couple of related prototypes.
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
widl: Remove internal_error() as it is unused.
widl: Add the trailing '\n' to an error message.
widl: Modify generic_msg() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
winegcc: Modify error() to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
wmc: Modify the error and warning functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
wrc: Modify the error, warning and tracing functions to behave like all the other Wine tracing methods, that is to not append a '\n' to the message.
tools/fnt2fon: Remove error() as it is almost unused. Transform errno into a meaningful string for the error message.
ndrtypes.h: Include limits.h.
imm32: #ifdef-out some functions in imm.h if wingdi.h was not included first.
mshtml: Add a missing import directive to mshtml.idl.
dimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined.
winex11.drv: Remove the coloruse == -1 special case. Add X11DRV_DIB_GetColorCount() for computing a bitmap's number of colors.
winex11: Remove some unneeded casts.
Better match the PSDK types and update win32.api to fix the winapi_check warnings.
Assorted spelling fixes.
cryptnet: Fix compilation on systems that don't support nameless unions.
Gerald Pfeifer (9):
widl: Fix build failure in parser.y.
libwine: Conditionally provide reserve_area().
kernel32: Use FIELD_OFFSET instead of pointer cast.
gdi32: Avoid compiler warning in WineEngGetGlyphOutline().
comctl32/tests: Avoid remove redundant invocation of MAKEINRESOURCEA for IDC_ARROW and IDC_IBEAM.
crypt32: Fix incorrect casts in X509_CERT and friends.
gdi32: Add a set of braces to silence a GCC 3.4 warning.
ntdll: #include <sys/types.h> to get dev_t.
rpcrt4: Initialize variable to avoid compiler warning.
Hans Leidekker (6):
wininet: Separate ftp session destruction from closing connections.
wininet: Properly clean up ftp sessions.
wininet: Fix some failing ftp tests on Windows and Wine.
wininet: Use passive mode for the ftp tests.
advapi32: Remove tests for the sha context structure.
gdi32: Remove a test that expects the break character to equal ascii space.
Huw Davies (4):
gdi32: Factor out the code to call FT_Load_Sfnt_Table.
fonts: Change to OS2 Vendor ID to be 'Wine'.
gdi32: Don't load Wine's bitmap-only TrueType fonts.
gdi32: Try to load Wine's TrueType fonts from the build directory.
Hwang YunSong(황윤성) (17):
cmdlgtst: Updated Korean resource.
comctl32: Updated Korean resource.
wordpad: Updated Korean resource.
comdlg32: Updated Korean resource.
mpr: Updated Korean resource.
wininet: Updated Korean resource.
msacm32: Updated Korean resource.
winefile: Updated Korean resource.
mshtml: Updated Korean resource.
wineconsole: Updated Korean resource.
oledlg: Updated Korean resource.
winecfg: Updated Korean resource.
taskmgr: Updated Korean resource.
shlwapi: Updated Korean resource.
shell32: Updated Korean resource.
regedit: Updated Korean resource.
browseui: New Korean resource.
Jacek Caban (38):
mshtml: Fix range pos after put_text call.
mshtml: Fixed ref count leak.
mshtml: Added IHTMLWindow2::get_option implementation.
mshtml: Use wine scheme mechanism in do_load_from_moniker_hack.
mshtml: Added IHTMLDocument4 stub implementation.
mshtml: Added IHTMLStyle display and visibility properties implementation.
mshtml: Added IHTMLOptionElement::get_value implementation.
mshtml: Added IHTMLOptionElement::put_value implementation.
mshtml: Added IHTMLOptionElement::put_text implementation.
mshtml: Added IHTMLOptionElement::get_text implementation.
mshtml: Added IHTMLOptionElementFactory::create implementation.
mshtml: Added IHTMLSelectElement::selectedIndex property implementation.
mshtml: Added more DOM tests.
mshtml: Added more range tests and fixes.
mshtml: Added IHTMLTxtRange::moveStart("character") implementation.
mshtml: Try installing Gecko from local file in DllRegisterServer.
mshtml: Added ref counting to node object.
imm.h: Added REGISTERWORD[AW] declaration.
include: Added dimm.idl.
msimtf: Added msimtf.dll.
msimtf: Added Dll[Un]RegisterServer implementation.
msimtf: Added class factory implementation.
hlink.idl: Undef unicode GetObject macro.
mshtml: Import dimm.idl and fix compilation.
mshtml: Set selection to default on IHTMLSelectionObject::createRange if there is no range selected.
mshtml: Added support for installing Gecko from build dir.
wine.inf: Self-register msimtf.dll.
itss: Fixed memory freeing.
mshtml: Added IHTMLTxtRange::expand("TextEdit") implementation.
mshtml: Fixed spaces handling in range object.
urlmon: Added text/richtext MIME filter.
urlmon: Added audio/wav MIME filter.
urlmon: Added application/postscript MIME filter.
urlmon: Added emulated http tests.
urlmon: Fixed tests on IE7.
urlmon: Use QueryInterface in get_callback.
mshtml: More IE7 test fixes.
itss: Fixed test crash on IE7.
James Hawkins (26):
user32: Increase the message timeout.
user32: The server should release data sent with WM_DDE_POKE.
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
user32: Return DMLERR_MEMORY_ERROR instead of posting an ACK when fAckReq is returned by the server for WM_DDE_DATA.
user32: Return DMLERR_INVALIDPARAMETER if hszItem is NULL.
user32: Add tests for DdeCreateDataHandle.
user32: Convert an HDDEDATA handle to a DDEPOKE structure for WM_DDE_POKE.
msi: Only double the returned size when szValueBuf is NULL.
msi: Return ERROR_FUNCTION_FAILED when inserting duplicate keys.
msi: Return ERROR_FUNCTION_FAILED if a matching row is not found.
msi: Test adding nonpersistent strings to the string table.
msi: Save nonpersistent strings as holes in the string pool.
msi: Add handling for MSIMODIFY_INSERT for the streams table.
msi: Release the record only after using the record's data.
msi: Don't delete the table if the table deleted itself because of a release.
msi: Include the null terminator when writing data to the stream.
msi: Set media info strings to NULL after freeing them.
cabinet: Fix two tests that return E_FAIL on win98.
msi: Add missing newline to the adm_custom_action table.
msi: Set the ROOTDRIVE property so the admin sequence won't choose its own.
advpack: Restore the LProgramF string using the acquired Program Files string.
user32: Fix a test that now passes in Windows.
user32: Define WM_LBTRACKPOINT if it's not previously defined.
msi: Define _WIN32_MSI to pull in new definitions.
msi: Output expected values on failing tests.
msi: Use package_from_db instead of opening the package with MsiOpenPackage.
Jeremy Newman (1):
credui: Add a Wine-themed banner for the credentials dialog.
Juan Lang (92):
setupapi: Remove bogus part of test.
setupapi: Improve parameter checking in SetupDiInstallClass.
setupapi: Test SetupDiOpenDevRegKey.
setupapi: Implement SetupDiOpenDevRegKey.
setupapi: Make error checking in SetupDiCreateDevRegKeyW more like that in SetupDiOpenDevRegKey.
setupapi: Implement SetupDiDeleteDevRegKey.
setupapi: Don't abort key enumeration early.
setupapi: Correct device enumeration.
ws2_32: Fix broadcast address calculation.
iphlpapi: Improve GetPerAdapterInfo stub.
iphlpapi: Use route table to find an adapter's default gateway in GetAdaptersInfo.
iphlpapi: UINT and DWORD are now equivalent, even in 64-bit compiles, so remove unnecessary complication.
iphlpapi: Implement GetAdapterIndex.
wincrypt.h: Add a few more definitions.
wininet.h: Add some more defines.
setupapi: Avoid spamming console.
hhctrl.ocx: Avoid spamming console.
crypt32: Implement CertVerifyCertificateChain for the Microsoft root policy.
crypt32: Always set pPolicyStatus->dwError.
crypt32: Use a structure to hold function address handle.
crypt32: Add basic tests for CryptGetDefaultOIDFunctionAddress.
crypt32: Implement CryptGetDefaultOIDFunctionAddress.
crypt32: Don't crash logging numeric function names.
crypt32: Don't abort early if encoding type is 0 for CryptRegisterOIDFunction/CryptUnregisterOIDFunction.
crypt32: Always return an empty list on failure from CryptGetDefaultOIDDllList.
cryptnet: Implement DllRegisterServer/DllUnregisterServer.
cryptnet: Add CertDllVerifyRevocation stub.
cryptnet: Add stub for CryptGetObjectUrl.
cryptnet: Add tests for CryptGetObjectUrl.
cryptnet: Add URL_OID_GET_OBJECT_URL_FUNC definition.
cryptnet: Partially implement CryptGetObjectUrl.
crypt32: Add stubs for I_CryptFindLruEntry and I_CryptCreateLruEntry.
crypt32: Add I_CertUpdateStore stub.
crypt32: Add tests for I_CertUpdateStore.
crypt32: Implement I_CertUpdateStore.
crypt32: Use I_CertUpdateStore in file stores.
crypt32: Pass reg store's key and memory store to CRYPT_RegReadFromReg, rather than passing a private type.
crypt32: Use I_CertUpdateStore in registry stores.
crypt32: Use GetSystemTimeAsFileTime rather than GetSystemTime/SystemTimeToFileTime.
crypt32: Don't keep a pointer to the lower quality chains when choosing a higher quality one, otherwise they'll get double-freed.
crypt32: Set lower quality chain count and pointer to 0 when freeing them.
crypt32: Make sure a signed encode message's signer info is always initialized.
crypt32: Get rid of an unused key.
crypt32: Fix a couple leaked messages.
crypt32: Free root store when quitting.
crypt32: Free memory on an error path.
crypt32: Keep signer handle count separate from signer info.
crypt32: Remove tests that cause memory corruption.
crypt32: Add more missing definitions.
crypt32: Replace a private type with a public one.
crypt32: Simplify I_CertUpdateStore.
crypt32: Initialize mask when allocating it.
cryptnet: Fix a leak.
wininet: Update comments to match function parameters.
wininet: Implement IsUrlCacheEntryExpiredA.
wininet: Add a URLCache_FindEntryInHashW helper, and use it to simplify finding an entry in a hash with a wide-character URL string.
wininet: Implement IsUrlCacheEntryExpiredW.
wininet: Implement DeleteUrlCacheEntryW.
crypt32: Fail if MultiByteToWideChar converts 0 characters.
crypt32: Don't assume string pointer has been set if length is 0.
crypt32: Don't allocate a 0-length string.
crypt32: Always set *ppszError.
wininet: Use URLCache_FindHash rather than URLCache_FindEntryInHash.
wininet: Introduce a URLCache_FindHashW, and use it rather than URLCache_FindEntryInHashW.
wininet: Pass hash entry directly to URLCache_HashEntrySetUse rather than searching for it again.
wininet: Implement UnlockUrlCacheEntryFileW.
wininet: Implement RetrieveUrlCacheEntryFileW.
wininet: Pass hash entry directly to URLCache_DeleteEntryFromHash.
wininet: Don't assume lpBuffersIn is not NULL.
cryptnet: Add stubs for CryptRetrieveObjectByUrlA/W.
cryptnet: Add tests for CryptRetrieveObjectByUrl.
cryptnet: Implement CryptRetrieveObjectByUrlA on top of CryptRetrieveObjectByUrlW.
cryptnet: Implement CryptRetrieveObjectByUrlW for the file: protocol.
cryptnet: Return FALSE if the requested URL exists and the url array size is NULL.
cryptnet: Implement CryptRetrieveObjectByUrlW for the http protocol.
cryptnet: Set timeout on http connections when a timeout is specified.
cryptnet: Get cache entry expire time from HTTP expires header.
cryptnet: Implement CertDllVerifyRevocation.
cryptnet: Don't prefer native version.
wine.inf: Register cryptnet.dll.
crypt32: Add CertVerifyRevocation stub.
crypt32: Add basic test for CertVerifyRevocation.
crypt32: Implement CertVerifyRevocation.
crypt32: Implement cert chain revocation checking.
credui: Add stubs.
credui: Add proper parameter names to SSO stubs, and use symbolic return values.
advapi32: Add stubs for CredEnumerateA/W.
setupapi: Return FALSE if a NULL buffer is passed in.
crypt32: Avoid misleading fixme when no data are passed to CryptUnprotectData.
setupapi: Include enumerator string as part of device instance ID.
crypt32: Remove a test because of a Windows 2003 SP1 bug.
crypt32: Remove iTunes chain from certificate policy tests, there's no guarantee the root cert is trusted.
Ken Thomases (3):
configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro.
configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.
configure: Use 0 instead of NULL because NULL isn't defined.
Konstantin Kondratyuk (1):
mpr: Delete a stub trace.
Lei Zhang (6):
comctl32: Simplify monthcal test.
comctl32: Monthcal today link test.
comctl32: Select today's date when the today link is clicked.
comctl32: Correct monthcal WM_LBUTTONDOWN return values.
comctl32: Monthcal should send notifications when today link gets clicked.
user32: Do not send button click to dialog with disabled default button.
Lionel Debroux (11):
comctl32: Remove redundant NULL check before free (found by Smatch).
comctl32: Remove redundant NULL check before free (found by Smatch).
itss: Remove redundant NULL check before free (found by Smatch).
server: Remove redundant NULL checks before free (found by Smatch).
server: Remove redundant NULL checks before free (found by Smatch).
gdi32/tests: Fix memory leak (found by Smatch).
advapi32/tests: Fix memory leak (found by Smatch).
kernel32/tests: Fix memory leaks (found by Smatch).
localspl/tests: Fix memory leak (found by Smatch).
ntdll/tests: Fix memory leaks (found by Smatch) and fix a message.
msvcrt/tests: Fix memory leak (found by Smatch).
Louis Lenders (5):
advapi32: Improve stub for EnumServicesStatusExA a bit.
setupapi: Add stub for SetupInstallServicesFromInfSectionA.
tapi32: Add stub for lineInitializeExA.
hhctrl.ocx: Update version info.
advapi32: Export RegOverridePredefKey.
Luke Bratch (1):
mshtml: Fix text input fields.
Maarten Lankhorst (5):
dsound: Make sure device buflen is initially set to ds_hel_buflen.
dsound: Remove a few null initializations in DirectSoundDevice_Create.
winealsa: Use S24_3LE instead of S24_LE.
dsound: Only warn for unsupported channels (or bits) when volume adjustment is done.
winealsa: Don't use default:XX to open up a hardware control.
Marcus Meissner (4):
msi: Marked two variables static.
msi: Common Files is translated to current language.
oleaut32/tests: Insert the decimal seperator, if it is just 1 char.
Updated AUTHORS file.
Michael Jung (1):
rsaenh: Enlarge buffer in test_enum_container. Fixes two test failures on Vista.
Michael Stefaniuc (6):
wpp: Remove redundant NULL check before free(). Found by Smatch.
wrc: Remove redundant NULL check before free(). Found by Smatch.
winex11.drv: Fix two missing unlocks on error paths. Found by Smatch.
mshtml/tests: Move the 'const' after REFIID as REFIID is a macro that already starts with 'const'.
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
winealsa.drv: Leave the CriticalSection before destroying it. Found by Smatch.
Mikolaj Zalewski (15):
comdlg32: NULL name in PRINTDLG_SetUpPrinterListComboA is correct so don't print a FIXME.
ntdll: Add some tests for RtlIsTextUnicode.
ntdll: Avoid setting IS_TEXT_UNICODE_NUL_BYTES for the last byte of an ANSI string.
kernel32/tests: Don't close an invalid handle if the process is being debugged as this will raise an exception.
kernel32/tests: Support for spaces in actctx test executable path.
kernel32/tests: Make the actctx test pass when the application is run from a different directory.
ntdll: Manifests should be parsed as UTF-16 only if there is a BOM (with testcase).
ntdll: Support for UTF-16 manifests with reverse endianness.
msi: Make the WriteEnvironmentStrings handling of [~] a bit better.
kernel32: FindExSearchLimitToDirectories has no effect on FindFirstFileEx.
msi: Use BS_GROUPBOX for group boxes.
include: Add IProgressDialog definitions.
browseui: Implement the progress dialog.
advapi32: Fix CreateWellKnownSid test on Windows XP.
advapi32: Add a well known sid.
Mikołaj Zalewski (4):
advapi32/tests: Make the SDDL test pass under Vista.
advapi32/tests: Define OBJECT_BASIC_INFORMATION in source file as it is not defined in Windows SDK winternl.h.
advapi32: Add a test for CreateWellKnownSid and implement two more SIDs.
advapi32: Make CreateWellKnownSid create domain sids (with test).
Nigel Liang (1):
wininet: Release object in HttpEndRequestW after use.
Rob Shearman (33):
ntdll: Fix NtAccessCheck for NULL, but present SACLs and DACLs.
advapi32: Add tests for AccessCheck with NULL DACLs and blank DACLs.
ntdll: Fix the return code from RtlSetDaclSecurityDescriptor when daclpresent is FALSE.
server: Fix token_access_check to allow full access to security descriptors with present but NULL DACLs.
advapi32: Don't link to CreateWellKnownSid at compile time in the security tests.
server: Owner and group SIDs in security descriptors are optional in many server calls.
ole32: Add a test to show that operations on overwritten should no longer succeed.
ole32: Reset the parent storage on overwritten streams so that operations on them now fail.
server: Fix file_set_sd to handle NULL DACLs.
urlmon: Fix the MIME type reported by the HTTP protocol when the Content-Type headers contains charset data too.
urlmon: Add a stub for GetClassFileOrMime.
ntdll: Allow the newer ACL revisions in RtlCreateAce.
advapi32: Runtime link to CreateWellKnownSid in the tests for the function, since it isn't available on all platforms.
advapi32: Add some tests for ACL functions.
ntdll: Fix RtlValidAcl to accept newer ACL revisions.
ntdll: Add a stub for RtlSetControlSecurityDescriptor.
include: Remove duplicate ACL_REVISION1 and ACL_REVISION2 defines in winnt.h.
credui: Implement CredUIConfirmCredentialsW.
credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window.
credui: Verify some of the parameters to CredUIPromptForCredentials, like native does.
credui: Build the import library.
credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW.
comctl32: Don't set the focus to the text box when the ComboBoxEx receives a CBN_SELENDCANCEL notification.
advapi32: Print out the unknown value for sid use in the LookupAccountName test, instead of the known value.
server: Use the security descriptor passed in when creating events.
kernel32: Add tests for creating events with different initial security descriptors.
server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects.
server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects.
server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects.
advapi32: Add a test for access checks with the INHERIT_ONLY_ACE flag.
advapi32: Fix the ACCESS_SYSTEM_SECURITY test by impersonating the token during the call to RtlAdjustPrivileges.
server: Ignore ACEs with the INHERIT_ONLY_ACE flag set during access checks.
credui: Add a banner and message box to the dialog presented by CredUIPromptForCredentials.
Roderick Colenbrander (2):
wined3d: Optimize P8 fragment shader.
wined3d: Rebind the 2D texture corresponding to the p8 surface. In some programs this caused nothing to show up.
Roy Shea (1):
include/rpc.h: Add missing headers.
Stefan Dösinger (7):
wined3d: Create query private data when faking the query.
wined3d: Ignore texture transforms when a shader is used, not set.
wined3d: Care for the inverted y coords in dsy.
wined3d: A point size fix.
wined3d: Begin centralizing surface location management.
wined3d: Add a method for surface location updates.
wined3d: Move regular surface / texture downloading to LoadLocation.
Vincent Pelletier (1):
user32: Implement SPI_GETMOUSESPEED in SystemParametersInfoW.
Vitaliy Margolen (1):
wine.man: Document OSS environment variables.
--
Alexandre Julliard
julliard(a)winehq.org
This is release 0.9.47 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- New scheme for OpenGL support in child windows.
- Lots of fixes for regression test failures.
- A Tahoma replacement font.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public sites. The sources will
be available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.47.tar.bz2http://prdownloads.sourceforge.net/wine/wine-0.9.47.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on
http://www.winehq.org/site/documentation
You can also get the current source directly from the git or CVS
repositories. Check respectively http://www.winehq.org/site/git or
http://www.winehq.org/site/cvs for details.
If you fix something, please submit a patch; instructions on how to do
this can be found at http://www.winehq.org/site/sending_patches
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Changes since 0.9.46:
Alexandre Julliard (26):
msvcirt: Added stub implementation of msvcirt.dll.
comctl32/tests: Avoid destroying a DPA twice.
mshtml: The HTMLDocument URL is a standard WCHAR string, not a BSTR.
msi: Avoid accessing a freed object.
user32/tests: Compare against ASCII string first since it may not be a valid Unicode string in that case.
shlwapi: Fix GetAcceptLanguagesA to not read past the end of the buffer.
ntdll: Clear heap blocks also for WARN_ON(heap).
ntdll: Remove assumptions that the subheap is at the beginning of the memory block.
ntdll: Convert the subheap list to a standard list.
ntdll: Make the heap structure more compatible with the NT layout.
kernel32: Improve tracing in GlobalAlloc.
server: Add a default access mapping function for files, and use it for devices too.
imagehlp: Fixed UpdateDebugInfoFile definition.
user32/tests: Replace GWL_WNDPROC by GWLP_WNDPROC.
winenas.drv: Add workaround for INT64 type too.
ntdll: Fix the HEAP_CreateSubHeap return value (spotted by Allan Tong).
kernel32: Use FIELD_OFFSET instead of pointer cast.
server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
winex11: Use ExtEscape to flush the GL drawable to the physdev.
winex11: Don't store a physdev pointer in the GL context.
msvcrt: Fix demangling of function pointers by maintaining the left/right distinction for type references.
winex11: Add generic mechanism for managing WM_STATE properties.
winex11: Set the SKIP_PAGER and SKIP_TASKBAR styles on tool windows.
winex11: Reuse the mwm hints when computing the window X11 rectangle.
winex11: Don't use a window manager border for a simple WS_BORDER-style border.
kernel32: Get rid of the NLS_RegOpenSubKey function, its behavior is broken.
Andrew Talbot (11):
msvfw32: Fix a memory leak.
ole32: Fix some memory leaks.
oleaut32: Fix some memory leaks.
secur32: Fix some memory leaks.
shell32: Fix some memory leaks.
urlmon: Fix some memory leaks.
winealsa.drv: Fix a memory leak.
wined3d: Fix a memory leak.
wineps.drv: Fix some memory leaks.
wineps.drv: Fix some memory leaks.
wininet: Fix a memory leak.
Andrey Turkin (3):
dbghelp: Avoid crashing on files with bogus export table.
libwine: Emulate MS linker stub for builtin dlls.
wine.inf: Add Protected Storage System Provider key.
Aric Stewart (2):
msdmo: Implement DMOGetTypes.
msdmo: Improve registration and reading of codecs.
Chris Robinson (12):
winex11: Store a GL-specific drawable with the window.
wgl: Remove GL scissors/viewport override.
winex11: Use an offscreen redirected window for child OpenGL rendering.
winex11: Pass a display parameter when destroying glxpixmaps.
winex11: Track async GL drawable changes.
winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available.
winex11: Load and use GLX_MESA_copy_sub_buffer for swapping buffers on a GLXPixmap.
wined3d: Prevent some console spamming.
winex11: Create GLXPixmap for bitmaps in SetPixelFormat.
winex11: Use the specified format for GL Bitmaps.
winex11: Don't choose double buffered modes with gdi support.
wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
Chris Spencer (1):
wine.inf: Create psapi.dll as a fake dll.
Damjan Jovanovic (2):
ole32: Implement win16 COCREATEGUID.
ws2_32: Silently ignore WS_IP_DONTFRAGMENT.
Dan Hipschman (10):
widl: Add newlines to error messages that are missing them.
widl: Add a declonly argument to write_type_left.
widl: Write types in the format string comments.
widl: Correct default pointers.
rpcrt4/tests: Make server.idl compatible with MIDL.
widl: Make structs containing user types bogus; fix square_test_us test failure.
widl: Allow quoted UUIDs.
widl: Implement pointer_default functionality.
widl: Keep track of every allocated type_t to simplify set_all_tfswrite.
rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array tests.
Dan Kegel (3):
msvcrt: Improve CR CR LF handling.
msvcrt: Fix ^Z handling in text mode.
quartz: Make clock test less flaky.
David Adam (2):
include: Skeleton header for D3DX8.
d3dx8: Fix the definition of D3DXVECTOR.
Detlef Riekenberg (6):
msi: Dump the database name in a FIXME.
winspool: Add a missing export.
spoolss: Implement SplInitializeWinSpoolDrv.
spoolss/tests: Add tests for SplInitializeWinSpoolDrv.
localspl: Implement InitializePrintProvidor.
wininet/tests: Initial tests for InternetCanonicalizeUrlA.
Dmitry Timoshkov (3):
user32: WM_IME_SETCONTEXT messages are optional.
gdi32: Prefer a Microsoft cmap table over other platform ones.
user32: Add a message test for ownerdrawn listbox, make it pass under Wine.
EA Durbin (1):
kernel32: Implement SetUserGeoID.
Francois Gouget (10):
comdlg32/tests: Tell PageSetupDlg() not to bring up a dialog if there is no default printer.
user32/tests: Remove an unneeded cast.
regedit: Add support for 'regedit -' for feeding regedit from stdin.
regedit: Add support for 'regedit /E -', to export the registry to stdout.
winex11.drv: Remove an obsolete FIXME comment.
winex11.drv: Add the trailing '\n' to a Wine trace.
user32/tests: Don't use nameless unions where they are not needed.
comctl32/tests: Fix the control's size reporting in an error message.
pdh/tests: Fix compilation on systems that don't support nameless unions.
Assorted spelling fixes.
Gerald Pfeifer (4):
kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo().
kernel32: Fix types for the FreeBSD implementation of GlobalMemoryStatusEx().
winex11.drv: Move X11DRV_XRender_Installed under #ifdef SONAME_LIBXRENDER.
mshtml: Removed unused function get_child_text_node().
H. Verbeet (1):
d3d9: Release pixel shaders after we're done with them in the visual test.
Hans Leidekker (7):
pdh: Implement PdhValidatePath{, Ex}{A, W}.
pdh: Add tests for PdhValidatePath{, Ex}{A, W}.
pdh: Serialize access to performance counters and queries.
pdh: Implement and test PdhCollectQueryDataEx.
pdh: Implement PdhCalculateCounterFromRawValue.
pdh: Fix parameter handling in PdhAddEnglishCounter{A, W} and PdhCollectQueryDataWithTime.
pdh: Skip tests when running on non-english locale.
Huw Davies (8):
gdi32: TrueType fonts from the data directory should be added to the registry.
gdi32: Only cache the glyph metrics when rendering to a monochrome bitmap or when just retrieving the metrics.
gdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
fonts: Add a Tahoma replacement. Almost entirely based on a patch by Larry Snyder.
gdi32: Fixed a misplaced break.
fonts: Add a very incomplete Tahoma Bold.
comctl32/tests: Skip some font dependent tests if we don't have System or Tahoma installed.
comctl32/tests: Don't assume that the default font height is 16 pixels.
Hwang YunSong(황윤성) (2):
wineboot: New Korean resource.
winecfg: Updated Korean resource.
Jacek Caban (30):
mshtml: Remove no longer used defines.
mshtml: Use GetWineURL in before_async_open.
urlmon: Added IID_IBindStatusCallbackHolder to uuid.
urlmon: Wrap callback in RegisterBindStatusCallback.
urlmon: Added more strict QueryInterface tests.
urlmon: Added more RegiterBindStatusCallback tests.
urlmon: Get rid of no longer needed IHttpNegotiate wrapper.
mshtml: Added get_tagName implementation.
mshtml: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one.
mshtml: Pass HTMLDOMNode pointer to its destructor.
mshtml: Pass HTMLDOMNode pointer to HTMLElement's destructor.
mshtml: Use vtbl for node destructors.
mshtml: Move nodes' QueryInterface implementation to vtbl.
mshtml: Move common code to separated function.
mshtml: Return IHTMLElementCollection instead of IDispatch from HTMLElementCollection_Create.
mshtml: Include document element in collection returned by IHTMLDocument2::get_all.
mshtml: Added IHTMLOptionElement interface stub implementation.
mshtml: IHTMLElementContainer::item rewrite.
mshtml: Added IHTMLSelectElement::get_length implementation.
mshtml.idl: Added IHTMLInputTextElement interface.
mshtml: Added IHTMLInputTextElement interface implementation.
mshtml: Move most code from handle_editor_load to exec_editmode.
mshtml: Skip tests if we can't get body object - it means that there is no Gecko available.
actctx: Rename version to assembly_version.
shdocvw: Fixed tests on IE7.
urlmon: Fixed test on IE7.
mshtml: Fixed tests on IE7.
mshtml: Move init_nsevents call from start_binding to read_stream_data to avoid race.
mshtml: Fixed test crash on Windows.
mshtml: Added support for installing Gecko from the local file.
James Hawkins (4):
user32: Test the ddeml client interface.
user32: Set client_pid to zero before initializing dde.
user32: Move the test_ddeml_client function closer to the other ddeml client test functions.
user32: Test the ddeml server interface.
John Klehm (3):
msinkaut.idl: Declare the IInkCollector interface and its dependencies.
nkobj: Use an internal header.
inkobj: Stub implementation of IInkCollector.
Juan Lang (58):
crypt32: Add a helper function to create a file store from an already-initialized memory store.
crypt32: Create file store directly in CRYPT_FileNameOpenStoreW.
crypt32: Allow file stores to support more than one type of file.
crypt32: Implement opening file name stores from files that contain PKCS7 messages.
crypt32: Be more strict about format of serialized store files.
wintrust: Implement SoftpubDefCertInit.
wintrust: Improve SoftpubLoadMessage for WTD_CHOICE_CERT.
wintrust: In SoftpubLoadSignature, don't assume a message is present.
wintrust: Don't warn for generic cert verify action.
crypt32: Correct copying a signer info's attributes.
wintrust: Add stub for WVTAsn1SpcSpOpusInfoDecode.
wincrypt.h: Add a few more definitions.
crypt32: Don't check decoded length against encoded length for indefinite-form sequences.
ntdll: Fix a typo.
wintrust: Copy time to verify from cert info.
wintrust: Use file's creation time as time to verify.
wintrust: Remove bad check that prevents root certificates from appearing time valid.
wintrust: Use verify time rather than current time to check certificate chain.
crypt32: Fix a silly variable name.
crypt32: Improve trace.
crypt32: Don't fail if buffer is NULL, just return required size.
crypt32: Don't fail if a cert is invalid, Windows doesn't either (tests to follow).
crypt32: Always set cNumOIDs.
crypt32: Don't set ret to FALSE when it isn't checked.
crypt32: Reduce valid usages count when removing a valid usage.
crypt32: Add tests for CertGetValidUsages.
crypt32: Don't assume a maximum of 32 valid usages.
setupapi: Remove a misleading fixme.
crypt32: Remove some tests that fail inconsistently on Windows.
crypt32: Print values of failing time tests.
crypt32: Add an extra pointer alignment to avoid possible memory corruption.
softpub.h: Add missing definitions.
wintrust: Trace input to WinVerifyTrust.
wintrust: Add a helper function to initialize chain creation parameters.
wintrust: Add a helper function to create a chain for a signer.
wintrust: Implement GenericChainCertificateTrust.
wintrust: Implement GenericChainFinalProv.
wintrust: Add traces.
wintrust: Add generic chain action to known actions.
crypt32: Allow imprecision of one millisecond in time decoding to fix test failures on Windows.
crypt32: Remove superficially different certificates.
crypt32: Add another test to show that time validity nesting isn't checked.
crypt32: Test encoding/decoding name constraints.
crypt32: Implement name constraint encoding.
crypt32: Allow either NULL or empty strings where one or the other is expected.
crypt32: Don't check tag in AsnDecodeIntInternal, caller already checks it.
crypt32: Implement name constraints decoding.
crypt32: Implement name constraint checking.
setupapi: Test SetupDiInstallClass.
setupapi: SetupOpenAppendInfFile is implemented, so remove #if 0 around it.
setupapi: Correct creating the class key.
setupapi: Install more items when installing a class.
setupapi: Add stubs for SetupDiCreateDevRegKeyA/W.
setupapi: Implement SetupDiCreateDevRegKeyA on top of SetupDiCreateDevRegKeyW.
setupapi: Add helper function to open a device's hardware key.
setupapi: Don't require caller to pass a SP_DEVINFO_DATA pointer to SETUPDI_AddDeviceToSet.
setupapi: Add a device ID member to DeviceInfo.
setupapi: Implement SetupDiCreateDevRegKeyW.
Kai Blin (2):
secur32: Remove hardcoded assumption that the SECBUFFER_DATA is always at index 1 for en/decrypting.
secur32: ntlm_auth returns BH if the connection to winbindd fails.
Karl Relton (1):
wineserver: Allow already peeked messages to merge.
Ken Thomases (1):
ntdll: Work around a bug in Mac OS X's getdirentries().
Konstantin Kondratyuk (2):
mpr: Implement WNetGetResourceInformation functions.
net.exe: Add Russian resources.
Lei Zhang (1):
comctl32: Fix monthcal hit tests.
Lionel Debroux (2):
advapi32/tests: Fix memory leaks (found by Smatch).
advapi32/tests: Fix a typo.
Louis Lenders (5):
faultrep: Add stub for ReportFault.
d3dx8: Add DllMain.
d3dx8: Update spec file.
wsock32: Export 3 more functions.
wine.inf: Add 2 keys for *.chm files.
Luke Bratch (1):
winecfg: Add more keyboard shortcuts.
Maarten Lankhorst (9):
gdi32: Fix meaning and use of bidirectionality flags.
gdi32: Fix 3 tiny bugs in bidi.
dsound: Use smaller buffers for wavein capture.
dsound: Call waveInUnPrepareHeader and waveInPrepareHeader when submitting new buffer.
wineoss: Seperate wave-in and wave-outs shared use of a single OSS_DEVICE struct.
dsound: Fix IDirectSoundBuffer_GetPosition.
winmm: Set default sound driver to alsa,oss,coreaudio.
dsound: Release buffer before reopening when buffer is too small.
wineoss: Remove useless fixme shown on initialisation.
Marcus Meissner (8):
kernel32: Test IsBadReadPtr/ IsBadCodePtr / IsBadWritePtr.
mpr: Initialize lpwSystem.
pdh: Removed superflous NULL ptr check.
d3d9/tests: Initialize shader to NULL.
setupapi: Use correct parameter in pointer init.
advpack: Handle localized C:\Program Files.
crypt32/tests: Fixed buffer overflow in encode test.
imm32: Avoid spamming the debug output.
Mikolaj Zalewski (6):
oleaut32: olepicture: Support loading Aldus Placable Metafiles.
oleaut32: olepicture: When drawing metafiles set the coordinates system so that it is drawn in the correct place.
advapi32: security: Remove unneeded FIXME.
oleview: Don't crash if the parent type couldn't be retrieved.
ole32: OleIsRunning should return TRUE if the class doesn't implement IRunnableObject.
oleaut32: Function kind for dispatch interfaces should be FUNC_DISPATCH.
Misha Koshelev (1):
urlmon: Increment/decrement reference count when internet handles are created/destroyed.
Nigel Liang (1):
include/winsock.h: Fix parenthesis mismatch.
Reece H. Dunn (1):
comctl32: Fixed drawing the trackbar background when themes are installed.
Rob Shearman (14):
user32: Add tests for DefWindowProc processing the undocumented 0x3B message.
wineboot: Add a timeout dialog when any WM_QUERYENDSESSION or WM_ENDSESSION messages take too long.
server: Move set_security_object to handle.c and set_object_sd to object.c.
server: Add a new get_security_object call for getting the security descriptor of an object.
server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions.
advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject.
advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags.
server: Add a simple mapping from Unix uids to NT SIDs.
server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
server: Remove an unnecessary check from file_set_fd.
server: Only call fchmod in file_set_fd if the mode actually changed.
oleaut32: Add a check for a test that depends on the decimal separator being a dot.
ole32: RegisterDragDrop should return E_OUTOFMEMORY in the case that COM isn't intialised, instead of CO_E_NOTINITIALIZED.
Robert Shearman (1):
mshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as the embedded Gecko is always used to display content and not chrome.
Roderick Colenbrander (12):
wined3d: CreateFakeGLContxt/ReleaseFakeGLContext doesn't need ENTER_GL/LEAVE_GL and they are making GDI calls.
wined3d: CreateContext should not be called between ENTER_GL/LEAVE_GL.
wined3d: Only call ENTER_GL for the parts in ActivateContext that actually need it.
wined3d: WINAPI compile fixes.
ddraw: Fix RegDeleteTreeA/W compile issues when building ddraw for Windows.
wined3d: Render to the correct hwnd/hdc.
wined3d: Make sure we receive a hw accelerated pixel format with OpenGL support.
wined3d: Remove an unused ChoosePixelFormat line.
wined3d: Use EXT-versions of glBlend*.
wined3d: Merge p8 palette initialization code.
wined3d: Fix inverse palette lookup for P8 surfaces.
wined3d: Use a fragment shader to do P8 palette conversion in hardware.
Roy Shea (2):
net.exe: Added missing service name.
qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS).
Rémi Assailly (2):
user32: Moved some 16-bit functions.
user32: Renamed and moved SetDeskPattern.
Stefan Dösinger (17):
wined3d: Add texreg2rgb support to arb shaders.
wined3d: Add proper input register handling to texreg2ar/gb.
wined3d: Implement texbeml in arb shaders.
wined3d: Enable the mNxN implementation for pixel shaders.
wined3d: Bem is an instruction and uses registers.
wined3d: Reverse the position fixup if the pshader is reading vpos.
wined3d: Take care against overwriting a source register in cmp.
wined3d: d3d ignores the sign of the input value in the log instruction.
wined3d: Implement the vFace register.
wined3d: Nested loop support.
d3d9: Do not rely on CreateVertexShader failing.
wined3d: Clear up in Init3D if something fails.
ddraw: Cope with Init3D failures.
wined3d: Silently ignore setting the 0 texture on gdi surfaces.
ddraw: Do not fail on surface creation errors, skip instead.
ddraw: Downgrade the SetCooperativeLevel FIXME to a TRACE.
wined3d: Add a (nested) loop test.
Stefan Leichter (6):
ole32: Define WINE_FILEVERSION in version resource of ole2nls.dll too.
gdi32: Define WINE_FILEVERSION in version resource of gdi.exe.
kernel32: Define WINE_FILEVERSION in version resource of krnl386.exe.
user32: Define WINE_FILEVERSION in version resource of user.exe.
winecfg: Replace call to remove_path with RegDeleteTreeW.
regedit: Replace call to delete_branch with RegDeleteTreeA.
Stéphane LOEUILLET (1):
Fix substandard wine.desktop file.
Ulrich Czekalla (1):
d3d9: Fix crash in texture test.
Vitaliy Margolen (3):
dinput: Fix typo.
winex11drv: Ignore mouse move events when position did not change only when other events are present.
dinput: Use ClipCursor() to keep mouse from leaving the window.
Vitaly Lipatov (1):
tools/wine.desktop: Add Name field in Russian.
--
Alexandre Julliard
julliard(a)winehq.org