-This is release 0.9.48 of Wine, a free implementation of Windows on Unix.
+The Wine development release 1.3.23 is now available.
-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.
+What's new in this release (see below for details):
+ - Support for stubless COM proxies on x86-64.
+ - Builtin dxdiag now outputs real information.
+ - Monochrome bitmap format in the DIB engine.
+ - Beginnings of a true shell Explorer builtin.
+ - A number of new D3DX9 functions.
+ - More support for Indic text shaping.
+ - Various 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:
+The source is available from the following locations:
- http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.48.tar.bz2
- http://prdownloads.sourceforge.net/wine/wine-0.9.48.tar.bz2
+ http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.23.tar.bz2
+ http://prdownloads.sourceforge.net/wine/wine-1.3.23.tar.bz2
Binary packages for various distributions will be available from:
- http://www.winehq.org/site/download
+ http://www.winehq.org/download
-You will find documentation on
+You will find documentation on http://www.winehq.org/documentation
- 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
+You can also get the current source directly from the git
+repository. Check http://www.winehq.org/git for details.
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.
+Bugs fixed in 1.3.23:
+
+ 6719 Office 2000/2003 - installer ignore selected functions
+ 7078 Installation of Army Men 2 crashes
+ 10884 pkzip 2.5 gets confused when waiting for console input
+ 11057 Blood 2: The Chosen (v.2.1) - all textures corrupted
+ 11486 Anarchy Online does not patch
+ 15674 Sacred 2 - Fallen Angel fails to start
+ 15729 No videos ,UI in Command and Conquer 3:Tiberium Wars v1.09
+ 15851 Far Cry 2 does not pass the SecuROM test (SecuROM 7.x and SecuROM PA)
+ 16010 IBP Internet Business Promoter startup fails with OLE error 80070057
+ 17260 Wined3d doesn't support setting V-Sync
+ 17535 Visio 2007 Service Pack 1 installer fails
+ 18107 Google SketchUp crashes after choosing a template
+ 18455 Winscp/Notepad++: path selection control not automatically selected
+ 18927 Need For Speed: Undercover fails to install (msiexec crash)
+ 19417 Hitman Blood Money page faults when OffscreenRenderingMode=fbo
+ 19491 WSASend() fails when lpNumberOfBytesSent is NULL
+ 19762 RollerCoaster Tycoon: Rename dialog for attractions not shown (but usable).
+ 20327 Supreme Commander shows black screen
+ 21197 Black dots are seen on some 3D models in GTAIV
+ 21828 Mercenaries 2: World in Flames fails to start
+ 22032 Steam in-game overlay does not work outside winedbg
+ 23207 Mount&Blade: Warband Demo v1.123 crashes quickly in user32.GetSysColor (needs DECLSPEC_HOTPATCH entry for hooking code)
+ 23361 Runaway - A Twist Of Fate: Game freezes at loading
+ 23736 Kingdom Heroes crashes due to missing msvcp80.dll.?find_last_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDI@Z
+ 23833 Black Buccaneer: media not detected (SecuROM 7.x)
+ 24157 Tera Copy crashes on startup - kernel32.DebugBreak() taints frame pointer (Obsidium v1.x Software Protection System)
+ 24350 Lord of the Rings Online Hardware Pixel shader enabled exits the game on startup.
+ 24560 World of Goo demo needs msvcp80.dll.??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z (purist)
+ 24837 Dragon Age - Origins requires msvcp80.dll.?append@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@@Z
+ 24927 Fallout 3 needs msvcp80.dll.??4?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@std@@QAEAAV01@ABV01@@Z
+ 25244 The Witcher needs msvcp80.dll.?infinity@?$numeric_limits@M@std@@SAMXZ
+ 25477 Word 2010 crashes on start with builtin usp10.dll
+ 25586 MS Office 2010 Pro Trial: Word, Excel, and Powerpoint crash trying to print
+ 25671 Locking problem under Bioshock (Unreal Engine) leads to game freeze
+ 25821 Anarchy only renders if something else needs rendering at that position
+ 26319 [Counter Strike: Source] crashes at startup
+ 26793 America's Army 3 crashes due to missing msvcp80.dll.?clear@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEXXZ (purist)
+ 26799 Zoo Empire: mouse clicks don't register
+ 26952 Taxman Spezial 2011 installer fails (netapi32.NetGetJoinInformation() should behave like a stub using ERROR_CALL_NOT_IMPLEMENTED retval)
+ 26997 Blinking mouse cursor in center of screen in Fallout: New Vegas
+ 27065 Prince of Persia: Warrior Within needs msvcp71.dll.??$?8DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z
+ 27067 Drake of the 99 Dragons needs msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z
+ 27068 Code of Honor: The French Foreign Legion needs msvcp60.dll.??0_Lockit@std@@QAE@XZ
+ 27142 Gangsters 2 Demo (German): mouse is unusable in main menu since wine 1.3.19
+ 27156 Bioshock demo: mouse jumps around menu
+ 27266 dinput keyboard no longer works in winedbg
+ 27311 Frozen Synapse crashes when launching in-game IRC client
+ 27350 Eve Online UI elements not drawn
+ 27363 Frhed encode/decode needs msvcp80.dll.?find_first_of@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIDI@Z
+ 27405 WinAudit v2.27 needs netapi32.dll DsGetSiteNameA() stub
+ 27406 Red Faction deadlock on start
+ 27425 usb-over-network-client.msi can not start
+ 27450 c2man.pl: Recent commit leads to FTBFS
+ 27460 Buzz tracker crashes
+ 27465 wine iexplore.exe crashes when opening http://forums.winehq.org/
+ 27475 Windows Sysinternals "Process Explorer" needs winsta.dll.WinStationGetProcessSid stub
+ 27481 Adobe Application Manager 2.0 fails to install (wuapi IUpdateInstaller vtable incomplete)
+ 27486 Quicken 98 Basic stopped working
+ 27508 Text rendering regression for World of Tanks
+ 27511 Plants vs. Zombies (Steam) crashes on launch
+ 27516 Star Wolves renders garbage in the menu
+ 27531 Magic - DotP 2012 crash in gameoverlayrenderer
+ 27535 EA Tree 1.0 build 6 needs msvcp80.dll.??$?9DU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
+ 27550 SafeDisc 4.x: first opcode byte of kernel32.DebugBreak() API entry must not be "int 3" (0xCC) (Rainbow Six: Vegas 2 fails on startup)
+ 27583 PowerPC/Sparc builds broken in dlls/d3dx9_36/tests/mesh.c
+
+----------------------------------------------------------------
+
+Changes since 1.3.22:
+
+Adam Martinson (4):
+ msxml3: Create CLSID_XMLHTTP when requested.
+ msxml3: SysAllocString*() automatically allocates a terminating NULL.
+ msxml3: Fix a couple incorrect uses of VariantChangeType().
+ msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
+
+Akihiro Sagawa (1):
+ po: Update Japanese translation.
+
+Alexandre Goujon (1):
+ winenas.drv: Avoid a warning in a trace on x86_64.
+
+Alexandre Julliard (48):
+ urlmon: Fix some pointer cast warnings.
+ makefiles: Add a more generic handling of makefile generation flags.
+ makefiles: Use generic flags to specify which directories need a make install.
+ makefiles: Use the generic install flags for the tools directories.
+ makefiles: Use the generic install flags for the static libraries.
+ kernel32: Fix some 64-bit issues in GlobalSize().
+ rpcrt4: Fix handling of complex types of return values on the server side.
+ rpcrt4: Fix handling of complex types of return values on the client side.
+ rpcrt4: Also check base types for null ref pointers.
+ widl: Default to the cdecl calling convention in client/server functions.
+ widl: Use the context handle description instead of the pointer for arguments that are pointer to handles.
+ widl: Output the list of rundown routines in server files.
+ widl: Use the local function as proxy entry for callas interpreted functions.
+ widl: Include the parent interfaces in the proc format string offsets for proxies.
+ widl: Use delegation when inheriting from a local interface.
+ widl: Include the parent interfaces in the proxy thunk table too.
+ widl: If possible, use the interface name as prefix for the expr eval functions.
+ widl: Allow unsized in,out string parameters.
+ widl: Make output unique pointers into object pointers in object interfaces.
+ widl: Also check array pointers for null ref pointers.
+ widl: Move the pointer check functionality to typegen.c.
+ urlmon: Remove unneded stubs for IWindowForBindingUI.
+ rpcrt4: Preserve the previous MaxCount value when computing variance through a callback.
+ rpcrt4: Add a wrapper for NdrClientCall2 to isolate calling convention differences.
+ rpcrt4: Add an assembly wrapper to implement the NdrClientCall2 calling convention on x86_64.
+ rpcrt4: Implement calling server functions on x86_64.
+ rpcrt4: Make more of the stubless proxy setup code platform-independent.
+ rpcrt4: Reimplement the stubless proxy entry point entirely in assembly.
+ rpcrt4: Implement stubless proxy entry thunks for x86_64.
+ ntdll: Fetch the windows directory from the shared user data.
+ kernel32: Implement DebugBreak directly in assembly.
+ rpcrt4: Add support for float parameters in client calls on x86_64.
+ rpcrt4: Add a wrapper for NdrAsyncClientCall too.
+ server: Allow creating a process without any parent or startup info.
+ kernel32: Create an orphaned process in exec_process so that all initialization is done anew in the child process.
+ server: Only avoid running low-level hooks in processes currently suspended by a debugger.
+ server: Don't queue low-level hooks to a hung queue.
+ rpcrt4: Add support for 64-bit conformance values.
+ widl: Use NdrPointerFree instead of freeing by hand where possible.
+ rpcrt4: Make sure we don't try to free a pointer twice.
+ winex11: Try harder to ignore broken raw motions events caused by pointer warping.
+ kernel32: Avoid using a breakpoint instruction in DebugBreak().
+ winex11: Don't enable XInput for devices reporting absolute coordinates.
+ server: Allow setting a zero-size clip rectangle.
+ user32: Don't truncate bitmap ids in InsertMenu.
+ user32: Always pass 0 as item id for WM_MEASUREITEM in menus.
+ libwine: Avoid a potential loop in reserve_area.
+ d3dx9: Update the spec files.
+
+Alistair Leslie-Hughes (1):
+ xmllite: Added interface IXmlWriter.
+
+Andrew Eikum (8):
+ mmdevapi: Sessions should be unique per-device.
+ winecoreaudio.drv: Initialize audio description flags.
+ msacm32: Also load ACM drivers from key values.
+ winecoreaudio: Set AudioQueue volume, not AudioDevice volume.
+ mmdevapi: Don't crash if a driver fails to load.
+ mmdevapi: Fix refcounts in IAudioClient::GetService.
+ winealsa.drv: Be less choosey about sample rates.
+ mmdevapi: Implement ISimpleAudioVolume::{Set, Get}Mute.
+
+Andrew Nguyen (15):
+ dxdiag: Improve the command-line parsing.
+ dxdiag: Introduce the file output infrastructure.
+ dxdiag: Display a usage message box when unknown options are requested.
+ dxdiag: Introduce the information collection infrastructure.
+ dxdiagn: Stub out some properties for dxdiag.exe.
+ dxdiag: Add code to collect information from the DxDiag_SystemInfo container.
+ dxdiag: Add code for plain-text information output.
+ dxdiag: Add code for XML information output.
+ dxdiagn: Unconditionally initialize the passed variant in IDxDiagContainer::GetProp.
+ dxdiagn/tests: Add tests for some DxDiag_DisplayDevices subcontainer properties.
+ dxdiagn: Start using Direct3D to obtain better reported adapter information for DxDiag_DisplayDevices.
+ dxdiagn: Extract the fallback display information code to a separate function.
+ dxdiagn: Remove the Direct3D usage in the fallback display information code.
+ dxdiagn: Add additional adapter identifier properties for DxDiag_DisplayDevices subcontainers.
+ dxdiag: Avoid C99 list initialization constructs.
+
+André Hentschel (10):
+ ws2_32/tests: Don't read return value when we don't test for it.
+ c2man: Initialise current comment info.
+ kernel32: Initialise dwProcessorType.
+ ntdll: Parse ARM CPU level.
+ kernel32: Set dwProcessorType on ARM.
+ imm32: Use the same code for ImmIsUIMessageW as in the ascii function.
+ winebuild: get_asm_ptr_keyword is not needed for ARM.
+ winebuild: Simplify the ARM part of output_import_thunk.
+ ntdll: Improved implementation of the segv handler on ARM.
+ ws2_32: Handle null pointer for linger values.
+
+Aric Stewart (26):
+ usp10: Correct an endless loop in Chaining Contextual Substitution if it is a dead rule.
+ usp10: Return the set of Indic syllables after reorder.
+ usp10: Do not require a separate call to find Indic base consonant.
+ usp10: Ignore ralf as well as pre, post and below base consonants when finding base.
+ usp10: Shape Indic syllables basic forms per syllable.
+ usp10: Apply 'rkrf' to the Indic syllable.
+ usp10: Apply 'half' only to the pre-base consonants in Indic syllables.
+ usp10: Apply 'rphf' only to the reph forms in Indic syllables.
+ usp10: Apply 'blwf' only to the below-base consonants in Indic syllables.
+ usp10: Apply 'pref' only to the pre-base consonants in Indic syllables.
+ usp10: Apply 'pstf' to the Indic syllable.
+ usp10: Apply 'vatu' to the Indic syllable.
+ usp10: Apply 'cjct' to the Indic syllable.
+ usp10: Condense duplicate Indic feature sets.
+ usp10: Correct an error with the Telugu lexical function.
+ usp10: More corrections to the Telugu lexical function.
+ usp10: Refine post-matra Ralf reordering to be post below form consonants as well.
+ usp10: Enable a second reorder step after basic shaping.
+ usp10: Do matra second reorderings for Tamil and Malayalam to prevent blocking consonant ligatures.
+ usp10: Pre-base consonants need to be reordered like pre-base matras for scripts that have them.
+ po: Add a number of missing '\n' characters in translations.
+ usp10: Correct Post Base glyph index shifting.
+ usp10: Correct ralf glyph offset calculation in PostBase.
+ usp10: Update Indic framework to handle non-modern fonts.
+ usp10: Non modern Indic fonts want blwf applied pre and post base.
+ usp10: Correct Pre Base glyph index shifting.
+
+Aurimas Fišeras (4):
+ po: Update Lithuanian translation.
+ po: Update Lithuanian translation.
+ shell32: Update Lithuanian translation.
+ cmdlgtst: Update Lithuanian translation.
+
+Austin English (4):
+ shdocvw: Add a stub for RunInstallUninstallStubs2.
+ configure: Remove some unused but set variables (LLVM/Clang).
+ winsta: Add a stub for WinStationGetProcessSid.
+ netapi32: Add a stub for DsGetSiteNameA.
+
+Charles Welton (2):
+ d3dx9: Implemented GetDevice method.
+ d3dx9/tests: Add tests for ID3DXLine_GetDevice and release methods.
+
+Damjan Jovanovic (5):
+ include: Add RPC_PROTSEQ_VECTOR.
+ rpcrt4: Add stubs for RpcNetworkInqProtseqs.
+ include: Fix an RPC_PROTSEQ_VECTORW typo.
+ rpcrt4: Implement RpcProtseqVectorFree.
+ msvcrt: The time passed to utime functions can be NULL.
+
+David Hedberg (2):
+ kernel32: GlobalSize() should also work with GMEM_MOVEABLE data pointers received from GlobalLock().
+ rsaenh: Don't fail on signature verification if the signed hash lacks the OID.
+
+Dylan Smith (7):
+ d3dx9: Add stubs for D3DXCreateSkinInfo functions.
+ d3dx9: Implement D3DXCreateSkinInfo functions.
+ d3dx9: Implement ID3DXSkinInfo bone influence getting and setting.
+ d3dx9: Implement ID3DXSkinInfo::GetBoneName and SetBoneName.
+ d3dx9: Implement GetBoneOffsetMatrix and SetBoneOffsetMatrix.
+ d3dx9/tests: Added tests for D3DXCreateSkinInfo.
+ d3dx9/tests: Avoid using FP_NAN for portability.
+
+Francois Gouget (16):
+ oleaut32: Fix a typo in a documentation comment.
+ ddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3}() static.
+ d3dxof: Make read_bytes() static.
+ d3dx9_36/tests: Add a '\n' to a trace() call.
+ comdlg32: Add a trailing '\n' to a TRACE() call.
+ shdoclc: One of the 'Add to Favorites' menu was missing an ellipsis.
+ shdoclc: Don't duplicate menu separators.
+ cryptui: Remove the ellipsis from the View button in the certificate management dialog.
+ comdlg32: Use macros for the resource IDs instead of numeric literals.
+ Standardize the OK buttons.
+ msvfw32: Fix ellipsis usage in the menu and button labels.
+ cmdlgtst: Fix ellipsis usage in the menu and button labels.
+ shell32: Fix ellipsis usage in the menu and button labels.
+ explorer: Make explorer_wnd_proc() static.
+ shell32: Remove the ellipsis on the 'Wine license' button.
+ po: Add a number of missing '\n' characters in the Slovenian translation.
+
+Frédéric Delanoy (5):
+ cmd/tests: Get rid of obsolete @todo_space@ construct.
+ po: Update French translation.
+ cmdlgtst: Update French translation.
+ shell32: Update French translation.
+ po: Update French translation.
+
+Gerald Pfeifer (1):
+ d3dx9_36: Fix the return value in error cases in d3dx9_parse_resource.
+
+Hans Leidekker (8):
+ ws2_32: Accept NULL lpNumberOfBytesSent for overlapped calls to WSASend/To.
+ msi: Pass the full custom action command to CreateProcess.
+ wuapi: Add missing method stubs for IUpdateInstaller and IUpdateSearcher.
+ msi: Don't update the progress bar in schedule_install_files.
+ msi: Don't subscribe more than once to the same control event.
+ msi: Add support for running the progress bar backwards.
+ msi: Make sure reported progress adds up to projected progress.
+ msi: Count progress in units of 512 bytes.
+
+Henri Verbeet (40):
+ wined3d: Implement wined3d_device_update_surface() on top of surface_upload_data().
+ wined3d: Check for a valid source rectangle and destination in wined3d_device_update_surface().
+ wined3d: Check the source rectangle is a multiple of the format block size in wined3d_device_update_surface().
+ wined3d: Don't clear the alloc flags in wined3d_surface_set_format().
+ wined3d: Fix source rectangle validation in wined3d_device_update_surface().
+ d3d9/tests: Add some tests for IDirect3DDevice9::UpdateSurface().
+ wined3d: Require ARB_shader_texture_lod for SM3.
+ wined3d: Only invert viewport y for onscreen destinations in surface_depth_blt().
+ wined3d: Check the correct debug class in checkGLcall.
+ wined3d: Use surface_load_location() instead of surface_internal_preload() in wined3d_device_update_surface().
+ wined3d: Only load the surface for partial updates in wined3d_device_update_surface().
+ d3d9: Implement IDirect3DVertexBuffer9 private data handling on top of wined3d_resource.
+ d3d9: Implement IDirect3DIndexBuffer9 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DVertexBuffer8 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DIndexBuffer8 private data handling on top of wined3d_resource.
+ d3d9: Implement IDirect3DCubeTexture9 private data handling on top of wined3d_resource.
+ d3d9: Implement IDirect3DTexture9 private data handling on top of wined3d_resource.
+ d3d9: Implement IDirect3DVolumeTexture9 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DCubeTexture8 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DTexture8 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DVolumeTexture8 private data handling on top of wined3d_resource.
+ wined3d: Initialize format block info with sane values for uncompressed formats.
+ wined3d: Only bother checking block alignment for compressed surfaces in wined3d_device_update_surface().
+ wined3d: Validate STATE_BASEVERTEXINDEX in validate_state_table().
+ wined3d: Fix the STATE_BASEVERTEXINDEX state entry.
+ wined3d: Make the device parameter to device_invalidate_state() const.
+ d3d9: Implement IDirect3DSurface9 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DSurface8 private data handling on top of wined3d_resource.
+ ddraw: Implement surface private data handling on top of wined3d_resource.
+ wined3d: Invalidate STATE_STREAMSRC when dropping VBOs.
+ wined3d: Make the context parameter to isStateDirty() const.
+ d3d9: Implement IDirect3DVolume9 private data handling on top of wined3d_resource.
+ d3d8: Implement IDirect3DVolume8 private data handling on top of wined3d_resource.
+ wined3d: Make the wined3d_shader_context shader pointer const.
+ wined3d: Make the device and target parameters to FindContext() const.
+ wined3d: Only invalidate STATE_STREAMSRC for bound buffers.
+ wined3d: Make the surface parameter to surface_is_offscreen() const.
+ wined3d: Make the surface parameter to surface_get_gl_buffer() const.
+ wined3d: Explicitly set surface alignment in the client libs.
+ wined3d: Request per-surface palettes in the client libs.
+
+Huw Davies (16):
+ gdi32: Add helpers to retrieve foreground and background colours.
+ gdi32: Add support for 1 bpp dibs.
+ gdi32/tests: Add tests for 1 bpp dibs.
+ gdi32: Add support for 1 bpp brushes.
+ gdi32/tests: Add tests for 1bpp brushes.
+ gdi32: Add support for hatched brushes.
+ gdi32/tests: Add tests for hatched brushes.
+ gdi32/tests: Call ReleaseDC not DeleteDC.
+ gdi32/tests: Add broken behaviour on nt4 sp1-5.
+ gdi32/tests: Add broken behaviour on nt4 sp1 and 2.
+ gdi32/tests: Add some broken behaviours for winxp sp1 and win2003.
+ gdi32/tests: Add broken behaviour for nt4 sp3.
+ gdi32: Add more broken behaviour on nt4 sp3.
+ gdi32/tests: Skip the tests if the pen type is not supported.
+ comdlg32: When changing printers, only preserve the paper/bin settings if the new printer has the original setting available.
+ gdi32/tests: Show that Get/SetDIBits ignore the layout mode.
+
+Hwang YunSong (5):
+ po: Update Korean translation.
+ cmdlgtst: Update Korean resource.
+ msvfw32: Update Korean resource.
+ shell32: Update Korean resource.
+ po: Update Korean translation.
+
+Igor Paliychuk (7):
+ avifil32: Convert Ukrainian resources into utf-8.
+ comctl32: Convert Ukrainian resources into utf-8.
+ comdlg32: Convert Ukrainian resources into utf-8.
+ shell32: Convert Ukrainian resources into utf-8.
+ shlwapi: Convert Ukrainian resources into utf-8.
+ wininet: Convert Ukrainian resources into utf-8.
+ po: Update Ukrainian translation.
+
+Jacek Caban (31):
+ shobjidl.idl: Added IApplicationAssociationRegistration declaration.
+ mshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was read before.
+ mshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement object independent, function.
+ mshtml: Use replace_node_by_html instead of document.write for conditional comments.
+ include: Moved DXGI_FORMAT declaration to dxgiformat.h.
+ include: Don't use idl file for dxgitype.h.
+ urlmon.idl: Added URL_MK_NO_CANONICALIZE declaration.
+ mshtml.idl: Added head element interfaces.
+ mshtml: Added IHTMLHeadElement stub implementation.
+ mshtml: Added IDispatchEx support to HTMLHeadElement object.
+ mshtml.idl: Added title element interfaces.
+ mshtml: Added IHTMLTitleElement stub implementation.
+ mshtml: Added IDispatchEx support to HTMLTitleElement object.
+ vbscript: Added new DLL.
+ vbscript: Added Dll[Un]RegisterServer implementation.
+ vbscript: Added VBScript class factory implementation.
+ jscript: Correctly handle forin statement on pure IDispatch object.
+ jscript: Correctly throw an exception if instanceof expression is not used on function.
+ urlmon: Fixed handling empty URIs.
+ urlmon: Use BSTR for URLName in URLMoniker object.
+ urlmon: Reimplement CreateURLMonikerEx on top of IUri APIs.
+ urlmon: Properly support dwFlags argument in CreateURLMonikerEx.
+ urlmon: Added IUriContainer::GetIUri implementation.
+ urlmon: Added CreateURLMonikerEx2 implementation.
+ urlmon: Added more CreateURLMoniker* tests.
+ urlmon: Added support for IUri in IMoniker::Load implementation.
+ urlmon: Use proper IUri in BindToStorage implementation.
+ urlmon: Use proper IUri in BindToObject implementation.
+ mshtml: Use CreateURLMonikerEx2 for creating URL moniker.
+ mshtml: Use IUri instead of wine_url in before_async_open.
+ urlmon: Added CoInternetIsFeatureEnabledForUrl stub implementation.
+
+Jay Yang (4):
+ explorer: Implement the explorer using IExplorerBrowser.
+ explorer: Use the command line arguments.
+ shell32: Implement ILIsEmpty.
+ comctl32: Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list.
+
+Jerome Leclanche (2):
+ wininet: Fix a warning when compiling --without-openssl.
+ winhttp: Fix a warning when compiling --without-openssl.
+
+Jonas Maebe (1):
+ dinput: Hook up joysticks to DirectInput event queue on Mac OS X.
+
+Jörg Höhle (4):
+ ntdll: Use list_empty() instead of list_count() == 0.
+ strmbase: Use !list_empty() instead of list_count() > 0.
+ winealsa: Fix mmdevapi memory allocations.
+ winealsa: Avoid deadlock in AudioClient_Stop.
+
+Krzysztof Nowicki (1):
+ user32: Make more functions hot-patchable for Steam.
+
+Lauri Kenttä (1):
+ ws2_32/tests: Make sure that a structure is initialized (LLVM/Clang).
+
+Maarten Lankhorst (1):
+ quartz: Skip filtergraph tests when filtergraph cannot be created.
+
+Marcus Meissner (16):
+ wined3d: Don't just print a FIXME on error, handle it (Coverity).
+ user32: Initialize all of msg (Coverity).
+ msi: Fix some NULL dereferences (Coverity).
+ d3dx9_36: Moved param NULL a bit forward (Coverity).
+ strmbase: Removed superflous NULL check (Coverity).
+ ddraw: Removed superflous NULL check (Coverity).
+ mscvrt: Do not shadow fmt (Coverity).
+ winebuild: Avoid a superflous null check (Coverity).
+ server: Remove superflous NULL check (Coverity).
+ oleview: Remove superflous NULL check (Coverity).
+ shlwapi: Removed superflous NULL check (Coverity).
+ winspool.drv: Removed a superflous NULL check (Coverity).
+ ws2_32: Fixed select() number of fds (Coverity).
+ sane.ds: Removed 3 array != NULL checks (Coverity).
+ usp10: Removed 2 superflous lines of code (Coverity).
+ d3dxof: Check returns of read_bytes (Coverity).
+
+Mariusz Pluciński (14):
+ shell32/tests: Add test of IKnownFolderManager::GetFolderByName.
+ shell32/tests: Verify known folders available in system.
+ shell32/tests: Add test of IKnownFolderManager::Register/UnregisterFolder.
+ shell32/tests: Add test of redirecting known folders.
+ shell32/tests: Add tests for SHGet/SetKnownFolderPath utilities.
+ shell32: Add IKnownFolderManager::RegisterFolder implementation.
+ shell32: Add IKnownFolderManager::UnregisterFolder implementation.
+ shell32: Add support of registry-registered folders to IKnownFolderManager::GetFolder.
+ shell32: Fix typo.
+ shell32: Add IKnownFolder::GetPath support.
+ shell32/tests: Add test of IKnownFolder::GetCategory for custom known folder.
+ shell32: Add implementation of IKnownFolder::GetCategory.
+ shell32: Add IKnownFolder::SetPath() implementation.
+ include: Add new flags to KF_DEFINITION_FLAGS.
+
+Matteo Bruni (3):
+ wined3d: Fix context_apply_blit_state().
+ wined3d: Fix context_apply_draw_buffers() with backbuffer ORM.
+ wined3d: Fix draw buffers tracking.
+
+Michael Mc Donnell (2):
+ d3dx9/tests: Add UpdateSemantics test.
+ d3dx9: Implement UpdateSemantics mesh method.
+
+Michael Stefaniuc (16):
+ ddraw: Rename d3d_vertex_buffer_init() and have it allocate the object too.
+ ddraw: Avoid unsafe IDirect3DVertexBuffer to object casts.
+ ddraw: Use unsafe_impl_from_IDirect3DVertexBuffer() for app provided ifaces.
+ ddraw: COM cleanup for the IDirect3DVertexBuffer iface.
+ ddraw: COM cleanup for the IDirect3DVertexBuffer7 iface.
+ ddraw: COM cleanup for the IDirectDrawClipper iface.
+ ddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface.
+ quartz/tests: COM cleanup for the IPin iface.
+ quartz/tests: COM cleanup for the IClassFactory iface.
+ quartz/tests: Finish the COM cleanup in filtergraph.c.
+ quatz/tests: Pass back the object instead of the iface in createtestfilter().
+ quartz/tests: Store the TestFilterImpl instead of its iface in IEnumPinsImpl.
+ quartz/tests: Simplify the file handling in filtergraph.c.
+ quartz: COM cleanup for the ifaces of FilterMapper3Impl.
+ ole32: COM cleanup for the static object ComCatMgrImpl.
+ mscoree: COM cleanup in corruntimehost.c.
+
+Piotr Caban (17):
+ msvcrt: Fix __p__pctype implementation.
+ msvcrt: Avoid deadlock when _beginthread is executed inside loader critical section.
+ comctl32: Fix area invalidated by LISTVIEW_SetItemT.
+ comctl32: Refresh listview after sorting.
+ comctl32: Don't redraw whole listview in double buffering mode.
+ msvcp90: Added std::locale::facet class stub.
+ msvcp90: Added std::locale::id class stub.
+ msvcp90: Added locale::_Locimp class stub.
+ msvcp90: Added locale class stub.
+ msvcp90: Added _Lockit class implementation.
+ msvcp90: Added basic_string_char::find_first_of implementation.
+ msvcp90: Added basic_string::last_index_of implementation.
+ msvcp90: Added basic_string operator== implementation.
+ msvcp90: Added basic_string operator!= implementation.
+ msvcp90: Export already implemented basic_string private functions.
+ msvcp90: Added older version of basic_string::_Tidy function.
+ msvcp: Sync spec files.
+
+Piotr Pawlow (1):
+ wined3d: Use a separate mutex for wndproc_table access.
+
+Rico Schüller (1):
+ d3dx9: Parse resources in the effect parser.
+
+Ričardas Barkauskas (8):
+ ddraw: Fix ddraw4_EnumSurfaces to pass correct iface in callbacks.
+ ddraw: Remove ddraw_set_surface_version and set surface version when initialising it.
+ ddraw: Add iface count for IDirectSurfaceImpl.
+ ddraw: AddRef the surface in AddAttachedSurface instead of helper function.
+ ddraw: Use helper function to delete attached surfaces.
+ ddraw: Test ddraw surface reference counts a bit more.
+ ddraw: Separate IDirectDrawSurface2 reference count.
+ ddraw: Separate IDirectDrawSurface3 reference count.
+
+Stefan Dösinger (12):
+ wined3d: Add GL_ARB_draw_elements_base_vertex.
+ wined3d: Use GL_ARB_draw_elements_base_vertex if available.
+ wined3d: Invalidate STATE_STREAMSRC in wined3d_device_draw_indexed_primitive_up.
+ wined3d: Add STATE_BASEVERTEXINDEX to debug_d3dstate.
+ ddraw: Implement IDirect3D7::EvictManagedTextures.
+ d3d8: Don't print the ResourceManagerDiscardBytes fixme when Bytes == 0.
+ wined3d: Drop the VBO when the GL alignment doesn't fit on dynamic buffers.
+ wined3d: Give GL_ARB_map_buffer_range another try.
+ wined3d: Use base_vertex_index in drawStridedSlow, and only for indexed draws.
+ wined3d: Link STATE_BASEVERTEXINDEX to STATE_VDECL.
+ wined3d: Fix a typo in compare_sig in the arb backend.
+ wined3d: Get rid of the has_signature_idx field in the ARB ps private data.
+
+Stephane Bacri (1):
+ winealsa.drv: Add midi MTC Quarter Frame messages support.
+
+Travis Athougies (11):
+ d3dx9_36: Implemented ID3DXConstantTable_SetFloatArray and ID3DXConstantTable_SetFloat.
+ d3dx9_36: Implemented ID3DXConstantTable_SetIntArray and ID3DXConstantTable_SetInt.
+ d3dx9_36: Implemented ID3DXConstantTable_SetVector and ID3DXConstantTable_SetVectorArray.
+ d3dx9_36: Implemented ID3DXConstantTable_SetMatrix and ID3DXConstantTable_SetMatrixArray.
+ d3dx9_36/tests: Added tests for ID3DXConstantTable_Set* functions.
+ d3dx9_36/tests: Fixed constant table sizes in shader.c.
+ d3dx9_36: Implemented support for samplers in ID3DXConstantTable.
+ d3dx9_36/tests: Added tests for constant table samplers.
+ d3dx9_36: Added stub D3DXCreateCubeTextureFromFileInMemory.
+ d3dx9_36: Added stub implementation of D3DXSaveSurfaceToFileInMemoryA and D3DXSaveSurfaceToFileInMemoryW.
+ include: Added define for DDSCAPS2_VOLUME.
+
+Vincas Miliūnas (1):
+ include: Added raw input constants and a missing function prototype.
+
+Vincent Povirk (7):
+ user32: Ignore painting messages in the hotkey test using a wndproc.
+ user32: Add a test to find the queue containing hotkey messages.
+ windowscodecs: Treat unspecified extra channels as alpha data.
+ user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
+ server: Implement RegisterHotKey/UnregisterHotKey.
+ server: Post WM_HOTKEY when a hotkey is pressed.
+ gdiplus: Properly clean up the new metafile data.
--
Alexandre Julliard