The Wine development release 1.3.15 is now available.
What's new in this release (see below for details):
- Support for changing network passwords.
- Reflection support in shader compiler.
- Tests no longer attempt to cope with Win9x behavior.
- A number of MSHTML and MSXML improvements.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.15.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.15.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.15:
11965 gethostbyname requires a successful WSAStartup invocation before performing an operation
12583 clipboard monitor is not working in PSPad
14412 staruml can't load examples
16551 install fails - msi_cabextract FDICopy fails
18153 Wizard101 will not load
18598 Source Insight: Window Title Bar does not get updated with the new file when jumping to the definition from the current file.
19654 The "Mudokon Status Indicator" in Abe's Oddysee doesn't work correctly
21210 Clicking on URL hyperlinks in PowerPoint 2007 results in a crash
23734 Office 2007 installer: cannot add or remove programs after initial install
24250 Sam and Max 304 aborts on unimplemented function msvcr80.dll.getenv_s
24268 mono's gluezilla uses unimplemented function msvcr80._stat32
24290 GetOpenFileName() triggers read of uninitialized variable
24440 Second Life crashes with unimplemented function(s) from msvcr80.dll
24553 unimplemented msvcrt.dll._wfindfirst64
25033 Solo on Keyboard 9.0.2.1 setup fails
25098 BrainSplode! crashes with Unimplemented function d3dx9_36.dll.D3DXCreateTextA
25273 msvcrt/misc.ok I10_OUTPUT long double crash with winetest.exe, not make test
25443 Unimplemented function msvcr90.dll._ftime64_s
25618 Super Meat Boy fails to output audible sound
25866 Mafia: City of Lost Heaven - Crash when starting Freeride Supreme Mode
26114 gdi32/mapping tests shows a couple memory leaks in valgrind
26133 d3dx9_36: surface and texture tests shows an invalid read under valgrind
26174 Theme internals crash with Unimplemented function ADVAPI32.dll.EnableTraceEx
26177 Compilation of dlls/msxml3 fails on CentOS 3
26178 MS Word 2003 save document with embedded fonts needs t2embed.dll._TTEmbedFont@44 implemented
26201 wineboot fails to install gecko automatically
26228 msxml3 fails to build when libxml2 is built with +icu useflag
26233 Dragon Age 2 demo - sound sometimes missing in EA logo movie
26248 Pokerstars client, windows pops up just to die
----------------------------------------------------------------
Changes since 1.3.14:
Akihiro Sagawa (5):
hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.
shdocvw: Add Japanese translation.
wineconsole: Add Japanese translation.
credui: Add Japanese translation.
msvfw32: Add Japanese translation.
Alexander Kochetkov (1):
gdi32: Fix scaling factors for EMR_EXTTEXTOUTW.
Alexander Scott-Johns (2):
comctl32: Fix read of uninitialized data in LISTVIEW_GetItemExtT when LVIF_TEXT is not set (Valgrind).
comctl32: Fix read of uninitialized data in notify_itemactivate (Valgrind).
Alexandre Goujon (1):
ws2_32: Make gethostbyname fail if WSAStartup was not called before.
Alexandre Julliard (39):
cabinet: Fix the remaining todo_wine tests in fdi.c.
cabarc: Set the initial cabinet number to 0.
kernel32: Use debugstr_a to avoid overflow with user-specified string.
ntdll: Improve the error reporting for invalid PE file architectures.
wine.inf: Put some fake dlls in the right place for WoW64.
cabinet: Preserve trailing slash on directory name in Extract().
server: Increment the usage count of the global table also when starting a local hook.
winex11: Synchronize the mouse cursor in update_mouse_state.
winex11: Update the window cursor at most once every 100ms if nothing changed.
d3dx9_36: Cleanup the fixme_once handling.
msxml3: Include the system libxml headers before the Windows headers.
server: Make the foreground thread input per-desktop instead of global.
server: Store the global cursor position in the server.
server: Store the cursor clip rectangle in the server.
server: Store the global key state in the server.
server: Work around Mac OS not being able to set global breakpoint flags.
winedbg: Support setting a breakpoint from a file name and line number.
server: Fill the key state in mouse events from the server-side state.
server: Maintain the "set since last time" bit for the global keystate.
user32: Retrieve the key state for GetAsyncKeyState from the server.
user32: Retrieve the current cursor position from the server.
winex11: Pass a window handle for keyboard hardware messages too.
server: Don't pass a thread id to send_hardware_message, determine it from the window.
ntdll: Don't print an error when architecture is set to win64 and the app is 64-bit.
server: Pass the original hardware input data to the server and set the message parameters on the server side.
server: Set the message code for keyboard input on the server side.
server: Set the message code for mouse input on the server side.
winex11: Fetch the key state from the server when adjusting state on KeymapNotify and key events.
user32: Export a Wine-specific function to send hardware input from the graphics driver.
server: Invoke low-level hardware hooks directly from the server side.
user32: Handle input injected through SendInput entirely in user32.
winex11: Get rid of the ClipCursor and SendInput entry points.
winex11: Merge updating the mouse state and sending the input into a single helper function.
winex11: Convert the clipboard data list to a standard Wine list.
winex11: Convert the clipboard format list to a standard Wine list.
winex11: Add a debug helper for printing clipboard formats.
winex11: Pre-register atoms for all the built-in clipboard formats.
winex11: Always reference clipboard formats by atom instead of name.
user32: Remove GetClipboardFormatName from the user driver interface.
Alistair Leslie-Hughes (4):
mshtml: Add support for get/put mousemove event.
oleaut32: Implement ITypeInfo_GetNames Stub/Proxy.
msxml3: Add IObjectSafety support to IXMLHTTPRequest.
mshtml: Implement IHTMLAnchorElement get/put target.
Amine Khaldi (3):
comdlg32: Add missing break (Coverity).
riched20: Add a missing break.
d3dcompiler_43: Avoid an unintended fall-through.
Andrew Eikum (1):
dsound: Also handle two-to-six-channel conversions.
Andrew Nguyen (2):
configure: Check for additional libxml2 headers to reject inadequate libxml2 versions.
configure: Check for a modern sched_setaffinity prototype.
André Hentschel (9):
advapi32: Add stub for EnableTraceEx.
odbccp32: Improve some stubs.
msvcrt/tests: Don't test function directly when reporting errno.
ntoskrnl.exe: Be more verbose in MmGetSystemRoutineAddress.
msvcrt: Implement _wfindfirst64.
msvcrt: Implement _wfindnext64.
winex11.drv: Quiet a noisy FIXME.
kernel32/tests: Add SetLastError() before a test (Valgrind).
t2embed: Add stub for TTEmbedFont.
Austin English (33):
gdi32/tests: Remove win9x hacks.
kernel32/tests: Remove win9x hacks.
version/tests: Remove win9x hacks.
userenv/tests: Remove win9x hacks.
urlmon/tests: Remove win9x hacks.
spoolss/tests: Change skip() to win_skip().
shell32/tests: Remove win9x hacks.
oleaut32/tests: Remove win9x hacks.
oleaut32/tests: Fix a couple of todo_wine's.
msi/tests: Remove win9x hacks.
msxml3/tests: Remove win9x hacks.
advapi32/tests: Remove Win9x hacks.
advpack/tests: Remove win9x hacks.
comdlg32/tests: Remove win9x hacks.
cryptnet/tests: Remove win9x hacks.
comctl32/tests: Remove win9x hack.
d3d8/tests: Remove win9x hack.
dsound/tests: Remove win9x hack.
fusion/tests: Remove win9x hacks.
hlink/tests: Remove win9x hacks.
inetmib1/tests: Add missing broken().
kernel32/tests: Remove win9x hacks.
mlang/tests: Remove win9x hacks.
msi/tests: Remove win9x hacks.
gdi32/tests: Remove win9x hacks.
lz32/tests: Remove win9x hacks.
riched20/tests: Remove win9x hacks.
crypt32/tests: Remove win9x hacks.
rpcrt4/tests: Remove win9x hacks.
secur32/tests: Remove win9x hacks.
setupapi/tests: Remove win9x hacks.
ntprint/tests: Remove win9x hacks.
shlwapi/tests: Remove win9x hacks.
Charles Davis (2):
ntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
Damjan Jovanovic (1):
winemenubuilder: FriendlyDocName isn't part of the association.
David Adam (2):
d3dx9_36: Add a test for D3DXCreateBox.
d3dx9_36: Implement ID3DXMesh_GetNumBytesPerVertex.
Dmitry Timoshkov (9):
user32: Cope with failing SetForegroundWindow().
gdi32: Add dumping of child GDI font cache.
gdi32: Go through all hfontlist entries not just the first one when checking whether font is in the child font list.
gdi32: Do not leak the hfont list (Valgrind).
gdi32: Use graphics mode specified at the EMF creation time when playing EMR_EXTTEXTOUT record.
gdi32: EnumFontFamilies should also match against fully qualified face name.
gdi32: Add a EnumFontFamilies test to see how it handles various font faces.
comctl32: 'clip' rect is unused in the WM_ERASEBKGND rebar class handler.
user32: Add a test to make sure that SendInput sets a non-zero event time.
Dylan Smith (1):
d3dx9: Add stubs for D3DXCreateText.
Erich Hoover (1):
shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.
Frédéric Delanoy (1):
po: Update French translation.
Gerald Pfeifer (1):
wpp: Add explicit casts when mixing unsigned and signed integers.
Hans Leidekker (9):
msi: Fix a trace.
appwiz.cpl: List 32-bit applications on 64-bit platforms.
uninstaller: List 32-bit applications on 64-bit platforms.
msi: A custom action dll failing to load is not a fatal error.
netapi32: Try running the smbpasswd tool in NetUserChangePassword.
server: Map the Unix user id to a local user SID instead of the interactive SID.
advapi32: Use a fixed computer SID that matches local user SIDs.
userenv: GetProfilesDirectoryW accepts a NULL buffer.
userenv: Implement and test GetUserProfileDirectory.
Henri Verbeet (20):
wined3d: Filter sRGB capabilities during format initialization.
wined3d: Recognize some Northern Islands cards in select_card_ati_mesa().
wined3d: Merge device_unload_resource() and reset_unload_resources().
wined3d: Remove IWineD3DResource::UnLoad() from the public interface.
wined3d: Pass const resources to some resource functions.
wined3d: Make IWineD3DResourceImpl an independent structure.
wined3d: Rename ATI to AMD.
wined3d: Recognize some Nouveau renderer strings.
wined3d: The basetexture_set_dirty() return value is never used.
wined3d: Use basetexture_set_dirty() in some more places.
wined3d: Standalone surfaces should never be sRGB.
wined3d: Retrieve the surface's texture name through a function.
wined3d: Retrieve the GL texture through a function.
wined3d: Add support for EXT_texture_sRGB_decode.
wined3d: Use EXT_texture_sRGB_decode to avoid sRGB texture duplication.
wined3d: Pass gl_info to basetexture_bind().
wined3d: Pass gl_info to surface_bind().
ddraw: Just pass NULL as index buffer parent.
wined3d: Remove COM from the buffer implementation.
wined3d: Get rid of the IWineD3DBuffer typedef.
Huw Davies (4):
oleaut32: Mask off the lsb from the vtbl offset. This is set when the user specifies an offset in ICreateTypeInfo.
oleaut32: Fix the typelib marshaler when the vtbl has holes.
widl: Initialise [out] only conformant arrays.
gdi32: Remove a wayward CDECL.
Jacek Caban (39):
include: Make some include guards compatible with MS headers.
jscript: Added SetScriptState(SCRIPTSTATE_UNINITIALIZED) implementation.
jscript: Added more uninitialization tests.
wscript: Added tests.
urlmon: Register MIME filter only for bindings testing them.
mshtml: Added IHTMLElement4 stub implementation.
mshtml.idl: Added DispHTMLDOMAttribute declaration.
mshtml: Added IHTMLElement4::getAttributeNode implementation.
mshtml: Added IDispatchEx support to HTMLDOMAttribute object.
mshtml: Added attribute object tests.
mshtml: Make sure we don't try to create node object for attributes.
mshtml: Improved debug traces.
mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
mshtml: Moved call_disp_func to htmlevent.c.
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
mshtml: Fixed buffer handling in set_nsstyle_attr.
mshtml: Moved VARIANT to style value string conversion to separated function.
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.
mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property.
mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property.
mshtml: Added more backgroundPosition* tests.
jscript: Fixed corner cases in parseInt implementation.
mshtml: Fixed typos in IHTMLInputElement::value tests.
mshtml: Store style filter in HTMLStyle object.
mshtml: Store style object in element object.
mshtml: Added simple filter parser to support opacity.
mshtml: Added IHTMLFormElement::onsubmit implementation.
mshtml: Fixed memory leak.
mshtml: Added support for canceling default event behavior.
mshtml: Added onsubmit and event canceling tests.
mshtml: Added IHTMLFormElement::get_elements implementation.
mshtml: Added IHTMLLocation::replace implementation.
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
mshtml: Reuse attribute objects.
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
mshtml: Added more attribute object tests.
mshtml: Fixed use after free in HTMLElement_destructor.
mshtml: Added support for indexed access to form elements.
Jerome Leclanche (1):
winemenubuilder: Make sure extension-based mimetypes are always lowercase.
John Edmonds (4):
gdi32/tests: Added tests for copying a single pixel from top down and bottom up bitmaps.
gdi32: Fixed GetDIBits for top-down bitmaps.
gdi32/tests: Updated tests for top-down destination bitmaps.
gdi32: Fixes GetDIBits for top-down destination bitmaps.
Joris Huizer (1):
userenv: GetUserProfileDirectoryW: Plug memory leak.
Juan Lang (17):
cryptnet: Delete existing cache entries when out of date.
wininet: Rename variables for readability.
wininet: De-Hungarian auth cache member names.
wininet: De-Hungarian appinfo member names.
wininet: De-Hungarian session member names.
wininet: De-Hungarian HTTP request member names.
wininet/tests: Test retrieving http requests from cache.
wininet: Use correct scheme for cache entries.
wininet: Support setting the expired time in SetUrlCacheEntryInfo.
wininet: Store entries in url cache with valid expiration date.
wininet: Default to 10 minutes expiration for cache entries.
wininet: Default to 10 minutes expiration for cache entries.
wininet: Support the Cache-Control max-age directive for setting url cache entry expiration.
wininet: Move creating cache file to a helper function.
include: Add some missing definitions.
wininet: Fix off-by-one error.
wininet: Remove outdated comment.
Jörg Höhle (2):
winmm: Let WideCharToMultiByte search for NUL string terminator (Valgrind).
mciwave: Fix a leak when Open fails (valgrind).
Maarten Lankhorst (7):
gdiplus: Implement in-memory font storage.
gdi32: Handle BITMAP_CopyBitmap correctly for negative heights.
mshtml: Make sure system xpcom dll gets loaded.
ntdll: Fix time accounting in NtQuerySystemInformation.
gdiplus: Clean up gdip_format_string.
gdiplus: Add tests and fix GdipDrawImagePointsRect.
gdiplus: Implement GdipAddPathString.
Marcus Meissner (19):
wineoss.drv: Fixed incorrect sizeof() (Coverity).
rsaenh: Fixed bad sizeof() usage (Coverity).
kernel32: Fixed mismatched bracket (Coverity).
cryptui: Fixed bad sizeof() (Coverity).
dbghelp: Fixed pasted size error (Coverity).
regedit: fgetc() gets int, not char (Coverity).
user32: Move functional code out of assert() (Coverity).
user32: Remove side effect code out of asserts() (Coverity).
winedump: Remove double assignment (Coverity).
msvcrt: Use = instead of == in test (Coverity).
ws2_32: name is never NULL as array (Coverity).
user32: Fixed some more side effect functions in assert() (Coverity).
server: Avoid shadowing a global variable.
kernel32: Avoid shadowing "status" variable.
shdocvw: Rewrite code to make more understandable (Coverity).
oleaut32: Local variable goes out of scope via pointer (Coverity).
dbghelp: Local variable used out of scope (Coverity).
msi: Pointer to out of scope local variable (Coverity).
msvcrt: Move side effect out of assert (Coverity).
Matteo Bruni (7):
d3dcompiler: Fix initial allocation (Valgrind).
d3dx9: Remove a couple of spurious assignments (LLVM/Clang).
d3dx9: Remove an unnecessary initialization (LLVM/Clang).
d3dx9/tests: Remove spurious assignment (LLVM/Clang).
wpp: Free strings on define deletion (Valgrind).
wpp: Let pp_add_define take the responsibility of copying strings (Valgrind).
d3dx9: Fix memory access for images with less than 4 bytes per pixel (Valgrind).
Michael Stefaniuc (3):
storage.dll16: Remove unused struct declaration.
msxml3: COM cleanup for the IDispatchEx iface.
storage.dll16: COM cleanup in storage.c.
Nikolay Sivov (28):
msxml3: Store document event handler for ready state notification.
msxml3: Remove useless parts of schema cleanup helper.
msxml3: Use helper to consistently dump variant parameters.
msxml4: Add version info.
msxml3: Remove forward to removeChild() method for nodes.
msxml3: Remove appendChild() forward.
msxml3: Remove hasChildNodes() forward.
msxml3: Remove get_ownerDocument() forward.
msxml3: Remove get_text() forward.
msxml3: Remove selectNodes() forward.
msxml3: Remove selectSingleNode() forward.
msxml3: Remove transformNode() forward.
msxml3: Get rid of not longer used internal IXMLDOMNode vtable.
comctl32/comboex: Reduce variable scope.
comctl32/datetime: Fix use of out-of-scope local buffer (Coverity).
comctl32/rebar: Don't use local variable with the same name as function parameter (Coverity).
comctl32/listview: Fix dead condition (Coverity).
comctl32/ipaddress: Use array index after range check (Coverity).
oleaut32: Fix sizeof() usage (Coverity).
msxml3/tests: Remove broken test and parameter check.
msxml3: Reject xmlns attribute to be added to element.
msxml3: Always set out pointer to null on failed QueryInterface.
msxml3: Add get_output() implementation for processor.
msxml3: Fail on certain node types in insertBefore() for attributes, remove broken tests.
msxml3: Link dom attribute with parent interface pointer.
msxml3: Test insertBefore() behaviour with node relinking, simplify common test cases.
msxml3: Remove child with parent method first before insert with insertBefore().
msxml3: Test to show namespace definition output for children.
Paul Vriens (1):
msi: Add a missing va_end() (Coverity).
Peter Schellenbach (1):
oleaut32: Fixed short time & medium time named formats.
Peter Urbanec (5):
gdi32: Fix 64-bit pointer issues when copying upside-down bitmaps.
comctl32: Use signed indices, so that the number of parts can be set to zero.
comctl32/tests: Enable statusbar tooltip tests.
comctl32: Add a check for setting number of parts in the statusbar to zero.
wintab32: Better handling of XInput initialisation errors.
Rafał Mużyło (1):
winealsa.drv: Drop redundant calls.
Rico Schüller (28):
d3dcompiler: Parse reflection constant buffers.
d3dcompiler: Implement ID3D11ShaderReflection::GetConstantBufferByIndex().
d3dcompiler: Implement ID3D11ShaderReflection::GetConstantBufferByName().
d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetDesc().
d3dcompiler: Parse reflection variables.
d3dcompiler: Parse reflection types.
d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetVariableByIndex().
d3dcompiler: Implement ID3D11ShaderReflectionConstantBuffer::GetVariableByName().
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetDesc().
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetBuffer().
d3dcompiler: Implement ID3D11ShaderRefleflection::GetVariableByName().
d3dcompiler: Implement ID3D11ShaderReflectionType::GetDesc().
d3dcompiler: Implement ID3D11ShaderReflectionVariable::GetType().
d3dcompiler: Fix SystemValueType for pixelshader output signature.
d3dcompiler/tests: Add reflection ps output desc test.
d3dcompiler: Reorder section parsing to reflect the order from the shader blob.
d3dcompiler/tests: Add constant buffer test.
d3dcompiler/tests: Improve test_reflection_bound_resources().
d3dcompiler: Parse member types.
d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByIndex().
d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeByName().
d3dcompiler: Implement ID3D11ShaderReflectionType::GetMemberTypeName().
d3dcompiler: Use defines for shader target masks.
d3dcompiler/tests: Add GetMemberType* tests.
d3dcompiler: Implement ID3D11ShaderReflectionType::IsEqual().
d3dcompiler: Move some code from header to source file.
d3dcompiler: Add debug helper for shader variable class.
d3dcompiler: Add debug helper for shader variable type.
Thomas Mullaly (1):
mshtml/tests: Make IDispatch Vtbl const.
Vincent Povirk (8):
msvcrt: Try to call CorExitProcess instead of ExitProcess on exit.
mscoree: Overhaul of mono runtime shutdown process.
mscoree: Always return S_FALSE from DllCanUnloadNow.
gdiplus: Test writes with conversion and without a user buffer.
gdiplus: Copy the bits on bitmap unlock if the write flag is set.
gdiplus: Don't copy bits into the buffer when a bitmap is locked write-only.
gdiplus: Copy only the area requested when (un)locking bitmaps.
gdiplus: Implement ImageLockModeUserInputBuf.
Wolfram Sang (3):
user32/tests: Modify proper fields instead of magic offsets.
user32: Make DIB_GetBitmapInfo checks stricter.
user32: Check bitmap info before it is used.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.14 is now available.
What's new in this release (see below for details):
- Many cleanups to address Valgrind and Clang warnings.
- Support for creating compressed cabinet files.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.14.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.14.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.14:
10140 Most grayscale JPEGs cause abnormal rendering artifacts in CDisplay
11021 Unable to launch Universal Combat
11124 VAZ Modular Demo unable to exit raising access violation exception
11242 Deprecated functions called in audiounit.c
12303 Halo has white boxes covering menu items when it loads the first screen.
13629 ABEV (Hungarian Tax Returning SW) has some GFX problem with logo
14282 Eve Online in windowed mode has additional black borders
15686 Microsoft Word 5.5 for DOS does not install; int 21h ah=41h not fully implemented
16695 Wine broken on PowerPC
17884 Tree glitch in fable
19202 eve online 100% cpu usage (frame rate limiter is not limiting anything)
21517 Sims 3 crashes to desktop when entering Create-A-Sim or buying a house
23267 Eudora 7.1.0.9: White space appears below the Search Web dropdown
25206 Anarchy Online v18.4, Ingame browser crashes (Awesomium.dll)
25865 EVE Online crashes if a character portrait requests fails
25911 Miranda + windows riched20.dll = crash
25933 SolidWorks 2010: Unimplemented function propsys.dll.PSRefreshPropertySchema
25951 Mathematica 6.0 installation fails
25989 Total Commander: Crashes when clicking the current directory field of the current panel
25991 DameWare Exporter: Unimplemented function netapi32.dll.NetUseDel
26014 Printing produces garbled output, characters rotated and sliced.
26036 [foobar2000 1.x] crash when opening certain dialog box
26051 wintrust/softpub tests show a few leaks under valgrind
26052 usp10/usp10 tests show a few valgrind errors
26071 urlmon/uri tests show some valgrind warnings
26123 mshtml/protocol shows several leaks under valgrind
----------------------------------------------------------------
Changes since 1.3.13:
Akihiro Sagawa (2):
wmc: Update PO message match algorithm.
po: Update Japanese translation.
Alexander Kochetkov (2):
comctl32: Fixed height of comboboxex32.
wineps.drv: All map modes should have inverted y-transforms.
Alexander Lakhin (5):
po: Update Russian translation.
cryptui: Add Russian translation resources.
inetcpl.cpl: Add Russian translation resources.
shdocvw: Add Russian translation resources.
regedit: Update Russian translation.
Alexander Morozov (2):
shell32: Implement Folder2::get_Self.
shell32: Partially implement FolderItem::get_Path.
Alexander Scott-Johns (2):
comctl32: Fix read of uninitialized data in LISTVIEW_HeaderNotification and rename it to LISTVIEW_Notify (Valgrind).
user32: Fix read of uninitialized data and a couple of typos in TrackMouseEvent (Valgrind).
Alexandre Julliard (16):
cabarc: Add support for specifying a maximum cabinet file.
cabarc: Add support for starting a new folder with a '+' file name.
cabinet: Store folders in a list in memory instead of in a temp file.
cabinet: Store files in a list in memory instead of in a temp file.
cabinet: Add helper functions for temp file manipulations.
cabinet: Store the CCAB data as soon as it is available.
cabinet: Rewrite the cabinet header output code, and write everything to disk in one step.
cabinet: Store the data block headers in a memory list instead of on-disk.
msvcr90/tests: Fix the type info test for 64-bit.
kernel32: Don't try to initialize curses if the TERM variable is not set.
cabinet: Create one temp file per folder and avoid an extra copy of the data.
cabinet: Cleanup file loading and add infrastructure for plugging in real compression.
cabinet: Create temp files only once we have data to store into them.
cabinet: Add support for MSZIP compression.
cabinet: Avoid some memory allocations by storing buffers directly in the FCI structure.
configure: Print a notice if zlib isn't found.
Alistair Leslie-Hughes (6):
mshtml: Implement IHTMLStyle put_borderRightColor.
mshtml: Implemented IHTMLStyle_put_borderBottomColor.
mshtml: Implement IHTMLStyle_put_borderLeftColor.
mshtml: Implement IHTMLCurrentStyle_get_padding.
mshtml: Implement IHTMLAnchorElement_put_href.
msxml3: Add IObjectWithSite support to IXMLHttpRequest.
Amine Khaldi (1):
riched20: Fix a c89 conformance issue in ITextImpl->editor->rcFormat initialization.
Andrew Nguyen (12):
dxdiagn: Make the containers keep a reference to a IDxDiagProvider object.
dxdiagn: Add code that introduces the infrastructure of a provider information tree.
dxdiagn: Add code that populates the DxDiag_SystemInfo container.
dxdiagn: Add code that populates the DxDiag_DisplayDevices container.
dxdiagn: Add code to create stub containers for DxDiag_DirectSound.
dxdiagn: Add code that populates the DxDiag_DirectXFiles container.
dxdiagn: Add code that populates the DxDiag_DirectShowFilters container.
dxdiagn: Remove the old container initialization code in preparation for switching to the information tree.
dxdiagn: Transition to the information tree by making IDxDiagContainer view the information tree.
dxdiagn: Restore a few traces in the container construction functions.
usp10/tests: Avoid passing optional pointers to uninitialized structures in ScriptString tests.
propsys: Add a PSRefreshPropertySchema stub.
André Hentschel (12):
ntdll: Only use ST_FIX_ALIGN on solaris.
netapi32: Add stub implementation for NetUseDel.
netapi32: Add stub implementation for NetServerDiskEnum.
oleaut32/tests: Add more safearray tests.
msvcrt: Fixed a typo.
oleaut32: Remove an unneeded error.
winemaker: Ignore whitespaces before defines.
urlmon/tests: Mark unavailable InternetZoneManagerEx2 as broken.
urlmon/tests: Fix expected result.
rsaenh/tests: Test the reported length on success.
kernel32: Remove a useless error message.
kernel32: Forward RtlCompareMemory to ntdll on x86_64.
Austin English (141):
advapi32/tests: Make sure to use return value (LLVM/Clang).
comcat/tests: Make sure to use return value (LLVM/Clang).
dinput/tests: Make sure to use return value (LLVM/Clang).
credui/tests: Make sure to use return value (LLVM/Clang).
crypt32/tests: Make sure to use return value (LLVM/Clang).
cryptnet/tests: Make sure to use return value (LLVM/Clang).
comctl32/tests: Make sure to use return value (LLVM/Clang).
gdi32/tests: Make sure to use return value (LLVM/Clang).
explorerframe/tests: Don't assign values to variables that are never checked (LLVM/Clang).
kernel32/tests: Remove unused assignment (LLVM/Clang).
ole32/tests: Remove unused assignment (LLVM/Clang).
rsaenh/tests: Make sure to use return values (LLVM/Clang).
shdocvw/tests: Make sure to use return value (LLVM/Clang).
usp10/tests: Make sure to use return value (LLVM/Clang).
wininet/tests: Make sure to use return value (LLVM/Clang).
winspool.drv: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
avifil32/tests: Remove useless variable assignments (LLVM/Clang).
d3dx9_36/tests: Remove unused variable assignments (LLVM/Clang).
ddraw: Fix unused variable warnings (LLVM/Clang).
dsound/tests: Make sure to use return values (LLVM/Clang).
fusion/tests: Make sure to use return values (LLVM/Clang).
msvcrt/tests: Make sure return values are used (LLVM/Clang).
oleaut32/tests: Make sure return values are used (LLVM/Clang).
ntdll/tests: Make sure return values are used (LLVM/Clang).
localspl/tests: Make sure return values are used (LLVM/Clang).
inetcomm/tests: Make sure to use return values (LLVM/Clang).
mmdevapi/tests: Make sure return value is used (LLVM/Clang).
mstask/tests: Make sure return values are used (LLVM/Clang).
mlang/tests: Remove unused assignment (LLVM/Clang).
mshtml/tests: Make sure return value is used (LLVM/Clang).
msxml3/tests: Remove unneeded assignment (LLVM/Clang).
hlink/tests: Don't check results in disabled tests (LLVM/Clang).
qmgr/tests: Make sure return values are used (LLVM/Clang).
cryptui/tests: Remove a dead assignment (LLVM/Clang).
dplayx/tests: Make sure to use return values (LLVM/Clang).
msi/tests: Make sure to use return values (LLVM/Clang).
localui/tests: Make sure to use return values (LLVM/Clang).
riched20/tests: Make sure return value is used (LLVM/Clang).
rpcrt4/tests: Make sure return values are used (LLVM/Clang).
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
version/tests: Make sure return values are used (LLVM/Clang).
user32/tests: Remove unneeded assignment (LLVM/Clang).
ws2_32/tests: Remove unneeded assignments (LLVM/Clang).
xmllite/tests: Don't check test results inside if(0) (LLVM/Clang).
windowscodecs/tests: Make sure returns values are used (LLVM/Clang).
kernel32/tests: Make sure to use return values (LLVM/Clang).
advapi32/tests: Remove useless assignments (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
secur32/tests: Make sure a return value is used (LLVM/Clang).
winhttp/tests: Make sure a return value is used (LLVM/Clang).
mmdevapi/tests: Make sure return values are used (LLVM/Clang).
gdi32/tests: Make sure to use return value (LLVM/Clang).
mshtml/tests: Make sure return values are used (LLVM/Clang).
urlmon/tests: Make sure return values are used (LLVM/Clang).
d3dx9_36: Make sure return values are used (LLVM/Clang).
msi/tests: Make sure to use return values (LLVM/Clang).
msvcrt/tests: Remove useless assignment (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
gdi32/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
dsound/tests: Make sure to use a return value (LLVM/Clang).
ole32/tests: Make sure to use return values (LLVM/Clang).
shlwapi/tests: Don't check return values inside of if(0) (LLVM/Clang).
user32/tests: Remove some dead assignments (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Remove redundant assignments (LLVM/Clang).
ntdll/tests: Make sure return value is used (LLVM/Clang).
mshtml/tests: Make sure return value is used (LLVM/Clang).
secur32/tests: Don't check return values inside of if(0) (LLVM/Clang).
oleaut32/tests: Make sure return value is used (LLVM/Clang).
shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang).
msvcr90/tests: Don't check return values inside of if(0) (LLVM/Clang).
msxml3/tests: Make sure return value is used (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
crypt32/tests: Make sure to use a return value (LLVM/Clang).
crypt32/tests: Don't check return values inside of if(0) (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
crypt32/tests: Make sure to use a return value (LLVM/Clang).
msi/tests: Don't check return values inside of if(0) (LLVM/Clang).
msi/tests: Make sure to use a return value (LLVM/Clang).
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
kernel32/tests: Don't check return values inside of if(0) (LLVM/Clang).
kernel32/tests: Make sure to use return values (LLVM/Clang).
secur32/tests: Make sure return values are used (LLVM/Clang).
shlwapi/tests: Remove useless assignments (LLVM/Clang).
ntdll/tests: Make sure a return value is used (LLVM/Clang).
shell32/tests: Make sure return values are used (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
shell32/tests: Make sure return values are used (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
shell32/tests: Make sure a return value is used (LLVM/Clang).
shell32/tests: Don't check return values inside of if(0) (LLVM/Clang).
mshtml/tests: Make sure a return value is used (LLVM/Clang).
mshtml/tests: Make sure a return value is used (LLVM/Clang).
shell32: Trace APPBARDATA struct members based on message type (Valgrind).
gdi32: Add a stub for GdiDrawStream.
user32/tests: Make sure return values are used (LLVM/Clang).
ntdll/tests: Don't check return values inside of if(0) (LLVM/Clang).
ole32/tests: Make sure to use return values (LLVM/Clang).
ole32/tests: Make sure to use a return value (LLVM/Clang).
ole32/tests: Make sure to use return values (LLVM/Clang).
urlmon/tests: Make sure to use a return value (LLVM/Clang).
ntdll/tests: Make sure return values are used (LLVM/Clang).
wine.inf: Add HKLM\\Software\\Microsoft\\Windows\\Current Version\\Run key.
msiexec: Add /unreg as an alias for /z.
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
oleaut32/tests: Make sure a return value is used (LLVM/Clang).
oleaut32/tests: Make sure return values are used (LLVM/Clang).
oleaut32/tests: Make sure return values are used (LLVM/Clang).
oleaut32/tests: Remove dead assignments (LLVM/Clang).
oleaut32/tests: Don't check return values inside of if(0) (LLVM/Clang).
d3dx9_36/tests: Free memory after use (Valgrind).
advapi32/tests: Make sure to use return value (LLVM/Clang).
advapi32/tests: Make sure to use return value (LLVM/Clang).
advapi32/tests: Remove Win9x hacks.
crypt32/tests: Make sure to use return values (LLVM/Clang).
msi/tests: Remove dead assignments.
msi/tests: Make sure to use return values (LLVM/Clang).
gdiplus/tests: Make sure to use return values (LLVM/Clang).
inetmib1/tests: Remove a dead assignment (LLVM/Clang).
crypt32/tests: Remove a dead initialization (LLVM/Clang).
ole32/tests: Make sure to use a return value (LLVM/Clang).
kernel32/tests: Make sure to use return values (LLVM/Clang).
usp10/tests: Remove dead assignment (LLVM/Clang).
winmm/tests: Remove dead assignment (LLVM/Clang).
crypt32/tests: Make sure to use a return value (LLVM/Clang).
crypt32/tests: Make sure to use return values (LLVM/Clang).
d3d9/tests: Make sure to use return values (LLVM/Clang).
jscript/tests: Remove a dead assignment (LLVM/Clang).
comctl32/tests: Remove dead assignments (LLVM/Clang).
comctl32/tests: Make sure to use a return value (LLVM/Clang).
comctl32/tests: Make sure to use a return value (LLVM/Clang).
comctl32/tests: Make sure to use a return value (LLVM/Clang).
comctl32/tests: Make sure to use a return value (LLVM/Clang).
wintrust/tests: Remove win9x hacks.
mshtml/tests: Update disabled test comment.
Charles Davis (1):
mountmgr: Use the media kind to fill in the device type field on Mac OS.
David Adam (1):
d3dx9_36: Add a few tests for D3DXCreateBox.
Detlef Riekenberg (4):
winspool: Do not mark AddPrinterA as stub.
msi/tests: Fix a typo.
mshtml/tests: Fix a typo.
shlwapi: Add stubs for SHWinHelpOnDemandA/W.
Dmitry Timoshkov (4):
user32: Add a test for reparenting a WS_POPUP window to a WS_CHILD parent.
user32: Add message tests for SetParent().
mlang: GetGlobalFontLinkObject() takes a non-zero number of arguments.
user32: Use the windows created by the SetParent() test to get a more predictable active/focus window state.
EG Galano (1):
gdiplus/tests: Make sure return value is used (LLVM/Clang).
Francois Gouget (1):
comctl32/tests: Fix compilation on systems that don't support nameless unions.
Frédéric Delanoy (3):
po: Update French translation.
po: Update French translation.
po: Add missing \n in various po language files.
Gerald Pfeifer (6):
comctl32/tests: Avoid uninitialized variable warning in GetWidthBytes().
wined3d: Remove an old hack around Mesa choking on protected memory from flush_to_framebuffer_drawpixels.
comctl32/tests: Remove unused parameter from test_removeimage().
wpp: Fix the output type for the "unsigned OP signed" cases in BIN_OP_INT and friends.
wpp: Add explicit casts when mixing signed and unsigned integers.
winmm: Simplify MCI_DumpCommandTable a bit.
Hans Leidekker (4):
msi: Split up resolve_folder.
msi/tests: Show that a failing call to MsiGetSourcePath(SOURCEDIR) sets the SOURCEDIR property.
msi: Get rid of msi_component_set_state and msi_feature_set_state.
msi: Preserve existing advertise strings in the PublishComponents action.
Huw Davies (5):
oleaut32: Rewrite ITypeInfo_GetDocumentation proxy/stub to return only the information that is requested.
oleaut32: Implement proxy / stub for ITypeInfo_GetDllEntry.
oleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2.
oleaut32: Implement proxy / stub for ITypeLib_GetDocumentation.
oleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2.
Hwang YunSong (1):
po: Update Korean resource.
Igor Egorov (1):
kernel32: Add stderr redirection for native Unix programs started from Windows program.
Igor Paliychuk (4):
po: Update Ukrainian translation.
cryptui: Fix French translation.
wininet: Fix translations.
wordpad: Improve translations.
Jacek Caban (21):
mshtml: Added IHTMLWindow2::focus implementation.
mshtml: Added focus events tests.
mshtml: Use case insensitive comparison in parse_classid.
urlmon: Don't hardcode zone numbers.
mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call.
mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call.
urlmon: CoInternetGetSecurityUrl rewrite.
urlmon: CoInternetGetSecurityUrlEx rewrite.
urlmon: Added more CoInternetGetSecurityUrl[Ex] tests.
mshtml: Make nsIURI::[Get|Set]Username implementation IUri-based.
appwiz.cpl: Added support for installing packages from MSI files.
dsound.h: Added DSBNOTIFICATIONS_MAX definition.
dvdmedia.h: Added MPEG2VIDEOINFO declaration.
urlmon: Fixed Valgrind warnings.
urlmon: Get rid of init variable in stgmed_buf_t.
urlmon: Read remaining protocol data if report_data was called after binding finished.
urlmon: Properly handle BINDSTATUS_BEGINDOWNLOADDATA.
urlmon: Get rid of no longer needed buffering in stgmed_buf_t.
mshtml: Fixed a leak (valgrind).
msxml3: Silence QueryInterface FIXME.
urlmon: Use winetest page URL for abort test.
Janne Hakonen (1):
iphlpapi: Changed return value of NotifyAddrChange() stub and added test cases.
Joris Huizer (6):
imagehlp/tests: Don't test function directly when reporting GetLastError().
kernel32/tests: Don't test function directly when reporting GetLastError().
user32/tests: Don't test function directly when reporting GetLastError().
ws2_32/tests: Don't test function directly when reporting GetLastError().
shdocvw: Initialise ie pointer as it's tested (Clang).
crypt32: Remove helper variable i (Clang).
Juan Lang (17):
wintrust/tests: Fix a leak (valgrind).
crypt32/tests: Update a CryptMsgUpdate call to succeed on more Windows versions, and check its return value (Clang).
crypt32/tests: In more recent Windows versions, updating a data message with no content succeeds.
crypt32: Allow updating data messages with no content.
rsaenh/tests: Test errors creating schannel keys and hashes before parameters are set.
rsaenh: Disallow creating schannel master hashes before setting the client random and server random.
rsaenh: Disallow deriving schannel encryption keys before setting the encryption algorithm.
crypt32: Don't attempt to find the length of a NULL string (valgrind).
rsaenh: Fully initialize schannel algorithm information.
crypt32: Fix return value (clang).
crypt32: Fix return value in error cases (clang).
crypt32: Don't assume a function succeeded (clang).
crypt32: Don't assign a count value unless memory allocation succeeds (clang).
crypt32/tests: Remove an unused assignment (clang).
crypt32/tests: Test a return value (clang).
crypt32/tests: Test return value (clang).
wintrust/tests: Fix a leak (valgrind).
Jörg Höhle (2):
msvcrt: sizeof(long double) is 12 with MS, but not necessarily so on UNIX.
msvcrt/tests: sizeof(long double) is 12 with MS.
Ken Thomases (3):
user32: Rename GetKeyboardLayout param; it's a thread ID, not a layout.
user32: Remove wrong parameter name from comment.
iphlpapi: Enable non-privileged ICMP (ping) on Mac OS X.
Maarten Lankhorst (2):
riched20: Do not call callback when no data needs to be flushed.
dsound: Forcibly lock buffers to be mixed.
Matteo Bruni (3):
d3dcompiler: Include the string terminator in the output blob.
wined3d: Make clip planes independent from offscreen/onscreen drawing.
d3d9/tests: Add a test for clip planes.
Max TenEyck Woodbury (2):
c2man: Search sub-directories for headers too.
c2man: Add header's subdirectory and a link to its source file in the 'IMPLEMENTATION' notes.
Nicholas Niro (1):
winex11.drv: Add proper initialization for border_pixel.
Nikolay Sivov (12):
comctl32/listview: Remove couple of dead assignments (LLVM/Clang).
comctl32/listview: Remove some useless operations (LLVM/Clang).
comctl32/listview: Remove duplicated operation (LLVM/Clang).
comctl32/tests: Test more return values (LLVM/Clang).
urlmon/uri: Remove dead assignment and useless initializer (LLVM/Clang).
msxml: Add IXSLTemplate stub.
msxml3: Add basic putref_stylesheet() implementation.
msxml3: Add a stub IXSLProcessor.
msxml3: Basic put_input() method for IXSLProcessor.
msxml3: Store output stream for processor.
msxml3: Initial implementation of transform() method.
msxml3: Null pointer for schema uri should be treated as empty.
Peter Urbanec (5):
setupapi: Fix comparison issue on 64-bit systems.
gdi32/tests: Use virtual screen size instead of primary monitor screen size.
d3d8/tests: Use primary monitor screen size to perform tests.
d3d9/tests: Use primary monitor screen size to perform tests.
jscript: Implement character escaping as described by ECMA-262 B.2.1.
Reece Dunn (1):
winefile: In the Options > Font menu handler, initially select the current font.
Rico Schüller (9):
d3dcompiler: Parse OSG5 in the reflection interface.
d3dcompiler: Parse bound resources.
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDesc().
d3dcompiler: Implement ID3DShaderReflection::GetResourceBindingDescByName().
d3dcompiler: Add argument check in D3DReflect().
d3dcompiler/tests: Add reflection test.
d3dcompiler/tests: Add reflection vs desc test.
d3dcompiler/tests: Add reflection ps desc test.
d3dcompiler/tests: Add GetResourceBindingDesc() test.
Stefan Dösinger (1):
d3d9: Use a proper window class for the query test.
Thomas Mullaly (2):
urlmon: Fixed invalid read and write errors (Valgrind).
mshtml: Fixed a few typos.
Vincent Povirk (6):
windowscodecs: Release the icon frame substream on success too.
gdiplus: Allow adding rectangles with negative sizes to paths.
gdiplus: Fix error path in GdipAddPathRectangle.
gdiplus: Store an ImageAttributes in texture brushes.
gdiplus: Add test for ImageLockModeUserInputBuf.
gdiplus: Add tests for locked image bit reading/writing.
Yaron Shahrabani (1):
po: Hebrew update.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.13 is now available.
What's new in this release (see below for details):
- Tools for creating MSI installers.
- Clipboard improvements.
- Support for po files in the message compiler.
- Improvements to the Wine debugger.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.13.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.13.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.13:
8560 Mouseover information box is broken after window loses focus.
8987 FreePDF XP does not install (13709620-c279-11ce-a49e-444553540000 missing: Shell.Application.1)
11266 3DMark2005 uninstaller fails
11375 Error during Orcad 16.0 installation
12120 iSBEM 3.0 doesn't show EULA on startup
14521 Windows version of OpenJigsaw has graphical glitches.
14882 UpdateResource fails to delete a resource
15640 Tile Studio 2.55: Can't export maps without an extension
16758 tools/winapi/winapi_test: The generated tests produce thousands of failures on 64bit.
17282 qtest: QUAKE.EXE crashes.
18853 Notepad++ can't save files without an extension
19563 Guitar Hero World Tour crashes after dinput's QueryInterface
19686 Acrobat Reader 1.0 for DOS installer fails
20158 Fritz 11 doesn't draw buttons properly
20576 Sluggish 2D graphics on BabasChess
20802 Uninstall doesn't work for 2gis shell
21041 Mismatched GlobalLock/HeapFree in X11DRV_CLIPBOARD_ExportString?
21311 uninstalling visual C++ 2008 causes a crash
21373 Eve Online: Jukebox dont work
21471 Uru: Cursor not drawn correctly
21543 Pasting bitmaps that were created by gnome-screenshot can crash Wine in X11DRV_CLIPBOARD_RenderSynthesizedBitmap
21669 MiniRacingOnline: In-Game Graphics non-transparent/Not in proper positions
22330 Dragon Age: Origins doesn't run
22659 1by1 player: file/song list text overlaps and becomes unreadable if enlarged
23235 If Xserver does not suppoer MIT-SHM, log get spammed
23719 Capitalism II fails to install
23803 rawdump (semi)works with dotnet20, but not mono26
24050 sparc/linux: port.c:189:2: error: #error You must implement wine_switch_to_stack for your platform
24368 Incoming: game is uncontrollably fast
24510 Blur needs msvcr90.dll.__libm_sse2_cos et al
24547 Secret of Monkey Island and WinIoEx want msvcr80.dll.?_name_internal_method@type_info@@QBEPBDPAU__type_info_node@@@Z (and possibly some msvcp80 functions)
24720 Oblivion crashes, debugger NOT started
24848 .NET 1.1 uninstall hangs
24974 D3D Texture formats INTZ and NULL are not supported
25107 When panning on SeaClear, bits of the chart get 'left behind'
25195 WINE msi does not uninstall files correctly and does not update registry
25201 wine: Call from 0x7b838b62 to unimplemented function mscoree.dll.GetFileVersion
25254 AutoCAD Mechanical 2005 PL: Fails to install
25268 chm help viewer: blank help pages
25331 Visual C++ 2005 Express install fails
25456 ws2_32:sock tests fail for nearly everyone
25478 MS Office Pro 2010 Trial: activation over the internet fails
25538 Heroes of Newerth needs native msvcr80
25544 Mafia 2: Fails to start
25583 Starcraft II fails to start
25636 Mirror's Edge crashes when loading the first mission
25655 Anarchy Online crashes on start-up
25690 Silverfall fails to start (possible Securom issue)
25691 ImageList_Duplicate doesn't correctly duplicate full length of has_alpha byte array
25695 Solo Defender crashes on start, needs msvcr90.dll._realloc_crt
25743 Burger Shop 2 sets invalid permissions on launch
25830 urlmon:sec_mgr tests fail on clang
25845 Compiling fails in kernel32 --without-curses
25856 Unable to type - in cmd anymore.
25860 Raid over Moscow fails to start
25874 tray icon in gnome panel corruption
25882 Eve online crashes with builtin msvcr80 on unimplemented function _wsopen_s
25883 Stalker pripyat benchmark crashes with builtin msvcr80 on unimplemented function _sopen_s
25893 shell32:autocomplete test fails under WINEDEBUG=warn+heap
25910 Notepad tries to open a file using wrong sharing mode
25914 Dead Space 2 exits with error
25925 Bioshock: installer autopatcher fails verification
25926 part of subwindow sheared by line
25943 MSI doesn't delete Skype (5.1) files upon deinstallation
25946 gdi32/font tests fail on ubuntu x86_64
25964 wine builtin IE crash with CNCBSecPkg_EN.exe installed : unimplemented function ntoskrnl.exe.IoGetDeviceInterfaces
----------------------------------------------------------------
Changes since 1.3.12:
Akihiro Sagawa (2):
po: Update Japanese translation.
wrc: Don't match a po message if a same msgid message is defined, but its msgctxt is null.
Alexander Law (1):
programs/notepad: Correct sharing mode for opening file in notepad.
Alexander Morozov (10):
shell32/tests: Add tests for IShellDispatch::NameSpace.
shell32/tests: Fix test failure on some NT4.
shell32: Implement IShellDispatch::NameSpace.
shell32: Partially implement Folder::get_Title.
winemapi: Implement MAPIResolveName.
winemapi: Address can contain "SMTP:".
shell32: Release iTypeInfo on error.
shell32/tests: Add tests for FolderItem::get_Path.
ntoskrnl.exe: Add stub for IoGetDeviceInterfaces.
shell32/tests: NT4 doesn't have the Folder2 interface.
Alexander Scott-Johns (10):
ole32: Add support for rendering METAFILEPICT clipboard objects.
ole32: Add support for rendering HBITMAP clipboard objects.
user32/tests: Test getting the data from synthesized clipboard formats.
winex11.drv: Implement synthesizing the CF_ENHMETAFILE clipboard format from CF_METAFILEPICT.
user32: Partially fix clipboard viewer infinite recursion bug.
ole32: Fix error handling in get_data_from_metafilepict and get_data_from_bitmap.
winex11.drv: Remove broken HeapFree call.
notepad: Load UTF-8 encoding name from resources instead of using GetCPInfoEx.
winex11.drv: Remove unused constant, and fix a comment.
winex11.drv: Improve error handling in bitmap synthesizing code.
Alexandre Julliard (53):
dbghelp: Use Dwarf debug info even when part of it is missing.
wmc: Add a copy of the strmake utility function.
wmc: Store input file location for each individual message.
wmc: Add support for generating a po template file.
wmc: Add support for generating message translations based on po files.
makefiles: Add rules to update po files from .mc files in maintainer mode.
kernel32: Convert message translations to po files.
winefile: Recover some resources that were lost during the po conversion.
iccvid: Recover some resources that were lost during the po conversion.
msvcrt: Implemented __control87_2.
msvcrt: Implemented _statusfp2.
msvcrt: Implemented _clearfp for SSE2 and x86_64.
msvcrt: Implemented _fpreset for SSE2 and x86_64.
msvcrt: Implemented _set_controlfp.
msvcrt: Add a non-optimized implementation for the SSE2 math functions.
include: Add a prototype for RtlUnwindEx on x86_64.
ntdll: Capture the context inside RtlUnwindEx instead of assuming it's already initialized.
ntdll: Avoid copying and restoring the context in RtlCaptureContext for x86_64.
ntdll: Implement set_cpu_context for x86_64 directly instead of using the winebuild-generated code.
ntdll: Implement RtlRaiseException for x86_64 directly instead of using the winebuild-generated code.
ntdll: Get rid of support for register entry points on x86_64.
winebuild: Get rid of support for register entry points on x86_64.
configure: Automatically remove obsolete entries in po files.
makedep: Add dependencies for the msg.pot file.
kernel32: Add proper English messages for all error codes.
winedbg: Add dumping of floating point registers for x86_64.
dbghelp: Add a helper function to determine the name of the wine loader.
dbghelp: Use wine64 as loader name on 64-bit.
user32: Propagate the LoadImage flags into the low-level loader functions.
user32: Fix LoadImage behavior with zero size and no LR_DEFAULTSIZE.
server: Create anonymous file mappings in the config directory if the server directory is mounted noexec.
ntdll: Fix frame address check in RtlCaptureStackBackTrace to match what RtlUnwind does.
dbghelp: Fix an uninitialized return value.
ntdll/tests: Avoid sizeof in a trace.
opencl: Avoid size_t in traces.
winebuild: Don't remove stdcall decorations on non-x86.
ntdll: Avoid copying and restoring the context in RtlCaptureContext for i386.
ntdll: Add a helper function for checking stack frame limits.
ntdll: Add support for longjmp in RtlUnwindEx.
msvcrt: longjmp doesn't have a return value.
msvcrt: Implement longjmp for x86_64.
setupapi: Fix access rights for cabinet creation.
cabarc: Initial version of the cabarc.exe tool, with support for creating a cabinet.
cabarc: Add support for listing and extracting cabinets.
cabinet: Use constants instead of hard-coded numbers for file open flags.
cabinet: Replace the fci_set_error macro by a proper function.
cabinet: Call FCI function pointers explicitly instead of hiding them inside macros.
cabinet: Pass an FCI pointer to internal functions instead of a handle.
cabinet: Move the internal FCI structure to fci.c.
cabinet: Add a helper function to set error code in FDI.
cabinet: Pass an FDI pointer to internal functions instead of a handle.
cabinet: Call FDI function pointers explicitly instead of hiding them inside macros.
cabinet: Move internal FDI definitions to fdi.c.
Alistair Leslie-Hughes (1):
mshtml: Implement IHTMLStyle put_borderTopColor.
Andrew Nguyen (13):
server: Filter the WOW64 registry access flags before performing the access check.
shell32/tests: Release the IAutoComplete interface on a failure path.
shell32: Improve initialization state and parameter handling in IAutoComplete::Init.
shell32: Store the autocompletion object pointer in a window property rather than in the window user data.
shell32: Keep at least one reference to the autocompletion object at initialization until the edit window is destroyed.
ntdll: Fix one-time warning message output.
msvcr90/tests: Avoid casting away const in comparison functions.
ntdll/tests: Avoid casting away const in comparison functions.
dxdiagn: Avoid zeroing memory in container functions.
dxdiagn: Convert the container linked list to a standard Wine list.
dxdiagn: Convert the property linked list to a standard Wine list.
dxdiagn: Simplify the root container initialization.
dxdiagn: Avoid caching a single instance of the root container.
André Hentschel (3):
gameux: Only trace on success (clang).
mountmgr: Use define instead of hardcoded value.
kernel32: Use define instead of hardcoded value.
Aurimas Fišeras (2):
po: Update Lithuanian translation.
po: Update Lithuanian translation.
Austin English (6):
advapi32/tests: Make sure to use return value (LLVM/Clang).
wintrust/tests: Make sure return values are used (LLVM/Clang).
wintrust/tests: Make sure return values are used (LLVM/Clang).
wintrust/tests: Make sure return values are used (LLVM/Clang).
wintrust: Remove a dead assignment (LLVM/Clang).
advapi32/tests: Make sure to use return value (LLVM/Clang).
Charles Davis (6):
dinput: Don't link to/include Carbon on Mac OS X.
ntdll: Check for case-insensitive volumes.
winecoreaudio: Don't use Component Manager on Mac OS 10.6.
winecoreaudio: Fix deprecation warnings in audiounit.c.
winecoreaudio: Fix deprecation warnings in audio.c.
winecoreaudio: Fix deprecation warnings in mixer.c.
David Hedberg (1):
gdi32: Stay within the clipping area when painting text background.
Detlef Riekenberg (5):
kernel32: Don't mask when printing unsupported flags in load_library.
msvcr90: Implement _stat32, _fstat32, _wstat32.
include: Add missing _stat64i32 / _stat32i64.
msvcrt: Add private define and header tests for _set_error_mode options.
msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages.
Dmitry Timoshkov (3):
winex11.drv: Associate the real DC transformation with cached font data.
gdi32: Add ExtSelectClipRgn() tests for memory and window DCs.
winex11.drv: Make sure that default clipping region exists before calling ExcludeUpdateRgn().
Eric Pouech (13):
kernel32: Added missing include to term.c.
kernel32: In edit line, fix the insert key management.
kernel32: No longer init the terminfo database nor application key mode when 0 or 1 are not bound to a tty.
kernel32: Properly manage UTF-8 (and any wcs) input strings.
kernel32: Added support for ctrl-home (aka clear from beginning of line) in line edition in win32 mode.
kernel32: Store key len in dbkey_pair structure for efficiency reasons.
kernel32: Added support for extended capacities in terminfo for xterm-like terminals.
kernel32: Added shift & ctrl modifiers for function keys.
kernel32: Use binary search for key lookup in terminfo generated data.
winedump: Added definition and dumping of thread local variables.
dbghelp: Added support for variables in thread storage.
dbghelp: Properly declare variables with thread storage from codeview debug format.
winedbg: Added support for variables with thread storage.
Greg Geldorp (8):
gdi32/tests: Fix font tests on Arabic machines.
user32/tests: Fix edit tests.
riched20/tests: Fix editor tests.
riched32/tests: Fix editor tests.
shell32/tests: Remove shlwapi dependency.
msi/tests: Check 64-bit reg view if key not present in 32-bit view.
shell32/tests: Use long file name.
winmm/tests: Skip some tests on VMware.
Hans Leidekker (22):
msi: Don't interpret assembly name attributes.
msi: Implement the MsiPublishAssemblies and MsiUnpublishAssemblies standard actions.
wininet/tests: Trace errors from InternetReadFile in test_basic_request.
msi: Check the return value of fetch_int (clang).
msi/tests: Consistently test return values (clang).
msi: Check the return value of IActiveScript_AddNamedItem (clang).
msi: Make sure the return value is initialized in save_table (clang).
msi: Use a return value (clang).
msi/tests: Test a return value (clang).
msi: Check a return value (clang).
msi: Return the correct disk prompt size from MsiSourceListEnumMediaDisksW (clang).
msi: Initialize a variable in get_patch_product_codes (clang).
msi: Skip rollback custom actions.
winhttp/tests: Test a return value (clang).
mountmgr: Add a stub implementation of ioctl 0x560000.
kernel32/tests: Add a test for ioctl 0x560000.
programs: Add a stubbed PlugPlay service.
hnetcfg: Return success from fw_app_put_Enabled.
msi: Reset file attributes before removing a file.
programs: Add winemsibuilder.
msi: Handle out-of-memory condition in encode_streamname.
msi: Try harder to remove non-persistent directories.
Henri Verbeet (40):
wined3d: Remove IWineD3DSurface::RealizePalette() from the public interface.
wined3d: Remove IWineD3DSurface::DrawOverlay() from the public interface.
wined3d: WINED3DFMT_INTZ is a FOURCC format.
wined3d: Use dot() instead of length() in shader_glsl_nrm().
wined3d: Disable vertex shader output clamping.
d3d10: Remove a redundant assignment in parse_fx10_object() (LLVM/Clang).
d3d9: Remove some useless ERRs (LLVM/Clang).
d3d8: Remove a useless ERR (LLVM/Clang).
wined3d: Do checks at the start of surface_init() (LLVM/Clang).
wined3d: Verify we have at least one framebuffer attachment before doing clears or draws.
wined3d: Add support for the NULL format.
d3d8/tests: Add a test for the NULL format.
d3d9/tests: Add a test for the NULL format.
wined3d: Set all render targets to NULL in IWineD3DDeviceImpl_Uninit3D().
d3d9: Check the correct swapchain in IDirect3DDevice9Impl_GetSwapChain() (LLVM/Clang).
ddraw: Link directly to wined3d.
widl: Support forward type declarations.
wined3d: Set color / depth / stencil surfaces to NULL before releasing them in IWineD3DDeviceImpl_Uninit3D().
wined3d: Remove COM from the stateblock.
wined3d: Get rid of the IWineD3DStateBlock typedef.
wined3d: Get rid of the IWineD3DStateBlockImpl typedef.
d3d8/tests: Release doesn't return a HRESULT (LLVM/Clang).
d3d9/tests: Check ColorFill() return codes in color_fill_test() (LLVM/Clang).
wined3d: Just fail if the texture type is not supported in create_glsl_blt_shader() (LLVM/Clang).
wined3d: Pass a const adapter to the format caps checking functions.
d3d9/tests: Check another return value in maxmip_test() (LLVM/Clang).
wined3d: Make volumetexture_ops static.
wined3d: Remove COM from IWineD3D.
wined3d: Get rid of the IWineD3D typedefs.
wined3d: Check if formats are supported as render target in srgbwrite_format_test().
winex11.drv: Only query for XShm on first use.
wined3d: Remove COM from the vertex declaration.
wined3d: Get rid of the IWineD3DVertexDeclaration typedefs.
wined3d: Remove COM from the palette.
wined3d: Get rid of the IWineD3DPalette typedefs.
wined3d: Remove COM from the clipper implementation.
wined3d: Get rid of the IWineD3DClipper typedefs.
wined3d: Use an internal call table for query operations.
wined3d: Remove COM from the query implementation.
wined3d: Get rid of the IWineD3DQuery typedefs.
Huw Davies (3):
widl: Initialise [out] only parameters if they are user types or interface pointers.
widl: Don't dereference if the referenced type is a user type.
rpcrt4/tests: Add a test for marshalling a pointer to a user type, where the user type is itself a pointer.
Hwang YunSong (1):
po: Update Korean resource.
Iain Arnell (2):
gdiplus: C++ fixes for headers.
gdiplus: Qualify reference to Gdiplus::Pixelformat.
Jacek Caban (12):
urlmon: Fixed key name size and format in open_zone_key.
jscript: Fixed some clang warnings.
mshtml: Added script execution time tests.
mshtml: Added support for recursive script runners.
wininet: Handles handling clean up.
wininet: Keep handles invalid but reserved in InternetCloseHandle.
wininet: Added more InternetCloseHandle tests.
wininet: Moved creation of an object and allocating handles to common function.
mshtml: Don't try forwarding calls to Gecko that are not implemented there anyways.
wininet: Moved freeing object to WININET_Release.
wininet: status_string clean up.
mshtml: Added nsIURI::SetSpec implementation.
Joris Huizer (1):
rpcrt4: Reduce scope of variable (Clang).
Juan Lang (7):
crypt32/tests: Test return value rather than output buffer before checking buffer contents (clang).
crypt32/tests: Test some return values (clang).
crypt32/tests: Remove dead assignments (clang).
crypt32/tests: Don't assign a return value that's never checked (clang).
crypt32/tests: Add tests that show that CertRDNValueToStr doesn't quote (based on a patch by Christian Inci).
crypt32/tests: Test CertNameToStr's quoting behavior with CERT_SIMPLE_NAME_STR.
crypt32: Fix string quoting in CertRDNValueToStrA/W and CertNameToStrA/W.
Ken Thomases (1):
mountmgr: Balance volume references in add_volume().
Kusanagi Kouichi (7):
kernel32: Include term.h conditionally.
gdi32/tests: Add some more tests for GetCharABCWidthsA.
gdi32: Reject invalid character range in GetCharABCWidthsA.
gdi32: Upper 24 bits of a character range must be same.
gdi32/tests: Consolidate identity matrices.
gdi32/tests: Add tests for GetGlyphOutlineA.
gdi32: Check if a character is double byte or single byte.
Loïc Maury (1):
ntdll : Implement CDROM_Verify to work on Mac OS X.
Marcus Meissner (2):
ws2_32: Implemented SO_CONNECT_TIME stub.
user32: Get MDI icon as close the "small icon" as possible.
Michael Stefaniuc (43):
ddraw: COM cleanup for the IClassFactory iface.
ddrawex: COM cleanup for the IClassFactory iface.
ddrawex: COM cleanup for the IDirectDrawFactory iface.
ddrawex: COM cleanup for the IDirectDraw iface.
ddrawex: COM cleanup for the IDirectDraw2 iface.
ddrawex: COM cleanup for the IDirectDraw3 iface.
ddrawex: Rename impl_from_dd4() to impl_from_IDirectDraw4().
ddrawex: COM cleanup for the IDirectDraw4 iface.
d3d8: COM cleanup for the IDirect3D8 iface.
avifil32: Use ifaces instead of vtbl pointers in IAVIEditStreamImpl.
avifil32: Avoid forward declarations of iface methods.
msxml3: COM cleanup for the IBindStatusCallback iface.
mstask: COM cleanup for the IClassFactory iface.
mstask: COM cleanup for the ITaskTrigger iface.
mstask: COM cleanup for the ITaskScheduler iface.
mstask: Use ifaces instead of vtbl pointers in TaskImpl.
mapi32: COM cleanup for the IMalloc iface.
sti: COM cleanup for sti.c.
msxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
msxml3: COM cleanup for the IXMLDOMNode iface in unknode.
ddrawex: Use unsafe_impl_from_IDirectDrawSurface3() for application provided ifaces.
ddrawex: Rename impl_from_dds3() to impl_from_IDirectDrawSurface3().
ddrawex: COM cleanup for the IDirectDrawSurface3 iface.
d3dx9_36/tests: COM cleanup for the ID3DXInclude iface.
d3dcompiler_43/tests: COM cleanup for the ID3DInclude iface.
d3d8: Pass an object instead of an iface to an internal function.
d3dx9_36: COM cleanup for the ID3DXEffect iface.
d3dx9_36: COM cleanup for the ID3DXEffectPool iface.
d3dx9_36: COM cleanup for the ID3DXInclude iface.
d3dx9_36: COM cleanup for the ID3DXBuffer iface.
d3dx9_36: COM cleanup for the ID3DXFont iface.
d3dx9_36: COM cleanup for the ID3DXMatrixStack iface.
d3dx9_36: COM cleanup for the ID3DXMesh iface.
d3dx9_36: COM cleanup for the ID3DXSprite iface.
shell32: Use ifaces instead of vtbl pointers in RecycleBin.
d3d8: Use impl_from_IDirect3DDevice8() instead of the iface to object cast.
d3d8: Finish the COM cleanup of the IDirect3DDevice8 iface.
d3d8: COM cleanup for the IWineD3DDeviceParent_iface.
d3d8: COM cleanup for the IDirect3DVolume8 iface.
d3d8: COM cleanup for the IDirect3DSwapChain8 iface.
d3d8: Remove the unused struct IDirect3DResource8Impl.
d3d8: COM cleanup for the IDirect3DCubeTexture8 iface.
d3d8: COM cleanup for the IDirect3DTexture8 iface.
Mike Kaplinskiy (6):
ws2_32/tests: Add a test for an overlapped send.
ws2_32: Allow sending FD_WRITE right after scheduling the async.
ws2_32: Fix up iovecs after transmission in WS2_send instead of WS2_sendto.
ws2_32: Use the iosb to keep track of how many bytes we sent.
ws2_32: Finish an overlapped send only if we sent everything.
server: Fix connect failures on newer kernels.
Nikolay Sivov (22):
shell32: Fix a parent PIDL leak (Valgrind).
shell32/tests: Fix couple PIDL leaks in tests.
oleaut32/tests: Fix safearray leaks, test return value after array destruction.
oleaut32: Unmarshalled safearray is always unlocked.
msxml3: Fix invalid read before allocated block (Valgrind).
msxml3: Fix interface leak (Valgrind).
urlmon/tests: Fix a leak in test (Valgrind).
oleaut32: Fix a couple of leaks on typeinfo release (Valgrind).
msvcrt: Implemented _sopen_s.
msvcrt: Implement _wsopen_s.
msvcrt: Forward _realloc_crt to realloc.
oleaut32: Fix default parameter variant leak (Valgrind).
comctl32/tests: Initialize item mask on item insert (Valgrind).
explorerframe/tests: Initialize hit test point before first use (Valgrind).
shlwapi/tests: Reset cookie after service revoked (Valgrind).
shell32/tests: Fix a dependency on unimplemented function call (Valgrind).
msvcrt: Implement _fcvt_s().
oleaut32/tests: Fix a IRecordInfo leak (Valgrind).
oleaut32/tests: Fix a safearray leak (Valgrind).
ntdll: Fix a compile time warning.
msvcrt: Use pointer exchange to set demangled name instead of section lock.
msvcrt: Partially implement type_info::name_internal_method().
Paul Vriens (2):
explorerframe/tests: Don't compare potentially uninitialized variables (Coverity).
shdocvw: Initialize variable (Coverity).
Piotr Caban (2):
mshtml: Abort more request in abort_document_bindings.
mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.
Reece Dunn (1):
hlink/tests: Add hres checks for the IHlink_GetMonikerReference calls (clang).
Stefan Dösinger (3):
d3d9: Use a proper window class in the device tests.
d3d9: Work around an odd nvidia windows bug.
d3d9: Add an sRGB format test.
Stefan Reimer (2):
winemp3: Fixed exit condition within decoding loop.
wined3d: Adding AMD HD5670, HD5570, HD5550, HD5450 detection.
Sven Baars (1):
po: Update the Dutch translation.
Vincent Povirk (11):
gdiplus: Factor out the gdi32 code of GdipFillRegion.
gdiplus: Factor the matrix creation code out of GdipTransformPoints.
gdiplus: Add a software implementation of GdipFillRegion.
gdiplus: Add a software implementation of hatch brushes.
gdiplus: Add a software implementation of line gradient brushes.
shell32: Test links to executable filenames lacking the extension.
include: Add declaration of GdipRecordMetafile.
gdiplus: Stub GdipGetHemfFromMetafile.
gdiplus: Test for EMF+ recording.
gdiplus: Test the types of records in an empty EMF+.
mscoree: Implement GetFileVersion.
Vitaliy Margolen (4):
dinput: Combine ASCII and Unicode device create callbacks. Add tests.
dinput: Fix typo. Found by clang.
dinput: Return correct error code for DIPROP_VIDPID.
dinput: Ignore EV_MSC events instead of printing fixme.
Wolfram Sang (1):
comdlg32: Filedlg should not add extension if it contains a glob.
max(a)mtew.isa-geek.net (1):
ntdll: Correct 'b' parameter descriptions for _alldiv and _aulldiv.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.12 is now available.
What's new in this release (see below for details):
- Support for multiple icon sizes in winemenubuilder.
- Improvements to the help browser.
- Initial stab at DOSBox integration.
- Various MSI fixes.
- Some fixes to the Wine debugger.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.12.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.12.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.12:
5349 Wine crashes on attempt to run SimTower with sound
12004 foobar2000-0.9.4.4 toolbars not moveable
12006 ForceBindIP crashes
12219 The "House of the Dead 3" "start game" options menu doesn't show any text.
13061 DreamSeeker: Map Element rendered improperly. (DX)
13165 Crash with Far Cry Demo in Direct3D
13457 Facewound crashes when in-game console is opened
13626 PowerPoint Viewer 2007: some sounds resembles pig
13852 2d game has lost sounds (some go some don't go)
14484 Unable to install Chaser, setup.exe segfaults
15230 eXperience112 demo won't run
15423 mIRC enters deadlock after a second playback attempt
15849 Madden NFL 08: creating thousands of orphaned temp files
16163 FEAR 1.08 (DX8 mode): FBO status - incomplete dimensions
16241 Call of duty 5 World at War : Fails to initialize
16330 wine <=1.1.9 hangs if mIRC sound events is on OR application crash
17458 Quake Live will crash firefox upon entering the Quake Live Portal
17494 Goalpro 2008 crashes when trying to print
17716 Madden NFL 08 doesn't recognize Saitek P990 right analog horizontal axis
18182 Wildlife Park Gold: intro video displays garbage pixels
18597 Source Insight: Crashes when cursor focus is in the Symbol Window and then Esc is pressed.
18755 Street Wars: Constructor Underground - Game sound lags lots and freezes up
19575 Settlers: Rise of an Empire demo hangs/crashes when starting a game
19920 Bloom and other lighting effects not rendered to the bottom in The.Popular.Demo
20314 wine loader doesn't work on Debian/kFreeBSD
20340 CryptImportKey CRYPT_IPSEC_HMAC_KEY support missing, causes failure in chromium's base_unittests.exe in HMACTest.*
21500 Paste in a text box replaces all the text, even if the text wasn't selected
21714 Moraff's Maximum MahJongg Vol. 2: Midi's won't play
21868 Can't save anything in Online-Profiles in Anno1404
22314 Sims 3: error window is completely blank
23073 Printing specific range of pages instead of all pages fails
23135 Mass Effect 2 hangs/crashes after Shepard is reanimated
23223 Cyberboard Player: unwind menu disappear when clicked
23394 unimplemented function msvcr80.dll._set_abort_behavior (affects Windows Live Mail, Sims 3)
23708 winemenubuilder:SaveIconResAsPNG unsupported bpp 21060, please report
23975 mcicda wants to open the nth cdrom in the system
24212 Morrowind Script Extender (MWSE) fails silently
24306 kernel/console: no more EOF handling.
24400 Sims 3 crashes at startup with unimplemented function msvcr80.dll._atoflt
24800 wine try to use float texture even if driver don't support them
24913 children of the nile demo crashes because of TGA picture format
25169 Anarchy Online crashes when pushing settings button
25463 ZEMAX cannot display help pages
25556 Resizing window causes SimSig to hang
25593 Burnout Paradise Configuration crashes
25616 Comet Busters: Error displays indicating Wine cannot continue
25685 When printing diagrams & charts in Family Historian 4.1.3 characters are upside down
25686 uninstaller and appwiz.cpl fails to remove registry entry
25720 Invisible input text in wineconsole
25752 [patch] add support for indexed formats to GdipBitmapSetPixel
25784 Crash while installing safesign_icbc_per.exe ( Driver for G&D USB-Shield)
25789 No icons in wine's iexplore
----------------------------------------------------------------
Changes since 1.3.11:
Akihiro Sagawa (6):
gdi32/tests: Add more tests for GetCharABCWidthsA.
gdi32: Pass the byte count to FONT_mbtowc in GetCharABCWidthsA.
gdi32: Avoid an integer overflow in GetCharABCWidthsA.
gdi32: Add a helper function to get chars in the range.
gdi32: Use the helper function in GetCharWidth32A to support DBCS.
gdi32: Use the helper function in GetCharABCWidthsFloatA to support DBCS.
Alexander Kochetkov (1):
wineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode.
Alexander Morozov (5):
include: Add some Shell32 interfaces and coclasses.
shell32: Add stub implementation of IShellDispatch.
shell32: Register CLSID_Shell.
shell32: Added typelib.
shell32: Implement IDispatch methods of IShellDispatch.
Alexandre Julliard (72):
makefiles: Generate dependencies for rsrc.pot.
configure: Update libgettextpo check to detect too old versions.
notepad: Convert menu and string table resources to po files.
progman: Convert menu and string table resources to po files.
taskmgr: Convert menu and string table resources to po files.
comctl32/imagelist: Don't change destination size in ImageList_Duplicate without corresponding allocation.
tools: Upgrade the config.guess/config.sub scripts.
view: Convert menu and string table resources to po files.
wineconsole: Convert string table resources to po files.
winedbg: Convert menu and string table resources to po files.
winemine: Convert menu and string table resources to po files.
winhlp32: Convert menu and string table resources to po files.
winefile: Convert menu and string table resources to po files.
wordpad: Convert menu and string table resources to po files.
browseui: Convert menu and string table resources to po files.
comctl32: Convert string table resources to po files.
winedump: Fix printing of module sources in PDB files.
winedump: Don't crash when the PDB filenames table isn't found.
winedump: Print the machine field from the PDB symbol table.
dbghelp: Try to load the string table from file number 4 too.
winedump: Try to load the PDB string table from file number 4 too.
credui: Convert string table resources to po files.
cryptui: Convert string table resources to po files.
inetcpl.cpl: Convert string table resources to po files.
localui: Convert string table resources to po files.
mpr: Convert string table resources to po files.
mshtml: Convert string table resources to po files.
msvfw32: Convert string table resources to po files.
setupapi: Convert string table resources to po files.
shdocvw: Convert menu and string table resources to po files.
shlwapi: Convert string table resources to po files.
wininet: Convert string table resources to po files.
winspool.drv: Convert string table resources to po files.
libwine: Fix handling of null character in vsnprintfW for %c format.
cryptui: Unify the spelling of "All files" with the other modules.
avifil32: Append the *.* extension by hand after loading the string.
appwiz.cpl: Build the file filter by hand instead of hardcoding it in resource strings.
shell32: Build the file filter by hand instead of hardcoding it in resource strings.
appwiz.cpl: Convert string table resources to po files.
avifil32: Convert string table resources to po files.
oleacc: Convert string table resources to po files.
oledlg: Convert string table resources to po files.
shell32: Convert menu and string table resources to po files.
user32: Convert menu and string table resources to po files.
libwine: Fall back to normal exec if the preloader doesn't exist.
dbghelp: Support pointer types of various sizes.
winevdm: Try to exec dosbox if DOS is not supported natively.
oleview: Build the file filter by hand instead of hardcoding it in resource strings.
regedit: Build the file filter by hand instead of hardcoding it in resource strings.
winecfg: Build the file filter by hand instead of hardcoding it in resource strings.
oleview: Convert menu and string tables resources to po files.
regedit: Convert menu and string tables resources to po files.
winecfg: Convert menu and string tables resources to po files.
comdlg32: Convert string tables resources to po files.
sane.ds: Convert string tables resources to po files.
wrc: Remove the context prefix when generating the po file for English.
mshtml: Remove a leftover string table.
configure: Add a check for the QuickTime development headers.
po: Unify the spelling of some menu entries across programs.
po: Update the English po files.
libwine: Remove redundant wine_switch_to_stack implementations.
shdocvw: Get rid of the IDB_IETOOLBAR define, the bitmap is loaded by name.
wmc: Add support for creating resource and plain binary files.
makefiles: Generate .res files directly from message files.
server: Add symbolic names in filesystem change actions traces.
widl: Don't generate proxies for oleautomation interfaces.
actxprxy: Add proxies for shldisp.idl.
include: Add an assert.h msvcrt header.
shell32: Convert dll registration to the IRegistrar mechanism.
shdocvw: Convert coclass registration to the IRegistrar mechanism.
hhctrl: Don't use an extended menu.
ole32: Cleanup return value handling in CoWaitForMultipleHandles.
Anders Jonsson (1):
po: Update Swedish translation.
Andrew Bogott (1):
winemenubuilder: Avoid passing a null pointer (or a non-pointer) to extract_icon in InvokeShellLinkerForURL.
Andrew Eikum (2):
mmdevapi: Children of IAudioClient should hold a reference to their parents.
mmdevapi: Prevent deadlock when releasing a stream that's still playing.
Andrew Nguyen (26):
kernel32: Improve parameter validation for ReadConsoleOutputCharacterW.
kernel32: Improve parameter validation for ReadConsoleOutputCharacterA.
kernel32: Improve parameter validation for ReadConsoleOutputAttribute.
kernel32/tests: Demonstrate an input event handling peculiarity with WriteConsoleInputW.
kernel32/tests: Demonstrate an input event handling peculiarity with WriteConsoleInputA.
kernel32: Pass an output parameter when calling WriteConsoleOutputCharacterW and FillConsoleOutputAttribute.
wineconsole: Pass an output parameter when calling ReadConsoleOutputCharacterW.
advapi32: Convert the trustee name buffer based on trustee form in SetEntriesInAclA.
explorerframe/tests: Free the shell items at the end of the event tests.
fusion: Avoid memory leaks on memory allocation failure in parse_display_name.
gameux: Initialize registry path pointer to NULL in GAMEUX_getAppIdFromGDFPath.
gameux: Free the allocated GameStatisticsImpl object on failure in GameStatisticsMgrImpl::GetGameStatistics.
kernel32/tests: Free environment block in the child process when it is unused.
iphlpapi: Correctly compute the buffer offset for the DNS address structure in GetAdaptersAddresses.
msvcrt: Fix a possible memory leak in _wpopen if a memory allocation fails.
msvcrt: Fix a possible memory leak in _wsystem for the NULL command case.
msvcrt/tests: Avoid embedding extended ASCII characters in locale string literals.
msvcrt: Null terminate the temporary locale buffer in _create_locale.
setupapi: Allocate the proper number of bytes for the drive spec.
setupapi: Fix some memory leaks in SetupDiGetINFClassA.
shell32: Fix initial reference count for a new IAutoComplete instance.
include: Add an extern C++ block around the property key equality operators.
regedit: Remove an unused string array.
kernel32/tests: Free environment strings buffer at the conclusion of the environment tests.
windowscodecs: Avoid writing to the output pointer on failure in StreamOnStreamRange::Read and StreamOnStreamRange::Write.
windowscodecs: Use memmove in StreamOnMemory::Read and StreamOnMemory::Write to cope with potentially overlapped memory copying.
André Hentschel (7):
imagehlp: Use define instead of hardcoded value.
po: Update German translation.
winedump: Fix MZ Header detection.
kernel32/tests: Don't test function directly when reporting GetLastError().
po: Update German translation.
kernel32/tests: Use the right return type and a better failed test message.
libwine: Implemented the call_on_stack function for Sparc.
Aurimas Fišeras (3):
po: Update Lithuanian translation.
po: Update Lithuanian translation.
po: Update Lithuanian translation.
Austin English (7):
configure: Check for snd_pcm_hw_params_get_access_mask() when checking for ALSA.
winecfg: Fix a compiler warning on PowerPC.
libwine: Add missing checks for FreeBSD_kernel.
server: Add missing checks for FreeBSD_kernel.
ntdll: Add missing checks for FreeBSD_kernel.
loader: Add missing checks for FreeBSD_kernel.
shell32/tests: fix a couple memory leaks (Valgrind).
Damjan Jovanovic (1):
winemenubuilder: Extract all icon sizes on freedesktop too.
David Hedberg (5):
oleaut32: Handle NULL arguments to ITypeComp::BindType.
oleaut32: Make ITypeComp::BindType case-insensitive.
urlmon: Add some error handling to the http protocol.
shell32: Fix a leak in the ebrowser travellog (Valgrind).
shell32/tests: Fix a leak in the ebrowser tests (Valgrind).
Dylan Smith (1):
richedit: Clear non-default style when changing to plain text mode.
Eric Pouech (26):
winedump: Added support for dumping FPO streams.
dbghelp: Restructure internal PDB information.
dbghelp: Use new file/debug format framework to allow keeping pdb files opened.
dbghelp: Keep the mapping of any PDB file open until the module is unloaded.
dbghelp: Added preliminary extended FPO information out of PDB files.
winedbg: Added CPU method for identifying a jmp insn, and implement it for i386.
winedbg: Try to detect jump (potentially thunk code) while getting the status.
dbghelp: Better support for OOM conditions when creating source file table.
dbghelp: Speed up source string creation (by using rb trees).
winedump: Force the PDB_??_ROOT to always be present in reader object.
winedump: Dump streams names information out of ROOT object.
winedump: Get string table stream index out of ROOT named streams list.
winedump: Added stream header support.
winedump: Make use of PDB_STREAM_INDEXES in order to get rid of hardwired indexes.
winedump: Dump segment info out of PDB files.
winedump: Also dump FPO data out of JG PDB files.
dbghelp: Add support for stream lookup by name in PDB files and use it for strings stream.
dbghelp: Get stream indexes out of PDB files (instead of hardwired values).
dbghelp: When failing to look up for a PDB file, don't keep a module format object around.
dbghelp: Use AT_range attribute (for function, block... addresses) when AT_low_pc and AT_high_pc are not present.
dbghelp, winedump: Added definition for S_FRAMEPROC_V2 symbol (CodeView).
kernel32: Added support for terminfo/termcap in console code.
kernel32: Move the input character to INPUT_RECORD translation functions to term.c.
kernel32: Correctly parse the input strings for advanced keys.
kernel32: Added support for insert/overwrite modes while editing a line.
kernel32: Fix prototype when no curses dev package is present.
Erich Hoover (5):
urlmon: Update MK protocol handling to IInternetProtocolEx.
urlmon: Fix MK protocol handling of escaped characters.
hhctrl.ocx: Add support for the print button using IWebBrowser_ExecWB.
hhctrl.ocx: Add better bitmaps for some toolbar buttons.
hhctrl.ocx: Add some private toolbar bitmaps (copied from shdocvw).
Francois Gouget (1):
ntdll/tests: Fix compilation on systems that don't support nameless unions.
Gerald Pfeifer (2):
ws2_32: Restructure and simplify debugstr_wsaioctl a bit.
ntoskrnl.exe: Remove variable sep and related code from INSTR_GetOperandAddr.
Greg Geldorp (22):
winetest: Include account level info in the report.
gdi32/tests: Fix some font test failures on non-English machines.
kernel32/tests: Set TrueType console font before running tests.
gdi32/tests: Skip tests on unexpected font code page.
gdi32/tests: Allow ANSI_CHARSET for some tests.
d3d8/tests: Skip tests if not running in the foreground.
d3d9/tests: Skip tests if not running in the foreground.
user32/tests: Fix menu test failures on East-Asian machines.
gdi32/tests: Fix tmLastChar test.
shlwapi/tests: Don't assume date/time are separated by comma.
ddraw/tests: Remove some outdated tests.
msctf/tests: Fix failures on Win7 and East-Asian machines.
user32/tests: Fix DDE test failures on DBCS machines.
comdlg32/tests: Fix expected height computation.
msvcrt/tests: Use different method to determine non-SBCS locale.
winhttp/tests: Fix tests when connecting via proxy.
urlmon/tests: Fix tests when connecting via proxy.
riched20/tests: Skip some tests on non-English platforms.
comctl32/tests: Fix failures for 120DPI display.
imm32/tests: Windows does post WM_IME_COMPOSITION messages sometimes.
winhttp/tests: No reconnect on redirect when using proxy.
wininet/tests: Fix failures when connecting through proxy.
Hans Leidekker (20):
kernel32: Add a stub implementation of GetThreadIOPendingFlag.
Revert "advapi32: Fix cred domain according to tests.".
appwiz.cpl: Fix two RegQueryValueExW calls.
msi/tests: Add tests for publishing and unpublishing assemblies.
msi/tests: Add a test for MsiGetComponentState.
msi: Add support for comparing TrueType font versions.
msi: Fix detection of installed global assemblies.
msi: Don't extract files for assemblies which are already installed.
msi: Improve detection of installed local assemblies.
fusion/tests: Add some tests for IAssemblyCache_QueryAssemblyInfo.
msi: Fix a memory leak (valgrind).
msi: Fix parsing of patch product codes (valgrind).
msi: Fix some memory leaks (valgrind).
msi/tests: Accept one more estimated size.
msi: Free memory on error (valgrind).
msi: Don't ignore disabled components when resolving install states.
msi: Downgrade a warning.
msi: Search all contexts in ACTION_GetComponentInstallStates.
msi: Clean up better when removing a product.
msi/tests: More tests for publishing and unpublishing assemblies.
Henri Verbeet (20):
wined3d: Pass an IWineD3DResourceImpl pointer to device_resource_remove().
wined3d: Pass an IWineD3DResourceImpl pointer to device_resource_add().
wined3d: Pass an IWineD3DResourceImpl pointer to device_resource_released().
wined3d: Pass an IWineD3DResourceImpl pointer to context_resource_released().
wined3d: Pass an IWineD3DResourceImpl pointer to context_resource_unloaded().
wined3d: Pass an IWineD3DResourceImpl pointer to wined3d_rendertarget_view_init().
wined3d: Store an IWineD3DResourceImpl pointer in struct wined3d_rendertarget_view.
wined3d: Store an IWineD3DClipperImpl pointer in IWineD3DSurfaceImpl.
wined3d: Pass an IWineD3DVolumeImpl pointer to volume_add_dirty_box().
wined3d: Pass an IWineD3DVolumeImpl pointer to volume_bind_and_dirtify().
wined3d: Pass an IWineD3DSwapChainImpl pointer to swapchain_create_context_for_thread().
wined3d: Pass an IWineD3DSwapChainImpl pointer to findThreadContextForSwapChain().
ddraw: Initialize the AutoRestoreDisplayMode field of WINED3DPRESENT_PARAMETERS (Valgrind).
d3d8/tests: Fix test_ApplyStateBlock() (Valgrind).
wined3d: Move swapchain context retrieval to swapchain.c.
wined3d: Store a pointer to an array of IWineD3DSwapChainImpl pointers in the device.
wined3d: Remove IWineD3DSurface::BindTexture() from the public interface.
wined3d: Remove IWineD3DSurface::LoadTexture() from the public interface.
wined3d: Get rid of IWineD3DSurface::GetData().
wined3d: Remove IWineD3DVolume::LoadTexture() from the public interface.
Huw Davies (2):
wininet: Add tests for querying INTERNET_OPTION_MAX_CONNS_PER_SERVER and INTERNET_OPTION_MAX_CONNS_PER_1_0_SERVER and fix typo in the implementation.
include: Add some more internet options.
Hwang YunSong (4):
wininet: Update Korean resource.
winspool.drv: Update Korean resource.
wordpad: Update Korean resource.
po: Update Korean translation.
Jacek Caban (25):
shdocvw: Separate DocHost ref count from InternetExplorer ref count.
shdocvw: Added InternetExplorer object tests.
shdocvw: Added InternetExplorer::get_Visible implementation.
shdocvw: Added beginning iexplore DDE suport.
shdocvw: Moved allocating InternetExplorer object to separated function.
shdocvw: Improved 'iexplore -nohome' handling.
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
msxml3: Don't forward get_namespaceURI calls to node's IXMLDOMNode iface.
urlmon: Store object instead of interface pointer to BindProtocol in Binding object.
mshtml: Get rid of win9x test failures workarounds.
wininet: Make sure to initialize the whole z_stream struct (valgrind).
winnt.h: Use Common macro for __C89_NAMELESSUNION and __C89_NAMELESSSTRUCT.
shlwapi: Fixed handling A->W buffer in UrlCanonicalizeA (valgrind).
wininet: Added post data tests.
wininet: Fixed memory leak in tests (valgrind).
msxml3: Fixed memory leak (valgrind).
urlmon: Fixed memory leaks in tests.
mshtml: Added IUri-based implementation of nsIURL::[Get|Set]Ref.
wininet: Fixed race in SSL connection handling.
mshtml: Fixed leaks (valgrind).
mshtml: Fixed some leaks in tests (valgrind).
mshtml: Forward nsIURL::[Get|Set]FilePath to nsIURI::[Get|Set]Path.
mshtml: Fixed leaks in htmllocation tests (valgrind).
urlmon: Added backslash handling to remove_dot_segments.
urlmon: Call remove_dot_segments on path opaque for mk: protocol.
Joel Holdsworth (4):
comctl32/rebar: Removed a redundant call.
comctl32/rebar: Implemented band reordering within rows.
comctl32/rebar: Moved drag notify code into REBAR_MouseMove.
comctl32/rebar: Implemented dragging between rows.
Juan Lang (14):
rsaenh/tests: Add tests for CRYPT_IPSEC_HMAC_KEY.
rsaenh: Move check for CRYPT_IPSEC_HMAC_KEY to each key import function.
rsaenh: Add support for CRYPT_IPSEC_HMAC_KEY.
mswsock.h: Fix typo.
crypt32: Add stub for CertRegisterPhysicalStore.
rsaenh: Only set key length on successful retrieval of hash value.
rsaenh: Be more careful about when to hash HMAC key material.
crypt32: Fix memory leak (Valgrind).
crypt32: Fix memory leaks when decoding fails (valgrind).
crypt32: Fix memory leaks when encoding fails.
crypt32: Remove no-ops.
crypt32: Ensure that chain validity time is initialized (valgrind).
crypt32: Simplify a function.
crypt32: Ensure temporary string is NULL-terminated to avoid uninitialized memory access (valgrind).
Jörg Höhle (1):
winmm: PlaySound ignores SND_NOWAIT.
Ken Thomases (5):
winemenubuilder: On Mac, understand and keep 256x256 Vista-style icons.
winemenubuilder: On Mac, ignore non-square icon entries.
winemenubuilder: On Mac, size is implicit in ICNS slot; don't search for best.
windowscodecs: Disable ICNS support when building for Mac OS X 10.4 Tiger.
secur32/tests: Fix copy/paste error in test message ("first" -> "third").
Kusanagi Kouichi (2):
gdi32/tests: Add a test for GetCharABCWidthsA with DBCS.
gdi32: GetCharABCWidthsA should work for DBCS.
Maarten Lankhorst (1):
ole32: Handle alertable wait in CoWaitForMultipleHandles.
Martin Petricek (1):
gdiplus: Support for indexed formats in GdipBitmapSetPixel.
Matteo Bruni (1):
ntdll/tests: Add a FILE_APPEND_DATA test.
Michael Stefaniuc (53):
urlmon: Use ifaces instead of vtbl pointers in GopherProtocol.
urlmon: Use ifaces instead of vtbl pointers in MimeFilter.
urlmon: Use an iface instead of a vtbl pointer in MkProtocol.
urlmon: Use an iface instead of a vtbl pointer in stgmed_buf_t.
urlmon: Use ifaces instead of vtbl pointers in BindStatusCallback.
urlmon: Use an iface instead of a vtbl pointer in AsyncBindCtx.
windowscodecs: Use an iface instead of a vtbl pointer in BmpEncoder.
windowscodecs: COM cleanup for stream.c.
urlmon: COM cleanup for the IMoniker iface.
urlmon: COM cleanup for the IInternetProtocolEx iface.
urlmon: COM cleanup for the rest of the iface in BindProtocol.
windowscodecs: Use ifaces instead of vtbl pointers in BmpDecoder.
windowscodecs/tests: COM cleanup for converter.c.
avifil32: COM cleanup for acmstream.c.
avifil32: Avoid the forward declaration of the IAVIStream methods.
windowscodecs/tests: Fix crash introduced with eaf394a9ac4c.
wiaservc: COM cleanup for the IClassFactory iface.
wiaservc: COM cleanup for the IWiaDevMgr iface.
shlwapi/tests: Finish the COM cleanup in ordinal.c.
sxs: COM cleanup for the IAssemblyCache iface.
objsel: COM cleanup for the IClassFactory iface.
objsel: COM cleanup for the IDsObjectPicker iface.
urlmon: Use ifaces instead of vtbl pointers in ProtocolProxy.
urlmon: COM cleanup for the IBinding iface.
urlmon: COM cleanup for the rest of the ifaces in Binding.
urlmon: COM cleanup for the IStream iface.
urlmon: Remove some leftovers from the old COM days.
jscript: COM cleanup for the IDispatchEx iface.
jscript: Use ifaces instead of vtbl pointers in JScript.
jscript: COM cleanup for the IServiceProvider iface.
hhctrl.ocx: Use ifaces instead of vtbl pointers in IOleClientSiteImpl.
mmdevapi: Use ifaces instead of vtbl pointers in MMDevice.
ddraw: Avoid some unsafe IDirect3D7 iface to IDirectDrawImpl transitions.
ddraw: Pass an IDirectDrawImpl* instead of an iface to ddraw_set_display_mode().
ddraw: Pass an IDirectDrawImpl* instead of an iface to CreateSurface().
ddraw: COM cleanup for the IDirect3D iface.
ddraw: COM cleanup for the IDirect3D2 iface.
ddraw: COM cleanup for the IDirect3D3 iface.
ddraw: COM cleanup for the IDirect3D7 iface.
ddraw: COM cleanup for the IDirectDraw iface.
ddraw: COM cleanup for the IDirectDraw2 iface.
ddraw: COM cleanup for the IDirectDraw3 iface.
ddraw: COM cleanup for the IDirectDraw4 iface.
ddraw: COM cleanup for the IDirectDraw7 iface.
explorerframe: COM cleanup for the IClassFactory iface.
compobj.dll16: COM cleanup for the IMalloc16 iface.
ddraw: Drop "Thunk_" from the names of the IDirect3DDevice methods.
ddraw: Drop "Thunk_" from the names of the IDirect3DDevice2 methods.
ddraw: Drop "Thunk_" from the names of the IDirect3DDevice3 methods.
ole2.dll16: Add missing ILockBytes::Stat to the vtbl initialisation.
ole2.dll16: COM cleanup for the ILockBytes16 iface.
ddraw: Drop "Thunk_" from the names of the IDirect3DMaterial* methods.
ddraw: Drop "Thunk_" from the names of the IDirect3DVertexBuffer methods.
Nikolay Sivov (23):
ole32/tests: Test for return value directly without macros.
oleaut32/tests: Test for return value directly.
oleaut32/safearray: Fix allocation error check for array descriptor.
comctl32/tests: Fix a leak in toolbar test data allocation (Valgrind).
comctl32/tests: Fix a leak in rebar test data allocation (Valgrind).
oleaut32/tests: Fix a string leak (Valgrind).
comctl32/imagelist: Fix a couple of imagelist leaks (Valgrind).
fusion: Fix processor arch string leak (Valgrind).
hlink/tests: Fix interface leak (Valgrind).
shlwapi: Keep pointer to allocated block to free it later (Valgrind).
shell32/tests: Fix some leaks in tests (Valgrind).
shell32: Fix a cloned PIDL leak (Valgrind).
msxml3/tests: Fix a lot of leaks in tests (Valgrind).
rsaenh/tests: Fix a key leak (Valgrind).
msvcrt: Add _atoflt and _atoflt_l implementations.
oleaut32/tests: Fix a dead path in test (Valgrind).
shell32/tests: Fix a PIDL leak in tests (Valgrind).
shell32: Fix interface leak (Valgrind).
oleaut32: Fix a stream leak on failure.
shell32: Fix interface leak while adding tree items.
shell32: Free cloned PIDL after tree initialization (Valgrind).
shell32/tests: Close find file handle (Valgrind).
msvcrt: Partially implement _set_abort_behavior.
Owen Rudge (6):
hhctrl.ocx: Implement Show/Hide functionality.
hhctrl.ocx: Implement Sync button functionality.
hhctrl.ocx: Implement pop-up menu for Options button.
dsound: Add support for 32-bit IEEE float buffers.
dsound/tests: Add IEEE float buffer tests.
dsound/tests: Add IEEE float buffer tests for dsound8.
Piotr Caban (6):
shell32: Try to get file status from FileSystemBindData in UNIXFS_path_to_pidl.
shell32: Don't check if files are of the same type if name is equal in IShellFolder2_CompareIDs.
server: Return multiple events in read_changes.
server: Don't report rename events when file is moved between directories.
kernel32/tests: Added file move/rename ReadDirectoryChangesW tests.
mshtml: Added IObjectSafety stub.
Stefan Dösinger (1):
wined3d: Don't set cube and volume POW2 caps if np2 textures are supported.
Thomas Mullaly (8):
urlmon: Fixed misc typos and removed a few random tab characters.
normaliz: Changed the default debug channel to normaliz instead of authz.
urlmon/tests: Fixed memory leak in tests (valgrind).
urlmon: Added stub for CoInternetGetSecurityUrlEx.
urlmon/tests: Added CoInternetGetSecurityUrlEx tests.
urlmon: Added basic CoInternetGetSecurityUrlEx implementation.
urlmon/tests: Added pluggable protocol tests for CoInternetGetSecurityUrlEx.
urlmon: Added pluggable protocol support to CoInternetGetSecurityUrlEx.
Travis Athougies (2):
d3dcompiler_43/tests: Fixed nonconformant C string literals in HLSL test suite.
d3dcompiler_43/tests: Added error tests to HLSL test suite.
Vincent Povirk (9):
windowscodecs: Ignore the alpha channel of ICO files if it's empty.
windowscodecs: Add a utility function for swapping 8-bit BGR/RGB data.
windowscodecs: Support 8-bit RGB (as opposed to BGR) bitfields bitmaps.
windowscodecs: Avoid an iface -> impl conversion from a non-method.
windowscodecs: Ignore an unspecified extra sample in RGB TIFF images.
windowscodecs: Accept failure when seeking to the start of a TGA footer.
wininet: Use LIST_FOR_EACH_SAFE in a loop where we can delete an entry.
gdiplus: Rewrite GdipCreateMatrix3.
oleaut32: Deserialize VT_BOOL as 2 bytes, not 4.
Vitaliy Margolen (21):
dinput: More COM cleanup for IDirectInput - use interfaces instead of typecasts.
dinput: COM cleanup - use proper DirectInput interface with IUknown calls.
dinput: COM cleanup - return interface instead of typecasting This.
dinput: COM cleanup - use proper interface instead of typecasting This when calling queue_event.
dinput: COM cleanup - use helper function instead of direct typecast in base device class.
dinput: COM cleanup - use helper function instead of direct typecast in mouse.
dinput: COM cleanup - use helper function instead of direct typecast in keyboard.
dinput: COM cleanup - use helper function instead of direct typecast in base joystick class.
dinput: COM cleanup - use helper function instead of direct typecast in Linux joystick.
dinput: COM cleanup - use helper function instead of direct typecast in linuxinput joystick.
dinput: COM cleanup - use helper function instead of direct typecast in OS/X joystick.
dinput: Change internal check_dinput_hooks method to take W iface.
dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class. Make ASCII methods call Unicode. Use new methods in child classes.
dinput: Explicitly define ASCII and Unicode methods in keyboard.
dinput: Explicitly define ASCII and Unicode methods in mouse.
dinput: Explicitly define ASCII and Unicode methods in joystick base class. Use new methods in child classes.
dinput: Explicitly define ASCII and Unicode methods in evdev joystick.
dinput: Explicitly define ASCII and Unicode methods in joydev joystick.
dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.
dinput: Make newly created device append itself to Direct Input's list.
dinput: Combine ASCII and Unicode Direct Input Device QueryInterface.
Yaron Shahrabani (1):
po: Hebrew update.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.11 is now available.
What's new in this release (see below for details):
- PO files now used for translations.
- Various JavaScript improvements.
- Some fixes to the Wine debugger.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.11.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.11.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.11:
2057 When textbox is told to scroll to end of text, it doesn't
5157 MS Hearts (16 bit) crashes after startup screen
17816 Crash on startup if an Hercules DJ Console Rmx is connected
19025 Allods3:Evil_Islands freezes every 10 sec
19873 Automated installation of gecko requires DOS path to root filesystem
24932 GTA 3, VC, SA crash
25231 F-22 Lightning 3 crashes in the options menu
25404 Super Meat Boy: game is running at insane framerate
25427 Arcanum crashes in the main menu (when using hardware acceleration)
25491 BearShare: Fails to install
25512 Watchtower Library 2010 crashes after splash screen
25678 'Wine reg add' with longer hive name error
25704 Movie Collection
----------------------------------------------------------------
Changes since 1.3.10:
Adam Martinson (1):
configure: Fix OpenCL includes on systems with only CL/cl.h.
Alexandre Julliard (58):
ntdll: Use the getdents64 system call on all Linux platforms.
ntdll: Use the futex system calls on all Linux platforms.
ntdll: Use the gettid system call on all Linux platforms.
server: Use the tgkill system call on all Linux platforms.
configure: Get rid of the replacement function for gettid.
configure: Create a wow64 symlink for the preloader too.
winetest: Refuse to run if the WoW64 side of the registry is missing.
winex11: Make the tool window flag take precedence when setting the window type.
winebuild: Allow duplicate resources with different versions and keep the highest version.
configure: Add a generic mechanism for passing flags to dll and program rules.
configure: Make the import lib name optional in WINE_CONFIG_DLL.
wrc: Copy the strmake utility function from winegcc.
wrc: Explicitly define structure creation functions instead of playing with macros.
wrc: Store location information in strings.
wpp: Line and column numbers must start at one.
ping: Add some missing includes.
Update copyright info for 2011.
configure: Output maintainer-mode rules directly from configure.
makefiles: Automatically add missing source variables in make_makefiles.
makefiles: Automatically update the EXTRASUBDIRS variable in make_makefiles.
configure: Fix the bin install rule in wow64 mode.
Revert "wined3d: Update detection of vertex blend capabilities."
configure: Add a check for the gettextpo library.
wrc: Add support for generating .po files from existing resources.
wrc: Add support for loading translations from po files.
clock: Convert translations to po files.
makefiles: Add dependencies on all po files for po-translated resources.
makefiles: Add rules to rebuild the po files in maintainer mode.
cmd: Convert translations to po files.
ipconfig: Convert translations to po files.
net: Convert translations to po files.
reg: Convert translations to po files.
start: Convert translations to po files.
taskkill: Convert translations to po files.
uninstaller: Convert translations to po files.
write: Convert translations to po files.
xcopy: Convert translations to po files.
wrc: Do not use translations that are marked fuzzy.
po: Add missing entry for No key in en_US translation.
crypt32: Convert translations to po files.
cryptdlg: Convert translations to po files.
devenum: Convert translations to po files.
hhctrl: Convert translations to po files.
iccvid: Convert translations to po files.
jscript: Convert translations to po files.
localspl: Convert translations to po files.
mapi32: Convert translations to po files.
msi: Convert translations to po files.
msrle32: Convert translations to po files.
msvidc32: Convert translations to po files.
oleaut32: Convert translations to po files.
shdoclc: Convert translations to po files.
winmm: Convert translations to po files.
wldap32: Convert translations to po files.
wrc: Treat empty translation strings as missing.
po: Use more standard names for the Serbian locales.
kernel32: Update the country code for Serbia.
po: Update the English po files.
Anders Jonsson (2):
appwiz.cpl: Update Swedish translation.
jscript: Update Swedish translation.
Andrew Eikum (4):
mmdevapi: Store period size in frames.
mmdevapi: Be explicit about units of ACImpl::bufsize.
mmdevapi: Be explicit about the units of ACImpl::ofs.
mmdevapi: Be explicit about units in IAudioRenderClient::ReleaseBuffer.
Andrew Nguyen (18):
wineboot: Set the FeatureSet value in the volatile CPU registry keys.
wineboot: Set a placeholder ProcessorNameString value in the volatile CPU registry keys.
wined3d: Remove references to GLX_SGI_video_sync.
wined3d: Fix typo in GL_SGIS_generate_mipmap preprocessor definition.
winex11.drv: Enhance the wrapper functions for WGL_EXT_swap_control.
wined3d: Handle the swapchain presentation interval with wglSwapIntervalEXT.
kernel32/tests: Avoid an input buffer overrun in the empty console write test.
mmsystem.dll16: Correctly map the MCI_SYSINFO_PARMS structure when MCI_SYSINFO_QUANTITY is set.
kernel32: Fail with an invalid output parameter in GetNumberOfConsoleInputEvents.
kernel32: Improve parameter validation for WriteConsoleInputW.
kernel32: Improve parameter validation for WriteConsoleInputA.
kernel32: Improve parameter validation for WriteConsoleOutputCharacterW.
kernel32: Improve parameter validation for WriteConsoleOutputCharacterA.
kernel32: Improve parameter validation for WriteConsoleOutputAttribute.
kernel32: Improve parameter validation for FillConsoleOutputCharacterW.
kernel32/tests: Add tests for FillConsoleOutputCharacterA.
kernel32: Improve parameter validation for FillConsoleOutputAttribute.
reg: Accept full names of the standard registry hives.
André Hentschel (31):
setupapi/tests: Better clean up if SetupUninstallOEMInf fails.
setupapi/tests: Don't test function directly when reporting GetLastError().
jscript: Update German translation.
ntdll/tests: Don't test function directly when reporting GetLastError().
advapi32/tests: Even more tests for the merged view of HKCR.
setupapi/tests: Don't test function directly when reporting GetLastError().
dsound/tests: Don't test function directly when reporting GetLastError().
shell32/tests: Don't test function directly when reporting GetLastError().
comdlg32/tests: Don't test function directly when reporting GetLastError().
shlwapi/tests: Don't test function directly when reporting GetLastError().
urlmon/tests: Don't test function directly when reporting GetLastError().
riched20/tests: Don't test function directly when reporting GetLastError().
msi/tests: Don't test function directly when reporting GetLastError().
shlwapi/tests: Fix typo.
advapi32/tests: Test how creating a subkey in HKCR affect HKLM/HKCU.
wininet/tests: Don't call GetLastError() twice.
advapi32/tests: Don't test function directly when reporting GetLastError().
mscms/tests: Fix test message.
riched32/tests: Don't test function directly when reporting GetLastError().
imagehlp/tests: Don't test function directly when reporting GetLastError().
ole32/tests: Don't test function directly when reporting GetLastError().
user32/tests: Don't test function directly when reporting GetLastError().
shell32/tests: Don't test function directly when reporting GetLastError().
msvcrt: Forward _setjmp on x86_64.
advapi32/tests: Don't test function directly when reporting GetLastError().
gdi32/tests: Don't test function directly when reporting GetLastError().
appwiz.cpl: Update German translation.
include: Add more minor shutdown reasons.
ntdll: Respect multiple CPUs when faking values.
winemaker: Add def file support.
user32/tests: Don't test function directly when reporting GetLastError().
Arno Teigseth (1):
msvcrt: Added _ui64tow_s.
Aurimas Fišeras (4):
wininet: Update Lithuanian translation.
cmd: Update Lithuanian translation.
jscript: Update Lithuanian translation.
appwiz.cpl: Update Lithuanian translation.
Austin English (1):
winex11.drv: Use consistent formatting in a TRACE().
Damian Dixon (1):
advapi32: Implement SetEntriesInAclA by calling SetEntriesInAclW.
Dan Kegel (1):
include: Remove extra semicolons after a macro that doesn't need them.
David Hedberg (3):
shell32: Fix test error on certain w2k8 setups.
urlmon: Move protocol flags for wininet based protocols into a common header.
urlmon: Add new on_error function to protocol vtbl.
Eric Pouech (10):
dbghelp: Fix ELF file computation on 64bit systems.
winedbg: Don't print extra \n in print_basic.
winedbg: When printing with default format an integer (in hex), keep printed value in sync with integer size.
urlmon: Fixed traces on 64bit systems.
msvcr90: Fix an integer overflow on 64 bit system for qsort_s tests.
dbghelp: Factorize a bit the ELF enumeration callbacks.
dbghelp: Split elf_load_file into two functions (one for creating a file-map, another one for loading info out of a file-map).
dbghelp: Use pread instead of read in elf_map_file.
dbghelp: Extend elf_map_file so that it can also handle ELF maps directly from debuggee address space.
dbghelp: For targets on Linux, report the VDSO system page as a known ELF module.
Eryk Wieliczko (1):
msvcrt: Implement _ftime64_s and _ftime32_s.
Francois Gouget (2):
shdocvw/tests: Fix compilation on systems that don't support nameless unions.
winemenubuilder: Fix compilation on systems that don't support nameless unions.
Frédéric Delanoy (2):
appwiz.cpl: Update French translation.
jscript: Update French translation.
Gerald Pfeifer (6):
dbghelp: Make ehdr_addr in elf_enum_modules_internal dependent on AT_SYSINFO_EHDR.
include: Consolidate duplicate declarations of WNetGetLastErrorA, WNetGetLastErrorW and definition of WNetGetLastError.
comctl32: Remove the last, unused parameter from LISTVIEW_HScroll.
comctl32: Shed unused parameter from TOOLTIPS_NCCreate.
cards: Fix description of cdtTerm.
dbghelp: Also return a value in an error case in elf_map_file_read.
Greg Geldorp (17):
spoolss/tests: Skip tests on Win7.
shell32/tests: Support for IShellFolderView::RemoveObject was removed in Win7.
shell32/tests: Fix race conditions.
setupapi/tests: Uninstall .pnf if uninstall of .inf failed.
kernel32/tests: Skip some debugger tests on 64-bit.
gdi32/tests: Skip test that crashes on 64-bit.
oledb32: Use correct 32/64-bit typedefs.
ole32/tests: Fix crashes in usrmarshal.
user32/tests: Skip DefWindowProc tests on Vista+.
winmm/tests: Don't use same buffer for both input and output.
msctf/tests: Wait a bit for registrations to become active on Win7.
kernel32/tests: Add error codes for XP/Win2003 Wow64.
msi/tests: Fix some failures on Wow64.
ole32/tests: Disable target device clipboard tests.
msi/tests: Fix remaining Wow64 failures for action test set.
dinput/tests: Skip acquire tests when not running in the foreground.
gdi32/tests: Fix System font test for Japanese.
Hans Leidekker (1):
msi/tests: Mark a test result on some old Wow64 platforms as broken.
Henri Verbeet (20):
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_set_lod().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_lod().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_set_autogen_filter_type().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_autogen_filter_type().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_generate_mipmaps().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_bind().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_apply_state_changes().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to internal_preload().
wined3d: Use surface_modify_location() to manipulate location flags in IWineD3DSurfaceImpl_Unmap().
wined3d: Pass an IWineD3DDeviceImpl pointer to delete_opengl_contexts().
wined3d: Pass an IWineD3DDeviceImpl pointer to create_primary_opengl_context().
wined3d: Remove IWineD3DBaseTexture::BindTexture() from the public interface.
wined3d: Pass an IWineD3DResourceImpl pointer to resource_init().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_cleanup().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_free_private_data().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_private_data().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_private_data().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_priority().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_set_priority().
wined3d: Pass an IWineD3DResourceImpl pointer to resource_get_type().
Huw Davies (4):
wrc: Initialise variable.
ole32: Reimplement SendOnDataChange using the connection enumerator.
ole32: Store the ole advise sinks in a STATDATA array.
wineps.drv: Explicitly report that we do not support blending.
Hwang YunSong (26):
mpr: Update Korean resource.
msacm32: Update Korean resource.
msi: Update Korean resource.
msrle32: Update Korean resource.
msvfw32: Update Korean resource.
msvidc32: Update Korean resource.
net: Update Korean resource.
notepad: Update Korean resource.
jscript: Update Korean resource.
oleacc: Update Korean resource.
oleaut32: Update Korean resource.
oledlg: Update Korean resource.
appwiz.cpl: Update Korean resource.
oleview: Update Korean resource.
progman: Update Korean resource.
reg: Update Korean resource.
regedit: Update Korean resource.
serialui: Update Korean resource.
setupapi: Update Korean resource.
view: Update Korean resource.
wineboot: Update Korean resource.
wineconsole: Update Korean resource.
winedbg: Update Korean resource.
winefile: Update Korean resource.
winemine: Update Korean resource.
wineps.drv: Update Korean resource.
Jacek Caban (30):
urlmon: Fixed a race in tests causing unexpected Switch call failures.
jscript: Added ScriptEngine() implementation.
jscript: Added ScriptEngine*Version functions implementation.
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
mshtml: Fixed unsafe cast in CreateChromeWindow2 implementation.
jscript: Better syntax error tests.
jscript: Pass HRESULTs instead of IDSs to throw_* functions.
jscript: Use HRESULTs instead of IDSs in parser.
jscript: Ensure that the whole script is parsed.
jscript: Moved new_boolean_literal to lex.c.
jscript: Moved allocating double literal to separated function.
jscript: Beginning support for conditional compilation.
jscript: Added conditional compilation tests.
appwiz.cpl: Added checksum validation of downloaded file.
jscript: Don't unescape '\v'.
jscript: Return 'unknown' in typeof operator for native object's values that can't be retrieved.
jscript: Moved remaining registration to IRegistrar mechanism.
shdocvw: Get rid of no longer used DOCHOST_THIS.
msxml3: Don't forward put_nodeTypedValue and put_dataType calls to node IXMLDOMNode iface.
jscript: Fixed some math API assumption that cause test failures on Solaris.
mshtml: Added moz-safe-about to the list of Gecko internal protocols.
mshtml: Make nsIIOService::NewURI IUri-based.
mshtml: Use IUri for nsURL::[Get|Set]Password implementation.
mshtml: Don't prefer to forward a few more calls in nsIURL implementation.
urlmon: Fixed IUriBuilderFactory declaration.
mshtml: Make nsIURI::Resolve implementation IUri-based.
msxml3: Get rid of xmlnode_transformNodeToObject.
mshtml: Avoid obj to iface cast in ProtocolFactory_Create.
mshtml: Use inline function instead of macro for BSCallback vtbl implementations.
Jeremy Chin (1):
wined3d: Update detection of vertex blend capabilities.
Ken Thomases (2):
winemenubuilder: On Mac OS X, keep multiple icon sizes.
windowscodecs: Use Mac OS X native ICNS support, not libicns.
Lauri Kenttä (1):
readme: Add Finnish translation.
Luca Bennati (2):
jscript: Update Italian translation.
appwiz.cpl: Update Italian translation.
Marcus Meissner (5):
winealsa.drv: Re-add capcontrols initialization.
crypt32: NULL ptr could leak into function (Coverity).
mmdevapi: Fixed buffer size passed to RegEnumKeyExW.
crypt32: Handle NULL ptr leak in CryptDecodeObjectEx (Coverity).
jscript: Fixed VT variable type for DISPID_GLOBAL_ISWIN64.
Matteo Bruni (1):
wined3d: Don't call glPointParameter with a random context.
Michael Stefaniuc (91):
mshtml: COM cleanup for all the IServiceProvider ifaces.
mshtml: COM cleanup for all the IOleCommandTarget ifaces.
mshtml: COM cleanup for the IOleControl iface.
mshtml: COM cleanup for the IHlinkTarget iface.
mshtml: COM cleanup for the ISupportErrorInfo iface.
mshtml: COM cleanup for the IObjectWithSite iface.
mshtml: COM cleanup for the IHTMLWindow2 iface.
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
msxml3: Standardize the COM usage in saxreader.c.
avifil32: Use an iface instead of a vtbl pointer in IAVIStreamImpl.
avifil32: Reorder some code to avoid forward declarations for the IAVIStreamVtbl methods.
avifil32: Use an iface instead of a vtbl pointer in IGetFrameImpl.
avifil32: Reorder some code to avoid forward declarations for the IGetFrameVtbl methods.
mshtml: COM cleanup for the nsIWebBrowserChrome iface.
mshtml: COM cleanup for the remaining ifaces in NSContainer.
crypt32: Don't open code CONTAINING_RECORD().
mapi32: Fully merge the IMAPIProp ifaces into IPropData.
mapi32: COM cleanup for the IPropData iface.
hlink: Use ifaces instead of vtbl pointers in HlinkImpl.
oledb32: Use ifaces instead of vtbl pointers in convert.
msxml3: Use an iface instead of a vtbl pointer in httprequest.
mshtml: COM cleanup for the IHTMLTxtRange iface.
mshtml: Use an iface instead of a vtbl pointer in nsProtocolHandler.
inetcomm: Use an iface instead of a vtbl pointer in cf.
wbemprox: Use an iface instead of a vtbl pointer in wbemprox_cf.
msxml3: Use an iface instead of a vtbl pointer in parse_error_t.
explorerframe/tests: COM cleanup for INameSpaceTreeControlEventsImpl.
xmllite/tests: Use an iface instead of a vtbl pointer in testinput.
wmiutils: Use an iface instead of a vtbl pointer in wmiutils_cf.
hnetcfg: Use an iface instead of a vtbl pointer in hnetcfg_cf.
sti: Use an iface instead of a vtbl pointer in sti_cf.
oleaut32/tests: COM cleanup for usrmarshal.c.
mshtml: COM cleanup for the IHTMLElement iface.
mshtml: COM cleanup for the IHTMLElement2 iface.
mshtml: COM cleanup for the IHTMLElement3 iface.
mshtml: COM cleanup for the IHTMLFiltersCollection iface.
mshtml: COM cleanup for the IHTMLElementCollection iface.
mshtml: COM cleanup for the IHTMLDOMNode iface.
mshtml: COM cleanup for the IHTMLDOMNode2 iface.
mshtml: COM cleanup for the IHTMLDOMChildrenCollection iface.
mshtml: COM cleanup for the nsIHttpChannel iface.
mshtml: COM cleanup for the remaining ifaces in nsChannel.
urlmon: Use an iface instead of a vtbl pointer in ClassFactory.
hlink: Use an iface instead of a vtbl pointer in CFImpl.
rpcrt4: COM cleanup for StdProxyImpl.
mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument.
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
mshtml: Remove some stray #undef.
mshtml: COM cleanup for the IUnknown iface.
comdlg32: Pass an object instead of an iface to a helper function.
comdlg32: Use ifaces instead of vtbl pointers in IShellBrowserImpl.
mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase.
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
mshtml: COM cleanup for the IConnectionPoint* ifaces.
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
mshtml: COM cleanup for the IHTMLTextContainer iface.
mshtml: COM cleanup for the ICustomDoc iface.
mshtml: COM cleanup for the IHTMLLocation iface.
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
mshtml: COM cleanup for the nsIDOMEventListener iface.
mshtml: COM cleanup for the IHTMLFormElement iface.
mshtml: COM cleanup for the nsIFactory iface.
mshtml: COM cleanup for the IHTMLCommentElement iface.
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
mshtml: COM cleanup for the IHTMLTable iface.
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
mshtml: COM cleanup for the IHTMLCurrentStyle iface.
mshtml: COM cleanup for the IActiveScriptSite* ifaces.
mshtml: COM cleanup for the IHTMLStyleElement iface.
mshtml: COM cleanup for the IHTMLStyle iface.
mshtml: COM cleanup for the IHTMLStyle2 iface.
mshtml: COM cleanup for the IHTMLStyle3 iface.
mshtml: COM cleanup for the IHTMLStyle4 iface.
ole32: COM cleanup for the IEnumSTATSTG iface.
urlmon: Don't use DEFINE_THIS2 for the Protocol vtbl functions.
mshtml: COM cleanup for the IHTMLEmbedElement iface.
hlink: Use ifaces instead of vtbl pointers in ExtensionService.
atl: Use ifaces instead of vtbl pointers in IOCS.
mshtml: COM cleanup for the nsIURL iface.
mshtml: COM cleanup for the nsIInputStream iface.
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
windowscodecs: Use an iface instead of a vtbl pointer in BmpFrameEncode.
mshtml: Finish the COM standardization in protocol.c.
mshtml: Remove some leftover *_THIS undefs.
urlmon: Use an iface instead of a vtbl pointer in ProxyBindStatusCallback.
ole32: COM cleanup for the IMalloc iface.
msdaps: COM cleanup for the IClassFactory iface.
oleaut32/tests: COM cleanup for vartest.c.
shlwapi/tests: COM cleanup for thread.c.
Mikhail Maroukhine (1):
user32: Add constness to params and variables.
Nikolay Sivov (21):
oleaut32: Add a helper to return INVOKEKIND flags value.
oleaut32: Allow all property methods to have the same name.
oleaut32: Get SYSKIND value with a helper.
oleaut32: Move common define to a header.
oleaut32: Get rid of some magic offset values, use structure for that.
oleaut32: Use function description layout instead of hardcoded byte offsets.
oleaut32: Get rid of useless comment lines.
oleaut32: Get function/variable description size with a helper, remove a hardcoded size.
oleaut32: Update variable description and typeinfo size in ICreateTypeInfo2::SetVarHelpContext().
oleaut32: Implement ICreateTypeInfo2::SetVarDocString().
oleview: Fix a crash on null helpstring and name on library level.
oleview: Fix some crashes on unnamed variables.
oleview: Fix some crashes on unnamed methods/arguments.
oleaut32: Use structure size instead of hardcoded values.
oleaut32/tests: Cleanup some test macros.
oleaut32: Use alloc/free helpers for all typelib parse methods.
oleaut32: Use implementation pointer to avoid casts.
oleaut32: Use IDispatch vtable size instead of hardcoded value.
oleaut32: Use alloc/free helpers for typelib creation part too.
oleaut32: Use VARENUM members instead of hardcoded values.
oleaut32: Do nothing for TKIND_ALIAS types in ::LayOut().
Piotr Caban (1):
shell32: Improved equal ITEMIDLISTs handling in ILIsParent.
Rex Tsai (3):
wineboot: Update Traditional Chinese translation.
setupapi: Update Traditional Chinese translation.
wininet: Update Traditional Chinese translation.
Rico Schüller (3):
d3dcompiler: Add initial RDEF parsing.
d3dcompiler: Add initial SHDR and SHEX parsing.
d3dcompiler: Implement ID3D11ReflectionInterface::GetDesc().
Stefan Leichter (1):
setupapi: Add stub for SetupDiSetSelectedDevice.
Sven Baars (6):
cmd: Fix a typo in the English resource.
cmd: Update the Dutch translation.
wininet: Update the Dutch translation.
appwiz.cpl: Update the Dutch translation.
jscript: Update the Dutch translation.
msvcr80: Fix the _ctime32/64_s spec entries.
Thomas Mullaly (3):
include: Added IDN support functions and types.
kernel32: Added stubs for IDN functions.
normaliz: Added normaliz.dll stub.
Timo Teräs (1):
iphlpapi: Fix GetAdaptersAddresses return values.
Vincent Povirk (1):
windowscodecs: Store an impl pointer instead of an iface pointer.
Vitaliy Margolen (4):
dinput: Convert DirectInput to using interface instead of vtbl.
dinput: COM cleanup - use interface instead of lpvtbl in joystick effects.
dinput: Rename IDirectInputDevice2AImpl into IDirectInputDeviceImpl.
dinput: Pass interface instead of this pointer to joystick poll callback.
Yaron Shahrabani (1):
wininet: Updated Hebrew translation.
Łukasz Wojniłowicz (2):
appwiz.cpl: Update Polish translation.
jscript: Update Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.10 is now available.
What's new in this release (see below for details):
- Support for notification balloons in system tray.
- Obsolete AudioIO sound driver removed.
- More work on ActiveX support.
- Various MSI fixes.
- Preloader now used for 64-bit too.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.10.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.10.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.10:
4432 Blobby Volley - corrupted graphics
7304 WRC (Wine Resource Compiler) preprocessing is buggy
7431 Xilinx picoblaze assembler kcpsm3 crashes
7922 Language settings not found and strange Day Error in EWRevenge (bug in oleaut32)
11449 ExpressPCB 6.1.2 crashes when updating pricing
12744 Steam tray icon doesn't appear if panel hidden in autohide mode
12808 indexed bitmaps support is broken
12828 Arcade Pool 2: Game crashes after several seconds
14922 no ingame sound in drakensang
15003 VB6 crashes when triing enter a program code
15041 Guild Wars: Typing into Char Fields
15257 Changing from OpenGL to Direct3D output in WinUAE results in blank screen
15882 while wine application is running fullscreen ekiga incoming call popup doesn't appare
16489 Falcon 4.0 AF: Updater does not work, check fails
16672 Marie La Cavalière: Unhandled exception
16703 Wineconsole: Fallback from curses to window based backend
16704 wineconsole: Allow specifying the console backend to use when wineconsole is launched implicitly
16914 wrc chokes on a file which is accepted by windows rc
18075 IE8 crashes due to missing urlmon.dll.423 API
18230 Romanian translation wrong
18484 Charma: too slow and there's a problem with the pointer
18497 Gothic 3: Failure at starting new game
18768 Madden NFL 08 regression: program doesn't start
19314 IE8 for Server 2003 refuses to install (Service Pack 2 for Windows Server 2003 install required)
19565 Guitar Hero World Tour does not produces any sound (except videos)
20311 Blitzkrieg game crashes when selecting 'Allies campaign' (failed to save document to IStream)
20552 Memory leak in alloc_thread_tls?
20842 Python: ctrl-c and ctrl-d do not work in wineconsole [dogfood]
21173 choice.exe missing, needed by some cmd scripts
21245 file operations are very slow or hangs solidworks
22487 tray icons broken with ubuntu 10.04 for some users (affects utorrent 2.0.1, autohotkey)
23028 Empire Earth 1.00 and 1.04 mirrored cursor on vertical move
23089 Grass rendering bug in S.T.A.L.K.E.R clear sky/call of pripyat
23378 Desktop launchers generated by new Steam UI are broken
24294 corrupted icons in SolidWorks sketches
24323 Need for speed 3 crashes on startup
24680 loader: segfault after loading krnl386.exe, while LoadLibraryEx for any buildin dll
24866 Unhandled exception in Windows Double Explorer (IExplorerBrowser_fnSetPropertyBag)
25040 Icons in system tray area are blank
25059 dotnet30 install completion window minimized, needs balloon tooltip
25155 Creative Writer 2 only installs in Win9x modes on WoW64
25283 Unimplemented function urlmon.dll.410
25301 Occasional sock_check_pollhup() error on Solaris
25452 office2000 reconfiguration gives msi crash
25484 NewsLeecher 'send to tray' broken
25510 Wine-generated desktop files are not compliant with XDG standard
25513 Wine Software Uninstaller crashes
25529 64-bit Internet Explorer 7/8 refuse to install
25545 64-bit wine loader broken (in win64 mode)
----------------------------------------------------------------
Changes since 1.3.9:
Albert Pool (1):
winecfg: Update Dutch translation.
Alexander Morozov (3):
wincrypt.h: Define PFN_CMSG_IMPORT_KEY_TRANS callback function.
crypt32: Implement decoding enveloped messages.
crypt32: Implement getting content and some parameters from a decoded enveloped message.
Alexandre Julliard (54):
user32: Fix coordinates mapping for the desktop window in the explorer process.
winex11: Fix event coordinates mapping for the root window in the explorer process.
comctl32: Fix positioning of tracking tooltips at the bottom of the screen.
windowscodecs: Convert the coclasses registration to the IRegistrar mechanism.
urlmon: Convert the coclasses registration to the IRegistrar mechanism.
itss: Convert protocol registration to the IRegistrar format.
actxprxy: Convert dll registration to the IRegistrar mechanism.
dispex: Convert dll registration to the IRegistrar mechanism.
qmgrprxy: Convert dll registration to the IRegistrar mechanism.
user32: Don't call GetModuleFileNameW under the user lock.
wineboot: Set the correct architecture in the process identifier variable.
kernel32: Update the environment variables that vary across 32-bit/64-bit/Wow64.
wine.inf: Don't set the ProgramFiles environment variables through the registry.
ntdll: Ensure alignment of static TLS data and free it at thread exit.
krnl386: Fetch version from the PEB to avoid potentially using GetVersionEx before it's initialized.
winex11: Store information needed for the info balloon in the tray icon structure.
winex11: Add support for displaying system tray notification balloons.
winex11: Potentially update the system tray notification position when any foreign window is moved.
explorer: Store information needed for the info balloon in the tray icon structure.
explorer: Add support for displaying system tray notification balloons in desktop mode.
wineboot: Relaunch the 64-bit version of wineboot on Wow64.
winecfg: Relaunch the 64-bit version of winecfg on Wow64.
winecfg: Set Wow64 registry keys as well as the 64-bit ones for version information.
ntdll: Don't worry about the DOS area on non-x86.
loader: Make sure the new stack is 16-byte aligned in the preloader.
loader: Use long instead of int in the preloader for anything that can store a pointer.
loader: Build the preloader for x86-64.
libwine: Use the 64-bit preloader when starting 64-bit wine.
libwine: Reserve memory areas for 64-bit in case we don't have a preloader.
ntdll: Avoid putting the virtual heap in the low 2Gb on 64-bit.
quartz: Convert coclasses registration to the IRegistrar mechanism.
avifil32: Move extension registrations to the rgs file.
widl: Register the PSFactoryBuffer class as factory if it's defined in the idl file.
msi: Convert the dll registration to the IRegistrar mechanism.
loader: Define asm functions instead of inlines for x86-64 syscalls to avoid trouble with register constraints.
wiaservc: Convert coclasses registration to the IRegistrar mechanism.
include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl.
include: Add a couple of missing interfaces in msxml2.idl.
msxml: Add an msxml library that contains the v2.0 msxml typelib.
msxml: Register the v2.0 classes using the IRegistrar mechanism.
msxml2: Add an msxml2 library that contains the v2.6 msxml typelib.
msxml3: Convert dll registration to the IRegistrar mechanism.
loader: Setup the TLS register on x86-64 for stack protector checks.
widl: Allow specifying a version for a coclass independently of its typelib version.
include: Set version to 1.0 for msxml classes.
hhctrl.ocx: Add a typelib and register it.
widl: Don't free the input file name since it's stored in various places in the location info.
widl: Allow specifying a class version outside of a typelib too.
include: Define the Scriptlet class in mshtml.idl.
mshtml: Convert the classes registration to the IRegistrar mechanism.
server: Use the syscall function instead of inline assembly.
ntdll: Use the syscall function instead of inline assembly.
libwine: Use the syscall function instead of inline assembly.
appwiz.cpl: Convert the application list to a standard Wine list.
Anders Jonsson (1):
cmd: Update Swedish translation.
Andrew Bogott (1):
winemenubuilder: In InvokeShellLinkerForURL, better replicate the deferral behavior in InvokeShellLinker.
André Hentschel (22):
msi: Fix test failure on some 2k3 machines.
advapi32: Fix test failure on some NT4 machines.
ntdll: Fix test failure on some NT4 machines.
rsaenh: Fix test failure on some NT4 machines.
wrc: Allow comma after popup name.
shell32: Fix shelllink test to not crash on NT4.
shdocvw: Add Resizer control to the iexplore window.
gphoto2.ds: Fix German translation.
include: Add winhttp secure protocol flags.
msi/tests: Remove superfluous check.
gameux: Fix test failures on Wine wow64.
gameux: Fix Path for the statistics.
sane.ds: Fix translation of microsecond.
wininet: Update German translation.
include: Add ERROR_INTERNET_FORTEZZA_LOGIN_NEEDED for wininet tests.
include: Add new suite masks.
wininet: Fix German translation.
shlwapi/tests: Allow Win7 behaviour for SHFormatDateTimeW.
qmgr/tests: Use a temporary path to avoid failures.
shell32/tests: Fix a typo.
advapi32: Print a FIXME also for the unknown levels.
gameux: Fix another test failure on Wine wow64.
Austin English (4):
ntdll: Bump win2k3 version information to sp2.
urlmon: Add stubs for ordinals 410 and 423.
mscoree/tests: Fix a broken test (LLVM/Clang).
quartz: Avoid %L in traces (LLVM/Clang).
Cheer Xiao (2):
view: Update simplified Chinese translation.
write: Update simplified Chinese translation.
Damian Dixon (1):
advapi32: Added check for NULL pointer being passed to QueryServiceStatus for either parameter.
David Bartley (1):
iphlpapi: Add CancelIPChangeNotify stub.
David Hedberg (14):
urlmon: Set BINDF_NEEDFILE if BINDF_PULLDATA is not specified.
wininet: Respect SECURITY_FLAG_IGNORE_CERT_DATE_INVALID.
wininet: Make module handle scope global.
wininet: Add a simple certificate dialog to InternetErrorDlg.
shell32: Fix ExplorerBrowser::SetRect to work properly when passed a NULL-valued hdwp.
shell32: Return S_OK in ::SetPropertyBag.
include: Add IShellItem2 interface declaration.
shell32: IShellItem::GetAttributes should also work on the desktop shellfolder.
shell32: Add IShellItem2 stub to ShellItem implementation.
include: Add a few INET_E_ defines.
urlmon: Split the code for sending an http request into its own function.
urlmon: Fix return value from QueryService.
shell32: Standardize the COM usage in ebrowser.c.
shell32: Add IInputObject stub to ExplorerBrowser.
Detlef Riekenberg (5):
cmd: Allow GOTO to a label which has a following whitespace, with test.
configure: Ask for the correct development package for gstreamer base plugins.
cmd: Add CHOICE builtin with DOS6 to XP commandline parameter.
cmd: Add german translation for CHOICE.
cmd: Do not reset errorlevel during SET.
Eric Pouech (3):
kernel32: When reading chars out of a bare console, use the Unix API (instead of the Windows one).
kernel32: Proper support for echo-input (enable/disable) when getting console input.
kernel32: In readline, now print control characters with ^ escape.
Eryk Wieliczko (1):
msvcrt/tests: Add _fcvt_s tests.
Francois Gouget (4):
shdocvw: Fix compilation on systems that don't support nameless unions.
mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace.
msvcrt/tests: Add a trailing '\n' to an ok() call.
Assorted spelling fixes.
Frédéric Delanoy (3):
cmd: Update French translation.
wininet: Update French translation.
wininet: Update French translation.
Greg Geldorp (6):
kernel32/tests: Add tests to verify USERPROFILE and environment variables from registry are present and correct.
rsaenh/tests: CryptGetKeyParam doesn't fail on Win7/Win2K8R2.
kernel32/tests: Quote command line arguments that might contain spaces.
kernel32/tests: Remove check of environment variables against registry.
ntdll/tests: Add alternative results for overlong instructions.
shdocvw/tests: Need to save .url before committing extra props for IE6.
Hans Leidekker (16):
msi: Support MSIRUNMODE_LOGENABLED in MsiGetMode.
rpcrt4: Add a stub implementation of RpcMgmtSetAuthorizationFn.
wineboot: Set the USERDOMAIN environment variable.
msi: Return INSTALLSTATE_UNKNOWN from MsiGetComponentState if the component is disabled.
msi: Rewrite command line parsing to handle quoted values correctly.
msi: Add some traces.
msi: Global and local win32 assembly names are formatted differently.
msi: Don't flag an error in the InstallServices action if the component does not exist.
msi: Remove an incorrect error trace.
uninstaller: Run msiexec if the WindowsInstaller value is set.
uninstaller: Fix a leak.
appwiz.cpl: Run msiexec if the WindowsInstaller value is set.
msi: Set the Preselected property if the default feature selection is modified in a dialog.
msi: Set the install level to the maximum if the requested install state is not the default.
msi: Use a function to determine if a feature is selected.
msi: Change ACTION_UpdateComponentStates to take a feature pointer.
Henri Verbeet (17):
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_generate_arb_declarations().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_generate_glsl_declarations().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_destroy().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_cleanup().
wined3d: Avoid some interface pointers in set_glsl_shader_program().
wined3d: Pass implementation pointers to generate_param_reorder_function().
wined3d: Store implementation pointers in struct glsl_shader_prog_link.
wined3d: Store implementation pointers in glsl_program_key_t.
wined3d: Pass implementation pointers to get_glsl_program_entry().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_get_registers_used().
wined3d: Pass an IWineD3DBaseShaderImpl pointer to shader_generate_main().
wined3d: Store an IWineD3DBaseShaderImpl pointer in wined3d_shader_context.
wined3d: Pass an IWineD3DBaseTextureImpl array to pixelshader_update_samplers().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_unload().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_cleanup().
wined3d: Pass an IWineD3DBaseTextureImpl pointer to basetexture_get_level_count().
kernel32: Fix some memory leaks in set_wow64_environment().
Huw Davies (9):
fonts: Fix the metrics of the extended integral and brace glyphs.
ole32: Rewrite the OleAdviseHolder's STATDATA enumerator to be a generic STATDATA enumerator.
include: Add GLYPHSET flag define.
gdi32: Clear the accel flags.
ole32: Remove some useless comments.
ole32: Use a STATDATA array to hold the connection data.
ole32: Allow the EnumSTATDATA constructor to take a sparse array.
ole32: Implement IDataAdviseHolder_EnumAdvise.
ole32: Standardize the COM usage.
Hwang YunSong (16):
sane.ds: Update Korean resource.
browseui: Update Korean resource.
clock: Update Korean resource.
cmdlgtst: Update Korean resource.
comctl32: Update Korean resource.
comdlg32: Update Korean resource.
credui: Update Korean resource.
crypt32: Update Korean resource.
cryptdlg: Update Korean resource.
cryptui: Update Korean resource.
cmd: Update Korean resource.
gphoto2.ds: Update Korean resource.
hhctl.ocx: Update Korean resource.
iccvid: Update Korean resource.
localspl: Update Korean resource.
localui: Update Korean resource.
Jacek Caban (38):
mshtml: Fixed tests on IEs not supporting INewWindowManager.
mshtml: Call DoVerb on embedded plugin.
mshtml: Added support for plugin in place activation.
mshtml: Deactivate plugin when detaching from document.
mshtml: Added PluginHost::GetWindowContext implementation.
mshtml: Added more plugin in place activation support.
mshtml: Added more ActiveX tests.
mshtml: Added OnUIActivation implementation.
mshtml: Added IOleContainer stub implementation.
mshtml: Added PluginHost::GetContainer implementation.
mshtml: Forward PluginHost's QueryService calls to window object.
mshtml: Fixed tests on some IE6 installations.
mshtml: Removed undocumented, internal stubs exported only by old IEs.
jscript: Move some of registration process to IRegistrar mechanism.
mshtml: IHTMLDocument2 iface handling clean up.
winetest: Make win9x unsupported.
shdocvw: Share get_LocationURL implementation between WebBrowser and InternetExplorer objects.
shdocvw: Moved getting dochost pointer to separated function.
shdocvw: Added support for QueryService(IID_IWebBrowserApp).
mshtml: Added IHTMLObjectElement::get_object implementation.
mshtml: Added support for forwarding object element's DOM calls to ActiveX control.
mshtml: Improved QueryService debug traces.
mshtml: Improved IOmNavigator::javaEnabled stub.
mshtml: Added IHTMLScriptElement::get_scr implementation.
mshtml: Added IHTMLStyleElement::media property implementation.
mshtml: Added IHTMLStyleElement::type property implementation.
appwiz.cpl: Correctly handle NULL params in CPL_STARTWPARAMSW handler.
jscript: Added Date.setYear implementation.
urlmon: Added IUriContainer stub implementation of URLMoniker object.
mshtml: Fixed IOleUndoManager::QueryInterface implementation.
jscript: Exception tests clean up.
aclocal.m4: Recognize mingw-w64 as 32-bit cross compiler.
urlmon: Added more IInternetProtocolEx tests.
mshtml: Added GUID_CUSTOM_CONFIRMOBJECTSAFETY with CONFIRMSAFETYACTION_LOADOBJECT flag tests.
urlmon: Converted more registration process to IRegistrar mechanism.
mshtml: Get rid of no longer used GECKO_DATADIR.
urlmon: Make protocol tests more verbose.
include: Added macros for unions and structs that should remain nameless regardless NONAMELESSUNION/NONAMELESSSTRUCT definition.
Jerome Leclanche (1):
winemenubuilder: Add a trailing semicolon to MimeType in desktop files.
Joel Holdsworth (1):
shdocvw: Added missing rendering directive to ietoolbar.svg.
Juan Lang (1):
crypt32: Accept any matching CN when checking a certificate's name.
Kirill Smelkov (1):
kernel32: Support deleting resources in UpdateResource.
Luca Bennati (2):
cmd: Update Italian translation.
wininet: Update Italian translation.
Maarten Lankhorst (5):
quartz: Handle seeking while running better.
quartz: Fix a race condition in videorenderer endflush.
quartz: Handle EndOfStream more elegantly in dsound renderer.
winegstreamer: Silence a harmless fixme.
winegstreamer: Correct a state transition.
Marcus Meissner (2):
kernel32: Fixed size to GetEnvironmentVariableW.
configure.ac: Add -Wlogical-op, if it's not noisy.
Martin Storsjo (2):
wineconsole: Fallback to window based console if the curses library isn't found.
wineconsole: Don't overwrite the backend selection when parsing --use-event.
Michael Stefaniuc (69):
clock: Add the Malayalam translation.
clock: Add the Telugu translation.
clock: Add the Oriya translation.
clock: Add the Punjabi translation.
oleaut32: Standardize the COM usage in connpt.c.
mmdevapi: Standardize the COM usage in devenum.c.
msctf/tests: Standardize the COM usage in inputprocessor.c.
ole32/tests: Standardize the COM usage in clipboard.c.
shlwapi/tests: Standardize the COM usage in ordinal.c.
oleaut32/tests: Use an iface instead of an vtbl pointer in IRecordInfoImpl.
msi: Use an iface instead of an vtbl pointer in IClassFactoryImpl.
msi: Use an iface instead of a vtbl pointer in msi_custom_remote_impl.
msi: Use an iface instead of a vtbl pointer in msi_remote_package_impl.
msi: Use an iface instead of a vtbl pointer in msi_remote_database_impl.
ole32: Use ifaces instead of vtbl pointers in FTMarshalImpl.
ole32: Standardize the COM usage in moniker.c.
msxml3: Use an iface instead of a vtbl pointer in domattr.
msxml3: Use ifaces instead of vtbl pointers in xmlnodemap.
msxml3: Use an iface instead of a vtbl pointer in domcdata.
msxml3: Use an iface instead of a vtbl pointer in entityref.
msxml3: Use an iface instead of a vtbl pointer in domtext.
msxml3: Use an iface instead of a vtbl pointer in domelem.
msxml3: Use an iface instead of a vtbl pointer in xmlnodelist.
msxml3: Use an iface instead of a vtbl pointer in dom_pi.
msxml3: Use an iface instead of a vtbl pointer in domcomment.
msxml3: Use an iface instead of a vtbl pointer in domimpl.
msxml3: Use an iface instead of a vtbl pointer in domdoctype.
msxml3: Use an iface instead of a vtbl pointer in domfrag.
windowscodecs: Use ifaces instead of vtbl pointers in PngEncoder.
oleaut32: Use ifaces instead of vtbl pointers in OLEFontImpl.
ole32: Standardize the COM usage in clipboard.c.
shell32: Use an iface instead of a vtbl pointer in ShellItem.
winecfg: Remove the support to configure the audioio driver sound.
Remove the audioio sound driver. It is unused.
winapi: Remove support for wineaudioio.drv. wineaudioio.drv is no more.
hnetcfg: Standardize the COM usage in apps.c.
hnetcfg: Use an iface instead of an vtbl pointer in fw_manager.
hnetcfg: Use an iface instead of an vtbl pointer in fw_policy.
hnetcfg: Standardize the COM usage in port.c.
hnetcfg: Use an iface instead of an vtbl pointer in fw_profile.
hnetcfg: Standardize the COM usage in service.c.
d3dx9_36: Use an iface instead of an vtbl pointer in ID3DXLineImpl.
wmiutils: Use an iface instead of an vtbl pointer in status_code.
sane.ds: The Da, En, Fi, Fr, Nl, Pt resources are using UTF-8.
d3dx9_36: Use an iface instead of an vtbl pointer in ID3DXConstantTableImpl.
qcap: Use ifaces instead of vtbl pointers in VfwCapture.
oleaut32/tests: Standardize the COM usage in tmarshal.c.
oleaut32: Standardize the COM usage in tmarshal.c.
ole32: Standardize the COM usage in git.c.
mshtml: COM cleanup for the IHTMLDocument3 iface.
mshtml: COM cleanup for the IHTMLDocument4 iface.
mshtml: COM cleanup for the IHTMLDocument5 iface.
mshtml: COM cleanup for the IHTMLDocument6 iface.
mshtml: COM cleanup for the IPersist* ifaces in HTMLDocument.
msxml3: Use ifaces instead of vtbl pointers in xmldoc.
msxml3: Standardize the COM usage in xmlelem.c.
msctf: Standardize the COM usage in documentmgr.c.
inkobj: Remove inkcollector.c as it is dead code.
avifil32: Use an iface instead of a vtbl pointer in ITmpFileImpl.
wuapi: Use an iface instead of a vtbl pointer in wucf.
mshtml: COM cleanup for the IMonikerProp iface.
mshtml: COM cleanup for the IOleObject iface.
mshtml: COM cleanup for the IOleDocument iface.
mshtml: COM cleanup for the IOleDocumentView iface.
mshtml: COM cleanup for the IOleInPlaceActiveObject iface.
mshtml: COM cleanup for the IViewObjectEx iface.
mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface.
ole32: Use ifaces instead of vtbl pointers in DataCache.
ole32: Standardize the COM usage in defaulthandler.c.
Nikolay Sivov (8):
oleaut32/varformat: Fix day string representation format output.
oleaut32/tests: Test return value without macros.
oleaut32: Basic parameter validation tests for some GetTypeInfo* methods.
oleaut32: Fix GetLibAttr for null argument, plus error handling.
oleaut32: Added ICreateTypeInfo2::SetVarHelpContext().
oleaut32: Fix null parameters handling in ICreateTypeLib2::CreateTypeInfo().
oleaut32: Fix ICreateTypeInfo2::SetVarHelpContext() to iterate properly.
oleaut32: Hide variables and functions count storage details in helpers.
Paul Vriens (1):
shdocvw/tests: Make sure we use a valid temporary directory.
Piotr Caban (4):
sane.ds: Convert Polish translation to UTF-8.
kernel32: Add support for completion routine invocation in ReadDirectoryChangesW.
server: Handle more inotify mask values.
kernel32: Added more ReadDirectoryChangesW tests.
Rico Schüller (14):
d3dcompiler: Handle TAG_OSG5 in D3DGetBlobPart().
wined3d: Fix memset size in IWineD3DVolumeImpl_Unmap.
d3dcompiler: Use an iface instead of a vtbl pointer in d3dcompiler_blob.
d3dcompiler: Use an iface instead of a vtbl pointer in d3dcompiler_shader_reflection.
d3dcompiler: Parse reflection STAT tag.
d3dcompiler: Implement ID3D11ShaderReflection::GetMovInstructionCount().
d3dcompiler: Implement ID3D11ShaderReflection::GetConversionInstructionCount().
d3dcompiler: Parse ISGN in the reflection interface.
d3dcompiler: Properly initialize Stream member of D3D11_SIGNATURE_PARAMETER_DESC.
d3dcompiler: Parse OSGN in the reflection interface.
d3dcompiler: Parse PCSG in the reflection interface.
d3dcompiler: Implement ID3D11ShaderReflection::GetInputParameterDesc().
d3dcompiler: Implement ID3D11ShaderReflection::GetOutputParameterDesc().
d3dcompiler: Implement ID3D11ShaderReflection::GetPatchConstantParameterDesc().
Yaron Shahrabani (1):
shlwapi: Added Hebrew translation.
Łukasz Wojniłowicz (5):
avifile: Update Polish translation.
wininet: Update Polish translation.
taskmgr: Update Polish translation.
cmd: Update Polish translation.
winecfg: Update Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.9 is now available.
What's new in this release (see below for details):
- Beginnings of support for ActiveX in built-in browser.
- Icons on Internet shortcut menu entries.
- Standardization of code implementing COM interfaces.
- New scheme for auto-generated DLL registrations.
- OpenCL library wrapper.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.9.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.9.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.9:
8103 Ventrilo list does not draw correctly at times
8978 No mp3's playing in Age of Empires 3
10366 EAccess Violation in winex11.drv when printing
11800 WISO Sparbuch garbled printout
11839 Visualworks Smalltalk menu z-order pfui
12001 chemsketch won't display
13306 Swichmax 2 close in the try to export
15349 Spore crashes when leaving water
16328 GTA4 does not work
16653 Trials 2 SE normal graphics mode does not work
16694 undefined reference to `NtCurrentTeb' on PowerPC
16736 kernel32/format_msg.c: compiler errors
16861 ntdll/tests: size of array is negative
16972 AutoCAD 2008: installation of Service Pack 1 fails
18376 Office 2007 SP1/SP2 installers fail
18571 Top level window loses focus when selecting a menu item
18606 Open/save file dialog "New Folder" button does not behave as expected for non-unixfs/My Documents working directory shell items
19746 Adobe Reader 7 w/ FEAD installer causes a page fault
20029 Msxml2.DOMDocument.6.0 unimplemented
21679 men of war version 1.2 (regular game-on-cd, not steam or demo) crashes
21697 Background music (MIDI) doesn't always play in Pikachu Volleyball 1.2
22480 Letter Chase 5.4 crash when typing
22617 Texture Problems in Battlefield Bad Company 2
22732 unimplemented function msvcr80.dll._wgetenv_s
22859 MS Paint crashes attempting to save a monochrome bitmap
22910 Age of Empires III 1.1.3: Unhandled exception: page fault on write access....
23440 Windows Live Essentials installer aborts just after startup with "an unknown error occurred"
23723 Multiple games from Sonalysts cannot play sound files (stored in Sfx.agg)
23872 Steam: Windows will automatically reopen after being closed
24213 WMI: provide "WMIC" stub executable to silence various "file not found" messages (Java SE JRE/JDK installers)
24275 Nimbus Sky Princess is slow during gameplay
24526 install eatree tweak
24605 MS Office 2010 Pro Trial installer "encounters an error"
24941 Fable: The Lost Chapters can't play video
24968 ApacheMonitor.exe (start/stop/pause the Apache demon) needs wtsapi32.WTSTerminateProcess
25041 Civilization 4 crashes when starting.
25077 Dragon Age: Origins - ultimate edition, updater needs dotnet20, mono26 isn't enough
25179 application Get My Ancestors won't install
25196 utorrent icon in systray is blank and unclickable
25270 Chaser: crashes before reaching the main menu
25281 VLC 1.1.5 fails to install in Vista mode
25308 Rise of Nations installer hangs on "Removing icons..."
25319 AutoCAD 2008: Hangs at installation
25322 Parameter checking in _controlfp_s seems to be broken.
25335 Classmodules not usable in MS Word 2003
25339 make install-dev target broken for empty directory structures
25347 AutoCAD 2005 crashes selecting files after OPEN command
25351 Fable: The Lost Chapters, no video with gstreamer
25354 King's Quest Collection Series (1997): setup.exe crashes
25356 graphical glitches drawing gun in Battlefield 2 Bad Company
25363 Photoshop CS4 Freezes on start while reading preferences
25374 Lightworks : Unhandled page fault on read access
25378 Age of Empires 3: initial playback of mp3 stutters
25395 GTA III and Vice City crash after the intro video
25401 WSAStringToAddress doesn't update lpAddressLength on success
25424 Windows Live Photo Gallery [for XP] fails to install
25468 Windows Live Movie Maker fails to install
----------------------------------------------------------------
Changes since 1.3.8:
Adam Martinson (1):
msxml3/domdoc: Add a ref to the schema cache in copy_properties().
Alexander Morozov (6):
crypt32: Add a stub enveloped message implementation.
wincrypt.h: Define some enveloped message callback functions.
crypt32: Save some info needed for creating enveloped messages.
crypt32: Implement updating enveloped messages.
crypt32: Implement getting content of an enveloped message.
crypt32: Implement CryptEncryptMessage.
Alexander Puzankov (5):
winmm: Revert "Handle playing of files containing a '+' as part of the filename.".
winmm: Use the default I/O procedure only if a custom procedure for a given FOURCC is not found.
winmm: The default I/O procedure should return MMIOERR_FILENOTFOUND if the openable file is not found.
winmm/tests: Add tests for mmioOpen for the file name of the form EXAMPLE.EXT+ABC.
winmm: Fixed boundary condition in mmioOpen file name parsing.
Alexandre Julliard (91):
widl: Copy the output buffer management functions from winebuild.
widl: Use the output buffer functions to write typelibs.
widl: Add a general -o option instead of having a different output name option for each file type.
widl: Add support for generating a .rgs registration script for the defined interfaces.
msvcrt: Fix controlfp_s parameter checks, with tests.
msdaps: Remove the redundant IRowset interface.
msdmo: Don't use an interface pointer for an internal function.
makefiles: Add rules for building dll registration resources.
makedep: Add support for dll registration files.
oleaut32: Create dll registration resources.
sti: Create dll registration resources.
include: Don't use the Ndr functions at all when using registration resources.
msxml3: Avoid some uninitialized variable warnings on old gcc.
widl: Add progid, threading and vi_progid attributes for coclasses.
widl: Generate keys for coclasses in the registration resources.
oleaut32: Use widl to generate the coclasses registrations.
msdaps: Convert dll registration to the IRegistrar mechanism.
inetcomm: Convert dll registration to the IRegistrar mechanism.
objsel: Convert dll registration to the IRegistrar mechanism.
wmiutils: Convert dll registration to the IRegistrar mechanism.
wbemprox: Convert dll registration to the IRegistrar mechanism.
oledb32: Convert dll registration to the IRegistrar mechanism.
inseng: Convert dll registration to the IRegistrar mechanism.
hlink: Convert dll registration to the IRegistrar mechanism.
configure: Fix the OpenCL detection for Mac OS.
amstream: Convert dll registration to the IRegistrar mechanism.
dmband: Convert dll registration to the IRegistrar mechanism.
dmcompos: Convert dll registration to the IRegistrar mechanism.
dmime: Convert dll registration to the IRegistrar mechanism.
dmloader: Convert dll registration to the IRegistrar mechanism.
dmscript: Convert dll registration to the IRegistrar mechanism.
dmstyle: Convert dll registration to the IRegistrar mechanism.
dmsynth: Convert dll registration to the IRegistrar mechanism.
dmusic: Convert dll registration to the IRegistrar mechanism.
dsound: Convert dll registration to the IRegistrar mechanism.
dswave: Convert dll registration to the IRegistrar mechanism.
widl: Use the class name as default description for a progid.
resources: Define a generic mechanism for adding extra values to the common version block.
msi/tests: Fix a test failure on win2k.
widl: Don't force removal of progids since "CLSID" is also a progid.
widl: Output registration information also for IUnknown.
ole32: Convert dll registration to the IRegistrar mechanism.
atl: Generate the class registration and use a copy of the standard winecrt0 mechanism.
sti: Generate the class registration.
makefiles: Add common rules for installing the main man page.
shlwapi: Don't use wide strings in button labels.
msrle32: Fix invalid character in resource wide string.
wrc: Only allow 7-bit ASCII characters in wide string constants.
d3dxof: Convert dll registration to the IRegistrar mechanism.
ddrawex: Convert dll registration to the IRegistrar mechanism.
ddraw: Convert dll registration to the IRegistrar mechanism.
dinput8: Convert dll registration to the IRegistrar mechanism.
dinput: Convert dll registration to the IRegistrar mechanism.
dplayx: Convert dll registration to the IRegistrar mechanism.
dpnet: Convert dll registration to the IRegistrar mechanism.
dxdiagn: Convert dll registration to the IRegistrar mechanism.
mlang: Convert dll registration to the IRegistrar mechanism.
mmdevapi: Convert dll registration to the IRegistrar mechanism.
devenum: Convert dll registration to the IRegistrar mechanism.
infosoft: Convert dll registration to the IRegistrar mechanism.
avifil32: Convert dll registration to the IRegistrar mechanism.
browseui: Convert dll registration to the IRegistrar mechanism.
msctf: Convert dll registration to the IRegistrar mechanism.
qedit: Convert dll registration to the IRegistrar mechanism.
winecrt0: Automatically register typelib resources too.
widl: Improve registration of coclasses contained in typelibs.
msxml6: Convert dll registration to the IRegistrar mechanism.
ws2_32: Fix a compile failure when control messages are not supported.
widl: Signal an error when trying to output an undefined interface into a typelib.
widl: Support encoding the DECIMAL type in typelibs.
include: Define more wuapi interfaces to avoid undefined forward declarations.
wuapi: Add a typelib resource.
wuapi: Convert dll registration to the IRegistrar mechanism.
gameux: Add a typelib resource.
gameux: Convert dll registration to the IRegistrar mechanism.
hnetcfg: Convert dll registration to the IRegistrar mechanism.
rsaenh: Convert dll registration to the IRegistrar mechanism.
crypt32: Use allocation function with the correct prototype in CMSG_CONTENT_ENCRYPT_INFO.
ws2_32/tests: Avoid size_t in a trace.
msxml3: Avoid using an initialized variable.
winex11: Only map the window the first time that WS_VISIBLE is set through WM_SETREDRAW.
user32: Return some fake information for an inter-process GetWindowPlacement.
msxml4: Add a typelib resource.
msxml4: Convert dll registration to the IRegistrar mechanism.
widl: Don't create the CurVer key if the ProgId is already version-independent.
winetest: Fix filtering of whole dll when individual tests are excluded.
winetest: Sill output an entry for a dll when it's skipped entirely.
include: Disable widl-specific coclass attributes when not building with widl.
msimtf: Convert dll registration to the IRegistrar mechanism.
mstask: Convert dll registration to the IRegistrar mechanism.
explorerframe: Convert dll registration to the IRegistrar mechanism.
Anders Jonsson (1):
appwiz.cpl: Update Swedish translation.
Andrew Bogott (12):
ole32: Revert "ole32: Only read known format ids when attempting to read summary information.".
ole32: Fix an off-by-one error that broke reading of many properties.
ole32: Fix the test for arbitrary property ids.
shdocvw: Skip some tests if a modern IE is not present.
shdocvw: Test read/write of a couple of properties on IUniformResourceLocator.
shdocvw: Add the IPropertySet interface to an internet shortcut, and partially implement it.
shdocvw: In PersistFile_Save, output the Icon Path and Icon Index properties.
shdocvw: Plug a tiny memory leak in a test.
shdocvw: Add reading of iconfile and iconframe via IPersistFile.
shdocvw: Add tests for IPersistFile on an internet shortcut.
winemenubuilder: Include icons in .url menus.
winemenubuilder: Release property variants. Plugs a one-string memory leak.
Andrew Eikum (2):
include: CMIC_MASK_NOASYNC flag.
shell32: Correctly construct the PIDL given to SHChangeNotify in AddFolder.
Andrew Nguyen (4):
msvcrt: Add some definitions and prototypes to float.h.
shdocvw/tests: Avoid using a freed IUniformResourceLocatorA variable.
shdocvw: Avoid a double free in PersistFile_Load.
shdocvw: Correct misuse of output pointer in get_profile_string helper.
André Hentschel (17):
wldap32/tests: Fix skipping if server is unavailable.
gdi32/tests: Fix test on WinME.
user32/tests: Remove obsolete comment.
winemaker: Remove unused target constants.
winemaker: Fix current directory recognition.
winemaker: Fix going up one directory level.
winemaker: Add calling convention flags.
include: Increase rpcndr header version.
user32/tests: Skip DDE tests on win9x.
advapi32/tests: More tests for the merged view of HKEY_CLASSES_ROOT.
mshtml: Fix export comment.
winemaker: Remove a comment.
include: Add more well known sid types.
include: Add more progressbar defines.
comctl32: Partially implement new messages.
sane.ds: Convert Norwegian translation to UTF-8.
sane.ds: Convert Swedish translation to UTF-8.
Aric Stewart (2):
secur32/tests: Skip test on failure to acquire cred_handle.
wineqtdecoder: Initial version of the video decoder using Mac OS/X QuickTime Framework.
Austin English (4):
msxml3: Bump version information to SP9.
tools: Fix install-dev target.
msvcrt: Fix a compiler warning on PowerPC.
d3d8/d3d9: Fix compiler warnings on non x86/x86_64.
Austin Lund (4):
user32/tests: Fix test failures by disabling IME when testing unicode input.
shell32/tests: Fixed SHPathPrepareForWriteW tests on Asian platforms.
user32/tests: Close second window in DBCS WM_CHAR tests.
user32/tests: Disable IME for msg tests.
Daniel Zimmermann (1):
wtsapi32: Add some stubs.
Eric Pouech (3):
kernel32: Control characters should be returned while reading a line from console.
kernel32: Properly manage ctrl-Z (and ctrl-D) in ReadFile when dealing with a console handle.
wineconsole: Move the curses critical section inside the private data.
Erich Hoover (2):
ws2_32: Add support for WSARecvMsg and IP_PKTINFO.
ws2_32/tests: Add regression tests for WSARecvMsg and IP_PKTINFO.
Eryk Wieliczko (4):
msvcp90: Added basic_string<{char, wchar}>.capacity implementation.
msvcp90/tests: Added basic_string<{char, wchar}>.capacity tests.
msvcrt: Implement ecvt_s.
msvcrt/tests: Add _ecvt_s tests.
Francois Gouget (8):
server: Make sock_check_pollhup() more reliable on Solaris.
comctl32/tests: Add a trailing '\n' to an ok() call.
shdocvw: Fix the trailing '\n' of a TRACE().
ntdll/tests: Add a trailing '\n' to an ok() call.
msxml3: Add a trailing '\n' to an ERR() call.
comctl32: Add a trailing '\n' to a FIXME() call.
winetest: Add a trace in the log when skipping a subtest.
winetest: Allow submitting the results if not too many tests have been skipped.
Hans Leidekker (13):
msi: Always ignore disabled components.
msi: Look for transform files relative to the package directory.
msi: Improve the stub implementations of RemoveExistingProducts and MigrateFeatureStates.
msi: Reuse temporary executables.
ntdll: Don't call NtClose directly in delete_view.
msi: Clear last error on success in MsiQueryFeatureState and MsiQueryProductState.
programs: Add a stub implementation of netsh.exe.
msi: Map neutral parts of package language ids to the system default language id.
msi: Don't try to install or remove ODBC drivers if the component is disabled.
msi/tests: Avoid a test failure on 64-bit.
advapi32: Return the computer name as referenced domain name in LookupAccountName.
sxs: Add support for installing policy files.
msi/tests: Fix some test failures on Wow64.
Henri Verbeet (40):
ddraw/tests: Fix a typo.
wined3d: Pass an IWineD3DDeviceImpl pointer to drawStridedSlow().
wined3d: Pass an IWineD3DDeviceImpl pointer to drawPrimitive().
wined3d: Explicitly pass data and gl_info to shader_select_depth_blt().
wined3d: Explicitly pass data and gl_info to shader_deselect_depth_blt().
wined3d: Move the PrivateData structure to resource.c.
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_update_float_vertex_constants().
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_update_float_pixel_constants().
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_alloc_private().
wined3d: Pass an IWineD3DDeviceImpl pointer to shader_free_private().
wined3d: Remove a unused parameter to shader_dirtifyable_constants().
wined3d: Remove a redundant parameter to enable_extension().
wined3d: Pass an IWineD3DDeviceImpl pointer to alloc_private().
wined3d: Pass an IWineD3DDeviceImpl pointer to free_private().
wined3d: Move min_rel_offset / max_rel_offset to the shader_reg_maps structure.
wined3d: Properly initialize min_rel_offset.
wined3d: Move the rel_offset vertex shader field to the ARB shader backend.
wined3d: need_rel_addr_const() is only ever called for vertex shaders.
wined3d: Explicitly pass shader_data and reg_maps to need_rel_addr_const().
wined3d: shader_get_registers_used() is only called during shader initialization.
wined3d: Explicitly pass shader_data and reg_maps to need_helper_const().
wined3d: Explicitly pass shader_data and reg_maps to reserved_vs_const().
wined3d: Use local reg_maps variables where possible.
wined3d: Explicitly pass shader_data, reg_maps and gl_info to vshader_add_footer().
d3d9/tests: Don't draw undefined data in stream_test().
wined3d: Rename shader_reg_maps to wined3d_shader_reg_maps.
wined3d: Explicitly pass gl_info to shader_arb_generate_vshader().
wined3d: Explicitly pass gl_info to shader_arb_generate_pshader().
wined3d: Don't leak heapMemory in surface_remove_pbo().
wined3d: Pass a wined3d_buffer structure to buffer_get_memory().
wined3d: Remove a redundant SetDirty() call from IWineD3DSurfaceImpl_Map().
wined3d: Store an IWineD3DDeviceImpl pointer in IWineD3DBaseShaderClass.
wined3d: Remove the unused IWineD3DBaseTexture::GetDirty() method.
wined3d: Remove IWineD3DBaseTexture::SetDirty() from the public interface.
wined3d: Pass an IWineD3DDeviceImpl pointer to alloc_private().
wined3d: Pass an IWineD3DDeviceImpl pointer to free_private().
wined3d: Explicitly pass blit_priv and gl_info to gen_yuv_shader().
wined3d: Explicitly pass blit_priv and gl_info to gen_p8_shader().
wined3d: Explicitly pass blit_priv and gl_info to set_shader().
wined3d: Explicitly pass gl_info to unset_shader().
Huw Davies (1):
winspool.drv: Rewrite the lpr scheduler to use the pipe scheduler.
Hwang YunSong (1):
appwiz.cpl: Update Korean resource.
Jacek Caban (47):
mscoree: Explicitly specify CDECL on imported functions.
mshtml: Added ICustomDoc::SetUIHandler implementation.
mshtml: Don't overwrite custom UI handler in SetClientSite.
mshtml: Added SetUIHandler tests.
mshtml: Added IHTMLStyle::padding property implementation.
mshtml.idl: Added param element's interfaces declaration.
mshtml: Fixed tests on Windows.
urlmon: Moved buffer-based MIME finding to a separated function.
urlmon: Clean up default protocol handler pseudo-interface implementation.
mshtml: Added beginning ActiveX tests.
mshtml: Improved error handling in get_node calls.
mshtml: Better error handling in create_node calls.
mshtml: Use binary search in HTMLElement_Create.
mshtml: Improved error handling in HTMLElement_Create calls.
mshtml: Improved error handling in element constructors.
npmshtml: Added Mozilla plugin for mshtml ActiveX controls.
mshtml: Added NP_GetEntryPoints implementation.
mshtml: Added ActiveX control creation implementation.
mshtml: Make translate_url IUri-based.
mshtml: Added IOleControl calls test.
mshtml: Added plugin host's IOleClientSite stub implementation.
mshtml: Added QuickActivate tests.
mshtml: Added QuickActivation support.
mshtml: Added PluginHost's IAdviseSinkEx stub implementation.
mshtml: Added PluginHost's IPropertyNotifySink stub implementation.
mshtml: Added PluginHost's IDispatch stub implementation.
mshtml: Added PluginHost's IOleInPlaceSite stub implementation.
mshtml: Added PluginHost's IOleControlSite stub implementation.
mshtml: Added PluginHost's IBindHost stub implementation.
mshtml: Added PluginHost's IServiceProvider stub implementation.
appwiz.cpl: Added Gecko installer based on mshtml code.
appwiz.cpl: Added translations from mshtml.
mshtml: Use wineaddon.cpl to install Gecko.
mshtml: Associate PluginHost with containing HTMLDocumentDode.
mshtml: Inherit HTMLObjectElement from new HTMLPluginContainer object.
mshtml: Associate PluginHost with containing element.
mshtml: Added support for CONFIRMSAFETYACTION_LOADOBJECT flag in CONFIRMSAFETY struct.
mshtml: Added beginning support for loading data by an ActiveX object.
mshtml: IPropertyBag stub implementation.
mshtml: Added IPersistPropertyBag calls test.
mshtml: Added IPropertyBag2 stub implementation.
mshtml: Added IPropertyBag::Read implementation.
mshtml: Added OnChanged(DISPID_READYSTATE) semi-stub implementation.
mshtml: Added QueryService(SID_SBindHost) implementation.
mshtml: Added PluginHost::GetMoniker implementation.
mshtml: Added IBindHost::CreateMoniker implementation.
mshtml: Added IViewObjectEx iface to plugin test.
Joris Huizer (1):
msi: Don't leak memory on error path.
Juan Lang (2):
ws2_32: Set length on successful return from WSAStringToAddress.
quartz: Don't crash in SetMediaType if the source media type is NULL.
Ken Thomases (1):
msxml3: Fix building on Leopard.
Louis Lenders (1):
Add stubbed wmic.exe.
Maarten Lankhorst (29):
shell32: Fix pointer truncation in SHGetFileInfoA.
quartz: Unset time in dsoundrender if it cannot be obtained.
quartz: Silence fixmes in sound renderer.
strmbase: Fix qos.
quartz: Unregister window class after shutdown.
quartz: Fix timestamping in avi decoder.
quartz: Handle selecting default sync source better.
winegstreamer: Prevent gstreamer from being unloaded.
quartz: Add support for advise functions in dsoundrender.
quartz: Implement AsyncReader_FindPin.
quartz: Increase min_lag.
quartz: Fill up sound buffer while in paused state.
Revert "quartz: Fill up sound buffer while in paused state.".
quartz: Allow stream time to go negative in sound renderer.
quartz: Add quality control to sound renderer.
quartz: Refuse WAVE_FORMAT_PCM/EXTENSIBLE in acmwrapper.
quartz: Support IFilterMapper3 interface.
quartz: Add support for filtermapper3 to filtergraph.
quartz: Make sure video window is actually destroyed.
quartz: Implement AMGetErrorTextA on top of AMGetErrorTextW.
quartz: Use unicode calls in SystemClock.
quartz: Make video renderer use unicode calls.
strmbase: Fix reference leak of enumpins.
winegstreamer: Make sure size is set correctly before delivering buffers.
winegstreamer: Kill thread on disconnect.
quartz: Remove default clock if the providing filter is removed from filtergraph.
quartz: Always update time when Run is called.
winegstreamer: Always update time when Run is called.
strmbase: Use advise functions in WaitFor.
Marcus Meissner (3):
wined3d: Detect nouveau as NVIDIA.
winex11.drv: Do not include XFORM.eDx and eDy into font hashing/caching.
ntdll: Report a failed executable mmap on nonexec filesystems.
Michael Stefaniuc (131):
msimtf: Use an interface instance instead of a vtbl pointer.
msdmo: Use an iface instead of a vtbl pointer in IEnumDMOImpl.
atl: Use an iface instead of a vtbl pointer in the Registrar object.
d3drm: Use an iface instead of a vtbl pointer in IDirect3DRMImpl.
d3drm: Use an iface instead of a vtbl pointer in IDirect3DRMMeshBuilderImpl.
dispex/tests: Use an iface instead of a vtbl pointer in dispex.
msdaps: Standardize the COM usage in row_server.c.
windowscodecs: Use an iface instead of a vtbl pointer in ClassFactoryImpl.
windowscodecs: Standardize the COM usage in gifformat.c.
windowscodecs: Standardize the COM usage in tiffformat.c.
windowscodecs: Standardize the COM usage in tgaformat.c.
windowscodecs: Standardize the COM usage in icoformat.c.
windowscodecs: Standardize the COM usage in jpegformat.c.
windowscodecs: Standardize the COM usage in pngformat.c.
windowscodecs: Standardize the COM usage in info.c.
windowscodecs: Use an iface instead of a vtbl pointer in ImagingFactory.
windowscodecs: Use an iface instead of a vtbl pointer in PaletteImpl.
pstorec: Use an iface instead of a vtbl pointer in PStore_impl.
explorerframe: Use iface instead of vtbl pointers in NSTC2Impl.
shlwapi: Use iface instead of vtbl pointers in ISHFileStream.
shlwapi: Use an iface instead of an vtbl pointer in threadref.
shlwapi: Use an iface instead of an vtbl pointer in ISHRegStream.
shdocvw: Use an iface instead of an vtbl pointer in IClassFactoryImpl.
amstream: Use an iface instead of an vtbl pointer in IAMMultiMediaStreamImpl.
devenum: Use an iface instead of an vtbl pointer in RegPropBagImpl.
mshtml: Use an iface instead of a vtbl pointer in ClassFactory.
ole32: Use an iface instead of a vtbl pointer in EnumOleSTATDATA.
oleaut32: Use an iface instead of a vtbl pointer in IRecordInfoImpl.
oleaut32: Use an iface instead of a vtbl pointer in StdDispatch.
shell32: Use an iface instead of a vtbl pointer in IShellItemArrayImpl.
shell32: Use ifaces instead of vtbl pointers in IDesktopFolderImpl.
avifil32: Use an iface instead of an vtbl pointer in IClassFactoryImpl.
ole32/tests: Use an iface instead of a vtbl pointer in HeapUnknown.
fusion: Use an iface instead of a vtbl pointer in IAssemblyEnumImpl.
ole32: Use an iface instead of a vtbl pointer in EnumOLEVERB.
qmgr: Use an iface instead of a vtbl pointer in DLBindStatusCallback.
fusion: Standardize the COM usage in asmcache.c.
shell32: Use an iface instead of a vtbl pointer in IQueryAssociationsImpl.
hlink: Use an iface instead of a vtbl pointer in HlinkBCImpl.
itss: Standardize the COM usage in moniker.c.
dinput: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
dpnet: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
itss: Standardize the COM usage in itss.c.
oleaut32: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
dplayx: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
oleaut32: Use an iface instead of a vtbl pointer in TMarshalDispatchChannel.
infosoft: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
dsound: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
wbemprox: Use an iface instead of a vtbl pointer in wbem_locator.
mmdevapi: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
dinput8: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
oledb32: Use an iface instead of a vtbl pointer in IClassFactoryImpl.
itss: Use ifaces instead of vtbl pointers in ITSProtocol.
mshtml: Use an iface instead of an vtbl pointer in HTMLAnchorElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLBodyElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLRect.
mshtml: Use an iface instead of a vtbl pointer in HTMLEventObj.
mshtml: Use an iface instead of a vtbl pointer in HTMLScriptElement.
mshtml: Use an iface instead of a vtbl pointer in UndoManager.
mshtml: Use an iface instead of a vtbl pointer in HTMLFrameElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLTableRow.
mshtml: Use an iface instead of a vtbl pointer in HTMLSelectElement.
mshtml: Change the first vtbl in HTMLInputElement to an iface.
mshtml: Change the second vtbl in HTMLInputElement to an iface.
mshtml: Use an iface instead of a vtbl pointer in HTMLGenericElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLTextAreaElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLObjectElement.
mshtml: Use an iface instead of a vtbl pointer in HTMLLoadOptions.
mshtml: Use an iface instead of a vtbl pointer in HTMLSelectionObject.
mshtml: Use an iface instead of a vtbl pointer in HTMLScreen.
mshtml: Use an iface instead of a vtbl pointer in HTMLIFrame.
mshtml: Use an iface instead of a vtbl pointer in OmNavigator.
mshtml: Use an iface instead of a vtbl pointer in HTMLImgElement.
urlmon: Use an iface instead of a vtbl pointer in EnumFORMATETC.
urlmon: Standardize the COM usage in sec_mgr.c.
urlmon: Use ifaces instead of vtbl pointers in DownloadBSC.
urlmon: Use ifaces instead of vtbl pointers in FtpProtocol.
urlmon: Use ifaces instead of vtbl pointers in HttpProtocol.
urlmon: Use ifaces instead of vtbl pointers in FileProtocol.
shell32: Standardize the COM usage in dataobject.c.
shell32: Use an iface instead of a vtbl pointer in IDefClFImpl.
shell32: Use an iface instead of a vtbl pointer in IFileSystemBindDataImpl.
mshtml: Use an iface instead of a vtbl pointer in HTMLPluginsCollection.
wineoss.drv: Standardize the COM usage in dscapture.c.
winealsa.drv: Standardize the COM usage in dsoutput.c.
ole32: Use an iface instead of a vtbl pointer in PropertyStorage_impl.
shell32/tests: Standardize the COM usage in shlview.c.
shlwapi: The Italian translation uses UTF-8 encoding.
quartz: Use an iface instead of a vtbl pointer in IEnumFiltersImpl.
quartz: Use an iface instead of a vtbl pointer in EnumMonikerImpl.
quartz: Use an iface instead of a vtbl pointer in BaseMemAllocator.
strmbase: Use an iface instead of a vtbl pointer in IEnumPinsImpl.
windowscodecs: Use an iface instead of a vtbl pointer in FormatConverter.
windowscodecs: Use an iface instead of a vtbl pointer in PropertyBag.
windowscodecs: Use an iface instead of a vtbl pointer in FlipRotator.
windowscodecs: Standardize the COM usage in icnsformat.c.
mmdevapi: Use an iface instead of a vtbl pointer in AEVImpl.
quartz: Use an iface instead of a vtbl pointer in IEnumRegFiltersImpl.
quartz: Use an iface instead of a vtbl pointer in SystemClockImpl.
browseui: Use an iface instead of a vtbl pointer in ACLShellSource.
browseui: Use an iface instead of a vtbl pointer in CompCatCacheDaemon.
browseui: Use an iface instead of a vtbl pointer in ClassFactory.
browseui: Use an iface instead of a vtbl pointer in ProgressDialog.
ole32: Use an iface instead of a vtbl pointer in RemUnknown.
ole32: Use an iface instead of a vtbl pointer in FileLockBytesImpl.
ole32: Use an iface instead of a vtbl pointer in BindCtxImpl.
ole32: Use ifaces instead of vtbl pointers in Context.
ole32: Use an iface instead of a vtbl pointer in PointerMonikerImpl.
rpcrt4: Use an iface instead of a vtbl pointer in RpcStreamImpl.
strmbase: Use an iface instead of a vtbl pointer in IEnumMediaTypesImpl.
msctf: Use an iface instead of a vtbl pointer in DisplayAttributeMgr.
msctf: Use an iface instead of a vtbl pointer in ClassFactory.
msctf: Use an iface instead of a vtbl pointer in CategoryMgr.
msctf: Use an iface instead of a vtbl pointer in LangBarMgr.
msctf: Use an iface instead of a vtbl pointer in Range.
itss: Standardize the COM usage in storage.c.
infosoft: Use an iface instead of a vtbl pointer in wordbreaker_impl.
qedit: Use an iface instead of a vtbl pointer in MediaDetImpl.
msimtf: Use an iface instead of a vtbl pointer in ActiveIMMApp.
msxml3: Use ifaces instead of vtbl pointers in BindStatusCallback.
riched20/tests: Use an iface instead of a vtbl pointer in ITextHostTestImpl.
riched20: Standardize the COM usage in clipboard.c.
browseui: Use ifaces instead of vtbl pointers in ACLMulti.
wuapi: Use an iface instead of a vtbl pointer in update_installer.
wuapi: Use an iface instead of a vtbl pointer in update_session.
wuapi: Use an iface instead of a vtbl pointer in update_downloader.
wuapi: Use an iface instead of a vtbl pointer in automatic_updates.
oleaut32: Use ifaces instead of vtbl pointers in OLEPictureImpl.
mscoree: Use an iface instead of a vtbl pointer in MetaDataDispenser.
mscoree: Use ifaces instead of vtbl pointers in ConfigFileHandler.
wuapi: Use an iface instead of a vtbl pointer in update_searcher.
Mike Gibson (1):
msvcrt: Implement wcsnicoll.
Nikolay Sivov (2):
oleaut32/tests: Some VarDateFromStr() tests.
comctl32/listview: Don't touch out text pointer if it wasn't requested.
Paul Vriens (2):
shell32/tests: Use more A-functions to fix Win95 and actually test correctly on Win9x.
atl/tests: Skip tests on old versions of atl.dll.
Peter Schlaile (1):
winedbg: Adds an rwatch command to winedbg.
Peter Urbanec (2):
opencl: Initial stub implementation of OpenCL 1.0.
opencl: Basic OpenCL 1.0 implementation.
Piotr Caban (1):
msvcrt: Added _get_terminate implementation.
Rico Schüller (1):
d3dcompiler: Add initial reflection parsing.
Stefan Leichter (1):
ntoskrnl.exe: Add stub for IoWMIRegistrationControl.
Thomas Mullaly (17):
urlmon: Added stub for CoInternetParseIUri.
include: Added basic header for strsafe.
urlmon: Added implementation for PARSE_CANONICALIZE in CoInternetParseIUri.
urlmon: Implementation for PARSE_FRIENDLY in CoInternetParseIUri.
urlmon: Added implementation for PARSE_ROOTDOCUMENT for CoInternetParseIUri.
urlmon: Implemented PARSE_DOCUMENT for CoInternetParseIUri.
urlmon: Implemented PARSE_PATH_FROM_URL for CoInternetParseIUri.
urlmon: Implemented PARSE_URL_FROM_PATH for CoInternetParseIUri.
urlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri.
urlmon: Implemented PARSE_SITE for CoInternetParseIUri.
urlmon: Implemented PARSE_DOMAIN for CoInternetParseIUri.
urlmon: Standardize COM implementation of IUri.
urlmon: Standardize IUriBuilder COM interface.
urlmon: Implemented PARSE_ANCHOR and PARSE_LOCATION for CoInternetParseIUri.
include: Added IUriBuilderFactory interface definition.
urlmon: Implemented IUriBuilderFactory interface.
urlmon: Added pluggable protocol support to CoInternetParseIUri.
Travis Athougies (2):
d3dx9_36: Improved constant table parsing.
d3dx9_36/tests: Extended ID3DXConstantTable tests.
Tristan Schmelcher (2):
ddeml: Fix incorrect HSZ argument sizes.
ddeml: More calling convention fixes.
Wolfram Sang (1):
winex11.drv: In GetDIBits() with DIB sections, always use dibpitch from the target.
Yaron Shahrabani (2):
view: Added Hebrew translation.
sane: Added Hebrew translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine maintenance release 1.2.2 is now available.
What's new in this release (see below for details):
- Support for animated cursors.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.2.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.2.2.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.2.2:
16281 Support for animated cursors is not implemented
17436 mRemote does not work
17875 GetTempFileName with unique != 0 broken
18958 Adobe Reader 9 has a divide by zero error during install
21096 utorrent drops error 12157 when using a https tracker
23285 Animated mouse pointer invisible in 3D mode in Ice Cream Tycoon
23355 Ring-Protech CD/DVD Protection fails
24470 winegcc: 32-bit libs are not found with -m32 on 64-bit host
24606 Office 2007 crashes at open/save file dialogs because of Fortify (not a Wine bug)
24627 ProPresenter 4.0.0.1 for Windows doesn't startup
24673 iexplore: Error when using SSL
24714 ProteoWizard: Unhandled marshal type 7
24773 It is possible to click behind certain modal dialogs in Worms Armageddon, leading to loss of focus and crashes
24871 Floppy diskette label and serial number not reported
24952 dlls/user32/button.c handles incorrectly unknown button types
25057 Magic Workstation: mwsplay.exe crashes when launching it
25238 Wine is missing manpages for some built-in applications
25339 make install-dev target broken for empty directory structures
----------------------------------------------------------------
Changes since 1.2.1:
Akihiro Sagawa (3):
cryptui: Add Japanese translation.
crypt32: Add Japanese translation.
cryptui: Update Japanese translation.
Aleksey Bragin (1):
msi: Fix freed memory access and fix freeing of invalid pointer.
Alexandre Julliard (16):
user32: Fix a DC leak in DrawIconEx.
mshtml: Try installing Gecko from the global data dir too.
wininet: Load X509_STORE_CTX_get_ex_data from libcrypto not libssl.
winhlp32: Use a standard About dialog, with the proper icon.
wine.inf: Add a few more common functions to be excluded from relay traces.
kernel32: Use RtlDosPathNameToNtPathName_U to validate the path in GetVolumeInformationW.
configure: Disable Fortify if it's enabled by default, it's too broken.
configure: More aggressive disabling of Fortify.
kernel32: Fix a FAT format sanity check for floppies.
winegcc: Detect the appropriate lib directory for 32/64 cross-builds.
winegcc: Fix the lib dir detection.
winedbg: Don't start another instance of the debugger when it crashes.
ntdll: Don't call vectored exception handlers under the critical section.
winapi: Add support for more spec entry flags.
shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array.
Updated the authors list.
Amine Khaldi (4):
mpr: Fix translations.
shlwapi: Fix translations.
xcopy: Fix translations.
comdlg32: Fix translations.
Anders Jonsson (10):
cryptui: Fix typos in English resources.
winmm: Fix typo in English, Slovak resources.
winmm: Add Swedish translation.
cryptdlg: Add Swedish translation.
crypt32: Update Swedish translation.
net: Add Swedish translation.
progman: Fix typos in Swedish translation.
kernel32: Add Swedish translation.
cryptui: Fix typo in Swedish translation.
taskmgr: Update Swedish translation.
Andrew Eikum (1):
hlink: Implement HLINKGETREF flags handling.
André Hentschel (5):
krnl386: Mention DOSBox.
user32: Don't paint new button styles instead of crashing.
widl: Fix for typelib generation when unaligned access to memory is not allowed.
crypt32: Fix German translation.
cryptui: Fix German translation.
Austin English (13):
msiexec: Add a manpage.
notepad: Add a manpage.
regsvr32: Add a manpage.
winemine: Add a manpage.
winefile: Add a manpage.
winecfg: Add a manpage.
wineboot: Add a manpage.
wineconsole: Add a manpage.
regedit: Add a manpage.
winepath: Add a manpage.
winegcc: Symlink winegcc manpage to winecpp.
tools: Fix install-dev target.
appwiz.cpl: Fix Italian translation.
Cheer Xiao (8):
comdlg32: Update Simplified Chinese translation.
oleview: Update Simplified Chinese translation.
taskmgr: Update Simplified Chinese translation.
winebot: Update Simplified Chinese translation.
wineconsole: Update Simplified Chinese translation.
winhlp32: Update Simplified Chinese translation.
wordpad: Update Simplified Chinese translation.
notepad: Update Simplified Chinese translation.
Damjan Jovanovic (1):
comdlg32: Fix a stack overflow.
Dan Kegel (1):
ws2_32: Null select() should fail with WSAEINVAL.
Davide Pizzetti (1):
net: Italian translation update.
Detlef Riekenberg (1):
shell32: We have a Unicode parameter when launching a CPL.
Dmitry Timoshkov (3):
oleaut32: Handle VT_DATE in serialize_param()/deserialize_param().
kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versions too.
user32: FindWindow() should treat an empty title same way as NULL.
Erich Hoover (3):
user32: Prepare for multi-frame storing of icons and cursors.
user32: Add support for multiple frames in cursor format.
winex11: Add support for animated cursors in X11 driver.
Eryk Wieliczko (1):
comdlg32: GetSaveFileName: Don't append .* extension.
Francois Gouget (1):
configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().
Gerald Pfeifer (1):
user32: Fix error handling in BITMAP_Load.
Hans Leidekker (3):
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
advapi32: Fix a buffer size query in LsaLookupSids.
ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.
Henri Verbeet (1):
krnl386.exe: Return the default value if the section wasn't found in GetPrivateProfileString16().
Hwang YunSong (5):
winmm: Update Korean resource.
shlwapi: Update Korean resource.
kernel32: Update Korean resource.
taskmgr: Update Korean resource.
winhlp32: Update Korean resource.
Igor Paliychuk (1):
README: Added Ukrainian version.
Jacek Caban (1):
mshtml: Try installing Gecko from hardcoded '/usr/share/wine/gecko/' location.
Juan Lang (7):
wininet: Don't make use of OpenSSL's security checks, as crypt32 also verifies certificate chain.
wininet: Store WININET_NETCONNECTION * in SSL context.
wininet: Store security flags in WININET_NETCONNECTION.
wininet: Don't retrieve a certificate that isn't used.
wininet: Don't call SSL_connect until initialization is complete.
wininet: Honor security flags when verifying certificates.
wininet: More completely implement querying INTERNET_OPTION_SECURITY_FLAGS.
Jörg Höhle (1):
kernel32/tests: GetVolumeInformationA X: succeeds iff drive's default dir is root.
Lauri Kenttä (1):
shlwapi: Update Finnish translation.
Louis Lenders (3):
kernel32: Fix GetTempFileName with invalid path.
ws2_32: Return SOCKET_ERROR in stubbed WSALookupServiceNext, to prevent apps from looping forever.
rpcrt4: Add stub for NdrMesTypeEncode2.
Luca Bennati (7):
cryptui: Update Italian translation.
cryptui: Update Italian translation.
shlwapi: Update Italian translation.
winmm: Update Italian translation.
mpr: Update Italian translation.
xcopy: Fix Italian translation.
cmd: Fix Italian translation.
Marcus Meissner (4):
winspool.drv: Check return value of EnumPrintersA.
ntdll: Check and fix PE header protections.
ntdll: Fixed file view mapping in regards to no-exec.
winex11.drv: Do not include XFORM.eDx and eDy into font hashing/caching.
Michael Stefaniuc (1):
user32: Simplify the error handling in BITMAP_Load().
Paul Vriens (40):
clock: Add the Serbian (Latin and Cyrillic) translation.
notepad: Add the Serbian (Latin and Cyrillic) translation.
uninstaller: Add the Serbian (Latin and Cyrillic) translation.
wineboot: Add the Serbian Cyrillic and fix the Latin translation.
avifil32: Add the Serbian (Latin and Cyrillic) translation.
browseui: Add the Serbian (Latin and Cyrillic) translation.
comdlg32: Add the Serbian (Cyrillic) translation.
winspool.drv: Add the Serbian (Latin and Cyrillic) translation.
write: Add the Serbian (Latin and Cyrillic) translation.
wldap32: Add the Serbian (Latin and Cyrillic) translation.
credui: Add the Serbian (Latin and Cyrillic) translation.
oleacc: Add the Serbian (Latin and Cyrillic) translation.
hhctrl.ocx: Add the Serbian (Latin and Cyrillic) translation.
cryptdlg: Add the Serbian (Latin and Cyrillic) translation.
devenum: Add the Serbian (Latin and Cyrillic) translation.
gphoto2.ds: Add the Serbian (Latin and Cyrillic) translation.
shdoclc: Add the Serbian (Latin and Cyrillic) translation.
wininet: Add the Serbian (Latin and Cyrillic) translation.
oledlg: Add the Serbian (Latin and Cyrillic) translation.
localspl: Add the Serbian (Latin and Cyrillic) translation.
xcopy: Add the Serbian (Latin and Cyrillic) translation.
iccvid: Add the Serbian (Latin and Cyrillic) translation.
localui: Add the Serbian (Latin and Cyrillic) translation.
setupapi: Add the Serbian (Latin and Cyrillic) translation.
winedbg: Update Serbian (Latin) translations.
winedbg: Add the Serbian (Cyrillic) translation.
mapi32: Add the Serbian (Latin and Cyrillic) translation.
mpr: Add the Serbian (Latin and Cyrillic) translation.
msacm32: Add the Serbian (Latin and Cyrillic) translation.
msrle32: Add the Serbian (Latin and Cyrillic) translation.
serialui: Add the Serbian (Latin and Cyrillic) translation.
sane.ds: Add the Serbian (Latin and Cyrillic) translation.
oleaut32: Add the Serbian (Latin and Cyrillic) translation.
msvidc32: Add the Serbian (Latin and Cyrillic) translation.
msvfw32: Add the Serbian (Latin and Cyrillic) translation.
shlwapi: Add the Serbian (Latin and Cyrillic) translation.
msi: Update Serbian (Latin and Cyrillic) translations.
user32: Update Serbian (Latin and Cyrillic) translations.
appwiz.cpl: Update Serbian (Latin and Cyrillic) translations.
comctl32: Update Serbian (Latin and Cyrillic) translations.
Trygve Vea (9):
crypt32: Updated Norwegian translation.
cryptdlg: Updated Norwegian translation.
user32: Updated Norwegian translation.
wineboot: Updated Norwegian translation.
wineps.drv: Updated Norwegian translation.
msi: Updated Norwegian translation.
wineconsole: Updated Norwegian translation.
oledlg: Updated Norwegian translation.
oleaut32: Updated Norwegian translation.
Vijay Kiran Kamuju (1):
tools: Add trailing semicolon to MimeType in wine.desktop.
Vladimir Panteleev (1):
user32: Update last active popup for all parents.
Wolfram Sang (1):
user32: Check for valid pointer in CreateIconFromResource.
Yaron Shahrabani (1):
kernel32: heb.nls: Made some corrections.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.8 is now available.
What's new in this release (see below for details):
- Icons in the "open with" menus.
- Man pages for all installed binaries.
- Support for schemas in MSXML.
- Many installer fixes.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.8.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.8.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.8:
4098 Visual Basic 6 sp6 runtime installer: No progress window shown
6856 Civilization 4 fails to start
8107 Civilization 4 Warlords fails to start due to XML issues
12293 Warhammer 40K: dark crusade - Cursor is not properly drawn
14343 Bigfishgames "Play My Games" Crashes With "Unhandled page fault"
15195 People's General randomly hangs with err:seh:setup_exception_record nested exception on signal stack
16548 qedit:mediadet.c test is skipped due to renaming a file
16842 Goldwave crashes
16988 Guild Wars - 'blocky' graphics
17140 Brothers in arms: crashes after 20-30 minutes of playing
17623 IconWorkshop displays icons without alpha channel
17630 Unreal Tournament 3: d3dx10_35.dll not found
17728 Check exception during first configuration creation
17790 ICQ 6.5 unhandled exception
17969 Warhammer 40K: DoW: Dark Crusade demo exits silently
18705 Heavy Load first chance exception in NtQuerySystemInformation
18958 Adobe Reader 9 has a divide by zero error during install
19480 Monster truck Challenge problem
19669 Sonic Mega Collection Plus quits just after the launcher
19787 Many Years Ago game launcher crashes on startup
20064 Divine Divinity II - Floor is transparent
20329 Free Realms crashes with Unimplemented d3dx9_36.dll.D3DXCreateEffectFromFileA
20656 Kindle for PC missing text at login screen
21261 implement the IGameExplorer interface
21668 Unable to Play Rise of Nations Thrones and Patriots
21680 Unity 3D: Online registration doesn't work...
21699 VLC videos are black in Vista+ mode
21859 Sins of a Solar Empire: Main menu does not respond to mouse clicks
22247 Sketchup cannot export collada or google earth files
22380 Big Fish Games: requires Administrator access
22707 Star Wolves: crash when starting a new game
22861 XML Copy Editor hangs when editing a file
22905 MS Office 2007: Right-click on taskbar icon and selecting close does not work
23176 Perfect Dark crashes in Japanese language environment
23243 Fleet Operations 3.1.x (Star Trek Armada II) has performance problems
23408 Sid Meier's Civilization IV Beyond the Sword v3.19 crashes
23460 Universal USB installer 'Cancel' button does not work
23758 XML Copy Editor save dialog 'new folder' creates new directory but does not show it
23926 Civilization IV Colonization not getting the correct info
24365 Adobe Photoshop CS4 installer: completely white / ie6 workaround doesn't work
24366 Crystal Cubes: unimplemented function d3dx9_36.dll.D3DXFillTexture
24382 Call Of Duty 4: Modern Warfare crash because of too low memory reported
24416 America's Army 3 needs msvcr80.dll._ctime64_s
24540 Final Fantasy 8 config program does not work
24564 Black Mirror 2: movies in cutscenes freeze
24595 Ninja Penguin crashes during the startup.
24596 Italian translation for "target" should be "destinazione" and not "obiettivo"
24729 Internet Explorer 9.0 (32-bit) beta needs msvcrt.wprintf_s
24925 Fallout 3 needs msvcr80.dll.qsort_s
24952 dlls/user32/button.c handles incorrectly unknown button types
25019 Osmos Demo: needs a few msvcr80/msvp80 functions
25056 Worms Armageddon's "Fill" and "Random Holes" map editor tools produce interlaced images
25057 Magic Workstation: mwsplay.exe crashes when launching it
25062 popen: the stderr from the child process is (wrongly) redirected to the parent's stdin
25074 dotnet30 install fails with status 87 in wine > 1.3.4?
25119 Text has a green background in Pikachu Volleyball 3D
25121 Jigsaw (Mile Drummond) does not start
25131 AFS Kaufmann: install crashes on "custom" installation
25141 Morrowind: non-fatal page fault on startup (only when no gstreamer plugins are installed)
25142 Max Payne: intro video gives black screen (only sound works)
25144 NFS Porsche and High Stakes crash at beginning
25149 Explzh: show the first letter only in listview or treeview.
25159 Gmax installer crashes
25174 Sandlot Games launchers fail with "Cannot find import... File CRYPT32.dll, function CertFindChainInStore"
25182 MsiDatabaseImport on _ForceCodepage table returns ERROR_FUNCTION_FAILED
25186 Tom Clancy's Splinter Cell installer locks up
25199 Rag Doll Kung Fu crashes on startup
25209 prototype failed to execute
25210 unimplemented function msvcr90.dll - Puzzle Agent(Telltale Games) Demo won't start
25235 Wrong italian translation in "add/remove programs"
25238 Wine is missing manpages for some built-in applications
25250 msiexec crashes with OpenWorkBench 1.1.6 install
25262 Fallout New Vegas: runs out of memory if iShadowMapResolution=1024
25272 ping sleeps 1 second more
25278 Internet Explorer 4 crashes - unimplemented function wininet.dll.InternetShowSecurityInfoByURL
25285 qedit/mediadet tests fail on most 64-bit machines
25294 Lemony Snicket's "A Series of Unfortunate Events" installer crashes
----------------------------------------------------------------
Changes since 1.3.7:
Adam Martinson (22):
msxml3: Store the DLL instance handle.
msxml3: Add our own xmlFirstElementChild() for older libxml2 versions.
msxml3: Add urn:schemas-microsoft-com:datatypes schema.
msxml3/tests: XDR schema tests.
msxml3: XDR schema support.
msxml3: Use built-in urn:schemas-microsoft-com:datatypes schema for validation.
msxml3: Fix a datatypes.xsd oops.
msxml3: Move schema cache into the domdoc_properties struct.
msxml3: Add XDR datatypes enum and string table.
msxml3: Add functions to get the dt:dt of a node.
oleaut32/tests: Test VT_BSTR => VT_UI8 at upper limit.
msxml3: Use the associated schema for domelem_get_dataType().
msxml3: Add BSTR versions of the XDR_DT <-> string functions.
msxml3: Validate node content in domelem_put_dataType().
msxml3: Implement domtext dt-related functions.
msxml3: Fix domdoc_getElementsByTagName()/domelem_getElementsByTagName().
configure: Add a check for xmlSchemaSetParserStructuredErrors().
msxml3: Add schema parse/validate error callbacks.
msxml3/tests: Move domdoc.c schema-related tests to schema.c.
msxml3: Fix a few error messages.
msxml3/schema: Properly handle schema_cache_add() from a URL.
msxml3: Store the DOMDocument/XMLSchemaCache object version.
Akihiro Sagawa (1):
jscript: Update Japanese translation.
Alexander Morozov (5):
crypt32/tests: Do not crash on some Win98.
crypt32/tests: Fix test failures on WinME and some NT4.
crypt32/tests: Use pCryptAcquireContextA.
crypt32/tests: Skip more tests.
crypt32/tests: Fix test failures on some Win95 and some NT4.
Alexandre Julliard (17):
winapi: Add support for more spec entry flags.
winex11: Properly forget about a foreign window when it's destroyed through DestroyWindow().
user32: Check structure size in GetGUIThreadInfo.
user32: Add a stub for IsGUIThread().
oleaut32: Fix the overflow check in VarNumFromParseNum.
msxml3: Fix incorrect uses of va_list arguments.
libwine: Fix a pointer comparison warning.
advapi32/tests: Avoid sizeof in traces.
gameux: Avoid sizeof in traces.
msvcrt/tests: Avoid sizeof in traces.
urlmon/tests: Avoid sizeof in traces.
winspool/tests: Avoid sizeof in traces.
winecrt0: Add a generic mechanism for dll registration through IRegistrar.
oleaut32: Convert dll registration to the new IRegistrar mechanism.
cryptnet/tests: Don't import shlwapi.
include/msvcrt: Define more CPU control word flags.
msvcrt: Add parameter checking in _controlfp_s.
Amine Khaldi (2):
activeds: Properly stub some exports.
shdocvw: Fix translations.
Andreas Pflug (1):
oledb32: Added conversions for R8,BOOL,DATE,DBTIMESTAMP.
Andrew Bogott (2):
ole32: Use default values if options passed to StgCreateStorageEx are NULL.
ole32/tests: Added a couple of simple tests for StgCreateStorageEx.
Andrew Eikum (3):
shell32/tests: Make SHChangeNotify tests more easily extendible.
shell32: PIDLs should be checked recursively in SHChangeNotify.
shell32: Fix an off-by-one error that causes an infinite loop.
André Hentschel (6):
widl: Fix for typelib generation when unaligned access to memory is not allowed.
include: Define SIO_SET_COMPATIBILITY_MODE.
winemaker: Catch special case in Workspace file.
include: Add some relocation types.
winemaker: Add spec file dependency for dlls.
ws2_32: Map AI_ADDRCONFIG.
Austin English (15):
msiexec: Add a manpage.
appwiz.cpl: Fix Italian translation.
notepad: Add a manpage.
regsvr32: Add a manpage.
wined3d: Add detection for Nvidia GT 330.
mmdevapi/tests: Increase timeout in capture tests.
winemine: Add a manpage.
winefile: Add a manpage.
winecfg: Add a manpage.
wininet: Add a stub for InternetShowSecurityInfoByURL.
wineboot: Add a manpage.
wineconsole: Add a manpage.
regedit: Add a manpage.
winepath: Add a manpage.
winegcc: Symlink winegcc manpage to winecpp.
Austin Lund (1):
gdi32/tests: Skip GetGlyphIndices tests for non-ANSI codepages.
Borut Razem (2):
msvcrt: popen: stderr from the child process should not be redirected to the parent's stdin.
ping: Sleep 1 second less.
Cheer Xiao (10):
comdlg32: Update Simplified Chinese translation.
oleview: Update Simplified Chinese translation.
taskmgr: Update Simplified Chinese translation.
winecfg: Update Simplified Chinese translation.
winebot: Update Simplified Chinese translation.
wineconsole: Update Simplified Chinese translation.
winhlp32: Update Simplified Chinese translation.
wordpad: Update Simplified Chinese translation.
shell32: Update Simplified Chinese translation.
notepad: Update Simplified Chinese translation.
Christian Inci (1):
wined3d: Add nVidia GT 320M to the table.
Damjan Jovanovic (7):
winemenubuilder: Generate icons for the fd.o "Open with" menu.
winemenubuilder: Update TODO.
winemenubuilder: Deduplicate some file open associations.
iexplore: Use a better file description.
atl: Improve IRegistrar dword parsing.
atl: Add support for binary values in IRegistrar.
sti: Use IRegistrar instead of regsvr.c.
David Hedberg (5):
shdocvw: Implement DocHostUIHandler::TranslateAccelerator.
shdocvw: Add IOleControlSite interface to dochost.
shdocvw: Implement ControlSite::TranslateAccelerator.
shdocvw: Implement InPlaceActiveObject::TranslateAccelerator.
ole32: Avoid unneccessary stream conversion.
Detlef Riekenberg (3):
msvcr90: Forward getenv_s to msvcrt.
ntoskrnl.exe: Forward more functions to ntdll.
ntdll: Add semi stub for TokenElevationType in NtQueryInformationToken.
Eric Pouech (9):
wineconsole: Properly manage window position (in wineconsole) from within wineserver.
wineconsole: Properly handle (user)-window resizing wrt the console.
wineconsole: Added support for curses window resizing.
wineconsole: In curses mode, map some box drawing attributes to ACS characters.
msvcrt: Implemented _ltoa_s.
msvcrt: Implemented _i64to[aw]_s.
msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).
winedbg: Rename 'info exception' into 'info frame' (which is somehow closer to what it does).
winedbg: Moved into a common function all code dealing with printing information about an exception, and use this function to implement new 'info exception' command.
Eryk Wieliczko (8):
msvcrt: Implement strncat_s.
msvcrt: Implement _ctime32/64_s.
msvcrt: Implement _wfindfirst64i32.
msvcrt: Implement _wfindnext64i32.
msvcrt: Implement vfprintf_s and vfwprintf_s.
msvcrt: Implement vprintf_s and vwprintf_s.
msvcrt: Implement printf_s and wprintf_s.
msvcrt: Implement fprintf_s and fwprintf_s.
Francois Gouget (1):
configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().
Gerald Pfeifer (2):
msxml3: Remove practically unused variable from XDR_to_XSD_doc.
ntdll/tests: Remove unused variable from test_query_volume_information_file.
Greg Geldorp (2):
ws2_32/tests: NT4 and Win2000 print IPv6 addresses a little bit differently.
winetest: Add "-u" command line option so TestBot can include a URL in the report.
Hans Leidekker (19):
msi: Check component attributes before extracting the cabinet.
msi: Honor msidbComponentAttributesPermanent.
msi: Components don't require a key path.
msi: Forward MsiInstallMissingComponentA to MsiInstallMissingComponentW.
winspool.drv: Return success from the AddPrintProcessorW stub.
msi: Trace the reinstall mode in hex in MsiReinstallFeatureW.
msi: Fix handling of an empty language id list in msi_parse_summary.
msi: Improve tracing in MsiQueryFeatureStateW.
msi: Add support for importing and exporting the special _ForceCodepage table.
msi: Install assemblies only if the component action request is set to INSTALLSTATE_LOCAL.
rstrtmgr: Add stub implementations of RmEndSession and RmRestart.
programs: Add a stub implementation of servicemodelreg.exe.
usp10: Add stub exports for the OpenType functions.
ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.
gdi32/tests: Fix a test failure on systems configured to use a color profile.
msi: Fix the Create/RemoveFolders actions to actually create and remove empty folders.
msi: Trace errors from LoadLibraryShim.
msi: Always initialize the dialog font list. Convert it to a standard Wine list.
msi/tests: Fix the scope of todo_wine in the tests for MsiApplyMultiplePatches.
Henri Verbeet (20):
include: Add the tagBIND_OPTS3 structure.
wined3d: Rename the IWineD3DPaletteImpl "Flags" field to "flags".
wined3d: Add a trace to IWineD3DSurfaceImpl_SetMem().
wined3d: Properly recreate the sysmem resource location in IWineD3DSurfaceImpl_SetMem().
wined3d: Remove a redundant flag in IWineD3DSurfaceImpl_SetMem().
wined3d: buffer_get_sysmem() potentially invalidates the current element array buffer binding.
d3d9: Fix some return values.
d3d8: Fix some return values.
wined3d: Send a notification that the GL texture changed in flip_surface().
d3d9/tests: Fix some failure messages.
d3d8/tests: Fix some failure messages.
ddraw/tests: Fix some failure messages.
wined3d: Disallow empty surfaces.
d3d9/tests: Add a test for 0 width / height surface creation.
d3d8/tests: Add a test for 0 width / height surface creation.
ddraw: Return DDERR_INVALIDPARAMS for 0 width / height surface creation.
d3d9/tests: Use GetRenderTargetData() for reading back pixels.
wined3d: Textures never have a resource size.
wined3d: Get rid of the remaining "Flags".
wined3d: Fix the indentation in buffer_direct_upload().
Hwang YunSong (1):
shdocvw: Update Korean resource.
Jacek Caban (32):
shdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowser to IWebBowser2 casts.
shdocvw: Get rid of WEBBROWSER_THIS macro and InternetExplorer to IWebBowser2 casts.
shdocvw: Get rid of more *_THIS macros.
shdocvw: Get rid of remaining WebBrowser object's *_THIS macros.
shdocvw: Get rid of CLIENTSITE_THIS.
shdocvw: Get rid of DocHost-related *_THIS macros.
shdocvw: Get rid of *_THIS macros in navigate.c.
shdocvw: Get rid of remaining *_THIS macros.
mshtml: Use IUriBuilder for nsIURI::SetPath implementation.
mshtml: Use IUri for nsIURI::GetSpec implementation.
mshtml: Moved cloneNode implementation to vtbl.
mshtml: Use custom get_readyState implementations for object and frame elements.
mshtml: Added IHTMLDocument3::createDocumentFragment implementation.
mshtml: Added createDocumentFragment tests.
mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTMLDOMNode::get_nodeType.
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body.
mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location.
mshtml: Added document fragment cloneNode implementation.
urlmon: Don't forward Start call to protocol handler in BindProtocol.
urlmon: Don't forward StartEx call to protocol handler in BindProtocol.
urlmon: BindProocol's protocol handler doesn't need IInternetProtocolEx iface.
urlmon: Store BindProtocol as IInternetProtocolEx.
urlmon: Make get_protocol_handler IUri-based.
urlmon: Make Binding object IUri-based.
oleaut32: Added LoadTypeLib failure test.
ole32: Skip more tests on win9x.
mshtml: Removed tests failing on IE7.
shdocvw: Skip tests on IE 5.5.
mshtml: Don't use wine_url in nsURI::Clone implementation.
mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation.
mshtml: Don't use wine_url in nsIURI::SchemeIs implementation.
mshtml: Fixed ref count tests on broken IEs.
Jeff Latimer (1):
atl: Fix a comment.
Juan Lang (4):
winhttp: Verify revocation status of certificate chain.
wininet: Verify revocation status of certificate chain.
crypt32: Add CertFindChainInStore stub.
msisip: Determine whether a file is an MSI file based on its CLSID rather than its extension.
Jörg Höhle (4):
winecoreaudio: OSStatus is not necessarily a FOURCC.
mciavi: MCI_OPEN @NNNN should use an open AVIFile/Stream handle.
mciseq: Rework MCI notification system.
mciseq: Bogus sizeof led to incorrect positioning.
Ken Thomases (1):
loader: On Mac, reserve the process's original thread for the frameworks.
Louis Lenders (3):
wine.inf: Add another .NET v3.0 registry-key.
ntdll/tests: Add tests for NtQueryVolumeInformationFile with FileFsVolumeInformation class.
ntdll: Set the IdleTime member from the SystemPerformanceInformation info class in NtQuerySystemInformation.
Luca Bennati (2):
xcopy: Fix Italian translation.
cmd: Fix Italian translation.
Maarten Lankhorst (8):
winegstreamer: Fix reference leak.
winegstreamer: Destroy thread in GST_Connect.
winegstreamer: Fix seeking for real.
quartz: Prevent circular connections in render case too.
quartz: Change VideoRenderer_Run to handle EndOfStream slightly better.
winegstreamer: Do not allow timestamp + late to go negative in QOS messages.
quartz: Add support for fullscreen mode in video renderer.
qedit: Try all possible splitter filters instead of only the first one.
Marcus Meissner (1):
ntdll: Fixed file view mapping in regards to no-exec.
Matteo Bruni (7):
d3dx9: Add color key support to D3DXLoadSurfaceFromMemory.
d3dx9: Implement D3DXFillTexture function.
d3dx9: Implement D3DXFillCubeTexture function.
d3dx9: Implement D3DXFillVolumeTexture function.
d3dx9/tests: Remove a D3DXPlaneNormalize test.
d3dx9/tests: Fix some tests to take into account POW2 texture capability flags.
d3dx9/tests: Fix a D3DXCheckTextureRequirements test failing on Windows.
Michael Stefaniuc (7):
msxml3/tests: Remove redundant NULL check before SysFreeString (smatch).
msxml3: Remove 'const' from the function return types.
d3dx9_36: Move 'static' to the beginning of the declaration.
msvcrt: Add missing dereference of the time pointer.
shdocvw: Don't open code CONTAINING_RECORD().
msxml3: Remove dead code: break after return (Smatch).
clock: Add the Hindi translation.
Nikolay Sivov (3):
comctl32/listview: Use a code set by dispinfo holder to convert data encoding after LVN_GETDISPINFO.
comctl32/treeview: Use a code set by dispinfo holder to convert data encoding after TVN_GETDISPINFO.
comctl32/treeview: Remove some casts.
Paul Vriens (9):
include: Fix a define.
msxml3/tests: Fix some test failures on Win98/WinMe.
msi/tests: Cleanup properly on Win9x.
comctl32/tests: Fix shell32 test failures on NT4/W2K.
mscoree/tests: Use the correct wide string compare to cope with Win9x.
mscoree/tests: Use StrStrIW from shlwapi.
mscoree/tests: Use more A-functions to fix test failures on Win9x.
mscoree/tests: Remove an unneeded test.
advapi32/tests: Add a test for driver services.
Peter Urbanec (1):
msi: Add AMD64 platform definition to support installation of Visual C++ 8.0 redistributable.
Piotr Caban (19):
shell32: Added SHPropStg* stubs.
shell32: Added SHPropStgCreate implementation.
shell32: Added partial implementation of SHPropStgReadMultiple.
shell32: Added partial implementation of SHPropStgWriteMultiple.
shell32/tests: Added SHPropStg* tests.
msvcrt: Fix msvcrt.spec.
msvcrt: Update spec files.
msvcrt: Move _initterm_e implementation (from msvcr90).
msvcp90: Added basic_string<char>::append implementation.
msvcp90: Added basic_string<wchar_t>::append implementation.
msvcp90/tests: Added basic_string<char>::append tests.
msvcp80: Update spec file.
msvcp90/tests: Fix typo in loaded function name.
msvcp90: Added basic_string<{char,wchar}> constructor (substring) implementation.
msvcp90: Added basic_string<char>::compare implementation.
msvcp90: Added basic_string<wchar>::compare implementation.
msvcp80: Update spec file.
msvcp90/tests: Added basic_string<char>::compare tests.
msvcrt: Fix errors in spec files.
Stefan Leichter (1):
ntoskrnl.exe: Add stub for PoSetPowerState.
Thomas Mullaly (3):
urlmon: Added stub for CoInternetCombineUrlEx.
urlmon: Implemented CoInternetCombineUrlEx.
urlmon: Added pluggable protocol support to CoInternetCombineUrlEx.
Travis Athougies (1):
d3dcompiler_43/tests: Added trigonometric function tests to HLSL test suite.
Vijay Kiran Kamuju (1):
include: Add missing clsids in d3drmobj.h.
Vincas Miliūnas (6):
msvcp90: Added basic_string<char>::swap implementation.
msvcp90/tests: Added basic_string<char>::swap tests.
msvcp90: Added basic_string<wchar_t>::swap implementation.
msvcp90/tests: Added basic_string<wchar_t>::swap tests.
msvcrt: Added qsort_s implementation.
msvcr90/tests: Added qsort_s tests.
Vincent Povirk (1):
ole32: Cache the contents of one extended big block depot block.
Volodymyr M. Shcherbyna (1):
dbgeng: Add initial stub dll implementation.
Yaron Shahrabani (1):
serialui: Added Hebrew translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.7 is now available.
What's new in this release (see below for details):
- Improved system tray support.
- Better support for installers with assemblies.
- Many of the msvcrt "secure" functions implemented.
- A lot of fixes to the GStreamer support.
- Many MSXML improvements.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.7.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.7.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
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.
----------------------------------------------------------------
Bugs fixed in 1.3.7:
5760 "Save As", "Open" dialog windows show blank field when dealing with .mus, .mid files
6011 jstrip crashes
6319 Ballance hangs on rendering a specific effect
6606 FIFA 2002 crashes in the startup (ddraw error)
6912 nVidia melody display junk to screen, list of fixmes
7969 Legacy crashes when creating or opening a database
8796 Need for Speed Porsche 2000 / Unleashed crashes with unhandled page fault
10836 Skijump fails to start:Could not find the selected Direct3D adapter.
13233 FSX Demo fails to start.
13539 Equalizer in foolbar2000 does not work
13921 Installation of Quest Toad 9.6.1 fails with file access error message
14786 mkv2vob halts with the message "error getting mkv info"
15486 Impulse: Cannot connect to server
15625 Fujiprint/Rossmann fails to save its books as a file
17416 urlmon/url sometimes fails (race condition)
17518 winmm/mci tests fail with +heap enabled
18856 using selectSingleNode method : "xmlXPathEval: evaluation failed"
20129 FaleWEB crashes on startup
20421 Return to Mysterious Island doesn't start
20580 QQ 2009 International beta1 installer crashes because sxs.CreateAssemblyCache unimplemented?
20801 2gis city module cannot install
20964 Not re-registering icons in tray
21163 NFS4: Fails to start if Hardware Acceleration is enabled
21388 "shed skin" compiler output crashes
21593 Grand Prix World v1.01: fails to run: "Initialization failed"
21651 Acunetix Web Vulnerability Scanner 6.5 crashes when run
21665 Heavy Metal Pro pagefaults when opening load screen
21758 another CommandLineToArgvW bug with empty lpCmdLine
21821 Impulse crash on login screen.
22122 CDBurnerXP 4.1+: corrupted background on the mode selection screen
22304 MSI file overwrite property
22555 Metro 2033: needs d3dx9_36.dll.D3DXCreateCubeTexture
22957 MapSource 6.16.1 doesn't draw the main map
22963 Tooltip for the system tray icon appears for the wrong application
23101 Simutrans 102.2.2: unimplemented function msvcr80.dll._findfirst64i32
24139 OpenGL 2.0 Shading Language Terrain Texturing Demo crashes on unimplemented function msvcr100.dll._fseeki64
24243 urlmon's HttpProtocol_open_request fails in small test app
24344 VC++ Express 2010 installer crashes with unimplemented function wer.dll.WerReportCreate
24442 [Microsoft Web Platform Installer 2.0] Interface requires GDIplus to display correctly
24458 Final Fantasy XIV Benchmark: Crashes after clicking start.
24587 CDBurnerXP: can't access data disc mode
24689 CDSpeed crashes while saving a screenshot in PNG format
24736 Fifa11: config utility needs GdipMeasureString
24777 Warlords III: Darklords Rising demo installer fails to start
24779 Warlords III: Darklords Rising demo: mouse clicks don't register in the main menu
24782 GTA: San Andreas crashes when playing intro videos
24802 MSOffice 2003: "Not installed for this user" regression
24897 Age of Empires III trial complains "parsing error in Fonts2.xml" without native msxml4
24903 NoX game crashes when trying inputting anything in any textbox
24909 KeepFocused doesn't work
24910 Age of Empires 3 Trial installer puts native msxml4 in c:\SXS on wine
24933 Morrowind freezes on startup
24939 Crysis Warhead requires msvcr80.dll
24970 AcdSee Pro 3(3.0.475) and Office 2003 'Custom' install crashes
24978 Assertion error in winegstreamer
24984 Nestle Nesquick FIRERESCUE application won't start
25026 Crysis Warhead requires d3dx9_36.dll
25081 Automation broken in AutoCAD
25090 Winedbg: input characters are not displayed
25111 Firefox 4 Beta 7: Starts but doesn't render the program (menu/toolbars/browserarea)
----------------------------------------------------------------
Changes since 1.3.6:
Adam Martinson (11):
configure: Add a check/define for xmlSchemaSetValidStructuredErrors().
msxml3: Add a function to validate a tree against a schema cache.
msxml3: Add error code defines.
configure: Add a check for xmlDocProperties.
msxml3: Implement domdoc schema validation.
msxml3: Use libxml2 macros for XSLPattern method return values.
msxml3: Add XSLPattern nodeType() method.
msxml3: Implement XSLPattern collection methods.
msxml3: Move the whitespace preservation bool into the domdoc_properties struct.
msxml3: Fix node_get_text() whitespace handling.
msxml3/tests: Tests for node_get_dataType() with XDR schemas.
Alexander Morozov (3):
crypt32/tests: Add tests for enveloped messages.
crypt32/tests: Add tests for decoding enveloped messages.
crypt32/tests: Add tests for CMSG_RECIPIENT_COUNT_PARAM and CMSG_RECIPIENT_INFO_PARAM.
Alexandre Goujon (1):
cmd: Add a space at the end of the first echo'ed batch line.
Alexandre Julliard (39):
libwine: Update Unicode tables to the Unicode 6.0 standard.
ntdll: Don't try to join with the main thread.
kernel32: Remove unnecessary use of wownt32.h.
gdi32: Remove unnecessary uses of wownt32.h.
wineps: Remove unnecessary use of wownt32.h.
winex11: Manage the system tray stand-alone window in x11drv for non-desktop mode.
explorer: Make the systray window look more like a real taskbar in desktop mode.
winex11: Improve management of the lifetime of embedded windows.
winex11: Re-dock icons when the system tray owner has changed.
kernel32: Fix a trace to print the correct error code.
ntdll: Report memory areas in DOS memory to be free even when not reserved.
ntdll: Explicitly check for failure to map page 0.
winex11: Add support for receiving mouse events on non-toplevel windows.
winex11: Don't try to unmap systray windows, it confuses some systray docks.
winex11: Sync the window attributes when switching a window to embedded.
winex11: Add support for receiving ConfigureNotify events on non-toplevel windows.
winex11: Handle GravityNotify events for non-toplevel windows.
winex11: Add support for having a drawable associated to non-toplevel windows.
winex11: Create Win32 windows corresponding to all the ancestors of embedded windows.
msvcrt: Add some missing CDECLs.
rpcrt4: Implement waiting in RpcMgmtWaitServerListen.
include: Move IXMLDOMDocument3 definition to msxml2.idl.
include: Move coclass definitions to msxml2.idl.
include: Define a few more msxml interfaces and classes.
include: Make msxml6.idl a copy of msxml2.idl instead of importing it.
msxml6: Add a version resource.
msxml6: Add a typelib resource.
Revert "ntdll: Fix possible deadlock in vectored exception handling."
ntdll: Don't call vectored exception handlers under the critical section.
krnl386.exe: Use the correct pointer for RemoveVectoredExceptionHandler.
shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array.
krnl386.exe: Propagate DOS startup errors up to winevdm.
avifil32: Fix the multiple inheritance implementation of edit streams.
oleaut32: Get rid of the ICOM_THIS_MULTI macro.
ole32: Get rid of the ICOM_THIS_MULTI macro.
rpcrt4: Get rid of the ICOM_THIS_MULTI macro.
atl: Move atliface.idl to the global includes.
atl: Fix the name of the Registrar class id.
atl: Fix the Registrar class factory implementation.
Andrew Bogott (2):
shdocvw: Implement UniformResourceLocatorW_InvokeCommand and UniformResourceLocatorA_InvokeCommand for the default verb.
shdocvw: Move OpenURL() from shdocvw_main.c into intshcut.c, and implement it.
Andrew Eikum (5):
hlink: Implement HlinkClone.
hlink: Site data should only be set if the hlink has an HlinkSite.
oleaut32: Search inherited interfaces again in ITypeComp::Bind.
shell32: Don't fail if the path doesn't exist in Unix in IShellFolder::ParseDisplayName.
shell32: Don't search Path or PIDL for an icon in IShellLink::GetIconLocation.
Andrew Nguyen (2):
winex11.drv: Ensure that the WGL context is removed from the context list in wglDeleteContext.
winex11.drv: Set last error to ERROR_BUSY when attempting to delete a cross-thread context in wglDeleteContext.
André Hentschel (20):
include: Better distinguish ARM's endianess.
include: Add MIPS endianess.
include: Better detect MIPS architecture.
include: Merge the ia64 ifdefs into one.
services: Mention the unkown type in the error message.
ntdll: Add Support for loading ARM PEs.
include: Add BS_PUSHBOX.
include: Add new button control styles.
wordpad: Replace obsolete styles.
kernel32: Remove dead code and old comment.
include: Define PROCESSOR_OPTIL (MSIL).
ntdll: Detect more processor features.
user32: Don't paint new button styles instead of crashing.
winebuild: Add subsystem wince.
msi: Downgrade an error.
mmdevapi/tests: Fix test on some 2k8 and mark those errors broken.
mmdevapi: Add return value which happens on wow64 and pure 64-bit.
ntdll/tests: Fix crash in japanese and chinese test.
krnl386: Mention DOSBox.
d3d9: Improve CheckDeviceState stub to run Firefox 4 Beta 7.
Aric Stewart (3):
ups10: Corrected rtl implementation for ScriptStringXtoCP and ScriptStringXtoCP.
strmbase: More properly standardized pin implementations for NewSegment.
winegstreamer: 4 buffers is insufficient for some mpeg streams.
Austin English (1):
winspool.drv: Skip tests when no printer is installed.
Austin Lund (9):
comctl32/tests: Added extra debugging information to toolbar size tests.
comctl32/tests: Change toolbar size test data to load dynamically.
comctl32/tests: Fix toolbar size tests that depend on system font height.
comctl32/tests: Fixed toolbar tests for varing width of button strings.
comctl32/tests: Fix band info tests that depend on system font heights.
comctl32/tests: Change expect_band_content test to ensure line numbers are reported correctly on test failure.
comctl32/tests: Changed rebar layout tests to load data dynamically.
comctl32/tests: Fixed rebar layout tests which depend on system font height.
comctl32/tests: Fixed rebar layout tests that depend on system font widths.
Bernhard Übelacker (1):
comctl32: Test for window messages of a property sheet with custom dialog proc.
David Adam (3):
ddraw: Add tests for the foreground window set by SetCooperativeLevel.
ddraw: Add tests for SetCooperativeLevel with a NULL window.
ddraw: Exclusive mode is the corner case for SetCooperative, not the normal mode.
David Hedberg (5):
shell32: Don't crash on NULL cmdgroup in DefView OleCommandTarget.
shell32: Fix trace formatting in SHGetNameFromIDList.
shell32: Remove reliance on the ability to bind to files in UnixFolder CompareIDs.
shell32: Remove reliance on the ability to bind to files in UnixFolder GetDisplayNameOf.
shell32: Don't allow binding to files in any ShellFolder implementation.
Detlef Riekenberg (14):
wer: Add stubs for WerReportCreate + WerReportCloseHandle.
wer/tests: Add initial tests for WerReportCreate + WerReportCloseHandle.
wer: Add a stub for WerReportSetParameter.
crypt32/tests: CertAddCertificateLinkToStore is not present on W98.
crypt32/test: When using dynamic binding for functions, do it in all locations.
wer: Implement WerReportCreate and WerReportCloseHandle.
wer: Implement Wer*ExcludedApplication.
wer/tests: Add more tests for Wer*ExcludedApplication.
include: Add WerReportSetParameter + WerReportSubmit.
wer: Add a stub for WerReportSubmit.
wintrust/tests: Run the test again on W98.
ntdll: Add stubs for Rtl[G/S]etCurrentTransaction.
wtsapi32: Add a stub for WTSLogoffSession.
kernel32: Add a stub for SetProcessDEPPolicy.
Dmitry Timoshkov (2):
Revert "gdi32: Make AddFontToList skip adding a face into global lists if the font is not supposed to be enumerated, and return a pointer to first loaded face.".
gdi32: Remove broken check for WinXP.
Eric Pouech (28):
msvcrt: Added macro to ease implementation of so called secure (_s postfix) APIs.
msvcrt: Moved _get_osplatform to the new macros for parameters validation.
msvcrt: Use the new parameter checking macros for f(w)open_s functions.
msvcrt: Use the parameter checking macros for strncpy_s.
msvcrt: Use parameter validation macros for mcstowcs_s_l.
msvcrt: Use parameter checking macros for strtok_s.
msvcrt: Use parameter checking macros for string to number functions.
msvcrt: Use parameter checking macros for wcsto{number} functions.
msvcrt: Use parameter checking macros in wcstombs_s_l.
msvcrt: Use parameter checking macros in vsn(w)printf_s_l.
msvcrt: Implemented _itow_s.
msvcrt: Implemented _wputenv_s.
msvcrt: Implemented _(w)dupenv_s.
msvcrt: Implemented (w)searchenv_s.
msvcrt: Implemented _putwch.
msvcrt: Implemented _cputws.
msvcrt: Implemented _(w)access_s.
msvcrt: Implemented (_)wcserror.
msvcrt: Implemented (_)wcserror_s.
msvcrt: Implemented wcstok_s.
kernel32: Use fd availability for testing whether a console handle refers to a bare console.
server: Removed the no longer used bare parameter out of get_console_mode request.
msvcrt: Implemented the _(w)getenv_s functions.
msvcrt: For internal msvcrt use, added ability to grow automatically the size of the buffer in printf core engine.
msvcrt: Implemented _vc(w)printf.
msvcrt: Correctly manage va_list:s in vf(w)printf ny using auto-grow buffer in prinf engine.
msvcrt: Use macro for parameters validation itoa_s (and update the tests as well).
kernel32: Fixed regression with echoing input characters.
Erich Hoover (2):
include: Add IP_PKTINFO response structure.
include: Add macros for retrieving control message headers.
Eryk Wieliczko (8):
msvcrt: Add stub functions _lock_file and _unlock_file.
msvcrt: Implement _fseeki64.
msvcrt: Implement _findfirst64i32 and _findnext64i32.
comdlg32: GetSaveFileName: Don't append .* extension.
comdlg32/tests: Add GetSaveFileName .* extension test.
msvcrt: Implement _ftelli64.
msvcrt: Implement _get_tzname.
msvcrt: Fixed (_w)fopen_s with test.
Francois Gouget (9):
ddraw/tests: Fix compilation on systems that don't support nameless unions.
ddraw/tests: Remove a space before a '\n'.
wininet/tests: Add a trailing '\n' to ok() calls.
msxml3: Add a trailing '\n' to a FIXME() calls.
msxml3/tests: Add a trailing '\n' to ok() calls.
msxml3/tests: Small spelling fix in a nonexistent resource.
xcopy: Remove a space before a '\n' in the Korean translation.
ws2_32: Add a trailing '\n' to a FIXME() call.
Assorted spelling fixes.
Gerald Pfeifer (5):
urlmon: Fix typo in trace in validate_path.
comctl32: Remove TOOLTIPS_WindowFromPoint, putting its functionality into its sole calling site.
comctl32: Fix test description in test_hittest.
urlmon: Avoid accessing an uninitialized variable in a TRACE in validate_path.
comctl32: Remove the last, unused parameter fromTOOLTIPS_NewToolRectT.
Gustavo Henrique Milaré (2):
inetcpl.cpl: Added Portuguese (Brazilian) translation.
shdocvw: Added Portuguese (Brazilian) translation.
Hans Leidekker (18):
msi: Don't crash if there is no feature parent.
msi: Components don't require a key path.
msi: Downgrade some warnings.
msi: Revert 3cd55cc916ad8d74710f435845d8f970161f77fe.
include: Add winsxs.idl.
sxs: Correct the spec entry for CreateAssemblyCache.
sxs: Add a stub implementation of IAssemblyCache.
msi: Features don't require a directory.
sxs: Add support for installing side-by-side assemblies.
msi: MsiGet/SetFeatureState must get and set the requested feature action, not the action taken.
msi: Remove redundant function msi_find_file.
msi: Put quotes around the filename in MsiApplyPatch.
msi: Calculate file install states after evaluating component conditions, not before.
msi: Add support for installing side-by-side assemblies.
programs: Add a stub implementation of regsvcs.exe.
msi: Honor msidbComponentAttributesNeverOverwrite.
msi: Don't rebuild the target path for files from global assembly components.
msi: Don't use a temporary directory for local assemblies.
Henri Verbeet (40):
wined3d: Change surface_translate_frontbuffer_coords() to handle all drawable coordinates.
d3dcompiler_43/tests: Make probe info const.
d3dcompiler_43/tests: Make some variables unsigned.
d3dcompiler_43/tests: Calculate the probe count.
ddraw: Fix some TRACEs.
wined3d: Set an A window proc on non-unicode windows.
wined3d: Do not use "lockedRect" unless the surface is locked in flush_to_framebuffer_drawpixels().
wined3d: Translate drawable coordinates in flush_to_framebuffer_drawpixels().
ddraw/tests: Check for multiple expected messages in test_wndproc().
d3d8/tests: Check for multiple expected messages in test_wndproc().
d3d9/tests: Check for multiple expected messages in test_wndproc().
d3d9: Add some missing locking to IDirect3DDevice9Impl_EndStateBlock().
krnl386.exe: Return the default value if the section wasn't found in GetPrivateProfileString16().
wined3d: Add support for the INTZ format.
d3d8/tests: Add a test for INTZ.
d3d9/tests: Add a test for INTZ.
wined3d: Use SetWindowPos() to make the focus window active.
wined3d: Move the fullscreen window setup / restore code to the device.
wined3d: Do not activate the window when restoring the styles.
ddraw: Setup the device window in SetCooperativeLevel().
wined3d: Don't use floating point textures without ARB_texture_float.
wined3d: Test for "AMD" in the renderer string as well to detect AMD cards.
d3d9/tests: Specify width and height when changing the display orientation.
wined3d: Recognize Evergreen in select_card_ati_mesa().
wined3d: Use lookup tables in select_card_ati_mesa().
wined3d: Use lookup tables in select_card_nvidia_binary().
wined3d: Use a lookup table in select_card_ati_binary().
ddraw: Window proc replacement depends on DDSCL_EXCLUSIVE, not DDSCL_FULLSCREEN.
ddraw: Make switching to/from fullscreen work more than once.
wined3d: Register a window only once.
wined3d: Don't unregister a window unless the window proc is what we expect it to be.
wined3d: Take the location into account in context_apply_fbo_state_blit().
wined3d: Handle rendertargetlock_mode in surface_load_location().
wined3d: Simply use surface_modify_location() in IWineD3DSurfaceImpl_Map() with WINED3DLOCK_DISCARD.
wined3d: Remove some useless code.
wined3d: Avoid marking samplers dirty in IWineD3DSurfaceImpl_Unmap().
wined3d: Check for depth/stencil surfaces in general in IWineD3DSurfaceImpl_Unmap().
wined3d: Simplify a condition in IWineD3DSurfaceImpl_LoadTexture().
wined3d: Rename the IWineD3DSurfaceImpl "Flags" field to "flags".
wined3d: Rename the wined3d_format "Flags" field to "flags".
Huw Davies (6):
ole32/tests: Add tests to exercise the datacache's IDataObject::GetData.
ole32: Add a stub advise sink object to the data cache.
ole32: Rename cache entry parameters from 'This' - it leads to too much confusion with the data cache itself, which is the real COM object.
ole32: Re-order some functions.
ole32: Remove some useless comments.
ole32: Implement OnRun and OnStop.
Igor Paliychuk (1):
README: Added Ukrainian version.
Jacek Caban (20):
shdocvw: Added missing IID_IOleWindow handing to IOleInPlaceFrame::QueryInterface implementation.
urlmon: Compute expected Uri_HAS_* flags from property arrays.
mshtml: Properly handle QueryService(SID_SOleUndoManager) call.
d3dhal.h: Removed no longer defined D3DDP2OP_* enums.
jscript: Added Date.setYear stub implementation.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeTypeString implementations.
mshtml: Don't free string that will be cleared by SafeArrayDestroy.
mshtml: Added IOmNavigator::get_plugins implementation.
mshtml: Added IDispatchEx support to HTMLStyleSheetsCollection object.
mshtml: Use macro for tid declaration.
mshtml: Added IHTMLWindow2::execScript implementation.
mshtml: Added execScript tests.
urlmon: Added IInternetProtocolEx support to BindProtocol.
mshtml: Added HTMLWindow's IServiceProvider implementation.
mshtml: Added IHTMLObjectElement::get_vspace implementation.
mshtml.idl: Added IHTMLStyleElement and DispHTMLStyleElement declarations.
mshtml: Added IHTMLStyleElement stub implementation.
mshtml: Use IUriBuilder for IURI::SetQuery implementation.
shdocvw: Added DocHost::Exec(OLECMDID_UPDATECOMMANDS) implementation.
shdocvw: Fixed race in tests.
Jaime Rave (1):
wined3d: Added Intel GM45 video card detection.
Jörg Höhle (7):
winmm: mciSendString always returns a response string (albeit empty).
winmm: MCI_SYSINFO doesn't change the output buffer in case of error.
winmm: MCI_INFO doesn't change the output buffer in case of error.
mciwave: Fix some MCI_STATUS return code.
winmm/tests: Fix test failure in multi-byte locale.
winmm: Use MCI_HWND and MCI_HDC in resource files.
mciseq: The native MCI sequencer cannot record.
Louis Lenders (2):
d3dx9_36: Quiet a noisy fixme.
xapofx1_1: Add stub dll.
Maarten Lankhorst (59):
quartz: Fix EC_COMPLETE handling on dsound renderer.
quartz: Add IAMFilterMiscFlags to directsound renderer.
quartz: Fix EC_COMPLETE handling on video renderer.
quartz: Add IAMFilterMiscFlags to video renderer.
quartz: Fix EC_COMPLETE handling on null renderer.
quartz: Add IAMFilterMiscFlags to null renderer.
quartz: Add IAMFilterMiscFlags to file source.
strmbase: Allow NULL for time format in ConvertTimeFormat.
quartz: Change HeapRealloc call to CoTaskMemRealloc.
quartz: Simplify all_renderers_seek.
quartz: Fix run/pause/stop in filtergraph.
quartz: Fix return value of GetMediaTime.
quartz: Forward media time in AVI Decoder.
quartz: Forward media time in ACM Wrapper.
quartz: Fix time on avi parser.
quartz: Fix time on MPEG splitter.
winegstreamer: Forward media time on transform filter.
winegstreamer: Fix concept of time in demuxer.
quartz: Use media time instead of stream time in directsound renderer.
quartz: Use media time instead of stream time in null renderer.
quartz: Remove position from filtergraph.
quartz: Actually use the start time in SendRun.
strmbase: Add support for IQualityControl.
strmbase: Forward IQualityControl on output pin to base filter.
quartz: Forward IQualityControl on pullpin to base filter.
quartz: Add IQualityControl to video renderer.
strmbase: Add support for IQualityControl to transform filter.
winegstreamer: Send EOS on exiting thread.
quartz: Fix PullPin_EnumMediaTypes.
winegstreamer: Fix GSTInPin_EnumMediaTypes.
winegstreamer: Clarify FIXME.
strmbase: Silence harmless fixme.
quartz: Use media time instead of stream time in video renderer.
quartz: On flushing, always signal blocked event handle.
quartz: Fix video renderer EndOfStream.
quartz: Add quality control to avi decoder.
quartz: Reset stream time when paused after seeking.
winegstreamer: Fix buffer leak in error path.
winegstreamer: Fix NewSegment in transform filter.
winegstreamer: Add QOS to transformer filters.
winegstreamer: Move seeking from filter to pins.
winegstreamer: Add support for qos to demuxer.
strmbase: Add support for rendering algorithms to quality control.
quartz: Use quality control in video renderer.
quartz: Rework direct sound renderer rework to be more time aware.
winegstreamer: Fix GetState.
winegstreamer: Add better support for unsupported audio/video.
winegstreamer: Fix playing .flv and realmedia files.
winegstreamer: Fix regression from d62b4dcb664.
winegstreamer: Set correct state when ending processing.
quartz: Fix stub for GetVideoPaletteEntries.
quartz: Reset state change after flushing.
winegstreamer: Move up gst_segment_init to prevent a theoretical race condition.
quartz: Start DirectSound renderer as soon as possible.
quartz: Make window behavior of video renderer act more like windows.
quartz: Handle state changes in direct sound renderer correctly.
winegstreamer: Bump buffers to 2 in transform filter.
winegstreamer: Fix deadlock when changing state.
winegstreamer: Fix support for seeking in demux.
Marcus Meissner (1):
ntdll: Check and fix PE header protections.
Martin Wilck (1):
xcopy: Assume directory if destination ends with a backslash.
Matteo Bruni (6):
d3dx9: Implement D3DXFilterTexture for cube textures.
d3dx9: Implement D3DXCheckCubeTextureRequirements.
d3dx9: Implement D3DXCreateCubeTexture.
d3dx9: Skip D3DXCheckCubeTextureRequirement test if not supported.
d3dx9: Implement D3DXCheckVolumeTextureRequirements.
d3dx9: Implement D3DXCreateVolumeTexture.
Michael Stefaniuc (7):
strmbase: Remove duplicate 'const' in strmbase.h.
wined3d: Move the checkGLcall() right after the corresponding GL call.
wined3d: Fix some checkGLcall() messages.
serialui: Don't cast zero.
include: Avoid a multi-character character constant.
kernel32/tests: '\' needs to be escaped in a C string (sparse).
urlmon/tests: Escape '\' in C strings (sparse).
Nikolay Sivov (17):
msxml3: Implement a trivial case of ::put_nodeTypedValue() for elements.
msxml3: Get rid of ::cloneNode() forward.
msxml3: Get rid of ::get_prefix() forward.
msxml3: Get rid of ::get_baseName() forward.
msxml3: Hint parser to use UTF-8 if it's specfied as BOM.
comctl32/treeview: Make item data layout partially compatible with native one.
msxml3: Encode special characters while setting attribute content.
msxml3: For tested cases use TRACE instead of FIXME.
msxml3: Don't force put_nodeValue return value.
msxml3: Stub IXMLDOMDocumentType support.
msxml3: Fix duplicated declarations after document ::get_xml().
msxml3: Use defined error code for no error case.
msxml3: Trace DOM document reference counts.
msxml3: Dump set node value.
cryptui: Stub CryptUIDlgViewSignerInfoA.
msxml3: Fix a ::get_xml() for libxml2 without xmlSaveToBuffer.
msxml3: Don't include assert.h where it's not used.
Paul Vriens (30):
jscript: Add the Serbian (Latin and Cyrillic) translation.
cryptdlg: Add the Serbian (Latin and Cyrillic) translation.
devenum: Add the Serbian (Latin and Cyrillic) translation.
gphoto2.ds: Add the Serbian (Latin and Cyrillic) translation.
shdoclc: Add the Serbian (Latin and Cyrillic) translation.
wininet: Add the Serbian (Latin and Cyrillic) translation.
oledlg: Add the Serbian (Latin and Cyrillic) translation.
localspl: Add the Serbian (Latin and Cyrillic) translation.
gdi32/tests: Fix crash and failures on Win95.
xcopy: Add the Serbian (Latin and Cyrillic) translation.
iccvid: Add the Serbian (Latin and Cyrillic) translation.
localui: Add the Serbian (Latin and Cyrillic) translation.
setupapi: Add the Serbian (Latin and Cyrillic) translation.
winedbg: Update Serbian (Latin) translations.
winedbg: Add the Serbian (Cyrillic) translation.
mapi32: Add the Serbian (Latin and Cyrillic) translation.
mpr: Add the Serbian (Latin and Cyrillic) translation.
msacm32: Add the Serbian (Latin and Cyrillic) translation.
msrle32: Add the Serbian (Latin and Cyrillic) translation.
sane.ds: Add the Serbian (Latin and Cyrillic) translation.
serialui: Add the Serbian (Latin and Cyrillic) translation.
msvfw32: Add the Serbian (Latin and Cyrillic) translation.
msvidc32: Add the Serbian (Latin and Cyrillic) translation.
oleaut32: Add the Serbian (Latin and Cyrillic) translation.
shlwapi: Add the Serbian (Latin and Cyrillic) translation.
msi: Update Serbian (Latin and Cyrillic) translations.
shell32: Update Serbian (Latin and Cyrillic) translations.
user32: Update Serbian (Latin and Cyrillic) translations.
appwiz.cpl: Update Serbian (Latin and Cyrillic) translations.
comctl32: Update Serbian (Latin and Cyrillic) translations.
Piotr Caban (3):
mshtml: Impoved implementation of nsURI_GetAsciiHost.
shlwapi: Improved UrlCombineW implementation.
shell32: Improved IShellFolder_GetUIObjectOf implementation.
Pluciński Mariusz (3):
gameux: Loading of game statistics implemented.
gameux: Add implementation of IGameStatistics::GetCategoryTitle.
gameux: Add implementation of IGameStatistics::GetStatistic.
Rico Schüller (5):
d3dcompiler: Add D3DReflect() stub.
include: Add ID3D11ShaderReflection interface.
include: Add ID3D10ShaderReflection1 interface.
dxguid: Add shader and dx11 includes to dx10guid.c.
d3dcompiler: Add stub ID3D11ShaderReflection interface.
Stefan Dösinger (3):
wined3d: Don't pass the texture stages to basetexture_apply_state_changes.
wined3d: Don't change GL_TEXTURE* when using the arb fragment pipeline.
wined3d: Don't reapply lighting when vertex shaders are used.
Thomas Mullaly (16):
urlmon: Added stub for CoInternetCombineIUri.
urlmon/tests: Added basic tests for CoInternetCombineIUri.
urlmon/tests: Added actual CoInternetCombineIUri tests.
urlmon: Implemented base case for CoInternetCombineIUri.
urlmon: Fixed memory free of an uninitialized variable.
urlmon: Improved IUri support for file URIs.
urlmon/tests: Added more CoInternetCombineIUri tests.
urlmon: Implemented case when the relative URI doesn't have a path component in CoInternetCombineIUri.
urlmon: Some IUri's don't display the default port in the authority.
urlmon: Implemented case when relative path begins with '/' in CoInternetCombineIUri.
urlmon: Implemented case when relative URI has a path that doesn't start with '/'.
urlmon/tests: Fixed some IUri tests that used hard coded values to use Uri_HOST.
urlmon: CoInternetCombineIUri uses pluggable protocols.
urlmon: Make IUri implementation call functions through IUri_ macros instead of calling directly.
urlmon: Improve IUri support of res URIs.
urlmon: Simplified path canonicalization functions.
Vijay Kiran Kamuju (8):
d3drm: Fix signature of LoadTextureFromResource macro of IDirect3DRM2 interface.
include: Fix signature of CreateWrap macros in d3drm.
include: Add IDirect3DRMWinDevice interface.
include: Add missing defines for d3drmdef.h.
include: Add missing definitions for LPDIRECT3DRM2 and LPDIRECT3DRM3.
include: Fix macro signatures in d3drmobj.h.
tools: Add trailing semicolon to MimeType in wine.desktop.
include: Add missing interfaces in d3drmobj.h.
Vincent Povirk (29):
gdiplus: Fix point conversion in GdipCreateLineBrushI.
gdiplus: Add a test for GdipCreateMatrix3.
gdiplus: Don't rely on an HDC in GdipGetFontHeight.
gdiplus: Don't rely on an HDC in GdipMeasureCharacterRanges.
gdiplus: Don't rely on an HDC in GdipMeasureString.
gdiplus: Add tests for GdipGetLineTransform.
ole32: Cache all extended big block depot locations.
d3dx9_36: Don't check the image format in D3DXLoadSurfaceFromFileInMemory.
d3dx9_36: Fix an error path in D3DXLoadSurfaceFromFileInMemory.
mscoree: Report that all .NET versions are installed if Mono is missing.
mscoree: Use the new search methods for GetCORVersion/GetCORSystemDirectory.
mscoree: Use the .NET 4 interfaces to implement CorBindToRuntimeEx.
mscoree: Use the .NET 4 interfaces to implement CorBindToRuntimeHost.
mscoree: Support searching for .NET runtimes by exe file.
gdiplus: Allow more drawing operations to succeed without an HDC.
include: Add definition for ICLRRuntimeHost.
mscoree: Add stub implementation of ICLRRuntimeHost.
mscoree: Load mono when creating a runtime host interface.
mscoree: Use the new architecture to implement _CorExeMain.
mscoree: Add a proper implementation of DllCanUnloadNow.
mscoree: Search for mono installs with the 2.0 abi.
mscoree: Implement config file parsing.
include: Rename cor.h to cor.idl.
include: Add definitions for IMetaDataDispenserEx.
mscoree: Add stub implementation of IMetaDataDispenserEx.
mscoree: Search the Global Assembly Cache for required assemblies.
mscoree: Implement ClrCreateManagedInstance.
mscoree: Add a trace to _CorExeMain.
gdiplus: Correctly store the given stride in created bitmaps.
Vitaliy Margolen (1):
ntdll: Mask invalid flags for RtlQueueWorkItem.
Vladimir Panteleev (2):
winex11: Add X11DRV_PALETTE_GetColor function to resolve any COLORREF to an RGB.
winex11: Correctly handle non-RGB COLORREFs in BRUSH_SelectSolidBrush.
Yaron Shahrabani (5):
hhctrl.ocx: Added Hebrew translation.
gphoto2: Added Hebrew translation.
msrle32: Added Hebrew translation.
winemine: Added Hebrew translation.
progman: Added Hebrew translation.
--
Alexandre Julliard
julliard(a)winehq.org