The Wine development release 1.1.29 is now available.
What's new in this release (see below for details):
- Improved Gecko integration by using Wine's network layers.
- Use of external libmpg123 for mp3 decoding.
- Support for JPEG and PNG formats in WindowsCodecs.
- Many regression test fixes for Win64 and Windows 7.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.29.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.29.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.29:
231 winemaker: Issue the warnings directly in the source
5625 Wine does not handle internet proxy settings conveniently
7854 VB 3.0: Installation fails
9294 Crash when loading Vampire - The Maquerade - Redemption
10397 CSS crashes when trying to accept option change
11345 Wrong button vertical position
11618 Wineinstall blocks midway through
13125 Fahrenheit (Indigo Prophecy) broken in newer versions of Wine.
13411 setup_exception_record stack overflow in Teach2000
13945 subversion fails to Initial network when using http protocol
14110 Adobe Audition 1.5: does not install in Hardy Heron
14198 Achieve planner crashes after entering data
14206 Achieve planner freezes when clicking the 'finished' tab
14784 SetWindowHookEx fail to inject DLL containing the HookProc if...
14907 TntMPD: Install procedure stopped working between 0.9.61 and 1.0.0
14998 BioShock demo dose not start at all
15056 Graphical glitches in the menu of The longest journey demo
15112 Prey crashes with Segmentation fault
15181 IBM Client Access Terminal Emulator crashes on startup
15563 AVG Free 7.1 fails due to missing or broken DLLs
15744 Microsoft Money 2001 can't open saved files
16153 F1 Challenge, incorrectly renders rear view
16249 mspaint does not render PNG files correctly
16292 Activeworlds client 4.2 update fails with "reason 13"
16677 World of Warcraft WotLK crashes randomly after login
16844 3dmark2001 Point Sprites test rendered incorrectly in wine >= 1.1.12
17150 Achieve Planner 1.9.0 (XP version) aborts with "failed to load resources from resource file"
17227 PAF 5 help window text is blank
17394 Chip view window is not displayed properly
17408 ASPI crashes randomly
17428 Taskmgr: blank process names in Process list.
17482 Paint.NET doesn't install anymore
17783 steamcommunity.com certificate not recognised
17897 OpenAL installer thinks it is AMD-64
17898 DM Evidence application freezes
18275 Snail Mail crashes during startup
18519 eMule crashes scrolling files
18525 Adobe Reader 9.10 upgrade fails
18989 Trackmania Nations Forever does not run
19086 Front Panel Designer: crashes when trying to load saved files
19185 Word Viewer crash at the end of the installation
19266 POD and Caldari shuttle bad render
19318 Word Viewer 2003 - installs extra files? (appinstall)
19392 Runes of magic : crash while entering world
19472 EVE Online avatar rendering sometimes crashes Wine
19631 Multiple application installations fail after BadMatch error
19721 Dragon NaturallySpeaking 10S training text grays-out too fast
19778 cmd set "FOO=bar" does the wrong thing; breaks firefox build script
19822 many fullscreen apps loose focus in a virtual desktop when leaving it
19826 .Net 2.0 Listview isn't updated properly and causes program to hang
19839 Access violation when closing ImgBurn 2.5.0.0 if its 'Disc Layout Editor' window has ever been opened.
19854 Oblivion crashes constantly if music is enabled
19875 64-bit wine build broken
----------------------------------------------------------------
Changes since 1.1.28:
Akihiro Sagawa (8):
uninstaller: Add Japanese translation.
appwiz.cpl: Update and refine Japanese translation.
reg: Update Japanese translation.
comctl32: Update Japanese translation.
regedit: Update Japanese translation.
shell32: Update Japanese translation.
csetupapi: Update Japanese translation.
winecfg: Update Japanese translation.
Alexandre Julliard (44):
server: Define an architecture-independent structure for process startup info.
winebuild: Add win32/win64 generic architectures in addition to specific CPUs.
ntdll: The large integer functions are 32-bit only.
msvcrt: The floating point adjust functions only make sense on i386.
user32: The LongPtr functions are only exported on 64-bit.
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
winemp3: Include wine/port.h.
libwine: Determine the bin directory independently from the lib directory if possible.
ntdll/tests: Make sure buffer alignment is correct.
comctl32/tests: Fix tab control test failures on older Windows versions.
comctl32/tests: Fix tooltips test failures on older Windows versions.
riched20: Make sure we have a valid ITextHost vtable for all platforms.
ntdll: Correctly jump to the modified context after an exception on x86_64.
tools: Take into account the executable extension when looking for tools in the path.
ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context.
ntdll: Fix a couple of system information structures for 64-bit.
ntdll: Return the expected length in NtQueryInformationProcess.
ntdll: Define correct address space limits for x86_64.
setupapi: Fix a structure size check for 64-bit.
ws2_32/tests: Fix test failures on Vista.
ntdll: Move the abort_thread() function to the CPU-specific files to allow redefining it.
ntdll: Unwind the stack before calling exit/abort_thread.
ntdll: Add support for unwinding the signal stack on x86_64.
ntdll: Add support for Dwarf expressions in call frame information.
ntdll: Route the process startup through the platform-specific thread startup code.
ntdll: Use a more drastic (and simpler) method for unwinding the stack on thread exit.
configure: Check for mpg123_feed function since we require it.
kernel32: Fix the GetThreadPriorityBoost return value.
comctl32/tests: Fix some toolbar test failures on older Windows versions.
comctl32/tests: Fix status test failures on older Windows versions.
tools: Copy 16-bit font definitions to avoid including 16-bit headers.
configure: Fix remaining instances of mpg123_init check.
winex11: Bytes per line is signed so make it an int instead of a DWORD.
user32: Don't send focus change messages if foreground window didn't change.
user32: Bring SwitchToThisWindow a bit more in line with the now documented behavior.
libport: Added an interlocked_cmpxchg128 function for 64-bit.
ntdll: Implemented the SList functions for Win64.
msxml3: Move typelib definitions out of #ifdef HAVE_LIBXML2.
server: Disable large files for procfs on Solaris.
msvcrt: Fix the strtol/strtoul definitions.
configure: Add a .exe extension to the tools dependencies when building on Windows.
setupapi: Fix a compiler warning.
kernel32/tests: Avoid size_t in traces.
windowscodecs/tests: Avoid size_t in traces.
Alistair Leslie-Hughes (9):
mshtml: Implement HTMLCurrentStyle_get_borderRightWidth.
mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth.
mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth.
mshtml: Implement IHTMLCurrentStyle_get_color.
mshtml: Implement IHTMLCurrentStyle_get_backgroundColor.
mshtml: Implement IHTMLCurrentStyle_get_overflow.
mshtml: Implement IHTMLCurrentStyle_get_borderWidth.
mshtml: Implement IHTMLCurrentStyle_get_margin.
mshtml: Implement IHTMLStyle get/put letterSpacing.
Andrew Eikum (9):
ole32: Don't read past the end of the stream when converting block types.
gdiplus: Support regions of more than one rectangle in GdipCreateRegionHrgn.
user32/tests: Fix input test failures on NT4.
gdiplus: Implement GdipIsVisibleRegionPoint.
gdiplus: Implement GdipIsVisibleRegionRect.
gdiplus: Add utility function get_visible_clip_region.
gdiplus: Implement GdipIsVisiblePoint.
gdiplus: Implement GdipIsVisibleRect.
ole32: Overwrite previous CompObj instead of failing.
Andrew Nguyen (2):
user32/tests: Fix a test failure on Win9x.
comdlg32: Fix the copyright year for the Esperanto translation.
André Hentschel (4):
wcmd: Ignore start and end quotes.
winemaker: Fix dll compiling in project files.
winemaker: Update usage text.
winetest: Mute an annoying message box.
Aric Stewart (11):
msacm32: If a driver load fails and it does not give us another error set the error to MMSYSERR_NODRIVER.
msacm32: In acmDriverDetails if we are unable to load the driver then return MMSYSERR_NOTSUPPORTED as windows does.
msacm32/tests: msacm32 can enumerate drivers that cannot be loaded or have their details queried. Deal with this properly.
winemp3.acm: Link to system libmpg123.so.
msctf: Define ITfSourceSingle.
msctf: Stub implementation of ITfSourceSingle for ITfContext.
msctf: Hook up ITfTextEditSink::OnEndEdit.
msctf: Hook up ITfLanguageProfileNotifySink::OnLanguageChange.
msctf: Correct handling if NULL for pdimFocus in ITfThreadMgr::SetFocus.
msctf: Implement ITfThreadMgr::AssociateFocus.
msctf/tests: Test ITfThreadMgr::AssociateFocus.
Austin English (9):
dxdiag: Add stub implementation.
dnsapi: Add a stub for DnsFlushResolverCache.
ole32: Add a stub for CoGetCurrentLogicalThreadId.
dxdiag: Make dxdiag a Unicode rather than ANSI program.
dxdiag: Add basic command line parsing.
ntdll/tests: Fix a compiler warning on PowerPC.
winscard: Add a stub for SCardListCardsA.
oleaut32: Avoid a NULL pointer dereference.
ole32: Fix build on Power PC.
Benjamin Kramer (1):
ntdll: Fix build on MacOSX.
Chris Robinson (1):
winemp3.acm: Fix reading/decoding loop.
Damjan Jovanovic (1):
sti: Add self registration.
Davide Pizzetti (2):
regedit: Italian translation update.
winhlp32: Italian translation update.
Detlef Riekenberg (5):
ws2_32: Use only the lower 16 bit as level when calling [g|s]etsockopt from 16 bit.
ws2_32: Set WSAEINVAL on invalid levels in set+getsockopt.
ws2_32/tests: Add tests for getsockopt with invalid levels.
ws2_32/tests: Add tests for setsockopt with invalid levels.
regedit: Do not write junk after the LastKey value.
Dylan Smith (7):
makedep: Handle non-overwriting rename for Windows.
winedbg: Prevent syntax errors for list command due to the lexer.
winedbg: Fixed listing source of function in file.
tools: Detect windows platform with _WIN32 instead of _WINDOWS.
taskmgr: Finish partial unicode conversion of process page.
winedbg: Extract address from expression for listing source at address.
winedbg: Resolve typedefs when checking for user defined type.
Eric Pouech (9):
configure: Check for large filesystems support.
winmm: Correctly check for the installed default ioProcs.
services: Correctly store the service's PID upon startup.
Remove a couple of superfluous casts.
ole32: Fix various missing Release calls on monikers.
kernel32: Handle the case where wineconsole isn't properly started.
shell32: In shell view, use the expected value for the effect in Drag & Drop operation.
msvcrt: Correctly handle the error cases in strtol and strtoul.
winedbg: Fix backend prototypes for PowerPC and Alpha.
Francois Gouget (21):
wrc: Add a '\n' to a parser_warning() call.
ntoskrnl.exe: Remove a space before a '\n'.
windowscodecs/tests: Make some functions static.
riched20: Make ME_SetCursorToEnd() static.
mshtml: Remove the create_nsstream() prototype.
jscript: Make Arguments_value() static.
jscript: Add a trailing '\n' to a FIXME().
windowscodecs/tests: Fix compilation on systems that don't support nameless unions.
rpcrt4/tests: Fix compilation on systems that don't support nameless unions.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
d3drm/tests: Fix compilation on systems that don't support nameless unions.
windowscodecs: Fix compilation on systems that don't support nameless unions.
d3d10core/tests: Fix compilation on systems that don't support nameless unions.
rpcrt4: Fix compilation on systems that don't support nameless unions.
iphlpapi: Fix compilation on systems that don't support nameless structs or unions.
d3d10core: Fix compilation on systems that don't support nameless unions.
wintrust/tests: Fix compilation on systems that don't support nameless unions.
d3dx9_36: Fix compilation on systems that don't support nameless unions.
ddrawex: Fix compilation on systems that don't support nameless unions.
dplayx/tests: Fix compilation on systems that don't support nameless unions.
iphlpapi/tests: Fix compilation on systems that don't support nameless unions or structs.
Ge van Geldorp (21):
netapi32/tests: Fix tests on Win7.
shlwapi/tests: Prevent buffer overflow.
ntdll/tests: Fix info tests on Win7.
ntdll/tests: Add acceptable status codes for Win7.
shlwapi/tests: Remove test that crashes on Win7.
ntdll/tests: Pass properly aligned buffers.
crypt32/tests: Remove test that crashes on Win7.
advapi32/tests: Add acceptable error codes for Win7.
advapi32/tests: Fix tests on Win7.
kernel32/tests: Remove test that crashes on Win7.
user32/tests: Fix test failure on Win7.
msi/tests: Create only a single restore point.
netapi32/tests: Add acceptable error codes for Win7.
comctl32/tests: Adjust message sequences for Win7 (monthcal).
comctl32/tests: Adjust message sequences for Win7 (updown).
comdlg32/tests: Fix test on Win7.
comctl32/tests: Adjust message sequences for Win7 (trackbar).
kernel32/tests: Fix locale tests on Vista and higher.
shell32/tests: Fix tests on Vista+.
gdiplus/tests: Fix test on Win7.
msvcrt/tests: Add acceptable error codes for W2K8+.
Hans Leidekker (5):
mscms: Use correct standard color space constants in GetStandardColorSpaceProfileW.
mscms/tests: Remove code that mixes up color space IDs and standard color space IDs.
msi: Set REINSTALL property when the product is already installed and the command line is empty.
msi: Add a partial implementation of MsiDetermineApplicablePatchesW.
wininet: Destroy authorization info on failure in HTTP_DoAuthorization.
Henri Verbeet (40):
wined3d: Properly check if an attribute is used in loadVertexData().
wined3d: Properly check if an attribute is used in loadTexCoords().
wined3d: Properly check if an attribute is used in buffer_check_attribute().
wined3d: Properly check if an attribute is used in drawStridedSlowVs().
wined3d: Properly check if an attribute is used in state_colormat().
wined3d: Properly check if an attribute is used in drawStridedSlow().
wined3d: Properly check if an attribute is used in streamsrc().
wined3d: Properly check if an attribute is used in find_conversion_shift().
d3d8: Remove stray tabs.
d3d8: Use a wined3d cs for wined3d locking.
wined3d: Properly check if an attribute is used in transform_texture().
wined3d: Properly check if an attribute is used in state_normalize().
wined3d: Properly check if an attribute is used in remove_vbos().
d3d9: Remove stray tabs.
d3d9: Use the wined3d cs for wined3d locking.
wined3d: Properly check if an attribute is used in drawStridedInstanced().
wined3d: Get rid of a redundant memset() in device_stream_info_from_declaration().
d3d10: Add the ID3D10EffectScalarVariable interface.
d3d10: Add the ID3D10EffectVectorVariable interface.
wined3d: Remove trailing spaces.
d3d10: Add the ID3D10EffectStringVariable interface.
d3d10: Add the ID3D10EffectShaderResourceVariable interface.
d3d10: Add the ID3D10EffectRenderTargetViewVariable interface.
d3d10: Add the ID3D10EffectDepthStencilViewVariable interface.
d3d9: Remove trailing spaces.
d3d10: Add the _D3D10_EFFECT_SHADER_DESC struct.
d3d10: Add the D3D10_NAME enum.
d3d10: Add the D3D10_REGISTER_COMPONENT_TYPE enum.
dxdiag: Make the "cmdline" parameter const.
d3d8: Remove trailing spaces.
d3d10: Add the _D3D10_SIGNATURE_PARAMETER_DESC struct.
d3d10: Add the ID3D10EffectShaderVariable interface.
wined3d: Add support for ARB_depth_clamp.
wined3d: Only warn about using Lod sample functions in fragment shaders is ARB_shader_texture_lod isn't supported.
ddraw: Remove trailing spaces.
d3d10: Add the ID3D10EffectBlendVariable interface.
d3d10: Add the ID3D10EffectDepthStencilVariable interface.
wined3d: Release the GL lock on IWineD3DImpl_FillGLCaps() error paths.
wined3d: Properly check for ARB program compile errors.
wined3d: Print a warning when an ARB program exceeds the native resource limits.
Hongbo Ni (1):
user32: Fix DLL injection problem using LOAD_WITH_ALTERED_SEARCH_PATH.
Huw Davies (15):
msdaps: Implement IDBInitialize_Initialize proxy and stub.
msdaps: Implement IDBProperties_SetProperties proxy and stub.
msdaps: Implement IDBCreateSession_CreateSession proxy and stub.
msdaps: Implement ISessionProperties_SetProperties proxy and stub.
widl: Add separate --win32-align and --win64-align options.
msdaps: Use 2 byte structure packing for win32 code.
msdaps: Implement ICreateRow_CreateRow proxy and stub.
msdaps: Implement IDBCreateCommand_CreateCommand proxy and stub.
msdaps: Implement IBindResource_Bind proxy and stub.
include: Add msdaguid.h.
include: Add msdadc.idl.
msdaps: Implement IDBDataSourceAdmin_CreateDataSource proxy and stub.
oledb32: Add a stub oledb32.dll.
oledb32: Add a stub implementation of the conversion library class.
wine.inf: Register msdaps.dll.
Hwang YunSong (1):
winecfg: Updated Korean resource.
Ismael Barros (1):
dpwsockx: Stub implementation.
Jacek Caban (60):
urlmon: Fixed tests on IE older than 8.
mshtml: Wrap nsIHttpChannelInternal interface.
mshtml: Treat wyciwyg protocol as Gecko special protocol.
mshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.
shdocvw: Return succes in bind status callback functions.
wininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
urlmon: Call OnStopBinding before Terminate.
mshtml: Use URL moniker to load http documents.
msxml3: Get rid of not used aggregation support in domelement.
mshtml: Get rid of handling post data in IPersistMoniker::Load hack.
mshtml: Remove no longer used create_nsstream.
mshtml: Wrap nsIURL interface.
mshtml: Update wine_url in nsIURL::SetQuery.
jscript: Fixed parsing regexps starting with '='.
jscript: Don't require semicolon after function declaration.
jscript: Throw an exception when evaluating invalid identifier instead of on lookup failure.
jscript: Return "undefined" type for invalid references.
jscript: Create undeclared values to script_disp instead of var_disp.
jscript: Added RegExp.lastIndex implementation.
jscript: Added RegExp.exec implementation.
jscript: Added RegExp.test implementation.
jscript: Use proper VARIANT_BOOL values in bool literals.
jscript: Create Array objects from proper constructor.
jscript: Get script_ctx_t as to_object arguments.
jscript: Added 'instanceof' keyword implementation.
jscript: Create arguments object as a seaprated class inheriting from Object.
jscript: Added Function.call implementation.
jscript: Added Function.apply implementation.
jscript: Make Array.push generic.
msxml3: Moved IDispatchEx implementation from domdoc to xmlnode.
msxml3: Use IXMLDOMSelection as a main queryresult interface.
msxml3: Added more IDispatchEx tests.
shdocvw: Added IPropertyNotifySink stub implementation.
shdocvw: Move OnObjectAvailable implementation to dochost.c.
mshtml: Always call OnStartRequest before OnStopRequest.
shdocvw: Use IPropertyNotifySink to track ready state and complete notification.
shdocvw: Added IWebBrowser2::get_ReadyState implementation.
mshtml: Fixed script tests on IE8.
mshtml: Added support for DISPID_VALUE.
mshtml: Added DISPID_VALUE implementation for HTMLLocation object.
mshtml: Added IOmNavigator::toString implementation.
mshtml: Added IHTMLWindow2::toString implementation.
dispex.idl: Added SID declarations.
mshtml: Move ITypeInfo::Invoke call to separated function.
mshtml: Moved dynamic_data allocation to separated function.
mshtml: Added function object implementation.
mshtml: Added function object tests.
mshtml: Properly release DispatchEx data.
jscript: Code clean up.
jscript: Code clean up.
jscript: Added String.lastIndexOf implementation.
jscript.idl: Added IActiveScriptDebug declaration.
mshtml: Fixed script tests on IE6 and IE7.
jscript: Added to_primitive on hosting objects test.
jscript: Make Array.slice generic.
jscript: Added Array.unshift implementation.
mshtml: Fixed tests on IE8.
mshtml: Added http loading test.
mshtml: Added IHTMLDocument::writeln implementation.
mshtml: Added IOmNavigator::get_userAgent implementation.
Jan de Mooij (1):
comctl32/propsheet: Update position of hidden buttons too.
Jeff Zaroyko (1):
kernel32: sLanguage is LOCALE_SABBREVLANGNAME.
Jesse Allen (1):
dinput: Add DISEQUENCE_COMPARE macro.
Juan Lang (5):
comctl32: Return the number of characters copied in WM_GETTEXT even if the buffer is too small.
crypt32: Fix a test failure on Windows 7.
quartz: Don't crash if sample allocation fails.
include: Define IPPROTO_IPV6.
ws2_32: Add a fixme for IPPROTO_IPV6.
Jörg Höhle (1):
wined3d: Delete meaningless UNIX GL driver version parsing.
Louis Lenders (3):
shdocvw.inf: Add default registry key "HKCU\Software\Microsoft\Internet Explorer\Settings.
dbghelp: Add version resource.
psapi: Add version resource.
Michael Stefaniuc (16):
ntdll: Fix a memory leak on an error path (Smatch).
winefile: Get rid of the #ifndef UNICODE code paths.
winefile: Don't use _tsplitpath().
winefile: Use the explicit SendMessageW form.
winefile: Use the explicit W-form of the string functions.
winefile: Use the explicit W-form for the *Window* functions.
winefile: Use the explicit W-form of the Load*() functions.
winefile: Use the explicit W-form for the file IO related functions.
winefile: Convert the rest of the functions to use the explicit W-form.
winefile: Replace TCHAR with WCHAR.
winefile: Replace the TSTR types with WSTR.
winefile: Use the explicit W-form for the rest of the types.
winefile: Compile with -DWINE_NO_UNICODE_MACROS.
d3d8: Release the lock instead of locking a second time (Smatch).
user32: Remove a stray ';' that produces an empty if condition.
jscript: Check the correct variable for the error condition (Smatch).
Mike Kaplinskiy (1):
ws2_32/tests: Fix failure on NT4.
Nikolay Sivov (5):
comctl32/tests: Move message testing helpers to header.
comctl32/listview: Call default handler for WM_PAINT disabled by WM_SETREDRAW.
comctl32/trackbar: Fix tic count calculation.
comctl32/trackbar: Cache window style.
comctl32/trackbar: Reduce parameter count for some helpers.
Paul Vriens (1):
user32/tests: Run tests again on Win95.
Piotr Caban (5):
jscript: Fixed keywords handling.
jscript: Fixed Function method's lengths.
jscript: Added String.substr implementation.
jscript: Throw 'Object expected' error in call_expression_eval.
jscript: Added JSGlobal_unescape implementation.
Riccardo Loti (1):
clock: Fix typo in the Italian translation.
Rico Schüller (7):
d3d10: Identify some more unknowns in parse_fx10.
d3d10: Parse variable flag.
wined3d: Add WINED3D_SM4_OP_MAX.
wined3d: Add WINED3D_SM4_OP_MIN.
d3d10: Add null objects for technique, pass, local_buffer and variable.
d3d10: Add argument check in ID3D10EffectTechnique::GetDesc.
d3d10: Add argument check in ID3D10EffectPass::GetDesc.
Roderick Colenbrander (4):
winex11: Introduce a new function for looking up the physical color of a pixel for use with colormap generation-like functions.
winex11: Prepare X11DRV_PALETTE_ToPhysical/_ToLogical for a new ColorShift structure.
winex11: Use ColorShifts from physDev in X11DRV_PALETTE_ToPhysical.
winex11: Use ColorShifts data in X11DRV_PALETTE_ToLogical.
Sergey Khodych (6):
user32: edit: Use a dialog mode after receiving WM_GETDLGCODE message.
user32: edit: Improve handling of WM_KEYDOWN VK_ESCAPE in a dialog mode.
user32: edit: Improve handling of WM_KEYDOWN VK_TAB in a dialog mode.
user32: edit: Improve handling of WM_KEYDOWN VK_RETURN in a dialog mode.
user32: Use IDOK as default identifier in a template.
user32/tests: Fix a typo.
Stefan Dösinger (8):
wined3d: Initialize ps_arb_max_local_constants.
wined3d: Don't use WINED3DADAPTER_DEFAULT as refresh rate.
wined3d: Make it clear that glFlush and glFinish are WGL functions.
wined3d: Remove redundant TRACEs.
wined3d: Allow filtering on RECT textures.
wined3d: Add a comment about D3DSAMP_MAXMIPLEVEL.
wined3d: Handle per-texture max LOD level.
wined3d: SetLOD is ignored on D3DPOOL_DEFAULT textures.
Tony Wasserka (6):
windowscodecs: Add tests for IWICStream_InitializeFromMemory.
windowscodecs: Add tests for IWICStream_Seek with memory streams.
windowscodecs: Add tests for IWICStream_Read with memory streams.
windowscodecs: Add tests for IWICStream_Write with memory streams.
windowscodecs: Add tests for the unimplemented IWICStream methods when using memory streams.
windowscodecs: Add tests for IWICStream_Stat with memory streams.
Vincent Povirk (50):
oleaut32: Avoid copying the data when loading an image using WIC.
include: Add 8-bit grayscale pixel format.
windowscodecs: Add stub JPEG decoder.
windowscodecs: Implement Initialize for the JPEG decoder.
windowscodecs: Implement GetFrame for the JPEG decoder.
windowscodecs: Implement GetPixelFormat for the JPEG decoder.
windowscodecs: Implement GetSize for the JPEG decoder.
windowscodecs: Implement CopyPixels for the JPEG decoder.
windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
windowscodecs: Support conversion of 8bppGray to 32bppBGRA.
windowscodecs: Fix rounding in BMP encoder.
oleaut32: Make ITypeInfo2::GetCustData succeed when data is not found.
wininet: Allow +.- characters in url scheme.
include: Add WIC pixel formats needed for PNG.
windowscodecs: Add stub PNG decoder.
windowscodecs: Register the PNG decoder.
windowscodecs: Implement GetContainerFormat for PNG decoder.
windowscodecs: Implement GetFrameCount for PNG decoder.
windowscodecs: Implement Initialize for the PNG decoder.
windowscodecs: Implement GetFrame for the PNG decoder.
windowscodecs: Implement GetPixelFormat for the PNG decoder.
windowscodecs: Implement GetSize for the PNG decoder.
windowscodecs: Implement CopyPixels for the PNG decoder.
windowscodecs: Implement CopyPalette for the PNG decoder.
windowscodecs: Support color-keyed transparency in PNG images.
windowscodecs: Implement conversion from BlackWhite to 32bppBGRA.
windowscodecs: Implement conversion from 2bppIndexed to 32bppBGRA.
windowscodecs: Implement conversion from 2bppGray to 32bppBGRA.
windowscodecs: Implement conversion from 4bppGray to 32bppBGRA.
windowscodecs: Implement conversion from 16bppGray to 32bppBGRA.
windowscodecs: Implement conversion from 48bppRGB to 32bppBGRA.
windowscodecs: Implement conversion from 64bppRGBA to 32bppBGRA.
gdiplus: Add test for GdipCreateHBITMAPFromBitmap.
gdiplus: Implement GdipCreateHBITMAPFromBitmap.
gdiplus: Add PNG to the decoders list.
gdiplus: Use the decoder list to decide how to load image files.
gdiplus: Add and use an HBITMAP field in GpBitmap objects.
gdiplus: Don't use IPicture to manage the HDC associated with a GpBitmap.
gdiplus: Create DIBs instead of IPictures in CreateBitmapFromScan0.
gdiplus: Return the real image bits from LockBits when possible.
gdiplus: Use AlphaBlend for 32-bit images with alpha channels.
gdiplus: Reimplement GdipCreateBitmapFromHICON based on RGBA bitmaps.
gdiplus: Use WIC to decode ICO files.
oleaut32: Use WIC to decode JPEG images.
oleaut32: Use WIC to decode PNG images.
gdiplus: Use WIC to encode images.
gdiplus: Use WIC to decode JPEG files.
gdiplus: Use WIC to decode GIF files.
oleaut32: Handle LCID arguments in ITypeInfo::Invoke.
oleaut32/tests: Add test for tlibattr->lcid.
Vladimir Pankratov (4):
shdoclc: Correct Russian translation.
shell32: Handle NULL path.
setupapi: Add stub for SetupDiGetClassImageIndex.
urlmon: Handle NULL parameter.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.28 is now available.
What's new in this release (see below for details):
- Support for IRDA protocol.
- Faster initial wineprefix creation.
- Axis remapping with evdev joysticks.
- More image formats in WindowsCodecs.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.28.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.28.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.28:
2568 visual bug with ms word 2000
6162 CACLS.exe is unimplemented
6168 Statistica 6 Demo fails because of unimplemented ole32.OleCreateEmbeddingHelper
7067 Simcity 3000 has partial, grainy, B&W video, and crashes with "exceptional error" upon mouse focus
8082 Notepad2 fails to create desktop link
8421 Disk Explorer Pro 3.60 crashes when browsing or searching
9669 In "Tag&Rename", splash screen invisible
10778 Gothic3 crashs after warp (VIRTmem > 4096MB?)
11601 wine crash on DriveHQ app exit
12072 Cyberboard: popup menus are blank
12254 Teamspeak client hangs on server connection
12456 xu4 hangs on startup
13015 images broken in many chm files
13134 File dialog rendering problem
13583 SecureCRT: Unhandled page fault when making SSH2 connection
14003 Civilization 4 City progress bar doesn't display
14130 1by1 crashes into mpr
14672 Cannot register Quicken
14680 Avencast: Rise of the Mage blocks after loading first level
14728 winecfg: improvements for drive letter configuration
14748 Money Manager fails to install
15177 Unimplemented functions needed for Assassin's Creed
15259 err:seh:setup_exception_record stack overflow in LineageII
15393 winhttp doesn't support proxy connections
15503 Counter-Strike: Source crashes, if someone kills someone else with the G-3 autosniper
15964 NTE Quick Cross 14.0 window does not close when clicking upper-right close button
16012 Dogfood:Liquid War freezes when moving window in windowed mode.
16190 Google Earth geographical labels unreadable
16460 powerterm 8.8.3 pro enterprise can't start.
16515 EMTEC ZOC terminal - SSH connections
16679 Visma Enskild Firma crashes after opening a company bookkeeping
16744 ole32/stg_prop.c: passing argument discards qualifiers from pointer target type
16794 CoHUpdater.exe hangs
16884 .NET 3.0: WCF installer fails due to LsaLookupNames2 stub
16905 CommitMonitor: Application could not connect to repository
16986 Universal World of Warcraft Client (InstallWoW.exe) nolonger works.
17213 Sibelius 4: Images are cut off in dialogues containing images
17218 Easy Dental 2007 application text is not rendered
17224 Soldier of Fortune 1.06 Gold Crashes on Game Start
17363 DirectInput maps Windows, Num Lock, Pause incorrectly [X11]
17491 Black screen after starting google earth
17606 La-Mulana: certain (graphical) events in game cause severe slowdown and glitches
17645 crypt32/sip: test fails with +heap on OpenSolaris
18266 SigmaPhotoPro 3.5 needs SHELL32.dll.SHParseDisplayName
18324 Lotus 123 crashes on copy to clipboard
18384 Battlenet system check: does not submit data to battle.net
18452 WoW: Unhandled page fault on write access
18483 bricscad cant open large files
18531 .NET based apps using WebBrowser Control need OleInPlaceObject_InPlaceDeactivate properly implemented
18559 BinTube Pro fails to install (requires Windows Imaging Component)
18751 Dragon NaturallySpeaking text size cannot be changed in DictationBox
18800 Winedbg has a race condition
18815 Single-Sign-On with authenticated RPCs won't work
18825 winemaker: Extract more information from vcproj
18838 DirectInput axis mapping does not work
18965 Build Wine 1.1.23 from source fails on Red Hat WS 4.6
19145 etax help program crashes in gecko file js3250.dll
19367 EverQuest 2 crashes in third-person
19407 Segfault running cmd.exe
19458 Anarchy Online is drawn several pixels too high
19495 DialogBox() returns -1 when dialog destroys itself on WM_CLOSE, should be 0
19520 Unimplemented function shdocvw.dll.SHRestricted2W
19548 Image deblurring tool requires implemented SetThreadIdealProcessor when run on multi-core machines
19582 Guild Wars -- Crash on "patch" screens
19613 Installation of Total Annihilation original does not run to completion
19633 Repeatable gecko crash
19649 Configure does not check the presence of libXext
19682 Acrobat Reader 2 installer causes a page fault
19688 STATISTICA 6 demo crashes on startup
19703 Vypress Chat: crashes
19707 Atrex POS Software crashes
19714 browsing "Help | Contents" entries causes the app to crash
19717 jscript: implicit declaration of function `isinf'
19728 d3d9+d3d8 tests crash in DestroyContext
19736 keyboard input appears in console rather than app when using 'wine explorer /desktop=dt,1024x768 appname.exe'
19747 Protel99SE-SP6 advsch.dll causes access violation (read @ 0000)
19753 Win16 applications crash on start
19759 SLTG_ReadString does not null terminate
19760 SiSoftware Sandra 2009.SP3c installer causes a page fault
19763 Everest Poker exits when attempting to connect to server
19767 Authenticated RPC client functionality is broken with the rpcrt4 changes from 1.1.25
----------------------------------------------------------------
Changes since 1.1.27:
Akihiro Sagawa (3):
shell32: Use IDS_DESKTOPDIRECTORY for CSIDL_COMMON_DESKTOPDIRECTORY.
winecfg: Update Japanese translation.
notepad: Update Japanese translation.
Alexandre Julliard (61):
configure: Regenerate with autoconf 2.64.
libwine: Ignore libraries that are of the wrong 32/64 class.
server: Add support for image mappings for both 32- and 64-bit PE formats.
ntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make copy protections happy.
kernel32: Change MODULE_GetBinaryType return value to make dll a flag instead of a type.
kernel32: Return the dll flag in MODULE_GetBinaryType for 16-bit modules too.
kernel32: Check for a 32-bit NT header before getting module address range in MODULE_GetBinaryType.
kernel32: Add a 64-bit flag to the MODULE_GetBinaryType return value.
kernel32: Check the 64-bit flag when starting a process.
winex11: Use the Globally Active focus model with take focus.
configure: Add a --with-wine64 option to build a 32-bit Wow64 tree.
configure: Disable installation of a number of extra files for the Wow64 build.
configure: Rename the main binary to "wine32" for the Wow64 build.
winebuild: Add helper functions for reading binary data from a file.
winebuild: Add helper functions for writing binary data to a file.
winebuild: Compute the resource offsets while building the resource tree.
winebuild: Add support for creating a fake dll at compile time.
wintrust: Add stubs for the driver policy init functions.
include: Fix the NE exe type defines.
winebuild: Compute the resource offsets while building the resource tree for 16-bit resources.
winebuild: Add support for creating 16-bit fake dlls.
configure: Don't assume libXext is available.
configure: Downgrade libgsm warning to a notice.
winex11: Add handling of take focus event on the desktop window.
server: Properly initialize mode and uid for file and directory objects.
server: Don't use the cached file mode when setting the security descriptor.
winegcc: Add support for building fake modules.
makefiles: Add rules for building fake modules.
makefiles: Add rules for installing fake modules.
setupapi: Copy the pre-compiled fake dll files instead of generating them if possible.
wine.inf: Specify the source module for 16-bit fake dlls.
kernel32: Don't wait for wineboot once the process is no longer running.
kernel32: Use a longer wineboot timeout for the initial prefix creation.
ole32/tests: Avoid infinite waits in tests.
ole32/tests: Don't release the token object since it doesn't have a proper ref count.
advapi32: Fix sid pointer calculation in LsaLookupNames2.
comctl32/tests: Fix a number of listview message test failures.
comctl32/tests: Fix the property sheet tests on older Windows versions.
ddeml: Fix packing of the thunk structure.
msvideo: Fix packing of the thunk structure.
rpcrt4: Assign a unique id to the connection instead of changing it for each message.
ole32/tests: Skip a string that may not round-trip in all codepages.
userenv/tests: Don't use string debugging functions for non-debug usage.
tests: Make wine_dbgstr_w available in test.h for all tests.
advapi32/tests: Use the global wine_dbgstr_w instead of a local variant.
gdiplus/tests: Use the global wine_dbgstr_w instead of a local variant.
hlink/tests: Use the global wine_dbgstr_w instead of a local variant.
jscript/tests: Use the global wine_dbgstr_w instead of a local variant.
kernel32/tests: Use the global wine_dbgstr_w instead of a local variant.
mlang/tests: Use the global wine_dbgstr_w instead of a local variant.
mshtml/tests: Use the global wine_dbgstr_w instead of a local variant.
mstask/tests: Use the global wine_dbgstr_w instead of a local variant.
msxml3/tests: Use the global wine_dbgstr_w instead of a local variant.
shdocvw/tests: Use the global wine_dbgstr_w instead of a local variant.
urlmon/tests: Use the global wine_dbgstr_w instead of a local variant.
winhttp/tests: Use the global wine_dbgstr_w instead of a local variant.
configure: Rename the --with-libgsm option to follow the normal option naming scheme.
userenv/tests: Don't depend on the Ascii length to find the next env variable.
wrc: Print a warning when encountering utf8 strings in non-utf8 codepage.
msvfw32: Add missing utf8 pragma.
user32: Run the explorer process from the system directory.
Alistair Leslie-Hughes (9):
shdocvw: Add basic support for InPlaceDeactivate.
msxml3: IXMLDOMElement doesn't support IObjectIdentity.
msxml3: Register missing MXXMLWriter interfaces.
mshtml: Implement IHTMLLocation get_href.
msxml3: Support loading windows file paths.
mshtml: Implement IHTMLCurrentStyle_get_visibility.
mshtml: Implement IHTMLStyle get/put borderLeftWidth.
mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth.
mshtml: Implement IHTMLStyle get/put wordSpacing.
Andrew Eikum (14):
gdiplus: Create utility function get_graphics_bounds.
gdiplus: Implement GdipGetVisibleClipBounds.
gdiplus/tests: Add tests for GdipGetVisibleClipBounds.
comctl32: Don't pass unrelated control to UnChanged.
comctl32: Correctly assign focus and default button in property sheet wizards.
user32/tests: Add tests for saving and restoring control focus.
comctl32/tests: Add tests for wizard dialog navigation.
winex11: Support KEYEVENTF_UNICODE in SendInput.
user32: Handle VK_PACKET messages in TranslateMessage.
user32/tests: Add tests for SendInput with unicode.
ole32: Repair leak on error path.
ole32: Allow small block chains with no property.
ole32: Add big block chain to small block chain conversion routine.
user32/tests: Fix input test failure in win9x platforms.
Andrew Nguyen (2):
msvcrt: Remove dead code in wcscpy_s.
user32/tests: Fix some test failures on Windows.
André Hentschel (17):
winecfg: Update German translation.
winemaker: Parse libraries of vcproj-files.
avifil32: Update German translation.
crypt32: Update German translation.
gphoto2.ds: Update German translation.
hhctrl.ocx: Update German translation.
oledlg: Update German translation.
shlwapi: Update German translation.
winhlp32: Update German translation.
comdlg32: Update German translation.
msvfw32: Update German translation.
oleview: Update German translation.
taskmgr: Update German translation.
cmdlgtst: Update German translation.
winemaker: Put the defines in DEFINES instead of CEXTRA.
winemaker: Update manual.
winecfg: Update German translation.
Aric Stewart (1):
winemp3: A fix for security alert CVE-2006-1655.
Aurimas Fišeras (1):
winecfg: Update Lithuanian translation.
Austin English (1):
ntdll: Quiet a noisy fixme.
Austin Lund (2):
user32/tests: Added tests for infinite WM_PAINT loop.
user32/tests: Remove superfluous code from WM_PAINT loop test.
Cheer Xiao (1):
winecfg: Update Chinese translation.
Damjan Jovanovic (1):
include: Add a basic sti.h.
Dmitry Timoshkov (2):
user32: Return 0 from DefDlgProc and dialog loop for invalid dialog handles.
winex11.drv: Handle failure of XcursorImageCreate.
Dylan Smith (34):
richedit: Implement ME_DITypesEqual using a switch statment.
richedit: Remove header function declarations with no definition.
richedit: Use richedit class string macros from public headers.
richedit: Add closing actions for IRichEditOle_fnInsertObject.
richedit: Added missing style releases.
wordpad: Use richedit class string macro from public headers.
richedit: Update paragraph on saved cursor when inserting table start.
richedit: Make the ME_GetCursorOfs function more flexible.
richedit: Added function to get selection cursors in order.
richedit: ME_GetTextW must use source and destination lengths.
richedit: Improve efficiency of ME_IsCandidateAnURL.
richedit: Created functions to move between runs and track paragraphs.
richedit: Add helpers for setting cursor to start/end of text.
richedit: Use ME_Cursor instead of offsets for ME_GetCharFormat.
richedit: Use ME_Cursor instead of offsets for ME_SetCharFormat.
richedit: Use ME_Cursor instead of offsets for ME_GetTextRange.
richedit: Fixed regression in ME_SetCharFormat.
richedit: Modified ME_MoveCursorsChars to move multiple chars.
richedit: Use ME_Cursor instead of offsets for ME_UpdateLinkAttribute.
richedit: Use ME_Cursor instead of offsets for copying text.
richedit: Use ME_Cursor instead of offsets for ME_CharFromPos.
richedit: Removed ME_InsertRun since it uses character offsets.
richedit: Replace offsets arg with ME_Cursor for ME_InternalDeleteText.
richedit: Use ME_Cursor instead of offsets for stream out functions.
richedit: Use ME_MoveCursorChars in ME_FindText to find relative offset.
richedit: Fixed check for nOffset at the end of the cursor's run.
wordpad: Use smaller cbSize for REBARBANDINFOW for compatibility.
winedbg: Prevent syntax error for setting all debug channels.
winedbg: Remove unused tokens in grammer file.
winedbg: Correct header for virtual memory mapping for end address.
winedbg: Fixed syntax of set command in man pages.
winedbg: Properly end non-formatted text in man page.
winedbg: Make limitations of set command clearer in man page.
include: Add missing declarations and definitions to wincon.h.
Francois Gouget (6):
taskmgr: Remove spaces before '\n'.
setupapi: Remove a space before an ellipsis.
Assorted spelling fixes.
windowscodecs: Add a trailing '\n' to a FIXME().
comctl32/tests: Add a trailing '\n' to ok() calls.
gdiplus/tests: Add a trailing '\n' to an ok() call.
Frédéric Delanoy (2):
winecfg: Update French translation.
wineconsole: Fix French translation.
Henri Verbeet (40):
wined3d: Properly handle negative loop step in shader_glsl_loop().
wined3d: Detect EXT_provoking_vertex.
wined3d: Use EXT_provoking_vertex to match Direct3D's provoking vertex convention.
wined3d: Return ~0U for wined3d_log2i(0).
wined3d: Get rid of the unused vbo_mode setting.
wined3d: Handle GetData() on event queries that aren't started yet.
wined3d: Correctly check for luminance bumpmap parameters in shader_generate_glsl_declarations().
wined3d: Fix the type of the shader_reg_maps bitfields.
wined3d: Make the "texcoord" shader_reg_maps member a bitmap.
wined3d: Make the "temporary" shader_reg_maps member a bitmap.
wined3d: Fix swapchain draw buffer cleanup.
wined3d: Make the "address" shader_reg_maps member a bitmap.
wined3d: Make the "labels" shader_reg_maps member a bitmap.
wined3d: Make the "bumpmat" shader_reg_maps member a bitmap.
wined3d: Make the "luminanceparams" shader_reg_maps member a bitmap.
wined3d: Don't make wgl calls from under the GL lock.
wined3d: Remove some unused fields from struct wined3d_gl_info.
wined3d: Remove the redundant vs_nv_version and ps_nv_version fields from struct wined3d_gl_info.
wined3d: Recognize GL_VENDOR "Tungsten Graphics, Inc." as VENDOR_MESA.
wined3d: Escape GL strings with debugstr_a() in IWineD3DImpl_FillGLCaps().
wined3d: Add a separate function for guessing the vendor.
wined3d: Add a separate function for parsing the GL version.
wined3d: Add a separate function for guessing the driver version.
wined3d: Add a separate function for guessing the card.
wined3d: Make RTL_READTEX the default rendertarget locking method.
wined3d: Don't use a start index higher than MAX_COMBINED_SAMPLERS - 1 in device_map_vsamplers().
wined3d: Check the correct vertex sampler in device_unit_free_for_vs().
wined3d: Use WINED3D_UNMAPPED_STAGE in some more places.
wined3d: Remove a redundant IWineD3DDeviceImpl_MarkStateDirty() call.
wined3d: Replace find_clip_texcoord() with a generic function for finding a free input register.
wined3d: Make use_vs() safe to call from IWineD3DDeviceImpl_FindTexUnitMap().
wined3d: Try to force a top-left filling convention.
wined3d: Rename some GLSL instruction handlers.
wined3d: Pass the context's gl_info to state handlers.
wined3d: Hide WINED3DFMT_R16G16B16A16_UNORM again.
wined3d: Mark the correct state dirty.
wined3d: Add a state handler for WINED3DRS_DEBUGMONITORTOKEN.
wined3d: Don't check for a "representative" in the MarkStateDirty() functions.
wined3d: Properly check if an attribute is used in IWineD3DDeviceImpl_ProcessVertices().
wined3d: Properly check if an attribute is used in TRACE_STRIDED.
Huw Davies (6):
include: Add ALIGNM2 format character.
rpcrt4: Add support for FC_ALIGNM2.
widl: Add a structure packing command line option.
include: Remove const from [out] parameter.
widl: A structure that contains an embedded interface ptr in an array is a BOGUS_STRUCT.
widl: The alignment written for USER_MARSHAL types is the wire-type alignment.
Jacek Caban (29):
shdocvw: Check GetContainer result before setting new container.
mshtml: Added IHTMLLocation::get_pathname implementation.
mshtml: Call stop_binding before releasing binding object.
mshtml: Moved TASK_PARSECOMPLETE to nsIMutationObserver::EndLoad.
mshtml: Added support for partial reads in read_stream_data.
mshtml: Added IBindStatusCallback::OnResponse implementation.
mshtml: Use correct macro in HTMLInputTextElement::get_value.
mshtml: Don't write null byte in IPersist*::Save functions.
mshtml: Call IDocHostUIHandler::TranslateUrl from OnURIOpen.
mshtml: Ignore DOCUMENT_TYPE_NODE nodes in nsnode_to_nsstring.
mshtml: Added IHTMLElement::get_outerHTML implementation.
mshtml: Parse post data in channelbsc_set_channel.
jscript: Added missing port.h includes.
msxml3: Optimize bstr_from_xmlChar implementation.
dbghelp: Improved arena allocation in pool_alloc.
dbghelp: Fixed buffer overflow in stabs_parse.
dbghelp: Use symt_get_name directly in stabs_pts_read_aggregate.
dbghelp: Check for NULL adt before using it in stabs_pts_read_aggregate.
mshtml: Disable spell checker.
mshtml: Moved parse_post_data to GetBindInfo.
urlmon: Added IWinInetHttpInfo stub implementation to BindProtocol object.
urlmon: Fixed report_data for recursive calls.
urlmon: Fixed bscf for ReportData after mime verification call.
urlmon: Check FLAG_ALL_DATA_READ first in protocol_read.
urlmon: Added more protocol tests.
msxml3: Return xmlnode object from create_basic_node.
msxml3: Store xmlnode object in domelem.
msxml3: Store xmlnode object in domdoc.
mshtml: Code clean up.
Jeff Latimer (1):
ws2_32/tests: Tests for invalid conditions in InetNtop.
Jesse Litton (1):
dbghelp: Don't double memory allocation on every add.
Juan Lang (24):
secur32: Implement QueryContextAttributes for SECPKG_ATTR_CONNECTION_INFO.
wintrust: Correct alignment for 64-bit.
rsaenh: Implement importing PLAINTEXTKEYBLOBs.
rsaenh: Implement exporting PLAINTEXTKEYBLOBs.
crypt32: Don't free a certificate that hasn't been removed from its store.
wininet: Fix memory leak querying proxy settings.
wininet: Implement proxy-related per-connection option queries.
include: Add INTERNET_DIAGNOSTIC_SOCKET_INFO definitions.
wininet: Partially implement InternetQueryOption for INTERNET_OPTION_DIAGNOSTIC_SOCKET_INFO.
iphlpapi: Set adapter name in GetAdaptersAddresses.
wcmd: Only execute non-empty commands.
ws2_32: Add AF_IRDA to the address family map.
ws2_32: Add af_irda.h.
ws2_32: Test for linux/irda.h.
ws2_32: Allow binding to IrDA sockets if IrDA support is compiled in.
ws2_32: Implement ws_sockaddr_ws2u for AF_IRDA.
ws2_32: Implement ws_sockaddr_u2ws for AF_IRDA.
ws2_32: Add debug support for IrDA addresses.
ws2_32: Implement getsockopt(SOL_IRLMP, IRLMP_ENUMDEVICES).
shdocvw: Support URLs passed by reference in WebBrowser_Navigate2.
wine.inf: Add a fake DLL entry for windowscodecs.dll.
rpcrt4: Allow Annotation to be NULL.
ole32: On big endian machines, copy strings to little endian order without mucking with the map they're stored in.
ole32: Correct byte count.
Jörg Höhle (5):
d3d9/tests: Detect empty graphics driver name.
cmd: Fix German typo.
winecfg: Fix German typo.
wined3d: Check GL_SUPPORT prior to an ARB occlusion call.
d3d9/tests: SetAutoGenFilterType tests.
Kai Blin (2):
secur32: Load Negotiate provider again.
secur32: Revert "secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials".
Louis Lenders (1):
windowscodecs: Add version resource.
Luca Bennati (4):
appwiz.cpl: Add Italian translation.
winecfg: Update Italian translation.
notepad: Update Italian translation.
wininet: Update Italian translation.
Maarten Lankhorst (1):
includes: Make vmrender.idl C++ friendly.
Marcus Meissner (4):
winebuild: Added missing close.
wrc: Handle "no files == stdin".
fnt2bdf: Fixed 2 resource leaks.
winemenubuilder: Check for NULL allocation (Coverity).
Michael Karcher (5):
ntdll/tests: Implement tests for data execution prevention.
server: Don't report LOAD_DLL debug event for exe module.
ntdll: Add ProcessExecuteFlags handling to NtQueryInformationProcess.
ntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows programs that didn't enable DEP.
ntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
Michael Stefaniuc (8):
winecfg: Update the Romanian translation.
notepad: Update the Romanian translation.
wininet: Update the Romanian translation.
appwiz.cpl: Update the Romanian translation.
winspool.drv: Add the Romanian translation.
oleacc: Add the Romanian translation.
shdoclc: Add the Romanian translation.
winhlp32: Add the Romanian translation.
Mike Kaplinskiy (8):
ntdll/tests: Test NtCancelIoFileEx, if present.
ws2_32/tests: Fix the last failures on NT4/2000.
ntdll/tests: Fix NtWriteFile checks.
server: Change cancel_async to take an optional iosb and only_thread.
ntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
kernel32: Implement CancelIoEx.
ntdll/tests: Test NtCancelIoFile(Ex).
ws2_32/tests: Test connecting a pending accept socket.
Nikolay Sivov (6):
comctl32/listview: Some tests to show we don't handle WM_SETREDRAW right.
comctl32/treeview: Fix some test failures on XP and higher.
comctl32/treeview: Fix test failure on Vista.
comctl32/listview: Block redrawing entirely after WM_SETREDRAW wParam=FALSE.
comctl32/tab: Check destination pointer for NULL in TCM_GETITEM handler.
comctl32/tab: Init TCITEM fields in TCM_GETITEM when invalid index passed.
Owen Rudge (6):
comctl32/tests: Move v6 test initialisation routines into separate file.
include: Define interface for comctl32 v6 (IImageList).
include: Add SHGetImageList and its flags to shellapi.h.
uuid: Add IImageList (commoncontrols.h).
comctl32/tests: Add basic test for IImageList using SHGetImageList.
comctl32: Add stubs for image list functions introduced in Vista.
Paul Vriens (1):
jscript: Add some Dutch translations.
Piotr Caban (22):
jscript: Lookup global members after script_disp.
jscript: Fixed var handling.
jscript: Added $ handling to String.replace.
jscript: Inherit some String functions from Object.
jscript: Inherit some RegExp functions from Object.
jscript: Inherit some Number functions from Object.
jscript: Fixed Object.toLocaleString implementation.
jscript: Inherit some Date functions from Object.
jscript: Inherit some Boolean function from Object.
jscript: Inherit some Array functions from Object.
jscript: Inherit some Error functions from Object.
jscript: Inherit some Function functions from Object.
jscript: Added RegExp.source implementation.
jscript: Inherit Math from Object.
jscript: Added Boolean's function lengths test.
jscript: Fixed Number's function lengths.
jscript: Fixed String's function lengths.
jscript: Fixed RegExp's function lengths.
jscript: Fixed Date's function lengths.
jscript: Fixed Array's function lengths.
jscript: Fixed Math's function lengths.
jscript: Fixed Object's function lengths.
Rein Klazes (6):
comdlg32: In the file dialog change the position of the file browser when the application changes that of the invisible listbox control.
comdlg32/tests: Fix some test failures on Win95 and NT4.
user32: Fix a bug in computing the maximum depth of a branch in a menu hierarchy.
advapi32: SetEntriesInAclW() should accept account name "CURRENT_USER".
winecfg: Let the user specify the drive letter of a to be added drive.
user32: Handle WM_PRINTCLIENT message in PopupMenuWndProc().
Rico Schüller (5):
wined3d: Fix some checkGLcalls.
d3d10: Add annotation skipping.
d3d10: Add ID3D10EffectConstantBufferVtbl.
d3d10: Implement GetConstantBufferByName.
d3d10: Implement GetConstantBufferByIndex.
Roderick Colenbrander (1):
wined3d: Get rid of two dead render target lock mode options.
Stefan Dösinger (1):
wined3d: Use 50 chars for register names in texm3x3* functions.
Stefan Leichter (4):
advapi32: Add stub for SaferGetPolicyInformation.
ntoskrnl.exe: Add stub for IoQueryDeviceDescription.
kernel32: Test GetPrivateProfileString with empty string as key and section.
ntoskrnl.exe: Stub for IoReportResourceUsage.
Sunil Mohan (1):
oleaut32: Fix SLTG_ReadString to null terminate.
Tony Wasserka (7):
ddraw: Add DDSD_DEPTH to ddraw.h.
windowscodecs: Add stubs for the IWICStream interface.
windowscodecs: Add IWICStream_InitializeFromMemory implementation.
windowscodecs: Support reading from memory streams in IWICStream.
windowscodecs: Support writing to memory streams in IWICStream.
windowscodecs: Support Seek for memory streams in IWICStream.
windowscodecs: Support Stat for memory streams in IWICStream.
Vincent Povirk (63):
include: Add more pixel formats to wincodec.idl.
windowscodecs: Add support for BI_BITFIELDS compressed BMP files.
include: Add IWICStream to headers.
windowscodecs: Fix copy_pixels when Y != 0.
gdiplus: Remove an unnecessary picture reference in GdipSaveImageToFile.
include: Add definitions needed for WIC bitmap encoding.
windowscodecs: Add stub BMP encoder.
windowscodecs: Implement Initialize for BMP encoder.
windowscodecs: Implement CreateNewFrame for BMP encoder.
windowscodecs: Implement Initialize for the BMP frame encoder.
windowscodecs: Implement SetSize for the BMP frame encoder.
windowscodecs: Implement SetPixelFormat for BMP frame encoder.
windowscodecs: Implement SetResolution for BMP frame encoder.
windowscodecs: Implement WritePixels for BMP frame encoder.
windowscodecs: Implement Commit for BMP frame encoder.
windowscodecs: Implement Commit for BMP encoder.
windowscodecs: Implement WriteSource for BMP frame encoder.
windowscodecs: Register all formats supported by the BMP decoder.
include: Add definitions needed for WIC pixel format conversion.
windowscodecs: Add stub implementation of WICStandardFormatConverter.
windowscodecs: Implement conversion from 32bppBGR to 32bppBGRA.
windowscodecs: Implement GetSize/Resolution for default format converter.
windowscodecs: Implement GetPixelFormat for default format converter.
windowscodecs: Implement conversion to 32bppBGR.
windowscodecs: Add stub implementation of IWICFormatConverterInfo.
windowscodecs: Register the default pixel format converter.
windowscodecs: Implement WICConvertBitmapSource.
windowscodecs: Implement conversion from 16bppBGR555 to 32bppBGRA.
windowscodecs: Implement conversion from 16bppBGR565 to 32bppBGRA.
windowscodecs: Implement conversion from 1bppIndexed to 32bppBGRA.
windowscodecs: Implement conversion from 24bppBGR to 32bppBGRA.
windowscodecs: Implement conversion from 4bppIndexed to 32bppBGRA.
windowscodecs: Implement conversion from 8bppIndexed to 32bppBGRA.
windowscodecs: Add a WARN message when CreateDecoderFromStream fails.
windowscodecs: Add test for pixel format conversion.
windowscodecs: Add stub GIF decoder.
windowscodecs: Register the GIF decoder.
windowscodecs: Implement Initialize for the GIF decoder.
windowscodecs: Implement GetFrameCount and GetFrame for the GIF decoder.
windowscodecs: Implement GetSize for the GIF decoder.
windowscodecs: Implement CopyPalette for the GIF decoder.
windowscodecs: Implement CopyPixels for GIF decoder.
oleaut32: Use WIC to decode gif files.
windowscodecs: Implement GetContainerFormat for the GIF decoder.
windowscodecs: Implement GetDecoderInfo for the GIF decoder.
gdiplus: Add a test for drawing to application-provided memory.
oleaut32: Add test for INT and UINT property return values.
oleaut32: Map INT and UINT typedesc's to VT_I4 and VT_UI4.
gdiplus: Store the codec information and functions in a single structure.
gdiplus: Implement GdipGetImageDecoders[Size].
gdiplus: Only attempt to encode if the Encoder flag is set.
gdiplus: Add codecs for the image formats we can currently decode.
gdiplus: Do not call IPicture_Render directly from GdipDrawImageI.
gdiplus: Remove an ipicture reference in GdipCreateBitmapFromStream.
windowscodecs: Add stub ICO decoder.
windowscodecs: Implement Initialize for the ICO decoder.
windowscodecs: Implement GetFrameCount and GetFrame for the ICO decoder.
windowscodecs: Implement GetSize for the ICO decoder.
windowscodecs: Implement CopyPixels for 8-bit ICO icons.
windowscodecs: Implement CopyPixels for 24-bit ICO icons.
windowscodecs: Implement CopyPixels for 4-bit ICO icons.
windowscodecs: Implement CopyPixels for 1-bit ICO icons.
windowscodecs: Implement CopyPixels for 32-bit ICO icons.
Vitaliy Margolen (10):
dinput: Move axes mapping array and default dead-zone into generic joystick class.
dinput: Move axes count into base joystick class.
dinput: Move setup_dinput_options into common place.
dinput: Rename device axes to direct input axes mapping array to dev_axes_to_di.
dinput: Evdev joystick driver - add ability to remap axis.
dinput: Let driver specify default axis mapping.
dinput: Set default joystick axes mapping for evdev.
dinput: Expand joydev joystick discovery to query joystick name as well.
dinput: Get default axes configuration from the device for joydev.
dinput: Fix evdev POV mapping.
Vladimir Pankratov (6):
shdocvw: Fix format parameter type.
hhctrl.ocx: Handle NULL param.
mshtml: Implement OmNavigator_get_appName.
mshtml: Add test for OmNavigator_get_appName.
winecfg: Update Russian translation.
wininet: Update Russian translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.27 is now available.
What's new in this release (see below for details):
- New version of the Gecko engine.
- New GSM 06.10 codec support.
- Improved support for the disk volume APIs.
- Support for XShm pixmaps for better performance.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.27.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.27.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.27:
3231 ListView: column reordering not implemented
3912 incorrect RGBQUAD struct declaration causes link error
4214 Unsupported 2007 WGL Attribute in Second Life 1.8.0.9
4304 Metatrader: Double clicking to change table values doesn't work
5068 Secondlife will not log in with the Alsa driver turned on and OSS driver turned off
6217 Alien Shooter runs slow
6936 eMule uses 40% CPU when idle permanently, independent of CPU speed
7701 rakuscan.exe (IP Scanner for Konica-Minolta copiers) fails to run
7796 Knight Rider doesn't run
8345 Syberia - Game runs but everything is black
8382 wine is looking in wrong folder for Theme Hospital Setup
8422 2xExplorer fails to start
8770 Warcraft III freezes in BN ladder games after a few seconds/minutes (ATI)
9152 Unimplemented function ntdll.dll.RtlGetCompressionWorkSpaceSize
9711 Quake Wars mouse wheel scrolls twice instead of once
10465 Radmin viewer 3.1: "Arrange Icons" action does not work in main viewer window
10512 Project Visitor: Installs OK but crashes when run
10518 Alpha Centauri crashes on launch with ALSA sound
10532 Paint Shop Pro 9: Open dialog box buttons are a mess
10692 Dragon NaturallySpeaking 9 - Dictation Box cannot copy/paste
10695 Music in Age of Wonders 2 demo causes buzzing sound in left stereo channel
10912 start command does not support /B option
10916 TreeView: Eclipse crashes on startup
10957 CreateFile doesn't work for devices
11031 Age of Empires III exits silently
11054 Missing GdipNewPrivateFontCollection and GdipGetDpiX functions
11193 Instan-t Messenger 5.0 BETA crashes after a few minutes
11952 Display problem with Notepad++ 4.8.2
12048 coreftp hangs after connecting to a ftp site
12197 Final Liberation fails with "numDisplayModes Failed" message
12483 Rosetta Stone V3 will not install
12519 Yahoo! Widget Engine version 4.5 wont start
12609 Silent Hill 2: random slow down
12751 Sibelius 4, line-breaks, text overlap
12980 Bioshock 1.0 crash on startup with "unhandled exception"
13039 SkyMap Pro: Help font size is unreadable. Too small.
13279 TrendyFlash Site Builder 1.0 requires urlmon stubs
13288 Ventrilo requires the GSM 6.10 codec
13316 Strong DC++ does not auto scroll chat window
13350 Vim menu text overlaps itself [dogfood]
13449 Art is Dead crashes when loading the first level
13562 rpg maker vx crashing when the menu is clicked
13857 winword 97 100% cpu splash
13867 WinSCP: Background transfer queue doesn't refresh/update automatically (dogfood)
13993 MathCAD 2001: crashes while installing
14004 Flickering/Flashing Menu Screen in Steam games
14223 Homeworld 2 fails to start
14244 Wine ignores StringFormat alignment
14610 Stata crashes when trying to start help (window)
14783 Cannot closed WMP 9 after minimizing.
15048 BabasChess requires GdipCreateHatchBrush
15122 Clipboard functions don't work in console applications
15194 cmd.exe doesn't support for 2>&1 style redirection
15282 Microsoft Office Excel 2007: Recording Macros doesn't work
15398 The Journeyman project 3 crashes on exit
15533 iTunes 8.0 fails to install
15801 DietPower 4.4, wine crashes when food log window is closed
15903 Sibelius 3: list box items with graphics are drawn incorrectly
16166 Google Sketchup 7 display often corrupt until you click on it
16488 "Tools / Google Earth / Get Current View" crashes Google Sketchup 7
16627 Sword of the Stars: command-and-control units do not display last digit in fleet management
16631 Liquid War 6: Fails to start.(dogfood)
16650 Melodyne Studio demo crashes on startup
16707 regedit: "Type" column resize and redraw is not working properly
16796 Implement mssign32.dll
16810 MT4(MetaTrader) two bugs
16853 Sword of the Stars: crashes on entering main game screen.
16961 Videos in The Neverhood are broken
16997 lotro: symbols above NPC's are totally black as is fog
17111 Construct 0.98.6
17145 'wrong version of assembly manifest', ok, but which is the right one?
17202 Segmentation fault in Call of Cthulhu
17220 Lightbox Plus image editor freeze after few minutes
17256 Two mshmtl regressions in Vdownloader
17267 World of Warcraft 3.0.8a: No input in main game area
17456 Implement windows firewall
17673 PDF-XChange Viewer ver 2.0: pages navigation toolbar corrupted
17696 Skype 4 setup fails to recognise downloaded .msi
17748 PhotoPhiltre - Open picture dialog too small
17886 Toolbar flicker (TB_HIDEBUTTON always redraws)
17912 Various visual glitches on Last Remnant
18034 RA3 Uprising crash at the beginning of campaign: The TALE of YURIKO
18051 winamp doesn't run
18214 winboard 4.2.7b -- ICS client doesn't have horizontal scrollbars
18239 regedit should remember the last key open
18282 Tom Clancy's EndWar: selected unit "circle" is not rendered right
18409 Missing text in the license area text while intaling Windows Live messenger 8.1
18413 Teamviewer can`t connect with File Transfer
18504 ToolTip doesn't hide
18510 Microsoft .Net 20 SP1 Installer's text is unreadable
18612 AutoGK 2.55 crashes on close
18674 Exception EAccessViolation in module tralih.exe
18675 GuildWars tries to repair the data archive on every start.
18681 Can not accept license for Adobe CS4 installers
18704 PureEdge Viewer (ICS Viewer) 6.0 interface is inappropriately rendered with scroll bars
18871 Various Ogre demos crash on exit in D3D9 mode
18897 Metatrader 4: Quotes Table cells not aligned
18997 Warcraft 3 1.23 crashes after remaining one minute in a Battle.net chat room.
19121 F1 Challenge 99-02: 3D graphics seems completely broken
19132 winebrowser: when URL is passed as file://url with anchor or query included it fails to open
19219 EVE crashes with a page fault
19240 Full Tilt Poker exits silently
19260 Starfleet Command - entire display flickers strobe-like in-game
19315 Call Of Duty 4 - graphical glitches (post-processing works intermittently)
19349 Crash in Xenu 1.3c when prompting for a username and password
19351 RootsMagic 4 installer hangs while downloading place database
19387 Command and Conquer 3 Uprising doesn't work anymore
19393 Word & Excel 2007 scrollbar background/arrow buttons are wrong color, changes based on size
19396 Blitzin2: Auto-vscroll not working
19398 runes of magic fails to load game world
19406 Battlefield heroes - can't connect to game server
19412 Red Alert 3: fails to render a character
19429 WideCharToMultiByte: Incorrect conversion of "default character"
19456 Mount Manager crashes with optical discs since commit 15acd35
19470 Wine shouldn't assume the default visual supports GLX
19509 CounterStrike Source: Texture smear w/ level set to DirectX 9.0
19537 Sonos 3.0 dies after first step in setup wizard
19556 GdipAddPathPieI forwards to itself
19564 Guitar Hero World Tour crashes in secur32
19610 Eclipse exits on load with X Error
----------------------------------------------------------------
Changes since 1.1.26:
Aled Hughes (1):
comctl32/toolbar: Avoid unnecessary invalidation on TB_HIDEBUTTON.
Alexander Nicolaysen Sørnes (3):
mshtml: Update Norwegian Bokmål translation.
setupapi: Update Norwegian Bokmål translation.
wininet: Update Norwegian Bokmål translation.
Alexandre Julliard (35):
winecfg: Fix quote characters in English resource.
Convert English resources to UTF-8 where necessary.
mountmgr: Create a separate structure for disk device information, independent from the DOS drive.
mountmgr: Create a separate structure for volume information.
mountmgr: Add support for setting the drive UUID instead of having it always hardcoded.
mountmgr: Retrieve the volume uuid through HAL/DiskArbitration when creating a device.
mountmgr: Always set the mount point id as a separate step from the mount point creation.
kernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist.
mountmgr: Add support for creating volumes without an associated drive.
mountmgr: Create volumes for non-removable volumes reported by HAL/Disk Arbitration.
ole32/tests: Avoid depending on the heap allocation order for the CoGetObjectContext test.
winhttp: Avoid casting away const.
mountmgr: Rename the DOS drive mount field for symmetry with the volume structure.
mountmgr: Optionally update the drive mount point in set_volume_info.
mountmgr: Add a helper function to update symlinks.
mountmgr: Use set_volume_info to update the volume when creating a new drive.
mountmgr: Set the drive letter at creation time.
mountmgr: Better reuse of existing devices.
mountmgr: Add ref counting for volume objects.
mountmgr: Try to match and reuse volumes when creating/updating a drive.
mountmgr: Return a copy of the strings in query_dos_device.
mountmgr: Protect the device structures with a critical section.
shell32/tests: Create our own temp directory to make sure it's not the Windows directory.
libwine: Fix the wctomb validity check for codepages where the default chars don't convert to each other.
winemenubuilder: Reduce memory usage for string copies.
kernel32: Fetch more information from the DosDevices directory for QueryDosDevice.
shell32/tests: Fix a couple of failures on Win9x and NT4.
mountmgr: Increment the volume refcount in functions that return a volume.
mshtml: Never try to unload the Gecko libraries.
ntdll: Don't free low address space for large address aware applications.
ntdll: Ignore activation context entries that don't specify a path.
kernel32/tests: Add one more possible error code.
comctl32/tests: Fix some test failures on older versions.
ntdll: Don't switch from small to large block when HEAP_REALLOC_IN_PLACE_ONLY is specified.
make_makefiles: Fix handling of .mc files.
Alistair Leslie-Hughes (4):
shlwapi: Correct AssocCreate and tests.
mshtml: Add missing interfaces.
gdiplus: Add GdipRecordMetafileI stub.
shlwapi: Correct AssocCreate tests.
Andrew Nguyen (4):
gdi32: Fix the type of a few return values.
wine.inf: Add a fake DLL for dinput8.
user32/tests: Test the behavior of DialogBoxParamA with dialog procedure window destruction.
kernel32: Revise SetThreadIdealProcessor to return success.
Andrew Talbot (1):
ddraw: Constify some variables.
André Hentschel (7):
jscript: Add German translation.
shell32: Fix German folder names.
jscript: Update German translation.
wininet: Update German translation.
jscript: Update German translation.
comctl32: Stop flicker when drawing themed and draw the correct image smoothly.
jscript: Update German translation.
Aric Stewart (4):
mpr: Update Japanese resource.
appwiz: Update Japanese resource.
imm32: Stub implementation of ImmDisableTextFrameService.
gdi32: Ensure child fonts have names.
Aurimas Fišeras (6):
Various small Lithuanian translation fixes.
jscript: Add Lithuanian translation.
jscript: Update Lithuanian translation.
wininet: Update Lithuanian translation.
jscript: Update Lithuanian translation.
jscript: Update Lithuanian translation.
Austin English (7):
notepad: English resource fixes.
shell32: Adjust shell folders to more closely match Windows.
shell32: Fix English folder names.
wineinstall: Ask about installation before running configure.
start: Handle /B & /I options.
userenv: Add a stub for LoadUserProfileW.
wine.inf: Add HKCU\AppEvents\Schemes registry key.
David Adam (9):
d3dx9: Fix D3DXVec2TransformCoord to make tests pass in Windows.
d3dx9: Fix D3DXVec3TransformCoord to make tests pass in Windows.
d3dx9: Fix D3DXVec4Normalize to make tests pass in Windows.
d3dx9: Fix D3DXMatrixStack_LoadMatrix to make tests pass in Windows.
d3dx9: Fix D3DXMatrixStack_MultMatrix to make tests pass in Windows.
d3dx9: Fix D3DXMatrixStack_MultMatrixLocal to make tests pass in Windows.
d3dx9: Fix D3DXMatrixStack_RotateAxis to make tests pass in Windows.
d3dx9: Fix D3DXMatrixStack_RotateAxisLocal to make tests pass in Windows.
d3dx9: Add forgotten copyrights.
Davide Pizzetti (1):
clock: Updated Italian translation.
Dmitry Timoshkov (5):
user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT.
user32: Draw the whole button only if requested.
gdi32: Some fonts have a broken last segment of cmap4 table, avoid a crash in that case.
gdi32: Use a better heuristics for tmWeight.
user32/tests: Use symbol charset when creating Marlett font.
Dylan Smith (7):
richedit: Properly restore style after end of rtf group.
richedit: Added missing return to ME_EnsureVisible.
richedit: Scrollinfo stored as 16-bit values externally.
richedit: Handle NULL buffer or 0 buffer length in ME_GetTextEx.
richedit: Prevent buffer overflows in WM_GETTEXT.
richedit: Prevent using uninitialized nAvailWidth in initialization.
richedit: Avoid comparing padding in cursor structures on memcmp.
Erich Hoover (1):
winealsa.drv: Re-allow fallback to waveout (regression in dsound).
Francois Gouget (4):
shell32: Add a trailing '\n' to a WARN().
taskmgr: Remove space before ellipsis.
appwiz.cpl: Make sure we have a space before the ellipses in Slovenian resources.
notepad: Remove spaces before '\n'.
Frédéric Delanoy (7):
kernel32: Update French translation of error messages.
notepad: French resources fixes.
jscript: Add French translation.
jscript: Update French translation.
wininet: Update French translation.
jscript: Update French translation.
jscript: Update French translation.
Gerald Pfeifer (1):
winhttp: Include <sys/socket.h> from winhttp_private.h. Remove now redundant inclusion from request.c.
Hans Leidekker (21):
wininet: Correct handling of redirected HEAD requests.
wininet: Release the request in WININET_GetProxyServer and WININET_SetProxyAuthorization.
wininet: Don't leak the proxy username and password in WININET_SetProxyAuthorization.
wininet: Prepare for showing a regular authentication dialog.
wininet: Add a regular authentication dialog.
wininet: Use a different pointer for the password in WININET_SetAuthorization.
wininet: Update Dutch translation.
hnetcfg: Add a stub implementation of INetFwMgr.
hnetcfg: Add a stub implementation of INetFwPolicy.
hnetcfg: Add a stub implementation of INetFwProfile.
hnetcfg: Add a stub implementation of INetFwAuthorizedApplication and INetFwAuthorizedApplications.
hnetcfg: Add class factory.
hnetcfg: Register interfaces.
setupapi: Add stub implementations of CM_Get_Device_ID_ListW and CM_Enumerate_Classes.
msi: Fix parsing of integer column width specifiers.
msi: Fix column width calculation.
advapi32: LsaFreeMemory returns NTSTATUS.
advapi32: Factor out lookup of local usernames and well-known SIDs.
advapi32: Add a basic implementation of LsaLookupNames2.
advapi32: Add tests for LsaLookupNames2.
include: Add prototypes for EncodePointer and DecodePointer.
Henri Verbeet (56):
wined3d: Recognize the SM4 log opcode.
wined3d: Skip some unnecessary FBO binds.
wined3d: Remove an unused struct member.
wined3d: Pass NULL to ActivateContext() when we don't need a specific target.
wined3d: Keep track of a context's current render target.
wined3d: Call ModifyLocation on "target" in IWineD3DDeviceImpl_ClearSurface().
wined3d: Get rid of lastActiveRenderTarget in FindContext().
wined3d: Get rid of lastActiveRenderTarget.
wined3d: Remove the useless lastThread field from IWineD3DDeviceImpl.
wined3d: Keep track of a thread's wined3d context.
wined3d: Avoid destroying contexts that are current in another thread.
wined3d: Get rid of getActiveContext().
wined3d: Simplify FindContext() a bit.
wined3d: Move some context selection code from ActivateContext() to FindContext().
wined3d: Try to reuse the thread's current context in FindContext().
wined3d: Don't reuse contexts marked for destruction.
wined3d: Remove some unnecessary code.
wined3d: Get rid of last_device.
wined3d: Explicitly pass the wined3d context to context_apply_draw_buffer().
wined3d: Return the activated context from ActivateContext().
wined3d: get_drawable_size() needs a context.
wined3d: Manage occlusion queries in the context.
wined3d: Manage event queries in the context.
wined3d: Explicitly pass the context to get_drawable_size().
wined3d: Explicitly pass the context to surface_load_ds_location().
wined3d: Get rid of activeContext.
wined3d: Return proper NULLs from CreateContext().
wined3d: Handle destruction of a context's current render target.
wined3d: Use the context's current render target the get the swapchain drawable size.
wined3d: Don't use the GL texture flags to determine if a format is a depth stencil in CheckDepthStencilCapability().
wined3d: Rename WineD3DContext to struct wined3d_context.
wined3d: Don't respecify compressed textures in surface_upload_data().
user32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE messages.
wined3d: Properly calculate GL_TEXTURE_MAX_ANISOTROPY_EXT.
wined3d: Set the initial value of WINED3DTEXSTA_MAXANISOTROPY to 1.
wined3d: Update the WINED3DSAMP_MAGFILTER state even if we didn't recognize the value.
wined3d: Don't disable mipmapping if we lack EXT_texture_filter_anisotropic.
wined3d: Set a more appropriate value for the ANISOTROPIC/NONE min/mip filter.
wined3d: Statically initialize the filter lookup tables.
wined3d: Remove some unused code.
wined3d: Add functions to lookup texture filters.
wined3d: Move texture filter lookup table initialization to basetexture_init().
wined3d: Remove a redundant check from basetexture_get_autogen_filter_type().
wined3d: Get rid of the ANISOTROPIC entry from the filter lookup tables.
wined3d: WINED3DTEXF_NONE only makes sense as a mip filter.
wined3d: Set the WINED3DTEXF_NONE entry in the minification lookup table to GL_NEAREST.
wined3d: Track render_offscreen in the context.
wined3d: Explicitly pass the context to the shader_load_constants() handlers.
wined3d: Call the shader_load_np2fixup_constants() handler directly from inside the shader backend.
winex11.drv: Add support for XShm pixmaps.
wined3d: Explicitly pass the context to the shader_select() handler.
wined3d: Explicitly pass the context to drawStridedSlow().
wined3d: Merge the context->current_rt check for rendertarget readback with the code above.
wined3d: Check the return value of wglDeleteContext() in context_destroy_gl_resources().
wined3d: Fix a condition in record_lights().
winex11.drv: Fallback to X11DRV_SHM_NONE in X11DRV_DIB_DoCopyDIBSection() if dest doesn't match the pixmap.
Huw Davies (12):
include: Add dbccmd.idl.
include: Add dbcses.idl.
include: Add opnrst.idl.
include: Add dbdsad.idl.
include: Add sesprp.idl.
include: Add a missing parameter and fix a few attributes.
include: Add binres.idl.
include: Add crtrow.idl.
include: Remote parameter should be a pointer not an array.
widl: Store the pointer description in the type rather than base type so that it gets re-written when the type is re-written.
msdaps: Initial stub.
include: Add correct structure packing.
Hwang YunSong (5):
cryptui: Updated Korean resource.
shell32: Updated Korean resource.
wordpad: Updated Korean resource.
shdoclc: Updated Korean resource.
appwiz.cpl: Updated Korean resource.
Ismael Barros (1):
dplayx/tests: Host migration when session host leaves.
Jacek Caban (12):
wininet: Code clean up by using heap_strdup* functions.
wininet: Code clean up by using heap_strdup* functions.
textstor.idl: Added more error code declarations.
msctf.idl: Added more interfaces.
mshtml: Added VT_UINT handling to debugstr_variant.
wininet: Explicity delete Content-Length header for gzip encoded connection.
mshtml: Always return hex string in IHTMLBodyElement::get_bgColor.
mshtml: Added IHTMLStyle3::wordWrap property implementation.
mshtml: Call set_ns_editmode in better place.
urlmon: Use one wininet internet handle for all connections.
mshtml: Install Gecko in system directory.
mshtml: Wine Gecko 1.0.0 release.
Jeff Latimer (2):
ws2_32: Add the port to the IPv6 address string if present.
ws2_32: Add the scope_id to the IPv6 address string if present.
John Klehm (1):
wintab32: Add a test for context validation by WTOpen.
Juan Lang (17):
winhttp: Fix crash when proxy bypass is unset.
winhttp: Strip scheme from http_proxy environment variable.
winhttp: Check environment if the registry settings are present but bogus.
winhttp: If the default proxy settings are not found, delete the bogus ones after test.
winhttp: Store send and receive timeouts in request_t, and only set them in a netconn_t if it's connected.
winhttp: Set a socket's timeouts when it's created.
winhttp: Use connection's timeout rather than default timeout when reading a line.
winhttp: Remove calls to SSL_CTX_set_timeout, as they affect the session's lifetime, not the read timeout.
winhttp: Remove no-longer-used #defines.
winhttp: Implement connect timeout.
winhttp: Only output fixme for unhandled resolve timeout.
ws2_32: Add debug support for IPv6 addresses.
crypt32: Fix leak on error path.
secur32: Sanity check handle index before indexing table.
secur32: Implement QueryContextAttributes for SECPKG_ATTR_REMOTE_CERT_CONTEXT.
wintrust: Implement WVTAsn1SpcSpOpusInfoDecode.
secur32: Trace values of SCHANNEL_CRED structure.
Ken Sharp (1):
gdiplus: Add GdipIsVisibleRectI stub.
Ken Thomases (1):
ntdll: For Darwin/Mac OS X, use legacy getdirentries if 64-bit inodes enabled.
Leonid Lobachev (1):
wined3d: Add missing calling convention specifiers.
Luke Benstead (2):
ntdll: Add semi-stub implementation for SystemExecutionState query.
gdiplus: Implement stub for GdipGetImagePalette.
Maarten Lankhorst (7):
Revert "winealsa.drv: Re-allow fallback to waveout (regression in dsound).".
msgsm32.acm: Implement a stub dll.
msgsm32.acm: Add support for format enumeration.
msgsm32.acm: Add support for encoding and decoding.
msgsm32.acm: Also check for gsm/gsm.h.
winecfg: Remove 'emulation' driver option.
winecfg: Hide basic and normal acceleration options by default.
Marcus Meissner (4):
wmc: Duplicate wine_cp_wcstombs check here too (Coverity).
jscript: Initialize val_str to NULL (Coverity).
ws2_32: Fixed buffer size to MultiByteToWideChar.
winhttp: Check for NULL return from heap_alloc (Coverity).
Michael Karcher (2):
ntdll: Fix get_server_context_flags.
ntdll: Fix ProcessExecuteFlag logic.
Mike Kaplinskiy (5):
ws2_32/tests: Test AcceptEx during pending AcceptEx call.
ws2_32/tests: Test closing listener during pending AcceptEx.
ws2_32/tests: Fix test failures on NT4/x86_64.
ws2_32/tests: Fix the last failures on NT4.
ws2_32/tests: Test closing (and CancelIo'ing) accepting socket with pending AcceptEx call.
Nicolas Le Cam (6):
kernel32/tests: Test GetVolumeInformation when current directory is a root directory.
kernel32/tests: Skip GetVolumeInformation test on current directory when running on a root directory.
shell32/tests: Add test for shell links to short path containing double backslashes.
shell32/tests: Fix test on temp paths that have a different long form.
comdlg32/tests: Hardcode expected values when possible.
comdlg32/tests: Fix a failing test on Win2k and below.
Nikolay Sivov (23):
wingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK.
comctl32/listview: LVM_SETITEMSTATE - select all item case tests.
comctl32/listview: Additional tests for LVM_SETITEMSTATE for all items.
comctl32/listview: Handle NULL lParam in LVM_SETITEMSTATE.
comctl32/listview: Set LVIS_FOCUSED for all items with LVM_SETITEMSTATE not allowed.
comctl32/listview: Don't alter selection mark in LVM_SETITEMSTATE.
comctl32/listview: Fix some test failures on comctl32 4.7x.
comctl32/comboex: Use const pointer when possible.
comctl32/treeview: Correct define name.
comctl32/listview: Don't offset to column bound calculating LVIR_LABEL for items.
comctl32/listview: Offset every but LVIR_BOUNDS rectangles to column bound in details view.
gdiplus: Correctly forward to GdipAddPathPie.
comctl32/listview: Respect column order while scrolling columns.
comctl32/listview: Introduce a way to update cached column rectangles from Header.
comctl32/listview: Fix visibility computation in details view.
comctl32/listview: Enable column reordering.
comctl32/listview: Fix comment typo.
comctl32/treeview: Use a common structure for tests (as we use already for others).
comctl32/treeview: Make tests not depend from each other, replace some magics with macros.
comctl32/treeview: Some tests to show edit item label problems.
comctl32/treeview: Handle EN_KILLFOCUS in WM_COMMAND handler.
comctl32/treeview: Use separate pointer for currently edited item.
comctl32/treeview: Check passed handle value in WM_COMMAND handler.
Owen Rudge (5):
shell32: Check if a numerical value has been passed inside quotes in Control_DoLaunch.
shell32: Execute control panel applets in separate process.
shell32: Ensure extraPmts is a valid pointer before checking it.
winhlp32: Ensure win->page is not NULL when selecting Help on Help.
winhlp32: Ensure Open dialog is modal.
Paul Vriens (15):
winecfg: Fix Portuguese (Portugal) translation.
shdoclc: Fix Portuguese (Portugal) translation.
wordpad: Align resources with the English ones.
winhttp/tests: Fix a test failure on some W2K/XP systems.
jscript: Add Dutch translations.
jscript: Add Dutch translations.
wininet: Avoid potential NULL dereferences (Coverity).
gphoto2.ds: Remove an used MENU entry from the resources.
appwiz.cpl: Fix Dutch translations.
xcopy: Add the UTF-8 pragma.
gphoto2.ds: Add the UTF-8 pragma for the Danish resources.
wineboot: Add the UTF-8 pragma for the Dutch resources.
winhlp32: Add the UTF-8 pragma for the Romansh resources.
cmdlgtst: Add the UTF-8 pragma for the Italian resources.
winhlp32: Add the UTF-8 pragma for the Italian resources.
Piotr Caban (26):
jscript: Add Error object stub.
jscript: Add Error_message implementation.
jscript: Add Error_toString implementation.
jscript: Add error throwing functions.
jscript: Throw range errors in Array functions.
jscript: Throw type errors in Boolean functions.
jscript: Throw type errors in Date functions.
jscript: Throw more errors in Date functions.
jscript: Throw TypeError in call_expression_eval.
jscript: Throw errors in Number functions.
jscript: Added Error_description and Error_number stubs.
jscript: Added Error_number and Error_description implementation.
jscript: Add Error_number handling to constructor and error throwing functions.
jscript: Throw 'undefined object' error.
jscript: Throw TypeError in Function_toString.
jscript: Throw error in to_primitive function.
jscript: Throw TypeErrors when _value functions are used as a function.
jscript: Throw SyntaxError in eval function.
jscript: Added "Expected '('" error.
jscript: Added "Expected ')'" error.
jscript: Add "illegal assignment" error.
jscript: Added "Expected ';'" error.
jscript: Throw more SyntaxErrors in parser.
jscript: Added 'unterminated string' error.
jscript: Make compare2_values working with NULL BSTR's.
jscript: Added JSGlobal_parseFloat implementation.
Rein Klazes (10):
user32: Ignore the MFT_BITMAP flag when testing menu items for 'magic' bitmap handles.
user32/tests: Fix for a test failure on win98/NT4.
user32: Put some repeated code for checking and extending of a MENUITEMINFO structure in a separate function.
user32: When setting a menu item, handle MIIM_TYPE flag by setting approriate MIIM_BITMAP, MIIM_FTYPE and MIIM_STRING flags.
user32: Get rid of internal function MENU_SetItemData, use SetMenuItemInfo_common instead.
ws2_32: Do not make the unix file descriptor blocking. Too many places in the socket code assume it is not.
user32: Fail if inserting a submenu would create a loop in the menu hierarchy.
comdlg32: Set MAXTEXTROWS of the toolbar in the file dialog to zero.
user32: When all items in a menu have either a bitmap or text but not both, then texts should be aligned with the bitmaps.
comdlg32: Fix problems in calculation of the size of a file dialog.
Ricardo Filipe (8):
oleacc: Add Portuguese translation.
winedbg: Add Portuguese translation.
winhlp32: Update Portuguese translation and convert to UTF8.
cryptui: Add Portuguese translation.
kernel32: Add Portuguese translation.
jscript: Add Portuguese translation.
wininet: Fix Portuguese translation and convert to UTF8.
regedit: Update Portuguese translation.
Roderick Colenbrander (7):
winex11: Add support for GCs at more depths.
winex11: Make BRUSH_DitherColor independent of the screen_depth.
winex11: Make X11DRV_SetupGCForPatBlt independent of screen_depth.
winex11: XRenderComposite can be inaccurate when scaled x / y source coordinates are passed to it.
wgl: Fix usage of non-GLX visual in glXCreateContext.
winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.
opengl32: Add opengl 3.2 extensions.
Stefan Dösinger (12):
wined3d: Don't activate a context unless we need one.
wined3d: Set the highest dirty marker after marking shader constants dirty.
wined3d: ARB clipplane init needs the helper constant.
wined3d: Only use WINE_normalized_texrect if ARB_texture_np2 is supported.
wined3d: Preload the correct texture location.
wined3d: Enable WINED3DFMT_R16G16B16A16_UNORM.
wined3d: Not all cards support float16 filtering.
ddraw: d3d7 does not support two sided stencil.
wined3d: Watch out about higher constants when clamping ps 1.x consts.
d3d: Filter R8G8B8 in d3d8 and d3d9.
wined3d: Filter WINED3DSTENCILCAPS_TWOSIDED in d3d8.
wined3d: Dirtify the correct state.
Stefan Leichter (4):
advapi32: Fix parameter types of CreateServiceA/W in spec file.
advapi32: Test a combination of CreateServiceA and GetSecurityInfo.
shell32: Make the tests of the value returned from function SHGetFileInfoA more strick, fix wine to pass the tests.
shdocvw: Add stub for SHRestricted2W.
Vincent Beers (1):
winecfg: Fixed Dutch translation.
Vincent Povirk (19):
mapi32: Add version numbers to version resource.
gdiplus: Don't use -escapement angle in GdipDrawString.
gdiplus: Do not draw line-breaking spaces.
gdiplus: Store color key information in ImageAttributes.
gdiplus: Fix rectangles of horizontal and vertical gradients.
gdiplus: Ignore the graphics transforms in GdipGetRegionBounds.
include: Add IWICBitmapDecoderInfo to headers.
windowscodecs: Add stub implementation of IWICBitmapDecoderInfo.
windowscodecs: Implement IWICBitmapDecoderInfo::GetComponentType.
windowscodecs: Implement IWICBitmapDecoderInfo::GetPatterns.
windowscodecs: Implement IWICBitmapDecoderInfo::CreateInstance.
windowscodecs: Implement IWICBitmapDecoderInfo::MatchesPattern.
windowscodecs: Add tests for IWICBitmapDecoderInfo.
windowscodecs: Implement GetDecoderInfo for BMP decoder.
windowscodecs: Implement IWICImagingFactory::CreateComponentEnumerator.
include: Add definitions for CreateDecoderFromStream.
windowscodecs: Implement IWICImagingFactory::CreateDecoderFromStream.
windowscodecs: Add test for IWICImagingFactory::CreateDecoderFromStream.
hhctrl.ocx: Ensure that the topic within MSITStore url's begins with /.
Vladimir Pankratov (55):
clock: Convert the Russian resources to UTF-8.
cmdlgtst: Convert the Russian resources to UTF-8.
notepad: Convert the Russian resources to UTF-8.
oleview: Convert the Russian resources to UTF-8.
progman: Convert the Russian resources to UTF-8.
reg: Convert the Russian resources to UTF-8.
net: Convert the Russian resources to UTF-8.
regedit: Convert the Russian resources to UTF-8.
start: Convert the Russian resources to UTF-8.
taskmgr: Convert the Russian resources to UTF-8.
wineboot: Convert the Russian resources to UTF-8.
view: Convert the Russian resources to UTF-8.
uninstaller: Convert the Russian resources to UTF-8.
winecfg: Convert the Russian resources to UTF-8.
wineconsole: Convert the Russian resources to UTF-8.
winefile: Convert the Russian resources to UTF-8.
winemine: Convert the Russian resources to UTF-8.
winhlp32: Convert the Russian resources to UTF-8.
winedbg: Convert the Russian resources to UTF-8.
wordpad: Convert the Russian resources to UTF-8.
xcopy: Convert the Russian resources to UTF-8.
write: Convert the Russian resources to UTF-8.
appwiz.cpl: Convert the Russian resources to UTF-8.
comctl32: Convert the Russian resources to UTF-8.
browseui: Convert the Russian resources to UTF-8.
avifile: Convert the Russian resources to UTF-8.
comdlg32: Convert the Russian resources to UTF-8.
iccvid: Convert the Russian resources to UTF-8.
localspl: Convert the Russian resources to UTF-8.
hhctrl.ocx: Convert the Russian resources to UTF-8.
localui: Convert the Russian resources to UTF-8.
gphoto2.ds: Convert the Russian resources to UTF-8.
mpr: Convert the Russian resources to UTF-8.
msacm32: Convert the Russian resources to UTF-8.
credui: Convert the Russian resources to UTF-8.
mshtml: Convert the Russian resources to UTF-8.
msi: Convert the Russian resources to UTF-8.
msvfw32: Convert the Russian resources to UTF-8.
msrle32: Convert the Russian resources to UTF-8.
msvidc32: Convert the Russian resources to UTF-8.
oleaut32: Convert the Russian resources to UTF-8.
oledlg: Convert the Russian resources to UTF-8.
setupapi: Convert the Russian resources to UTF-8.
serialui: Convert the Russian resources to UTF-8.
sane.ds: Convert the Russian resources to UTF-8.
shdoclc: Convert the Russian resources to UTF-8.
shell32: Convert the Russian resources to UTF-8.
wininet: Convert the Russian resources to UTF-8.
wineps.drv: Convert the Russian resources to UTF-8.
user32: Convert the Russian resources to UTF-8.
shlwapi: Convert the Russian resources to UTF-8.
winmm: Convert the Russian resources to UTF-8.
wldap32: Convert the Russian resources to UTF-8.
winspool.drv: Convert the Russian resources to UTF-8.
kernel32: Convert the Russian resources to UTF-8.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.26 is now available.
What's new in this release (see below for details):
- Still more translation updates.
- Faster bitmap stretching using XRender.
- Proxy support in WinHTTP.
- Many more JScript functions.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.26.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.26.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.26:
758 Menu/combo-box-functionality in managed mode.
4277 GetPixel() returns wrong value for monochrome bitmaps
5034 Wrong size of commdlg OpenFile dialog in radvideo.exe
8290 Lotus Notes 6.5 demo fails to install
9036 Adobe Photoshop Elements 1.0 fails to install, says IE4 is required
9599 Caesar3 hackled sound
9614 scroll wheel causes farcry crash.
10394 No$gba Open file dialog non-resizable (OFN_ENABLESIZING not implemented)
11015 Save games not ordered properly.
11520 resident evil 4: the black,the white and the glitch
12080 Portal 1.0: Graphics go haywire when first portal opens
12101 SpellForce: The Order Of Dawn - Graphical bug
12259 CoWaitForMultipleHandles Unexpected wait termination
12600 Adobe Acrobat Pro 6 -- File Open should default to a more logical location
12807 Team Fortress 2 crashes after running for several minutes at 1680x1050
12906 MyScript Notes 2.2 : Crashes on program startup after clicking "continue trial"
13525 Word 2003: Copy/Paste Textbox converts to picture
13575 iTunes does not start on x64 computers
13689 Word 2003: Last opened files appear incorrectly in File menu
13926 Dune 2000 crashes after starting a mission
13958 Services: handle null display names properly when populating SCM db entries
14259 Wordview hang when open Doc file with picture
14300 winhelp: Wrong initial view position in pages
14404 Diablo LOD/Starcraft, no sound with ALSA
14500 Supreme Commander: Input field too narrow to enter the CD key
14878 Some places of Far Cry game world covered by one color
15461 Security zones are not displayed in inetcpl.cpl (ZoneMgr_CreateZoneEnumerator, _GetZoneAt, _GetZoneAttributes)
15631 Dragon NaturallySpeaking 10 crashes after opening Accuracy Center
15789 Icewind Dale 2 : very low framerate
15844 Weird Dutch translation for Program files folder
15958 "make test" hangs in winmm/wave.c in wave_out_test_device
16454 emule crashs after an undefined time
16682 Messed up fonts in Civilization 4
16767 Azgard Defence: game too slow
16770 MSN Messenger 7.0: Chat window get the focus incorrectly
17240 Full Tilt poker crashing
17283 Steam crashes by logging in into the Steam Community with Gecko
17604 The PlayOnline viewer fails to start after the initial update.
17802 RegiStax 5 crashes at the end of stacking process
18021 When starting The Lord of the Ring Online in additional X session, there is no sound.
18419 Condemned: Criminal Origins: Camera images sometimes appear upside down
18649 The Sims 3 crashes for no specific reason after a while
18709 Breakout crashes:System.OverflowException: Value was either too large or too small for a Decimal
18901 WoW crashes on exit when running in D3D
19005 SimCity 4 crashes on start
19047 Assertion failure at listview.c:2741
19049 Motocross Madness 2 on MacOSX: crash with fbo
19072 Reg.exe doesn't respect help commands (appinstall)
19143 Anarchy Online corrupted graphics
19157 CoGetContextToken and CoGetObjectContext need to take existing MTA into account
19169 Albumplayer closes with an abnormal program termination
19211 netconn_set_timeout() is unused in winhttp
19216 winecfg - Wine version lost
19220 Firefox 3.5 crashes because of stub in t2embed
19225 notepad: launching with a non-existent file does not have 'cancel' option (appinstall)
19246 winemenubuilder.exe error
19327 LiveZilla 3.1.8.1 installer fails to complete
19338 ResHacker - only small part of treeview is visible
----------------------------------------------------------------
Changes since 1.1.25:
Alexander Nicolaysen Sørnes (4):
reg: Update Norwegian Bokmål translation.
notepad: Update Norwegian Bokmål translation.
crypt32: Update Norwegian Bokmål translation.
taskmgr: Update Norwegian Bokmål translation.
Alexander Scott-Johns (3):
notepad: Refactor DoOpenFile to simplify next patch.
notepad: When opening a file, replace \0 characters with spaces, instead of truncating the file at the first \0.
notepad: Add Cancel button to message box displayed when opening a non-existent file with the command line.
Alexandre Julliard (38):
winetest: Build exe resources as separate .res files.
loader: Get rid of the pthread support routines.
include: Get rid of the no longer used wine/pthread.h.
ntdll: Add management of the Wow64 filesystem redirection flag.
kernel32: Forward the Wow64 redirection functions to ntdll.
winetest: Load resources by name instead of id.
server: Return the process CPU in the get_process_info request.
ntdll: Support querying the Wow64 state of other processes.
kernel32: Add implementation of GetSystemWow64DirectoryA/W.
shell32: Add support for the CSIDL_SYSTEMX86 folder.
shell32/tests: Revive the test for CSIDL_SYSTEMX86.
kernel32/tests: Avoid using non-ASCII characters in strings.
configure: Apply makedep flags when doing automatic dependencies.
winebuild: Dump resource data as dwords to reduce the output file size.
winetest: Create a separate resource file with the SHA1 build id.
ws2_32: Check buffers before recvmsg() to trigger write watches.
ntdll: Display write watch status in virtual traces.
taskmgr: Convert the language-neutral resource file to UTF-8.
avifil32: Convert the language-neutral resource file to UTF-8.
msdmo: Convert the language-neutral resource file to UTF-8.
mswsock: Convert the language-neutral resource file to UTF-8.
Remove some obsolete README files.
ntdll: Add support for the MEM_RESET flag in VirtualAlloc, with tests.
kernel32: Explicitly specify the codepage in message files.
wmc: Add support for utf-8 codepage.
dbghelp: Grow all arrays by doubling the size.
oleaut32/tests: Fix the usrmarshal tests on 64-bit.
oleaut32: Fix safe array marshalling on 64-bit.
ddraw/tests: Fix a few tests that fail on Win64.
widl: Take into account the alignment of conformant arrays to pad a structure.
ddraw/tests: Fix a failing test on 64-bit.
ddraw/tests: Properly release surfaces even if we can't get the texture object.
msvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
msi: Build a proper tab chain by walking through the controls list.
wrc: Avoid a crash if a file didn't contain any resources.
wrc: Report an error when encountering non-ASCII characters.
uuid: Include some more headers.
Updated the authors list.
Anders Jonsson (4):
notepad: Update Swedish translation.
winedbg: Add Swedish translation.
winemine: Add ellipses for menu entries that open new dialog windows.
winemine: Add Swedish translation.
Andrew Eikum (4):
gdiplus: Implement GdipBeginContainer2 and GdipEndContainer.
gdiplus/tests: Test cases for GdipBeginContainer2.
gdiplus: Don't modify container list if container restoration fails.
gdiplus: Implement GdipSaveGraphics and GdipRestoreGraphics.
Andrew Nguyen (3):
server: Remap the EROFS errno value to STATUS_ACCESS_DENIED.
kernel32: Implement WTSGetActiveConsoleSessionId as a stub.
t2embed: Implement TTLoadEmbeddedFont as a stub.
Andrew Talbot (3):
dbghelp: Constify some variables.
dbghelp: Constify some variables.
dbghelp: Constify some variables.
André Hentschel (8):
crypt32: Update German translation.
winecfg: Improve German About dialog.
cmd: Fix German translation.
cmd: Update German translation.
appwiz.cpl: Correct German language.
shell32: Correct German language.
appwiz.cpl: Fix German translation.
winecfg: Add the codepage pragma for German translation.
Aric Stewart (13):
shlwapi: Forward UrlCrackW to wininet.InternetCrackUrlW.
msctf: Correct return value from GetValue.
msctf: Add definition for IEnumTfDocumentMgrs.
msctf: Add code to track created ITfDocumentMgrs.
msctf: Implement ITfThreadMgr::EnumDocumentMgrs.
msctf/tests: Test EnumDocumentMgrs.
taskmgr: Update Japanese resource.
sane: Add Japanese resource.
msvidc32: Add Japanese resource.
iccvid: Add Japanese resource.
devenum: Add Japanese resource.
sane: Remove BOM from Japanese resource.
gdi32: In init_system_links, reinitialize val_len and data_len before continuing.
Aurimas Fišeras (7):
crypt32: Add "Disallowed" to CryptFindLocalizedName.
Various spelling fixes for Lithuanian translation.
cryptui: Add Lithuanian translation.
crypt32: Add Lithuanian translation.
cryptdlg: Translate "CPS" (Certification Practice Statement) to Lithuanian and add a comment to English resource.
kernel32/nls: Add Lithuanian winerr translation.
appwiz.cpl: Update Lithuanian translation.
Austin English (4):
notepad: Fix English resource line breaks.
hal: Add stub for KeGetCurrentIrql.
shell32: Fix folder names for Dutch locale.
shell32: More Dutch translations fixes.
Damjan Jovanovic (3):
ws2_32: Add some AcceptEx tests.
ws2_32: Test AcceptEx short reads.
ws2_32: Test AcceptEx early disconnects and invalid parameters.
Dan Kegel (1):
winmm: Don't convert return string in mciSendStringA on error.
Daniel Nylander (1):
appwiz.cpl: Add Swedish translation.
David Adam (18):
d3dx9_36: Fix tests to make them pass in Windows.
d3dx9_36: Fix the sprite tests to make them pass in Windows.
d3dx9: Fix the prototype of some functions.
d3dx9: Add d3dx9.h in dxguid.
d3dx9: Merge d3dx8 core into d3dx9.
d3dx9: Merge d3dx8 mesh into d3dx9.
d3dx9: Merge d3dx8 mesh tests into d3dx9.
d3dx9: Merge d3dx8 math into d3dx9.
d3dx9: Clean-up the spec file.
d3dx9: Merge d3dx8 math tests into d3dx9.
d3dx9: Remove the useless d3dx8 import.
dxguid: Remove the useless d3dx8 include.
d3dx8: Remove the d3dx8 dll.
include: Remove useless headers.
d3dx9: Fix D3DXQuaternionToAxisAngle to make tests pass in Windows.
d3dx9: Remove a failing test in Windows.
d3dx9: Fix D3DXQuaternionInverse to make tests pass in Windows.
d3dx9: Fix D3DXQuaternionNormalize to make tests pass in Windows.
Detlef Riekenberg (5):
include: Add IInternetZoneManagerEx2 interface for IE7.
urlmon: Partial InternetZoneManagerEx2 implementation.
urlmon/tests: Add tests for CoInternetCreateZoneManager.
urlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.
winemine: Add ellipses for IDM_CUSTOM.
Dmitry Timoshkov (3):
user32: Fix some BM_SETSTYLE test failres under Win9x.
comctl32: Do not redraw treeview in TVM_INSERTITEM handler if bRedraw is not set, trigger the redraw on WM_SETREDRAW/TRUE.
comctl32: Explicitly initialize visible order of a newly added item, force visible order recalculation on redraw.
Dylan Smith (6):
richedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
richedit: Add more tests for WM_SETTEXT RTF support.
richedit: Prevent autoscrolling without ES_AUTO[VH]SCROLL style.
richedit: Initially disable scrollbars for ES_DISABLENOSCROLL.
richedit: Keep scrollbars hidden without WS_HSCROLL & WS_VSCROLL.
richedit: Handle missing colours in rtf colour table.
Eric Pouech (2):
winedbg: 'Int XX' is not a function call, so don't try to handle it as such on i386.
dbghelp: Fixed regressions introduced by growing arrays exponentially instead of linearly.
Erik Inge Bolsø (1):
wined3d: Fix Nvidia GTX series misdetection.
Francois Gouget (10):
winapi: Simplify and improve the readability of the C parsers.
ole32: Reorder some compobj functions to avoid forward declarations.
ole32: Make apartment_addref() static.
notepad: Remove spaces before '\n's.
winefile: Remove space before ellipsis.
urlmon/tests: Fix two ok() trailing '\n's.
winapi: Introduce a pseudo-loop in parse_c_variable() to get rid of the $finished variable.
winapi: Modify parse_c_typedef() to get rid of the $finished variable.
winapi/c_parser: Badly indenting a closing brace should be a warning, not an error.
winapi/c_parser: Remove special cases for DEFINE_SHLGUID() and ICOM_DEFINE().
Frédéric Delanoy (54):
oleacc: Update French translation.
user32: Update French translation.
winmm: Fix French translation.
cmd: Fix French translation.
notepad: Update French translation.
oleview: Fix French translation.
regedit: Fix French translation & UI display.
taskmgr: Update French translation; display fixes.
uninstaller: Fix French translation.
winecfg: Fix French translation & UI display.
wineconsole: Fix French translation & UI display.
winhlp32: Fix French translation.
notepad: Update French translation.
winefile: Fix French translation & UI display.
wordpad: Fix French translation & UI display.
xcopy: Fix French translation.
wininet: Fix French translation & UI display.
crypt32: Update French translation.
serialui: Fix French translation & UI display.
avifil32: Fix French translation.
iccvid: Fix French translation.
oledlg: Fix French translation & UI display.
wineps.drv: Fix French translation & UI display.
setupapi: Fix French translation & UI display.
shlwapi: Fix French translation.
msrle32: Fix French translation.
appwiz.cpl: Fix French translation & UI display.
msacm32: Fix French translation & UI display.
wldap32: Fix French translation.
comdlg32: Fix French translation & UI display.
comctl32: Fix French translation & UI display.
mpr: Fix French translation.
winspool.drv: Convert French resources to UTF-8.
mshtml: Convert French resources to UTF-8.
taskmgr: Fix typo in French translation.
shdoclc: Fix French translation & UI display.
msvfw32: Fix French UI display.
msvidc32: Convert French resources to UTF-8.
progman: Fix French translation & UI display.
winemine: Fix French translation & UI display.
view: Convert French resources to UTF-8.
comdlg32: Fix left-right margins inversion in French page setup UI.
comdlgtst: Fix French translation & UI display.
reg: Fix French translation.
clock: Convert French resources to UTF-8.
shell32: Fix French translation & UI display.
cryptdlg: Update French translation.
cryptui: Fix UI display.
cryptui: Fix French translation & UI display.
kernel32: Convert French resources to UTF-8.
kernel32: Convert German error msgs resources to UTF-8.
kernel32: Fix typos in English errors messages.
appwiz.cpl: Fix French UI display and wording.
kernel32: Update French translation of error messages.
Hans Leidekker (10):
iphlpapi: Use a separate index to count addresses in GetAdaptersAddresses.
winhttp: Implement WinHttpSetTimeouts.
include: Add IWbemStatusCodeText and IWbemLocator interfaces.
wbemprox: Add a stub implementation of IWbemLocator.
wbemprox: Add class factory.
wbemprox: Register interfaces.
wmiutils: New dll.
wmiutils: Add a stub implementation of IWbemStatusCodeText.
wmiutils: Add class factory.
wmiutils: Register interfaces.
Henri Verbeet (45):
wined3d: Get rid of the redundant "return_value" variable.
winedd3d: Get rid of a useless trace.
wined3d: Get rid of the unused gl_version and glx_version fields.
wined3d: Remove the gl_renderer field from WineD3D_GL_Info.
wined3d: Avoid a forward declaration.
wined3d: Avoid an unnecessary strcpy().
wined3d: Add some missing float suffixes.
wined3d: checkGLcall() doesn't need a \n.
wined3d: Get rid of some pointers in WINED3DADAPTER_IDENTIFIER.
wined3d: Replace some shader_is_pshader_version() calls with plain type checks.
wined3d: Implement a A8R8G8B8 to X8R8G8B8 surface format converter.
wined3d: Avoid destroying the currently active context for non-implicit swapchains.
wined3d: Trace the D3D shader in find_glsl_vshader() / find_glsl_pshader().
wined3d: Fix a sign compare warning in glsl_shader.c.
wined3d: Fix a sign compare warning in shader_vaddline().
wined3d: Reuse the shader buffer between shaders.
wined3d: Rename "SHADER_BUFFER" to something sane.
wined3d: Allow shader_buffer_init() to fail.
wined3d: Get rid of the useless "fragcolor" variable in shader_glsl_generate_pshader().
wined3d: Fix some cast-qual warnings.
wined3d: Simplify the GLSL sRGB write code.
wined3d: Remove GetGlDesc() from the public IWineD3DSurface interface.
wined3d: Get rid of struct glDescriptor.
wined3d: Take geometry shaders into account in shader_glsl_load_constantsB().
d3d9/tests: Use color_match() in a few more places.
d3d10: Add the ID3D10EffectMatrixVariable interface.
d3d10: Parse local buffers.
d3d10: Parse local buffer names.
d3d10: Merge parse_fx10_technique() and parse_fx10_technique_index().
d3d10: Marge parse_fx10_pass() and parse_fx10_pass_index().
wined3d: Remove the remains of an ATI_fragment_shader hack.
wined3d: Check the return values for some wgl calls.
d3d10: Do all effect object parsing in parse_fx10_object().
d3d10: Parse effect variables.
d3d10: Implement ID3D10Effect::GetVariableByName().
wined3d: Recognize SM4 arrays.
wined3d: Recognize the SM4 constant buffer register type.
wined3d: Recognize the SM4 rsq opcode.
wined3d: Recognize the SM4 dp3 opcode.
wined3d: Recognize the SM4 dp4 opcode.
wined3d: Rename _WineD3D_GL_Info to struct wined3d_gl_info.
wined3d: Store a pointer to wined3d_gl_info in struct WineD3DContext.
wined3d: Pass the context instead of the device to the various context functions.
wined3d: Always use context_bind_fbo() to change the framebuffer binding.
wined3d: Avoid redundant FBO binds.
Hib Eris (4):
msi/tests: Add tests for MsiViewModify ASSIGN mode.
msi: Implement ASSIGN mode in MsiViewModify.
oleaut32/tests: Add tests for VarDecCmp.
oleaut32: Prevent overflow in VarDecCmp.
Huw Davies (11):
gdi32: Use a modified version of MulDiv to match native behaviour.
winhlp32: Add English neutral translations.
wineconsole: Add English neutral translations.
winecfg: Add English neutral translations.
hhctrl.ocx: Add English neutral translations.
regedit: Update English neutral translations.
shdoclc: Add English neutral translations and fix US English.
gdi32/tests: Don't continue with the tests if GetWinMetaFileBits fails.
wordpad: Add English neutral translations.
gdi32/tests: Allow a small tolerance when comparing scaling values.
gdi32/tests: Add a broken case for some versions of winxp.
Hwang YunSong (4):
crypt32: Updated Korean resource.
cryptdlg: Updated Korean resource.
cryptui: Updated Korean resource.
notepad: Updated Korean resource.
Jacek Caban (17):
mshtml: Don't call AutoRegister on GRE directory - it's no longer needed.
urlmon: Ignore QueryInterface call for an undocumented interface.
urlmon: Moved more initialization code to init_test.
mshtml: Added support for VT_UINT name in IHTMLElementCollection::item.
wininet: Rename WININETHANDLEHEADER to object_header_t.
wininet: Rename WININETHTTPSESSIONW to http_session_t.
wininet: Rename WININETHTTPREQW to http_request_t.
wininet: Rename WININETAPPINFOW to appinfo_t.
wininet: Rename WININETFTPSESSIONW to ftp_session_t.
wininet: Rename WININETFTPFILEW to ftp_file_t.
include: Added netcon.idl.
wininet: Rename WININET_strdupW to standard heap_strdupW.
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW and handle NULL argument in its implementation.
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
wininet: Code clean up by using heap_strdup* functions.
wininet: Code clean up by using heap_strdup* functions.
include: Added ntddndis.h.
Jeff Latimer (2):
ws2_32/tests: IPv6 tests for WSAAddressToStringW.
ws2_32: IPv6 functionality for WSAAddressToStringW.
Joel Holdsworth (1):
gdi32/tests: Added tests for BitBlt.
Juan Lang (34):
cryptui: Increase control width to support larger fonts.
winhttp: Change type of netconn_resolve from struct sockaddr_in * to struct sockaddr *.
winhttp: Simplify netconn_resolve when using getaddrinfo.
winhttp: Convert connect_t's address type from a struct sockaddr_in to a struct sockaddr_storage.
winhttp: Support IPv6 addresses in open_connection.
winhttp: Support IPv6 in netconn_resolve.
wininet: Fix tests when running behind a proxy server.
wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.
wininet: Simplify GetAddress when using getaddrinfo.
wininet: Use struct sockaddr_storage in InternetCheckConnectionW.
wininet: Use length reported by GetAddress in FTP_Connect.
wininet: Use sizeof(member) rather than sizeof(type) for address lengths.
wininet: Use address length returned by GetAddress in NETCON_connect.
wininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage.
wininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection.
wininet: Fail in FTP if the resolved name is not an IPv4 address.
wininet: Support IPv6 in GetAddress.
winhttp: Add tests for WinHttpSetDefaultProxyConfiguration.
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
winhttp: Implement WinHttpGetDefaultProxyConfiguration.
winhttp: Support getting the default proxy settings from the http_proxy environment variable.
winhttp: Honor WINHTTP_ACCESS_TYPE_DEFAULT_PROXY in WinHttpOpen.
winhttp: Set connect_t's servername and port based on proxy settings.
winhttp: When connecting via a proxy include full hostname and scheme in path.
winhttp: Connect to the proxy port rather than the host port.
winhttp: Use a helper function to set connect_t's servername and port.
winhttp: Use proxy server when redirecting.
winhttp: Allow full path in addition to relative path in headers to accomodate proxy servers.
winhttp: Don't set port number to a default before scheme is known.
winhttp: Issue CONNECT command to connect to a secure server through a proxy server.
winhttp: Fix a comment typo.
winhttp: Use the correct address length when connecting.
ws2_32: Remove an unnecessary cast.
ws2_32: Make sure sockaddr is big enough when formatting an IPv6 address.
Maarten Lankhorst (1):
winealsa.drv: Add support for indirect read/write in directsound support.
Michael Stefaniuc (42):
winecfg: Fix regression introduced by 807d75a94e378d05.
oleacc: Add missing encoding info to the German resource file.
cryptdlg: Add missing encoding info to the German resource file.
shdoclc: Convert the German resources to UTF-8.
cmd: Convert the German resources to UTF-8.
view: Convert the German resources to UTF-8.
wineps.drv: Convert the German resources to UTF-8.
winspool.drv: Convert the German resources to UTF-8.
uninstaller: Convert the German resources to UTF-8.
msrle32: Convert the German resources to UTF-8.
wineboot: Convert the German resources to UTF-8.
serialui: Convert the German resources to UTF-8.
avifil32: Convert the German resources to UTF-8.
msvfw32: Convert the German resources to UTF-8.
hhctrl.ocx: Convert the German resources to UTF-8.
credui: Convert the German resources to UTF-8.
gphoto2.ds: Convert the German resources to UTF-8.
winhlp32: Convert the German resources to UTF-8.
winemine: Convert the German resources to UTF-8.
localui: Convert the German resources to UTF-8.
start: Convert the German resources to UTF-8.
clock: Convert the German resources to UTF-8.
comctl32: Convert the German resources to UTF-8.
xcopy: Convert the German resources to UTF-8.
wldap32: Convert the German resources to UTF-8.
cmdlgtst: Convert the German resources to UTF-8.
notepad: Convert the German resources to UTF-8.
oleview: Convert the German resources to UTF-8.
progman: Convert the German resources to UTF-8.
wineconsole: Convert the German resources to UTF-8.
oledlg: Convert the German resources to UTF-8.
winefile: Convert the German resources to UTF-8.
comdlg32: Convert the German resources to UTF-8.
winmm: Convert the German resources to UTF-8.
wrc: Reset the language before processing multiple rc files.
winecfg: Convert the German resources to UTF-8.
user32: Update the German resources and switch them to UTF-8.
shell32: Convert the German resources to UTF-8.
taskmgr: Convert the German resources to UTF-8.
Set the encoding of the remaining German resources to UTF-8.
Set the encoding of the Romanian resources to UTF-8.
wordpad: Change some string resource ids to logically group the strings in separate STRINGTABLEs.
Mike Kaplinskiy (1):
ws2/tests: Test AcceptEx with a deferred socket.
Nikolay Sivov (15):
comctl32/listview: Basic LVM_GETITEMSPACING tests.
user32/spy: Update ListView message table.
comctl32/listview: Fix some test failures on 4.7x.
comctl32/listview: More LVM_*HITTEST tests.
comctl32/listview: Fix hittesting for "small" positive Y coordinates.
comctl32/listview: Fix hittest flag calculation for negative Y values on report mode.
comctl32/listview: A basic test for column width default value.
comctl32/listview: Basic LVN_(BEGIN|END)SCROLL tests.
comctl32/listview: Fix selection and focus rectangles on reordered list (report mode).
comctl32/header: Test item rectangles updating after reordering.
comctl32/header: Always update rectangles after HDM_SETORDERARRAY.
comctl32/header: Use macro to define LPARAM value.
comctl32/header: Update item bounds on WM_SIZE.
comctl32/header: Fix hittesting flags, extend tests a bit.
comctl32/dpa: Don't use start index on searching sorted array.
Owen Rudge (4):
appwiz.cpl: Replace Add/Remove button with separate Modify and Remove buttons.
appwiz.cpl: Read modification path from registry.
appwiz.cpl: Enable/disable Modify button, and modify title on Remove button, as appropriate.
appwiz.cpl: Execute installer when Modify clicked.
Paul Chitescu (1):
crypt32: Updated Romanian translation.
Paul Vriens (16):
gdi32/tests: Mark an intermittent failure as broken() on Win9x/ME.
d3d9/tests: Skip a test on failure.
ole32/tests: Reset a variable before testing.
comdlg32: Fixed size of Dutch control.
cryptui: Fix Dutch translations.
crypt32: Make sure we show Unicode characters (Dutch translation).
cryptui: Show the select store text when browsing stores.
crypt32: Improve an English resource.
crypt32: Fix Dutch translations.
shell32: Add missing encoding for Dutch resources.
winhlp32: Improve Dutch translations and convert to UTF8.
ws2_32/tests: Fix a test failure on NT4.
comctl32/tests: Fix test failures with comctl32 <= 5.80.
appwiz.cpl: Fix Dutch translations.
winedbg: Remove an unneeded pragma from the Swedish translation.
winhttp: Fix a crash on Vista and higher.
Peter Oberndorfer (1):
winemenubuilder: Use heap_printf to allocate the right amount of memory and not cause heap corruption.
Piotr Caban (46):
jscript: Added DateConstr_parse implementation.
jscript: Added string argument handling to Date constructor.
jscript: Added calling Date as function implementation.
jscript: Fix do while loop parsing.
jscript: Added Date_valueOf implementation.
jscript: Added Boolean constructor implementation.
jscript: Added Bool_toString implementation.
jscript: Added Bool_valueOf implementation.
jscript: Added Bool_toLocaleString implementation.
jscript: Fixed to_boolean implementation.
jscript: Fix DateConstr_parse implementation.
jscript: Inherit Array valueOf from Object.
jscript: Added Object_valueOf implementation.
jscript: Added Object_toString and Object_toLocaleString implementation.
jscript: Added Function_valueOf implementation.
jscript: Changed to_primitive implementation.
jscript: Added String_fontcolor implementation.
jscript: Added String_fontsize implementation.
jscript: Added String_anchor implementation.
jscript: Added String_link implementation.
jscript: Change do_attributeless_tag_format so it works on non string objects.
jscript: Make do_attribute_tag_format generic.
jscript: Make String_charAt generic.
jscript: Make String_charCodeAt generic.
jscript: Make String_indexOf generic.
jscript: Make String_match generic.
jscript: Make String_replace generic.
jscript: Make String_slice generic.
jscript: Make String_split generic.
jscript: Make String_substring generic.
jscript: Make String_toLowerCase generic.
jscript: Make String_toUpperCase generic.
jscript: Fix String_match implementation.
jscript: Inherit Function_valueOf from Object.
jscript: Added Array length setting implementation.
jscript: Added implementation of Array constructor called as a function.
jscript: Added call_expression_eval implementation for EXPRVAL_VARIANT values.
jscript: Added Array_slice implementation.
jscript: Added String_fromCharCode implementation.
jscript: Added Date_getYear implementation.
jscript: Improve to_string implementation.
jscript: Improve Number_toString implementation.
jscript: Added RegExp_test stub.
jscript: Improve Object_toString implementation.
jscript: Remove broken tests.
jscript: Fix create_exec_ctx implementation.
Rein Klazes (5):
comdlg32: Rearrange some more controls when resizing a file dialog.
comdlg32: Fix a problem with resizing a customized file dialog.
comdlg32: Memorize and restore the size of the file dialog between calls.
comdlg32/tests: Remove file dialog resize tests that rely on CDN_SELCHANGE notifications.
user32/tests: Show that Windows avoids creating loops in a menu tree, probably by limiting the depth of such tree.
Ricardo Filipe (27):
comdlg32: Update Portuguese translation and convert to UTF8.
oledlg: Update Portuguese translation and convert to UTF8.
notepad: Update Portuguese translation and convert to UTF8.
cmdlgtst: Update Portuguese translation and convert to UTF8.
setupapi: Update Portuguese translation and convert to UTF8.
shell32: Update Portuguese translation and convert to UTF8.
user32: Update Portuguese translation and convert to UTF8.
clock: Update Portuguese translation and convert to UTF8.
mpr: Update Portuguese translation and convert to UTF8.
comctl32: Update Portuguese translation and convert to UTF8.
oledlg: Fix Portuguese translation.
progman: Update Portuguese translation and convert to UTF8.
regedit: Update Portuguese translation and convert to UTF8.
winecfg: Update Portuguese translation and convert to UTF8.
wineconsole: Update Portuguese translation and convert to UTF8.
winefile: Update Portuguese translation and convert to UTF8.
crypt32: Update Portuguese translation and convert to UTF8.
reg: Update Portuguese translation and convert to UTF8.
taskmgr: Update Portuguese translation and convert to UTF8.
gphoto2.ds: Fix Portuguese translation and convert to UTF8.
mshtml: Update Portuguese translation and convert to UTF8.
shdoclc: Fix Portuguese translation and convert to UTF8.
appwiz.cpl: Update Portuguese translation and convert to UTF8.
winefile: Fix Portuguese translation.
wordpad: Update Portuguese translation and convert to UTF8.
cryptdlg: Add Portuguese translation.
devenum: Update Portuguese translation.
Rico Schüller (1):
d3d10: Rename struct d3d10_effect_variable to struct d3d10_effect_object.
Roderick Colenbrander (8):
winex11: Get rid of the static Xrender picture format table.
winex11: Move AlphaBlend over to get_xrender_format.
winex11: Move glyph code over to get_xrender_format.
winex11: Get rid of depth conversion fixme.
winex11: Add a helper function for converting a random color to a XRenderColor.
winex11: Add an XRender based GetSrcAreaStretch.
winex11: Use set_xrender_transformation in AlphaBlend.
winex11: Add a function for retrieving the bitmap GC.
Stefan Dösinger (10):
wined3d: An indirect address op can adjust min and max at the same time.
wined3d: Add Intel GMA X3100 to our card DB.
wined3d: Update Nvidia driver versions.
wined3d: Only use 4 component specular colors if GL allows it.
wined3d: Drop the color0 mov optimization if the src is overwritten.
wined3d: Check the correct constant limit.
wined3d: EXP and EXPP are scalar operations.
wined3d: Set the depth blit helper texture address mode to clamp.
wined3d: Don't call glGetError if nobody is listening.
wined3d: Use the unmodified source in MOVA.
Vincent Povirk (15):
windowscodecs: Implement CopyPalette for BMP decoder.
windowscodecs: Add test for 1-bit indexed color BMP.
windowscodecs: Add test for 4-bit indexed color BMP.
windowscodecs: Return proper error codes in unneeded BMP decoder methods.
windowscodecs: Add support for decoding RLE8-encoded BMP files.
windowscodecs: Add support for decoding RLE4-encoded BMP files.
gdiplus: Use brush_fill_path in GdipFillEllipse.
gdiplus: Use brush_fill_path in GdipFillPie.
gdiplus: Use brush_fill_path in GdipFillPolygon.
gdiplus: Use brush_fill_path in GdipFillPolygonI.
gdiplus: Use brush_fill_path in GdipFillRegion.
gdiplus: Use brush_fill_path in GdipFillRectangleI.
gdiplus: Implement GdipSetLineLinearBlend.
windowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.
windowscodecs: Register BMP decoder as a bitmap decoder.
Vitaliy Margolen (1):
shell32: Export IsUserAnAdmin by name as well.
Vladimir Pankratov (3):
regedit: Implement open last key at startup.
comctl32: Fix division by zero.
cmd: Convert the Russian resources to UTF-8.
Yuri Khan (1):
winex11.drv: Handle clipboard on an auxiliary thread for windowless apps.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.25 is now available.
What's new in this release (see below for details):
- A ton of translation updates.
- Support for various Unicode file encodings in Notepad.
- Improved memory management, especially for OpenGL.
- Desktop menus now cleaned up automatically.
- Beginnings of a windowscodecs DLL implementation.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.25.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.25.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.25:
5720 addr_to_linear Failed to linearize address, etc.
7229 Using sound in WoW causes a lockup
7949 Quicktest Pro 8.2 fails to start up
8690 Display Error with CyclingPeaks WKO
9256 S.T.A.L.K.E.R. - Major slowdown near anomalies or in high RAD areas
9944 Cannot active Microsoft Office 2003 Over the telephone
10277 Uninstalling software does not remove them from Programs menu
10688 PSP 7.0 installation blows up
11223 uTorrent 1.8 alpha not working - GetBestInterfaceEx problem
11492 Perfect world entering world wait infinite
12492 Farcry on steam does not start
12615 EVE Online: Space textures are replaced with some other things from video-memory
13130 Sound in Nightlong only working every couple of starts
13204 winealsa.drv makes incorrect assumptions about hardware
13335 Wine virtual memory exhaustion causing OpenGL crashes / slowdowns
13706 Mankind encounters a page fault on startup
14000 Everquest2 - unable to find a suitable iPixel Format with ATI
14012 CodeWright crashes
14182 Warcraft III: The Frozen Throne installer crashes
14239 Sonos Desktop Controller: Crashes clicking in the Music Library list
14555 Tool-tip glitch in The Curse of Monkey Island
14794 Crash when starting Yahoo Messenger 8
15484 Respondus Lockdown browser fails to launch
15534 Dragon NaturallySpeaking 10 crashes occasionally with seh error
15742 eMule: Missing text in the information box
16386 FAR crashes with Unimplemented KERNEL32.dll.GetConsoleAliasW
16827 Secret Maryo Chronicles: Won't install.
16864 Rendering of main character is wrong
17253 Luka: exits soon after start
17318 winemenubuilder fails to create proper menu structure
17618 winecfg does not set drive type correctly for Local Hard Disk choice
17706 EVE Premium and Geforce 6200: FPS drops to 0 during Warp
18006 Mp3tag: Crash when using Tag Sources feature
18192 Notepad can only save in current locale encoding, should be able to save in unicode
18208 crypt32.dll.CryptRegisterOIDInfo needed for Microsoft Font Validator (installer)
18412 Lord of the Rings Online, image upside down and more
18583 Free Realms crashes with unimplemented D3DXGetDeclVertexSize
18688 Ventrilo crashes on startup
18806 3Dmark 2006
18831 Lord of the Rings Online: Mines of Moria post-processing misplaces objects
18893 Oblivion installation crashed with an uncought exception
18953 UFO Aftermath installer exits with error
18956 Intel Xorg: no more 3D since default OffscreenRenderingMode is fbo
18980 Canon's CONSOLE Image Control & Storage Software fails on administrator privs check
18984 Free&Easy Font Viewer crashes on startup
19002 Postal 2 - graphics problems
19009 Crosstests don't compile with CROSSCC="ccache i586-mingw32msvc-gcc"
19014 Casino Club crashes when typing in login-box
19022 BibleStudyPro: text does not display on screen
19024 No WM_MEASUREITEM received on LV creation (LVS_OWNERDRAWFIXED)
19045 winecfg: drive list is not refreshed in winecfg, no more disk label
19050 PE explorer shows access violations when started
19055 Various apps quit with "bad file descriptor" error
19065 3dmark06: shader doesn't compile with arb shader backend
19069 Nestopia crashes
19071 Reg.exe doesn't error out on invalid input (appinstall)
19079 Add multiple files dialog does not work.
19094 Regression on OS X, may not be able to load dll
19096 iexplore's gecko installer broken
19119 Quice.exe program no longer starts
19126 VS 2005 SP1 installation failure
----------------------------------------------------------------
Changes since 1.1.24:
Alexander Nicolaysen Sørnes (4):
appwiz.cpl: Update Norwegian Bokmål translation.
shell32: Update Norwegian Bokmål translation.
regedit: Update Norwegian Bokmål translation.
wordpad: Update Norwegian Bokmål translation.
Alexander Scott-Johns (7):
rtutils: Add stub dll.
rtutils: Add stub TraceRegisterExW and TraceRegisterExA.
notepad: Fix trying to open non-existent files with the command line.
notepad: Improve encoding detection when opening files.
notepad: Remember the encoding of files when they are opened, and use the same encoding when saving.
notepad: Allow user to choose which encoding to open and save files in.
notepad: Detect if saving will lose information.
Alexandre Julliard (51):
winebuild: Add possibility to generate a global resource file without running it through windres.
wrc: Add support for loading multiple input files at once.
configure: Improve extraction of the target name from the CROSSCC definition.
crypt32: Fix a couple of assumptions about structure layout.
configure: Add a check for broken 16-bit compile with Xcode 3.x.
winebuild: Enforce header size alignment when outputting resources.
wrc: Use an EOF rule instead of lex_destroy for compatibility with prediluvian flex versions.
winedbg: Don't display the crash dialog for winedevice.exe, it only confuses users.
configure: Rename the shared heap segment to avoid a Mac OS linker bug with 16-char names.
dbghelp: Fix detection of special Wine segments.
configure: Add a wrapper macro for .cfi pseudo-ops in assembly code.
msvcrt: Add call frame annotations in x86 assembly code.
rpcrt4: Add call frame annotations in x86 assembly code.
user32: Add call frame annotations in x86 assembly code.
winedos: Add call frame annotations in x86 assembly code.
libwine: Add call frame annotations in x86 assembly code.
ntdll: Add call frame annotations in x86 assembly code.
kernel32: Add call frame annotations in x86 assembly code.
msi: The dialog units are based on a 12-point font size, despite the documentation.
winex11: Try to use the correct window rectangle as far as possible at XCreateWindow time.
ntdll: Compute the free lists address at run-time instead of playing with alignment and padding.
ntdll: Don't try to decommit a heap past its initial commit size.
ntdll: Release some address space after the process initialization is done.
loader: Reserve some more memory to cover the native ole32 addresses.
server: Use sys/inotify.h if it exists instead of hardcoding the system calls.
wrc: Clean up command line parsing for multiple files support.
winegcc: Pass all option flags to winebuild before non-options filenames.
ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this.
winebuild: Don't try to output 32-bit resources when building a 16-bit wrapper dll.
ntdll: Large heap blocks don't need to be 64k aligned.
ntdll: Go back to growing the heap in smaller increments once we start running out of address space.
winemenubuilder: Use spawnvp() instead of system() to launch the xdg update scripts.
oleaut32: Properly release cache DCs instead of trying to delete them.
ntdll: Avoid the close-on-exec race with recvmsg() on kernels that support this.
ntdll: Avoid the close-on-exec race with pipe() on kernels that support pipe2().
kernel32: Avoid the close-on-exec race with pipe() on kernels that support pipe2().
secur32: Avoid the close-on-exec race with pipe() on kernels that support pipe2().
gdiplus: Don't return garbage from the GdipCreateHBITMAPFromBitmap stub.
preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32.
makefiles: Remove the no longer used SPEC_SRCS variable from 16-bit makefiles.
widl: Skip the existing correlation descriptor on unencapsulated unions when generating a different one.
widl: Struct alignment should be the largest alignment of all the struct members.
widl: Take into account structure field alignment when computing offsets.
widl: An ENUM16 is 32-bit wide in memory.
make_makefiles: Automatically update the source lists in the individual makefiles.
makefiles: Regenerate the source lists using make_makefiles.
rpcrt4: Replace long and unsigned long by more appropriate types.
oleaut32: Replace long and unsigned long by more appropriate types.
ole32/tests: Fix the HMETAFILE_UserSize prototype.
ntdll: Fix the formatting of the get_token_groups request for 64-bit.
kernel32: Compile .mc files to resources as independent files.
Anders Jonsson (1):
crypt32: Add CryptRegisterOIDInfo stub.
Andrew Eikum (5):
gdiplus/tests: Fix resource leaks in several tests.
gdiplus/tests: Add tests for GdipDrawCurve2.
gdiplus/tests: Add tests for GdipDrawCurveI.
gdiplus/tests: Add tests for GdipDrawCurve2I.
gdiplus: Implement GdipDrawCurve3 and GdipDrawCurve3I.
Andrew Nguyen (4):
reg: Report an error when an unknown operation is specified.
reg: Fix behavior when specifying the help flag.
reg: Correct the sense of return values for registry operations.
reg: Support the /h flag as a synonymous help flag.
Andrew Talbot (2):
cryptnet: Constify some variables.
cryptui: Constify some variables.
André Hentschel (9):
documentation: README.de spelling fixes.
taskmgr: Add German translation.
taskmgr: Update German translation.
appwiz: Add function for installer button.
taskmgr: Update German translation.
appwiz: A nicer icon for appwiz.
taskmgr: Update German translation.
wineconsole: Improve German translation.
notepad: Update German translation.
Aric Stewart (30):
browseui: Add Japanese translation.
mshtml: Update Japanese resources.
user32: Update Japanese resources.
msctf: Define ITfCompartment.
msctf: Implement ITfCompartment::GetValue.
msctf: Implement ITfCompartment::SetValue.
msctf: Implement ITfCompartmentMgr::GetCompartment.
msctf: ITfCompartmentMgr tests.
msctf: Define ITfSource for Compartments.
msctf: Implement ITfCompartmentEventSink.
wininet: Improve HTTP status 100 handling.
wininet: Semi-stub for quering Http INTERNET_OPTION_SECURITY_FLAGS.
wintrust: Stub WTHelperCertCheckValidSignature.
msctf: Implement ITfContext::GetStatus.
msctf: ITfContext::GetDocumentMgr should AddRef the DocumentMgr.
msctf: Context initialization happens before OnPushContext sink.
msctf/tests: Verify to make sure OnPopContext happens before context is removed from stack.
wintrust: GetSignedMsgFromCabFile looks for signinfo at the beginning of the cab.
msctf: Correct registry key from "Enabled" to "Enable".
msctf/tests: Release the ITfDocumentMgr received on GetFocus.
msctf: Semi-stub implementation of ITfInputProcessorProfiles::GetLanguageList.
shell32: Handle shell: urls internal in ParseDisplayName instead of passing them to shdocvw.
shell32: Implement SHCreateShellFolderView (ordinal 256).
msctf: Implement ITfInputProcessorProfiles::GetDefaultLanguageProfile.
msctf: Implement ITfInputProcessorProfiles::SetDefaultLanguageProfile.
msctf: Add api definitions for TF_CreateThreadMgr and TF_GetThreadMgr.
msctf: Implement TF_CreateInputProcessorProfiles.
msctf: Implement ITfDocumentMgr::EnumContexts.
wordpad: Update Japanese resource.
notepad: Update Japanese resource.
Aurimas Fišeras (44):
mpr: Add Lithuanian translation.
localspl: Add Lithuanian translation.
iccvid: Add Lithuanian translation.
localui: Add Lithuanian translation.
msrle32: Add Lithuanian translation.
msi: Add Lithuanian translation.
msvfw32: Add Lithuanian translation.
msvidc32: Add Lithuanian translation.
oleaut32: Add Lithuanian translation.
sane.ds: Add Lithuanian translation.
serialui: Add Lithuanian translation.
taskmgr: Make all static text translatable.
setupapi: Add Lithuanian translation.
shlwapi: Add Lithuanian translation.
taskmgr: Make status bar text translatable.
avifil32: Add Lithuanian translation.
taskmgr: Make column headers in processes tab translatable.
oledlg: Add Lithuanian translation.
clock: Add Lithuanian translation.
taskmgr: Make MessageBoxes translatable.
taskmgr: Add Lithuanian translation.
taskmgr: Add missing resource.
appwiz.cpl: Update Lithuanian translation.
cryptdlg: Add Lithuanian translation.
taskmgr: Make remaining strings translatable.
shdoclc: Add Lithuanian translation.
wldap32: Add Lithuanian translation.
notepad: Improve Lithuanian translation.
wordpad: Add Lithuanian translation.
winhlp32: Add Lithuanian translation.
net: Add Lithuanian translation.
cmdlgtst: Add Lithuanian translation.
write: Add Lithuanian translation.
xcopy: Add Lithuanian translation.
winefile: Add Lithuanian translation.
view: Add Lithuanian translation.
comdlg32: Improve Lithuanian translation.
progman: Add Lithuanian translation.
wineconsole: Add Lithuanian translation.
oleview: Add Lithuanian translation.
winmm: Add Lithuanian translation.
notepad: Update Lithuanian translation.
cmd: Add Lithuanian translation.
winecfg: Improve Lithuanian translation.
Austin English (6):
shdocvw: Handle DISPID_AMBIENT_DLCONTROL case.
wined3d: Fix a compiler warning.
winedbg: Return 0 if --help is specified.
winecfg: Fix cd detection for FreeBSD.
winex11: Make sure GetKeyNameText gets the correct length to return.
drmclien: Add stub dll.
Damjan Jovanovic (5):
winemenubuilder: Generate new menus in the right directory.
winemenubuilder: Allow multiple options.
wine.inf: Run winemenubuilder to delete menus on startup.
winemenubuilder: Only generate associations for the "open" verb.
winemenubuilder: Distinguish menu icons from association icons.
Davide Pizzetti (5):
progman: Update Italian translation.
winemine: Update Italian translation.
regedit: Update Italian translation.
winhlp32: Update Italian translation.
cmdlgtst: Update Italian translation.
Detlef Riekenberg (9):
winex11: Get rid of glext.h in remaining locations.
urlmon: Implement ZoneManager_GetZoneAttributes.
urlmon/tests: Add tests for ZoneManager_GetZoneAttributes.
browseui: Add a stub for DllInstall.
advapi32: Check the output pointer first in RegOpenKey, with test.
advapi32/tests: Remove unneeded SetLastError.
shlwapi: Last parameter in SHUnicodeToAnsiCP is an int.
urlmon: Implement the ZoneEnumerator.
urlmon/tests: Add tests for the ZoneEnumerator.
Dmitry Timoshkov (2):
mlang: Make it possible to build the mlang test with PSDK.
user32: Add a test for BM_SETSTYLE, make it pass under Wine.
Eric Pouech (10):
dbghelp: When loading ELF public information, handle the cases when we don't get an address.
dbghelp: Factorize symbol insertion into module by address table.
dbghelp: when (re)building the per module symbol table (lookup by address), no longer iterate over the hash table.
dbghelp: Simplify the resort operation (module address table) by using binary insertion instead of resorting the whole array.
winhlp32: Fixed some cases where winhlp32 didn't shutdown as expected.
winedbg: Print array size when looking at its type.
winedbg: Correctly print type for functions without parameters.
dbghelp: When the CU is compiled with GCC, deal with some GCC extensions.
dbghelp: Added reference for MSVC 8.
winedump: Added reference for MSVC 8.
Eric van Beurden (2):
wininet: Add a terminating empty line to the headers if necessary.
wininet: Check for failed heap allocations.
Francois Gouget (17):
msvfw32: Move MSVIDEO_SendMessage() up and make it and MSVIDEO_GetHicPtr() static.
ole32: Reorder some stubmanager functions to avoid forward declarations.
ole32: Make stub_manager_int_addref() static.
Assorted spelling fixes.
comctl32: Make MapIdSearchCompare() static.
gdi32/tests: Fix the trailing '\n' of a few ok() calls.
wined3d: Add a trailing '\n' to a FIXME() trace.
clock: Use SUBLANG_NEUTRAL for Romanian.
setupapi: Ellipses should be preceded by a space in Slovenian.
notepad: Ellipses should be preceded by a space in Slovenian.
gdi32/tests: Make test_GetTextMetrics2() static.
windowscodecs: Make the QueryInterface() functions static.
advapi32/tests: Add a trailing '\n' to ok() calls.
makedep: Add support for multiple object file extensions.
crosstest: Fix the crosstest dependencies.
taskmgr: Remove spaces before '\n's.
windowscodecs: Add a trailing '\n' to FIXME() traces.
Frédéric Delanoy (12):
wldap32: Fixed French translation.
cmdlgtst: Fixed French translation.
taskmgr: Some fixes to French translation/display.
appwiz.cpl: Updated French translation.
shell32: Updated French translation.
cryptui: Add French translation.
winedbg: Add French translation.
comdlg32: Improve French translation.
crypt32: Update French translation.
gphoto2.ds: Update French translation.
hhctrl.ocx: Update French translation.
msi: Update French translation.
Gerald Pfeifer (6):
ddraw: Fix error checking in IDirect3DExecuteBufferImpl_Execute().
ddraw: Fix two bounds checks.
dsound/tests: Fix two broken conditions.
d3d9/tests: Fix three incorrect logic conditions.
wined3d: Fix logical condition in find_clip_texcoord().
d3d9: Fix variable type in reset_enum_callback().
Hans Leidekker (20):
ntdll: Don't return success from the NtQueryEvent stub.
wininet: Don't delete the cache file when closing a request.
crypt32: Add a partial implementation of CertCreateContext.
include: Add definition of IObjContext.
ole32: Implement CoGetContextToken.
ole32: Add tests for CoGetContextToken.
wininet: Improve the PrivacyGet/SetZonePreferenceW stubs.
mlang: Implement IMLangFontLink2_CodePageToScriptID.
mlang: Implement IMLangFontLink2_GetFontUnicodeRanges.
msi: Support opening transform databases.
hhctrl.ocx: Don't leak the CHM filename.
hhctrl.ocx: Remove some dead code.
hhctrl.ocx: Try the Windows help directory if the specified file does not exist.
mlang: Implement IMultiLanguage2_IsCodePageInstallable.
mlang: Add a test for IMultiLanguage2_IsCodePageInstallable.
winebrowser: Support file URLs with a query or an anchor.
fusion/tests: Initialize a variable.
iphlpapi/tests: Initialize a variable.
wintrust/tests: Initialize a variable.
ole32: Use existing MTA in CoGetContextToken and CoGetObjectContext.
Henri Verbeet (50):
wined3d: Simplify the transformed position fixup a bit.
wined3d: Move the num_untracked_materials lookup out of the main drawing loop.
wined3d: Get rid of DEBUG_SINGLE_MODE.
wined3d: Get rid of some asserts.
wined3d: Add an rtInternal fallback for WINED3DFMT_R16G16_UNORM.
d3d9/tests: Release the vertex buffer in test_null_stream().
d3d9/tests: Release the query in test_occlusion_query_states().
d3d9/tests: Make sure the device is released properly.
d3d8/tests: Make sure the device is released properly.
wined3d: Fix a comment.
wined3d: Add some missing GL locking documentation to arb_program_shader.c.
wined3d: Use a proper structure for "loop_control".
wined3d: Avoid a redundant copy.
wined3d: Eliminate a redundant local variable in get_loop_control_const().
wined3d: Allow the existence of other shader types in get_loop_control_const().
wined3d: Make sure we have an active GL context in delete_opengl_contexts().
wined3d: Make sure we have an active GL context in buffer_PreLoad().
wined3d: Make context_resource_released() responsible for activating a different GL context.
wined3d: Make sure we have an active GL context in context_resource_released().
wined3d: Make sure we have an active GL context in IWineD3DDeviceImpl_SetCursorProperties().
wined3d: Make sure queries have an active GL context.
wined3d: Make sure we have an active GL context in IWineD3DSurfaceImpl_UnLoad().
wined3d: Make sure we have an active GL context before calling surface_remove_pbo().
wined3d: Make sure we have an active GL context before calling d3dfmt_p8_upload_palette().
wined3d: Document GL context dependencies.
wined3d: Add some missing GL locking to init_format_fbo_compat_info().
wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL context current.
wined3d: Always check the result of wglMakeCurrent().
d3d: Add a test for releasing the device after destroying the window.
wined3d: Add a WARN to IWineD3DDeviceImpl_SetFrontBackBuffers() about potentially being called without a GL context.
wined3d: Remove shader_is_version_token().
wined3d: Pass the shader type to shader_record_register_usage().
wined3d: Remove some redundant pshader checks.
wined3d: Use dst_param.reg.idx to index reg_maps->texcoord_mask.
wined3d: Consolidate "color0_mov" handling a bit.
wined3d: Replace "pshader" checks with explicit type checks in shader_get_registers_used().
wined3d: Recognize geometry shaders in shader_trace_init().
wined3d: Try to activate the original context for queries.
wined3d: Move the driver_quirk structure to directx.c.
wined3d: Use flags for driver quirks.
wined3d: Make sure the rtInternal format is supported.
wined3d: Check if formats support blending when attached to an FBO.
wined3d: Clear the last device in WineD3D_CreateFakeGLContext().
wined3d: Don't reuse random GL contexts during initialization.
wined3d: Get rid of the silly refcount for the "fake" GL context.
wined3d: Use a proper structure for storing initial GL context information.
wined3d: Get rid of wined3d_fake_gl_context_cs.
d3d9/tests: Add a small test for having multiple device active at the same time.
wined3d: Don't abuse blending to disable color writes in surface_depth_blt().
wined3d: Don't accept NULL as a valid result from glGetString().
Hib Eris (4):
msi/tests: Add tests for order of tables.
msi: Insert new tables in correct _Tables location.
msi: Release msi_custom_action_info when no longer needed.
msi: Release more msi_custom_action_info when no longer needed.
Huw Davies (20):
gdi32: CBM_INIT is a flag.
ole32: Since OleCreateLinkFromData is a stub we should return S_FALSE from OleQueryLinkFromData.
ole32: Add support for retrieving enhanced metafiles.
ole32/tests: Add a test for enhanced metafile retrieval.
gdi32: Implement SetVirtualResolution.
gdi32: Add tests for SetVirtualResolution.
gdi32: Implement GetTransform for the other valid transform types.
gdi32: Add tests for GetTransform.
configure: Remove reference to obsolete ftnames.h.
ole32: Implement OleCreateEmbeddingHelper.
gdi32: Use the unicode version of CreateMetaFile.
gdi32: Remove obviously incorrect calls to SetMapMode.
gdi32: Store the original emf as a sequence of MFCOMMENT records.
gdi32: Add tests for the GetWinMetaFileBits MFCOMMENT record.
gdi32/tests: Add a test for the MFCOMMENT record's size.
gdi32/tests: Dump the correct metafile if the test fails.
gdi32: Write the map mode and window size records after the mfcomment.
gdi32: Add tests for the map mode and window size records.
gdi32/tests: Add some traces and fix a few comments.
gdi32/tests: Fix tests on win9x and winMe.
Hwang YunSong (5):
start: Updated Korean resource.
winecfg: Updated Korean resource.
appwiz.cpl: Updated Korean resource.
taskmgr: Updated Korean resource.
kernel32: Updated winerr_kor.mc.
Jacek Caban (14):
mshtml.idl: Added DispHTMLLocation and DispHTMLNavigation dispinterfaces.
mshtml: Fixed tests on IE8 and change Wine behavior to IE8.
urlmon.idl: Added IBindStatusCallbackEx declaration.
urlmon: Fixed tests on IE8.
urlmon: Query for IHtmlNegotiate[2] interfaces when needed.
urlmon: Don't depend on QueryService returning NULL on failure.
urlmon: Set user agent registry.
urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.
urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.
urlmon: Added user agent tests.
urlmon: Added ObtainUserAgentString implementation.
urlmon: Added IBindStatusCallbackEx tests (also fixes some IE8 failures).
urlmon: Use GetBinfInfoEx in GetBindInfo implementation if possible.
urlmon: Added IBindStatusCallbackEx implementation.
Jaime Rave (2):
notepad: Update Spanish translation.
regedit: Spanish translation updated.
Joel Holdsworth (3):
user32/tests: Added tests for DrawIcon and DrawIconEx.
user32: Added DrawIcon alpha blending support.
user32: Added DrawIconEx alpha blending support.
Jörg Höhle (3):
winedos: Provide trailing \ now required by GetVolumeInformation.
winecfg: Provide trailing \ now required by GetVolumeInformation.
kernel32: Avoid unprotected sprintf on registry/user-supplied format string.
Ken Sharp (1):
gdiplus: Add GdipIsVisibleRegionPointI stub.
Louis Lenders (2):
kernel32/nls: Add system message 2221 to winerr_enu.mc.
advapi32: Add a few tests for GetSidSubAuthority and SetLastError correctly.
Maksim Kuleshov (1):
wininet: Fix sockets leak in FTP_Connect.
Matej Spindler (8):
mshtml: Update Slovenian translation.
appwiz.cpl: Update Slovenian translation.
notepad: Update Slovenian translation.
reg: Update Slovenian translation.
regedit: Update Slovenian translation.
shell32: Update Slovenian translation.
setupapi: Update Slovenian translation.
wordpad: Update Slovenian translation.
Michael Stefaniuc (70):
appwiz.cpl: Fix the Romanian translation.
user32: Remove unreachable code: break after return (Smatch).
browseui: Build language resource files separately.
iccvid: Build language resource files separately.
oleacc: Build language resource files separately.
crypt32: Build language resource files separately.
mpr: Build language resource files separately.
msrle32: Build language resource files separately.
uninstaller: Build language resource files separately.
oleaut32: Build language resource files separately.
cryptdlg: Build language resource files separately.
wldap32: Build language resource files separately.
wineconsole: Build language resource files separately.
winedbg: Include the local resource header last.
winedbg: Build language resource files separately.
hhctrl.ocx: Build language resource files separately.
gphoto2.ds: Build language resource files separately.
mshtml: Build language resource files separately.
hhctrl.ocx: Fix a memory leak on an error path (Smatch).
notepad: Fix the Finnish translation.
oleaut32: Fix a small error in a comment.
msvidc32: Build language resource files separately.
sane.ds: Build language resource files separately.
cmd: Build language resource files separately.
regedit: Build language resource files separately.
wineboot: Build language resource files separately.
winecfg: Build language resource files separately.
write: Build language resource files separately.
appwiz.cpl: Build language resource files separately.
localui: Build language resource files separately.
xcopy: Build language resource files separately.
net: Build language resource files separately.
reg: Build language resource files separately.
localspl: Build language resource files separately.
taskmgr: Build language resource files separately.
start: Build language resource files separately.
shdoclc: Build language resource files separately.
cmdlgtst: Build language resource files separately.
wordpad: Build language resource files separately.
msi: Build language resource files separately.
winemine: Build language resource files separately.
msvfw32: Build language resource files separately.
view: Build language resource files separately.
credui: Build language resource files separately.
oledlg: Build language resource files separately.
winhlp32: Build language resource files separately.
notepad: Build language resource files separately.
comctl32: Build language resource files separately.
shlwapi: Build language resource files separately.
shell32: Build language resource files separately.
cryptui: Build language resource files separately.
avifil32: Build language resource files separately.
serialui: Build language resource files separately.
setupapi: Build language resource files separately.
oleview: Build language resource files separately.
winefile: Build language resource files separately.
comdlg32: Build language resource files separately.
shdocvw: Import the version.rc into the main rc file.
wineps.drv: Include a local header last.
wineps.drv: Build language resource files separately.
winmm: Build language resource files separately.
progman: Build language resource files separately.
winspool.drv: Build language resource files separately.
msacm32: Build language resource files separately.
wininet: Build language resource files separately.
cards: Build the version.rc file separately.
ole32: Import the content of version.rc into the main rc file.
msiexec: Import the version.rc into the main rc file.
urlmon: Import the version.rc into the main rc file.
user32: Build language resource files separately.
Nicolas Le Cam (5):
user32/tests: Ignore WM_TIMECHANGE message.
shell32/tests: Fix a typo.
shell32/tests: Use win_skip() instead of skip() and trace().
cabinet/tests: Avoid use of lstrlenA when not needed.
cabinet/tests: Split an incorrect test in two valid ones.
Nikolay Sivov (22):
comctl32/listview: Implement LVM_CANCELEDITLABEL with tests.
comctl32/listview: Implement LVM_ISITEMVISIBLE.
comctl32/listview: Basic LVM_MAPINDEXTOID tests.
comctl32/listview: Implement LVM_MAPIDTOINDEX/LVM_MAPINDEXTOID.
comctl32/header: Add support for HDS_FLAT style.
comctl32/listview: Fix a test failure on 4.7x.
comctl32/listview: XP SP3 comctl32 V6 test workaround.
comctl32/listview: Test for parent sequence when creating with LVS_OWNERDRAWFIXED.
comctl32/listview: Notify parent with WM_MEASUREITEM on control creation.
comctl32/listview: Invalidate list after WM_MEASUREITEM notification.
comctl32/listview: Initialize string pointers on notification conversion routine.
comctl32/toolbar: Move initialization to WM_NCREATE handler.
comctl32/toolbar: Move parameter cast to WinProc level, some code cleanup.
comctl32/progress: Implement PBM_GETBARCOLOR, add some todo entries.
comctl32/progress: Implement PBM_GETBKCOLOR.
comctl32/rebar: Update Rebar structure.
comctl32/rebar: Use proper structure size in tests and parameter checks.
comctl32/listview: Improve hittesting a bit.
comctl32/header: Always release item down state on WM_LBUTTONUP.
comctl32/listview: Fix select rectangle calculation for empty text items.
comctl32/listview: Remove parent creation test. It's unrelated to ListView.
oleacc: Add ObjectFromLresult stub.
Paul Chitescu (9):
winecfg: Fixed Romanian translation.
winecfg: Reordered controls in the About dialog so labels can have accelerators.
shell32: Completed Romanian translation, fixed minor typos.
clock: Romanian translation.
shell32: Add missing Romanian translation for IDS_SHLEXEC_NOASSOC.
avifil32: Romanian translation.
cryptdlg: Add Romanian translation.
crypt32: Add Romanian translation.
services.exe: When asked to search by display name skip NULL names.
Paul Vriens (23):
urlmon/tests: Fix a test failure on Win95 by using more A-functions.
include/activscp.idl: Add some defines.
taskmgr: Fix Dutch translations.
crypt32/tests: Fix some tests (logical || with non-zero constant).
crypt32/tests: Fix a test (logical || with non-zero constant).
d3d9/tests: Use color_match ((logical || with non-zero constant).
user32/tests: Prevent some 'deadcode' (Coverity).
taskmgr: Update Dutch translations.
crypt32/tests: Fix a test failure on Win9x.
crypt32/tests: Fix some test failures on Win9x.
user32/tests: Prevent some 'deadcode' (Coverity).
comctl32/tests: Fix test failures on comctl32 < 5.80.
appwiz.cpl: Fix Dutch translations.
comctl32/tests: Fix some test failures with comctl32 < 5.80.
comctl32/tests: Fix test failures with comctl32 < 5.80.
kernel32: Update Dutch translations.
shell32: Fix Dutch translations.
taskmgr: Fix Dutch translations.
urlmon/tests: Don't check for out of memory (Coverity).
oleaut32/tests: Fix test failures and crash on Win9x/WinME.
ole32/tests: Fix some test failures on Win9x/WinME.
mlang/tests: Prevent messing up the codepages on Win98.
notepad: Add Dutch translations.
Piotr Caban (20):
jscript: Added implementation of Date constructor with more then one argument.
jscript: Added Date_getTimezoneOffset and fixed Date_get... functions.
jscript: Fix typos in comments, add missing ones.
jscript: Fixed Date_setMilliseconds implementation.
jscript: Fix Date_setSeconds implementation.
jscript: Fix Date_setMinutes implementation.
jscript: Fix Date_setHours implementation.
jscript: Added Date_setDate and Date_setUTCDate implementation.
jscript: Added Date_setMonth and Date_setUTCMonth implementation.
jscript: Added Date_setFullYear and Date_setUTCFullYear implementation.
jscript: Added Date_toLocaleDateString implementation.
jscript: Added Date_toLocaleTimeString implementation.
jscript: Added Date_toTimeString implementation.
jscript: Added Date_toDateString implementation.
jscript: Added Date_toUTCString implementation.
jscript: Added Date_toLocaleString implementation.
jscript: Added Date_toString implementation.
jscript: Added stub implementation of Date constructor properties.
jscript: Added DateConstr_UTC implementation.
jscript: Fix strings allocation.
Rein Klazes (5):
gdi32/tests: Show that there is an upper limit to the width of a font that can be specified.
comdlg32: Fix a problem with the returned value of a CDN_FILEOK notification.
comdlg32: Fix resizing of the file dialog browser that keeps returning to its original size.
comdlg32: Don't call ShowWindow for the custom dialog until all rearrangements of the file dialog have been done.
comdlg32/tests: fix a few test failures on Vista and higher.
Stefan Dösinger (32):
wined3d: Invalidate the srgb tex in surface::unload.
d3d9: Add an aL indexing test.
d3d9: Add a SGN test.
wined3d: Reload the first 8 constants on a 1.x and != 1.x ps switch.
wined3d: Implement MRTs in ARB.
wined3d: XXXC CC doesn't work even with NV_FP2 on.
wined3d: Make the ARB index offset work with emulated MOVA.
wined3d: Enable Shader Model 2.0 in ARB.
wined3d: Advertise SM 3.0 in ARB if the extensions are available.
wined3d: GLSL 1.20 includes gl_FragData[] syntax.
wined3d: Don't emulate clipplanes with ffp vp and fix a wrong if condition.
wined3d: Add a function to control use of NV_vp2 clipplanes.
wined3d: Find the clip texcoord before compiling.
wined3d: Use a local parameter for the position fixup.
wined3d: Fix pixelshader ifc.
winebuild: Open resource files in binary mode.
wined3d: Beware of double negations.
wined3d: IFC requires GL_NV_fragment_program2.
wined3d: POW and LOG operate on the absolute value.
wined3d: Unclamp vertex colors for 3.0 shaders in ARB if needed.
wined3d: Initialize the used clip planes even if no clip emulation is used.
wined3d: Support writemasks on texkill in ARB.
wined3d: Jump to the else branch if cond is false, not endif.
wined3d: Honor WINED3DSPSM_NOT in ARB.
wined3d: Only update the screen when the frontbuffer was changed.
wined3d: Don't disable ARBfp if the replacement pipeline is used.
wined3d: ARB*p is already on after a depth blit.
wined3d: Implement function calls with NV exts.
wined3d: Write the vshader footer in a separate function.
wined3d: Add the vertex shader footer in the main function.
wined3d: Add a NOP ret handler to GLSL.
wined3d: Don't dirtify too many shader constants.
Stefan Leichter (1):
oleaut32: Add two tests of function VarDateFromStr for German date format.
Tobias Jakobi (10):
wined3d: Add ps_np2fixup_info structure.
wined3d: Enable constant packing for NP2 texcoord fixup.
wined3d: Force NP2 fixup constant reloading in shader_glsl_select.
wined3d: Add ps_arb_max_local_constants.
wined3d: Add arb_ps_np2fixup_info structure and improve structure packing for arb_ps_compiled_shader.
wined3d: Add NP2 fixup code to shader_arb_generate_pshader.
wined3d: Add NP2 fixup code to shader_hw_sample (ARB).
wined3d: Implement shader_arb_load_np2fixup_constants.
wined3d: Force NP2 constant reload in shader_arb_select.
wined3d: Fix comments about NP2 fixup.
Tony Wasserka (16):
d3dx9: Improve parameter validation in D3DXCreateFont and D3DXCreateFontIndirect.
d3dx9: Implement ID3DXFont_GetDevice.
d3dx9: Implement ID3DXFont_GetDesc.
d3dx9: Implement ID3DXFont_GetDC.
d3dx9: Implement ID3DXFont_GetTextMetrics.
d3dx9: Add tests for basic ID3DXFont functions.
d3dx9: Add a stub for D3DXLoadSurfaceFromFileInMemory.
d3dx9: Implement D3DXLoadSurfaceFromFile.
d3dx9: Implement D3DXLoadSurfaceFromResource.
d3dx9: Add a stub for D3DXLoadSurfaceFromMemory.
d3dx9: Implement D3DXLoadSurfaceFromSurface.
d3dx9: Add tests for D3DXLoadSurfaceFromFile.
d3dx9: Add tests for D3DXLoadSurfaceFromResource.
d3dx9: Add tests for D3DXLoadSurfaceFromFileInMemory.
d3dx9: Add tests for D3DXLoadSurfaceFromMemory.
d3dx9: Add tests for D3DXLoadSurfaceFromSurface.
Vincent Povirk (26):
ole32: Add support for rendering HENHMETAFILE clipboard objects.
winex11.drv: Link the windows PNG format to the X image/png format.
winex11.drv: Link the windows JFIF format to the X image/jpeg format.
windowscodecs: Add stub implementation of IWICImagingFactory.
windowscodecs: Add a stub decoder for the BMP format.
include: Add some definitions to wincodec.idl.
windowscodecs: Implement trivial methods for BMP decoder.
windowscodecs: Implement Initialize method for BMP decoder.
windowscodecs: Implement GetFrame for BMP decoder.
windowscodecs: Implement GetSize for BMP decoder.
windowscodecs: Implement GetResolution for BMP decoder.
windowscodecs: Add test for BMP decoder.
gdiplus: Implement horizontal alignment in GdipDrawString.
gdiplus: Don't crash when a NULL format is passed to GdipDrawString.
include: Define some WIC pixel format GUIDs.
windowscodecs: Implement GetPixelFormat for BMP decoder.
windowscodecs: Simplify the BMP GetSize code and fix for top-down dibs.
windowscodecs: Implement CopyPixels for BMP decoder.
windowscodecs: Implement QueryCapability for BMP decoder.
include: Add definitions for IWICPalette.
windowscodecs: Add stub implementation of IWICPalette.
windowscodecs: Implement InitializeCustom and GetColors for palettes.
windowscodecs: Implement GetColorCount and GetType for palettes.
windowscodecs: Implement IsBlackWhite and IsGrayscale for palettes.
windowscodecs: Implement HasAlpha for palettes.
windowscodecs: Add test for IWICPalette.
Vitaliy Margolen (2):
dxdiagn: Add fil_data.idl to describe IAMFilterData interface.
dxdiagn: Use quartz's IFilterMapper to get DirectShow filter information instead of looking through private structures.
Vladimir Pankratov (1):
shell32: Fix RunFileDialog to close after starting apps.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.24 is now available.
What's new in this release (see below for details):
- Support for freedesktop file associations.
- Support for exception handling on 64-bit.
- Improved ARB shaders.
- Fixes for the FBO mode.
- Many listview improvements.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.24.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.24.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.24:
2720 File open dialog crashes in Micrographic designer
9042 Paradise Poker Client gives black desktop background - bug
10551 When emulating Sprint-Layout the mouse doesn't catch obejects
10981 Anti-Grain Geometry GDI Demo does not run
11030 JIT fails to launch
11942 Trouble with actor's shadow in "Journey to the Center of the Earth"
12137 Test Drive: Unlimited slow performance
12169 Supreme Commander: Black bar obscuring screen when fidelity >low
12183 EVE Premium 4.10.51200 does not render correctly with shadows on
12380 Support fd.o file type associations
12405 Crash at starting WISO Sparbuch 2008
13266 ArchiCad 11 installer: Crashes after extraction (Java related?)
13705 keyboard does not work in Trackmania Nations Forever
13917 Supreme Commander won't let me select high fidelity
13922 configure script produces misleading warning about libhal
14767 WGL_SWAP_METHOD_ARB attribute not implemented
15206 Trouble with symbolic stack dumps and Chromium
15371 HDR not rendered correctly (e.g. in Rainbow 6 Vegas)
15377 1.1.5 breaks d3d game that worked in 1.1.4
15457 Languages dialog is empty in inetcpl.cpl (IMultiLanguage2_GetRfc1766Info)
15878 Dogfood: Gimp 2.6 will not open images.
15925 World of Warcraft: Extreme FPS drop since 3.0.2
16115 jscript: field with has wrong type
16195 GetKeyNameTextW returns a wrong length
16267 Vista Winetest24112008 MSItest loop
16331 inetcomm: possible null pointer dereferences
16385 Photoshop CS4 interface doesn't load
16506 some GUI feedback is needed when wine crashes
16521 With separate x-screens, windowed applications in the secondary screen are limited to resolution of primary screen
16609 Wine's XDnD should support text/uri-list lines not ending in \r\n
16681 Adobe Photoshop CS4 fails to start, complains "Some of the application components are missing..."
17433 Photoshop CS4 crash in unimplemented function gdiplus.dll.GdipMeasureDriverString
17437 ATI and EVE Premium: no models display / crashes on startup
17591 WISO MeinBuero 2009 trial segfaults in wintrust.dll
17600 MSOffice installer (XP, 2003, 2007) : msi crash in custom action
17681 mcm2 Help immediately exists (Motocross Madness 2)
17914 Using \n rather then \r\n breaks HTTP RFC with HTTP_AddRequestHeadersW
18202 Programs show unhandled exception dialog on every run
18256 Quicktime 2 Unimplemented function olesvr32.dll.OleRevokeServer on exit
18516 Goldwave 5.25 File Save dialog no longer has options for file format...
18610 Quicken 2009 crashes
18617 Regedit can't import registry from standard input
18638 .NET 3.0 apps abort with: Call from to unimplemented function GDI32.dll.GdiEntry13, aborting
18641 Adobe Lightroom 2.3 crashes on unimplemented function gdiplus.dll.GdipCreateHICONFromBitmap
18735 Photoshop CS4 crash in unimplemented function GdipGetVisibleClipBoundsI
18736 Photoshop CS4 crash in unimplemented function GdipDrawDriverString
18742 WoW: Icons under d3d are incorrectly desaturated
18797 CATIAV5R19: Fails to install on Wine higher than 1.1.18
18798 Neuro-Programmer v2.5 unable to start
18809 Dragon NaturallySpeaking 10 no longer installs
18811 Lexware: wine crashes during .Net 2.0 SP1 Installation
18824 Thief 3 crashes when starting a new game
18841 Ghost Recon Installer Crashes
18882 Allow windows links (.lnk) to be handled by Wine
18895 Thief 3 crashes on closing.
18900 Wineserver crashes starting Team Fortress 2
18915 FAR Manager: crashes shortly after startup
18916 Thief 2 crashes when bringing up in-game menu
18925 OS X build broken
----------------------------------------------------------------
Changes since 1.1.23:
Alexander Nicolaysen Sørnes (1):
regedit: Fix reading from stdin.
Alexandre Julliard (47):
wininet: Always use a full URL for redirects, even with an absolute path.
user32: Disable assert() for the mingw build since mingw gets confused trying to import MessageBoxA.
kernel32: Fix handling of %ws format for Unicode.
comctl32: Avoid repainting a NULL link.
widl: Don't make the proxy virtual tables const if they use delegation.
server: Avoid a crash when trying to wait on a disconnected pipe client.
ole32: Get rid of line feeds and tabs in traces.
kernel32: Forward RtlUnwindEx to ntdll for x86_64.
winebuild: Properly restore %rax and %rbx in call_from_regs on x86_64.
rpcrt4: Adjust the start of the proxy virtual table for stubless proxies.
opengl32: Make the script default to version 1.1. Remove the glGetLevelParameter stubs.
configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.
configure: Add .cfi_startproc/endproc directives to assembly functions if supported.
riched20: Move the textHostVtbl definition to work around Mac OS X breakage with __ASM_GLOBAL_FUNC.
server: Restart at the head of the wait queue when we woke a thread, since this can modify the queue.
configure: Make sure that gcc is recent enough for building 64-bit code.
configure: Add a macro to define an stdcall suffix in assembly code.
configure: Add a macro to define an stdcall function in assembly.
msvcrt: Add appropriate stdcall decorations to assembly functions.
riched20: Add appropriate stdcall decorations to assembly functions.
rpcrt4: Add appropriate stdcall decorations to assembly functions.
hal: Add appropriate stdcall decorations to assembly functions.
ntoskrnl.exe: Add appropriate stdcall decorations to assembly functions.
kernel32: Add appropriate stdcall decorations to assembly functions.
ntdll: Add appropriate stdcall decorations to assembly functions.
advapi32/tests: Avoid accessing an uninitialized pointer.
advapi32: Fix self-relative security descriptor creation for 64-bit.
ntdll: Fix handling of self-relative security descriptors for 64-bit.
msvcrtd/tests: Fix calling convention for operator_new_dbg.
libwine: Add unwind annotations to the stack switching functions for x86_64.
ntdll: Add unwind annotations to the call_entry_point function for x86_64.
winebuild: Add unwind annotations to all the generated functions for x86_64.
ntdll: Handle x86_64 signals on a separate signal stack.
winebuild: Implement a --large-address-aware flag.
winegcc: Add support for the -Wl,--large-address-aware option.
ntdll: Implement stack unwinding for x86_64 builtin modules based on the Dwarf data.
include: Add a target address for unwinding for platforms that need it.
ntdll: Add support for calling the TEB exception chain handlers on x86_64.
server: The ptrace interfaces uses longs, not ints.
kernel32: Fix the HGLOBAL header size for 64-bit.
ntdll: Simplify the thread startup routine and make it CPU-specific.
ntdll: Move all thread exit processing to exit_thread(), and make RtlExitUserThread() CPU-specific.
configure: Don't accept mingw32 as target name, we need an explicit CPU specification.
rpcrt4/tests: Fix the marshalling test for Win64.
rpcrt4/tests: Fix the marshalling test for Win9x.
rpcrt4: Fix memory sizes of marshalled pointers on 64-bit.
urlmon/tests: Avoid comparing uninitialized structure data.
Anders Jonsson (8):
ntoskrnl.exe: Stub for KeInitializeMutex.
ntoskrnl.exe: Stub for KeWaitForSingleObject.
ntoskrnl.exe: Stub for IoInitializeTimer.
ntoskrnl.exe: Stub for IoStartTimer.
ntoskrnl.exe: Stub for ExInitializeResourceLite.
ntoskrnl.exe: Stub for ExInitializeZone.
ntoskrnl.exe: Stub for PsTerminateSystemThread.
ntoskrnl.exe: Stub for ExInitializeNPagedLookasideList.
Andrew Eikum (1):
gdiplus: Test cases and parameter checks for GdipDrawCurve.
Andrew Talbot (8):
comctl32: Constify some variables.
comctl32: Constify some variables.
comdlg32: Constify some variables.
credui: Constify a variable.
crypt32: Constify some variables.
crypt32: Constify some variables.
crypt32: Constify some variables.
crypt32: Constify some variables.
André Hentschel (10):
shell32/tests: Fix error messages.
wordpad: Add German translation.
shell32: Add German translation.
setupapi: Add German translation.
oleacc: Add German translation.
winedbg: Fix comment header.
cryptui: Add German translation.
cryptdlg: Add German translation.
cryptui: Improve German translation.
documentation: Keep README.de in sync.
Aric Stewart (11):
msctf: Framework for ITfCompartmentMgr.
msctf: Define ITfCompartmentMgr for ThreadMgr.
msctf: Add ITfComponentMgr to documentmgr.
msctf: Define ITfCompartmentMgr for Context.
msctf: Setup global CompartmentMgr.
msctf: Implement ITfContext::GetDocumentMgr.
msctf: Implement ITfThreadMgr::IsThreadFocus.
msctf: Contexts have a default DocumentMgr of the one that creates them.
msctf: Implement ITfCompartmentMgr::ClearCompartment.
msctf: Implement ITfCompartmentMgr::EnumCompartments.
comctl32: In COMBOEX_FindStringExact do not try to get text from invalid items.
Aurimas Fišeras (4):
winemine: Add Lithuanian translation.
wininet: Add Lithuanian translation.
hhctrl.ocx: Add Lithuanian translation.
oleacc: Add Lithuanian translation.
Austin English (10):
mshtml: Make the wine-gecko warning more clear.
winex11: Return correct length for GetKeyNameText.
wine.desktop: Allow start to execute lnk files.
kernel32: GetConsoleAliasW is a stub, make sure it acts like one.
configure: Fix mach-o/dyld_images.h detection on OS X.
configure: Add a note about missing dbus if libhal is missing.
oleaut32: Fix a compiler warning for libjpeg includes.
gphoto2.ds: Fix a compiler warning for libjpeg includes.
wine.inf: Fix incorrect entry for hh.exe.
wine.inf: Add placeholder exe for wordpad.exe.
Damjan Jovanovic (6):
winemenubuilder: Generate icons for Wine's MIME types.
start.exe: Add infrastructure to launch windows file open associations from freedesktop.
wine.inf: Update file type associations on startup.
shell32: Update file type associations when requested.
winex11.drv: Fix file drops on KDE4 and XFCE.
winemenubuilder: Log where freedesktop menu files are created, and provide an option to clean them up.
Detlef Riekenberg (12):
mlang/tests: Fix failures with IE 5.5 and below.
mlang: Implement IMultiLanguage2_GetRfc1766Info.
mlang/tests: Add tests for IMultiLanguage2_GetRfc1766Info.
mlang/tests: Fix a failure on win98 with mlang 4.72.
mlang/tests: Store the expected results for GetRfc1766Info as Unicode.
shlwapi: Forward DnsRecordSetCompare to dnsapi.
mlang: Implement IMultiLanguage_GetRfc1766Info.
urlmon/tests: Move SecurityManager and ZoneManager tests to a separate file.
setupapi: Move IsUserAdmin to shell32.IsUserAnAdmin.
urlmon/tests: Fix a typo in an ok message.
mlang/tests: Some old IE versions truncate one character too short.
mlang: Implement IMultiLanguage_GetNumberOfCodePageInfo, with test.
Dmitry Timoshkov (4):
wine.inf: Add kernel32.48/kernel32.49 (ReleaseThunkLock/RestoreThunkLock) to the RelayExclude list.
user32: Add support for SPI_GETFOCUSBORDERWIDTH and SPI_GETFOCUSBORDERHEIGHT.
user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.
user32: Invalidate button on WM_KILLFOCUS, like Windows does.
Eric Pouech (1):
dbghelp: Improve speed of our hashtable implementation by remembering the last element added to every bucket.
Francois Gouget (19):
cryptdlg & cryptui: Use SUBLANG_NEUTRAL for German.
winedos: Move VGA_SetGraphicMode() up a bit and make it static. VGA_GetModeInfoList() is unused so remove it.
winedos: DPMI_FreeInternalRMCB() is not used so remove it.
winedos: DOSVM_GetTimer() is not used so remove it.
gdi32/tests: Small indentation fix.
msctf/tests: Make EditSession_Constructor() static.
msctf: Make the CompartmentMgr functions static.
gdiplus: Remove spaces before '\n's.
winapi/c_parser: Remove some dead code.
rpcrt4/tests: Replace malloc() with HeapAlloc().
cmd: Introduce a WCMD_strsubstW() function to simplify string substitutions.
cmd: Replace malloc() with HeapAlloc().
comctl32: Extend the LVTILEINFO structure.
winapi: Fix a $blevel / $plevel mismatch.
wineesd.drv: Initialize the stream name before using it.
winweesd.drv: Make sure esd_all_info is always initialized and freed when needed.
wineesd.drv: Remove a redundant assignment.
dmime: Remove patterntrack.c and tool.c as they are unused and don't correspond to objects.
comctl32/tests: Make DummyCompareEx() static.
Frank Richter (1):
d3d9: Fix bitmask for A2R10G10B10 format.
Frédéric Delanoy (1):
documentation: Keep README.fr in sync.
Ge van Geldorp (1):
advapi32: Set values to 0 in LsaEnumerateAccountRights.
Gerald Pfeifer (7):
user32: Fix logic condition in SPY_DumpStructure().
winmm: Use & instead of && for bit test in wave_out_test_deviceOut().
wined3d: Use & instead of && for bit test in IWineD3DDeviceImpl_CreateSurface().
wined3d: Fix (and simplify) the ATI case in IWineD3DImpl_FillGLCaps.
d3d9: Use correct constant types (WINED3DPOOL_DEFAULT instead of D3DPOOL_DEFAULT and WINED3DRTYPE_SURFACE instead of D3DRTYPE_SURFACE).
cmd.exe: Fix incorrect check in WCMD_HandleTildaModifiers().
crypt32: Fix incorrect logic condition in test_decodePKCSAttribute().
Guy Albertelli (2):
kernel32/tests: Fix tests when GetVolumeNameForVolumeMountPoint fails.
kernel32/tests: Fix tests to pass on Win9x and WinME.
Hans Leidekker (5):
msi: Add some reinstall tests.
wintrust: Add stub implementations of HTTPSCertificateTrust and HTTPSFinalProv.
wininet: Always create a URL cache entry.
wininet: Don't fail if dwReserved is set in CreateUrlCacheEntryW.
wininet: Implement InternetQueryOption(INTERNET_OPTION_CACHE_TIMESTAMPS).
Henri Verbeet (51):
wined3d: Add support for the ARB_depth_buffer_float extension.
wined3d: Use GL_DEPTH_COMPONENT32F for WINED3DFMT_D32F_LOCKABLE.
wined3d: Use GL_DEPTH32F_STENCIL8 for WINED3DFMT_D24FS8.
wined3d: Use context_attach_depth_stencil_fbo() to clear FBO depth attachments.
wined3d: Set FBO stencil attachments for relevant depth stencil formats.
wined3d: Avoid comparing shader compile args if the relevant shader isn't present.
wined3d: Simplify some code in set_glsl_shader_program().
wined3d: Don't modify the internal format in d3dfmt_get_conv().
wined3d: Get rid of the silly pointers in WINED3DVOLUME_DESC.
wined3d: Add some FIXMEs about blitting with unsupported fixups.
wined3d: Set explicitly sized internal formats for color key conversion in d3dfmt_get_conv().
wined3d: Check the correct extensions in d3dfmt_get_conv().
wined3d: Round rows up to whole blocks for compressed surface blits in BltFast().
wined3d: Store compression information about compressed formats.
wined3d: Use the format info for doing compressed surface blits in BltFast().
wined3d: Remove some redundant s3tc extension checks.
wined3d: Improve some TRACEs in init_format_fbo_compat_info().
wined3d: Use the format info to calculate compressed surface size in IWineD3DDeviceImpl_CreateSurface().
wined3d: Use the format info to calculate compressed surface size in IWineD3DBaseSurfaceImpl_SetFormat().
wined3d: Use the format info to calculate compressed surface pitch in IWineD3DBaseSurfaceImpl_GetPitch().
wined3d: Use the compressed format info in IWineD3DBaseSurfaceImpl_LockRect().
wined3d: Use WINED3DFMT_FLAG_COMPRESSED instead of checking for specific formats.
wined3d: Remove the useless "resource_type" parameter from IWineD3DDevice::CreateSurface().
wined3d: Respect the "srgb" parameter to IWineD3DSurfaceImpl_BindTexture().
wined3d: Avoid checking depth/stencil and compressed formats in init_format_fbo_compat_info().
wined3d: Introduce surface_cleanup().
wined3d: Introduce surface_gdi_cleanup().
wined3d: Introduce surface_init() to handle most of the surface initialization.
wined3d: Introduce surface_calculate_size().
wined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
shdocvw: Take the riid parameter to TaskbarList_Create() into account.
shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.
d3d8: Do some more verification on handles.
d3d8: Deleting an invalid pixel shader handle should return D3D_OK.
d3d8: Add tests for deleting invalid shader handles.
wined3d: Add format conversions for some depth stencil formats.
wined3d: Fix a typo.
wined3d: Fall back to backbuffer offscreen rendering if FBOs are unavailable.
wined3d: Only initialize unused components of varyings that are read.
wined3d: Avoid some unneeded depthstencil copies.
wined3d: Avoid some unneeded rendertarget copies.
wined3d: Make sure we have a context in stretch_rect_fbo().
wined3d: Reuse the FBO for check_fbo_compat().
wined3d: Remove some useless code in IWineD3DDeviceImpl_SetLightEnable().
wined3d: Simplify IWineD3DSurfaceImpl_LockRect() a bit.
wined3d: Remove a redundant ActivateContext() call in IWineD3DSurfaceImpl_UnlockRect().
d3d8: Add WINED3DFMT_W11V11U10 <=> D3DFMT_W11V11U10 conversion.
wined3d: Don't load a rendertarget just because alpha test is enabled.
d3dx9_36: Implement D3DXGetDeclVertexSize().
d3dx9_36: Add a test for D3DXGetDeclVertexSize().
d3d9: Use color_match() in the fog test.
Hib Eris (1):
msi: Fix a crash when freeing memory.
Huw Davies (6):
widl: Add support for the lcid parameter attribute.
widl: Fix typelib lcid fields to match those produced by midl.
oleaut32: TLibAttr.lcid is read from the second lcid field in the header. Confirmed by manually editing a tlb file.
oleaut32: Calling SetLcid with LOCALE_NEUTRAL is a special case which sets the first header lcid to US English and the second one to 0.
tools/widl: Fix behaviour when both lcid and retval arguments are present.
oleaut32/tests: Add some tests for [lcid] parameters.
Jacek Caban (2):
wininet: Fixed gzip decoding on chunked stream.
urlmon: Fixed test on IE8.
Jonathan Ernst (8):
crypt32: Updated French translation.
mshtml: Updated French translation.
notepad: Updated French translation.
regedit: Updated French translation.
setupapi: Updated French translation.
wordpad: Updated French translation.
reg: Updated French translation.
shell32: Updated French translation.
Joris Huizer (1):
winemenubuilder: reg_get_val[AW]: Fix memory leak.
José Manuel Ferrer Ortiz (1):
winecfg: Spanish resources update.
Juan Lang (3):
wintrust: Only check the pgKnownSubject member if the struct includes it.
wintrust: Check for the presence of required members of WINTRUST_BLOB_INFO rather than requiring callers to be compiled with the same SDK version.
wintrust: Check for the presence of required members of WINTRUST_CERT_INFO rather than requiring callers to be compiled with the same SDK version.
Ken Sharp (6):
gdiplus: Add stubs for GdipGetVisibleClipBoundsI, GdipDrawDriverString & GdipMeasureDriverString.
olesvr32: Add OleRevokeServer stub.
ntoskrnl: Add ObfReferenceObject stub.
ntoskrnl: Add IoRegisterFileSystem stub.
ntoskrnl: Add IoUnregisterFileSystem stub.
ntoskrnl: Add FsRtlRegisterUncProvider stub.
Louis Lenders (1):
gdi32: Add stub for GdiEntry13.
Marcus Meissner (2):
widl: ifdef some not always present LANG_*.
ddraw: Use correct union member.
Michael Abbott (1):
wined3d: Remove division from inner loop.
Mike Kaplinskiy (4):
msi: Store temporary rows in the same place as persistent rows, just with a flag.
msi: Add a test to insert a null primary key temporary row and check its order.
wininet: Make \r and \n valid header separators.
wininet/test: Test malformed header separators.
Mikio Idneuma (1):
appwiz.cpl: Update Japanese translation.
Nikolay Sivov (25):
ntdll: Call NtCreateSection with NULL attributes loading native dll.
comctl32/listview: Edit box should be destroyed on invalid index too (LVM_EDITLABEL).
comctl32/listview: Test showing that Edit box should be positioned after LVN_BEGINLABELEDIT.
comctl32/listview: Position edit box after notification.
comctl32/listview: Defaulting to NFR_ANSI on query failure.
comctl32/listview: Use LV_VIEW_* constants instead of style.
comctl32/listview: Revert column scrolling recent change, it should be handled differently.
comctl32/listview: Fix item count tests to be dpi aware.
comctl32/listview: Remove outdated todo entries.
comctl32/listview: Test for indentation callback.
comctl32/listview: Implement callback functionality for item indentation.
comctl32/listview: Update some ListView structures with recently added members.
comctl32/listview: Make item width calculation not rely on column order for LV_VIEW_DETAILS.
comctl32/listview: Don't use special value (1) for item width to represent both zero and one pixel width.
comctl32/header: Update some Header flags and structures.
comctl32/listview: Don't offset item box to item position on LVS_EX_FULLROWSELECT if item isn't in leftmost column.
comctl32/listview: Fix some hittest problems on LVS_EX_FULLROWSELECT.
comctl32/listview: Don't offset subitems on painting.
comctl32/listview: Get rid of Header_* macros.
comctl32/listview: Setting item text to callback stub value already having it raises item-change notifications.
comctl32/listview: Block header items drag if LVS_EX_HEADERDRAGDROP isn't set.
comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.
comctl32/listview: Convert forwarded header notifications to ANSI if NFR_ANSI is current format.
comctl32/listview: Fix test crashes on comctl32 <5.80.
comctl32/listview: Add ability to test comctl32 version 6. Add basic LVM_[G,S]ETVIEW test.
Paul Vriens (36):
mshtml/tests: Correct a test and show a Wine bug.
mshtml/tests: Use lstrcmpA in a helper function to make it work correctly on Win98.
mshtml/tests: Correct another test.
mshtml/tests: Use strcmp_wa instead of lstrcmpW to test correctly on Win98.
kernel32/tests: Only report unimplemented functions once.
winecfg: Fix Dutch translations.
setupapi/tests: pSetupGetField returns A or W string depending on OS.
msi/tests: Make sure we only create one logfile.
riched32/tests: Fix some test failures on Win9x/WinME/NT4.
riched32/tests: Fix a few test failures on Win9x, WinME and NT4.
riched32/tests: Correct a test to better show the behavior.
riched32/tests: Fix a few test failures on Win9x/WinME/NT4.
riched32/tests: Cater for differences between platforms.
riched32/tests: Fix test failures on Win9x, WinMe and NT4.
mlang/tests: Fix a test failure on Win95.
user32/tests: Skip some tests on Win9x/WinME.
shell32/tests: Fix a test failure on some Win95 boxes and NT4.
gdi32/tests: Fix several test failures on Win9x/WinME/NT4.
gdi32/tests: Fix some test failures on NT4.
gdi32/tests: Fix the last test failure on NT4.
shell32/tests: Fix some test failures on NT4 (and some Win95 boxes).
comdlg32/tests: Fix some typos.
comctl32/tests: Fix some typos (copy-paste).
shell32/tests: Fix a test failure on Vista.
shell32/tests: Fix a test failure on Vista.
shell32/tests: Fix a test failure on Vista and higher.
shell32/tests: Fix some test failures on Vista and higher.
wldap32/tests: Skip a test on older versions of wldap32 to prevent a crash.
shell32/tests: Fix a test failure on Vista and higher.
shell32/tests: Fix some test failures on Vista and higher.
msi/tests: Fix test (logical || with non-zero constant).
d3d8/tests: Fix some tests (logical || with non-zero constant).
msi/tests: Fix some test failures on Win95 by using more A-functions.
mapi32/tests: Don't run tests if ScInitMapiUtil() fails.
mapi32/tests: Don't run tests if ScInitMapiUtil() fails.
mapi32/tests: Don't run tests if ScInitMapiUtil() fails.
Piotr Caban (13):
jscript: Added Date_getFullYear and Date_getUTCFullYear implementation.
jscript: Added Date_getMonth and Date_getUTCMonth implementation.
jscript: Added Date_getDate and Date_getUTCDate implementation.
jscript: Added Date_getDay and Date_getUTCDay implementation.
jscript: Added Date_getHours and Date_getUTCHours implementation.
jscript: Fixed hour_from_time and week_day functions.
jscript: Added Date_getUTCMinutes and Date_getMinutes implementation.
jscript: Added Date_getUTCSeconds and Date_getSeconds implementation.
jscript: Added Date_getUTCMilliseconds and Date_getMilliseconds implementation.
jscript: Added Date_setUTCMilliseconds and Date_setMilliseconds implementation.
jscript: Added Date_setUTCSeconds and Date_setSeconds implementation.
jscript: Added Date_setUTCMinutes and Date_setMinutes implementation.
jscript: Added Date_setUTCHours and Date_setHours implementation.
Rein Klazes (4):
gdi32: Fix RectInRegion() if right < left or bottom < top.
winedos: int21, function 32h returns data in DS:BX, not DS:DX.
comdlg32: Delay setting the initial size of resizable file dialog until the CDN_INITDONE notification has been processed.
comdlg32/tests: Fix file dialog resize failures on NT4 and with tiny desktops.
Rico Schüller (1):
wined3d: Don't allow a negative lock_count in buffer_Unmap.
Robert Key (1):
wined3d: Add missing HD 3400 renderer string.
Roderick Colenbrander (3):
opengl32: Sync with the latest opengl 3.1 extensions and don't export opengl32 1.2 functions.
opengl32: Get rid of glext.h.
wgl: Get rid of glXQueryDrawable because officially it only works on GLXDrawables.
Stefan Doesinger (20):
wined3d: Unroll loops in ARB if needed.
wined3d: Implement break and breakc.
wined3d: Implement IFC in ARB.
wined3d: Use flags instead of bools to control shader_hw_sample.
wined3d: Implement texldd in ARB.
wined3d: Implement texldl in ARB.
wined3d: Implement vpos and vface.
wined3d: Use bitfields for reg_maps uses* members.
d3d9: Accept an alternative oFog->ps_3_0 handling.
wined3d: Fix texm3x3pad.
wined3d: Add modifier support to tex and friends.
wined3d: Implement D3DSPDM_PARTIALPRECISION support.
wined3d: Deal with instructions that do not support _SAT.
wined3d: Properly free srgb textures.
wined3d: Properly load the y correction.
wined3d: Handle SM 3.0 varyings in ARB.
wined3d: Don't run out of varyings because of clipplanes.
wined3d: Implement vertex texture fetch in ARB.
wined3d: Emulate clipplanes in ARB if the NV extensions are not available.
wined3d: Implement EvictManagedResources.
Stefan Dösinger (5):
wined3d: Store the bumpmap ARB constants in ARB structures.
wined3d: Implement loops with the NV extensions.
wined3d: Implement dsy in ARB.
wined3d: A small atifs bump map improvement.
wined3d: Don't set unloaded arrays to zero.
Stefan Leichter (1):
kernel32: Implement QueryFullProcessImageNameA.
Stefan Stranz (1):
c2man: Add xml documentation creation.
Vincent Povirk (7):
windowscodecs: Add stub dll.
include: Add wincodec.idl.
include: Extend TVITEMEX and add NMTVDISPINFOEX.
comctl32: Use NMTVDISPINFOEX in the TVN_GETDISPINFO notification.
kernel32/tests: Test waiting on a disconnected client pipe.
gdiplus: Stub GdipSetPathGradientPresetBlend.
include: Add definitions needed for image decoding to wincodec.idl.
Vladimir Pankratov (1):
advpack: Add stub for ExtractFilesW.
Yann Droneaud (1):
wined3d: Improved ATI Radeon HD 4xxx detection.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.23 is now available.
What's new in this release (see below for details):
- Support for registering MIME types with the Linux desktop.
- FBO mode is now the default for Direct3D.
- Support for COM proxy delegation.
- Improved support for the Mingw cross-compile.
- Proper fullscreen mode for the virtual desktop.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.23.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.23.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.23:
3235 Redraw problem: Spurious blue selection when changing order of listview
3800 Rotated Text became invisible in Corel Draw 9
4372 listview: cannot drag several items
5131 FlashFXP hangs
8126 'Rayman 2 - The Great Escape' doesn't start
8241 Unable to open a new document in graphpad prism5
8748 Memory leak with Steam and Gecko
10656 EQ2 Fullscreen Crash
10862 Hitman bloody money crashes by entering the main menu
11225 Unimplemented Functions: GdipLoadImageFromFile, GdipLoadImageFromFileICM and GdipMeasureCharacterRanges
11251 Adobe Photoshop CS2 update process funky
11281 CJK input: cannot type in legacy applications
11578 Windows Messenger 5.1 doesn't run (infinite loop)
12033 Need for Speed III crash on startup
12312 EVE Patch fails to download as BITS_IBackgroundCopyJob_SetPriority is not implemented
12484 Photoshop CS2: freezes when trying to save for web
12554 Unsupported format: WINED3DFMT_R16F
12673 Medieval 2: Total War demo graphics are all blue and lack detail
12806 Crysis: segmentation fault at startup
12844 Very dark graphics in Mafia, Guild Wars, Sim City 4 on ATI cards
12873 Microsoft 3D Movie Maker demo installer fails
13107 Belote crashes
13758 Adobe Photoshop 7: sliders not shown
13768 SpellForce starts very slow and the land is black in the beginning
13850 InstallShield (Assasin's Creed) window ordering issue
14247 One click works like 2x click
14248 CTRL + Tab in Firefox 3 is intepreted as CTRL + B (dogfood)
14375 Mouse cursor flickers in Myst IV - Revelation
14423 GTA III (Grand Theft Auto 3) doesn't run in Wine 1.1.1 (due to "unhandled exception")
14719 Assassin's Creed breaks after intro videos
14778 Unusual characters in player names crashes Team Fortress 2
14985 virtual desktop window should be fullscreen when it's as big as the screen
15249 MINITAB 15 standard demo installer fails during installation
15401 Cannot copy/paste inside powerpoint 2003
15463 Heroes of Might and Magic install fails if initial music still playing
15777 "Need For Speed 4 - High Stakes" does not start
15983 WoW Wotlk installer (retail dvd eu) crash
16027 MSN 5 crashes on startup
16116 PureEdge Viewer (ICS Viewer) 6.0 unhandled page fault
16132 Uninstall of ICS Viewer 6.0 fails with "An error occured while checking for running applications."
16139 Dragon NaturallySpeaking 10 crashes with X-window error
16170 Call of Duty 5 and MotoGP08 crash
16173 Cannot launch EVE Online
16178 alt.binz: memory leak. Regression since 1.1.7.
16220 World of Warcraft does not work in D3D mode
16416 IL2: alsa-sound stutters much
17102 Crashday: no textures anymore in 1.1.13
17132 No music plays in game Iji
17386 Command and Conquer 3: Tiberium Wars - fails to start
17404 MSN Messenger 7.0 does not sign-in
17536 DirectX 9 launcher causes Atari Scrabble Online installation to fail
17563 Crash when using TTM_GETTEXT + LPSTR_CALLBACK
17668 Eve online autoupdater won't update
17837 eCleaner: rich-edit related crash
17880 Mirror's Edge: Crashes after logo animations
17976 Encompass installer crashes on startup
18063 CombineUrl adding incorrect slash at end of url.
18082 CyberBilling XP - listview is empty
18162 dlls/comctl32/tests/treeview.c: value computed is not used
18520 error loading I.E6 within wine
18529 Two directX bugs in XNA-based games (Infiniminer/Paddles)
18558 d3d9/visual: tests fail with fbo or +heap enabled
18568 MacOS X: png.h/libpng is not detected
18601 Google Sketchup 7 crashes early in wine's imm.dll
18628 Dwarf section in Ubuntu 9.04 libc debug package fails to parse.
18637 Nokia Map Loader 2.0 (.NET 3.0 app) needs DisableProcessWindowsGhosting stub
18639 .NET 3.0 WPF needs NtSecureConnectPort stub
18676 Infiminer (xna-based game) crashes, apparently in shader_cleanup
18690 CTRL + Shift + Tab in Firefox 3 does nothing (dogfood)
18696 Eve Online rendering problem
18717 .NET 3.x needs ntdll.dll.RtlEnumerateGenericTableWithoutSplaying (WPF + MILCore driver)
18729 Slingplayer 2.0 setup exits silently in Vista mode
18758 LsaGetLogonSessionData unconditionally returns STATUS_SUCCESS
18760 Recent version of ProjectTorque crashes wine calling gdiplus.dll.GdipDrawImagePointRectI
----------------------------------------------------------------
Changes since 1.1.22:
Alexandre Julliard (71):
msvcrt: Add explicit 32- and 64-bit versions of the time functions.
msvcrt: Add explicit 32- and 64-bit versions of the utime functions.
msvcrt: Fix the stat and finddata structures for 64-bit.
msvcrt/tests: Make all msvcrt function pointers cdecl.
include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility.
msvcrt: Replace long by MSVCRT_long.
wineboot: Compain loudly if we can't find wine.inf.
oleaut32/tests: Fix a test broken on XP 64.
kernel32: Remove the file parameter check again in LoadLibraryExW since some broken apps pass garbage here.
kernel32/tests: Run file tests in the temp directory if we don't have access to the drive root.
rpcrt4: Internal functions don't need to be WINAPI.
ntdll: Try any address in map_image no matter what the failure was for a fixed address.
include: Fix the packing of the MIDL_STUB_MESSAGE structure on 64-bit.
rpcrt4/tests: Fix a number of 64-bit issues in the ndr_marshall test.
rpcrt4: Fix the PSFactoryBuffer proxy refcounting, with tests.
rpcrt4/tests: Comment out a couple of tests that crash on older Windows versions.
rpcrt4/tests: Enable some tests that no longer crash Wine.
rpcrt4: Implement NdrPointerMemorySize and enable the corresponding tests.
rpcrt4: Fix compiler warnings on 64-bit.
opengl32: Generate the correct trace arguments for UINT64 types.
winedump: Fix a printf format warning on 64-bit.
comctl32/tests: Replace a listview macro by an explicit SendMessage.
ole32: Fix some pointer conversion warnings on 64-bit.
user32/tests: Fix some pointer conversion warnings on 64-bit.
gphoto2.ds: Fix a pointer conversion warning on 64-bit.
sane.ds: Fix a pointer conversion warning on 64-bit.
msacm32: Fix a pointer conversion warning on 64-bit.
msvfw32: Fix a pointer conversion warning on 64-bit.
rpcrt4/tests: Mark some stub message tests broken for older Windows versions.
rpcrt4/tests: Remove tests for v1 memory list, the layout is wrong and we don't care about it anyway.
rpcrt4/tests: Disable some tests that crash on Windows.
wininet: Add a critical section to protect the read-ahead buffer.
dbghelp: Try to avoid crashing on unrecognized attributes.
tools: Upgrade the config.guess/config.sub scripts.
winegcc: Don't pass the as/ld/nm tool names to winebuild.
winegcc: Add support for the --sysroot option to allow out-of-tree cross-compiling.
winegcc: Add support for building PE executables using Mingw.
configure: Add checks for fnmatch support.
d3d9/tests: Skip CheckDeviceMultiSampleType test if not available.
rpcrt4/tests: Fix a few more broken tests on NT4.
user32/tests: Remove tests for internal DDE handle format, we don't care how the handles are implemented.
user32/tests: Make some sysparams registry key optional, and fix some other failures on old Windows platforms.
rpcrt4: Change the allocation of delegated stub methods so that we never need to free them.
rpcrt4: Allocate the delegated stubs vtbl only once it is really needed.
rpcrt4: Return the stack size from the ObjectStubless function so that the thunks are independent from the number of arguments.
rpcrt4: Use the same allocation technique as delegated stubs for the stubless thunks.
rpcrt4: Retrieve the stubless information for the thunks directly from the virtual table pointer.
riched32: Fix the extra window bytes count for 64-bit.
user32/tests: Fix the listbox delete test on NT4.
user32/tests: Only check the foreground window when it belongs to the current thread.
winebuild: Add a --resources mode that compiles multiple resource files into a single object.
winebuild: Add detection of duplicate resources.
winegcc: Transparently compile resource files for the Windows build.
makefiles: Remove special handling of .res.o files now that winegcc takes care of this.
server: Reset events on the message queue fd to avoid busy looping when the thread is suspended.
server: Hide a window before destroying it if it was still visible.
user32: Use a simplified sequence to destroy windows at thread exit, since we don't want to send messages.
user32/tests: Add tests for message sequence of window destruction at thread exit.
makefiles: Use winegcc to build the crosstests too.
makefiles: Add resource files to the standard object files list.
clock: Build resource files separately instead of including them all from a global file.
rpcrt4: Split the vtbl initialization in NdrDllGetClassObject to a separate function.
rpcrt4: Add support for proxy delegation.
rpcrt4/tests: Add tests for the contents of virtual table for delegated proxies.
rpcrt4: Add checks for the number of methods being larger than what we support.
user32/tests: Add more synchronization in the exit thread test to avoid races.
user32/tests: More systematically ignore the messages we don't care about.
winegcc: Link against winecrt0 for the Mingw build too.
winegcc: Create a stub main to work around the lack of Unicode support in Mingw.
comctl32/tests: Avoid size_t in traces.
winedbg: Add wrappers for Read/WriteProcessMemory to fix the mingw build.
Andrew Eikum (11):
gdiplus: Stubs for GdipAddPathString and GdipAddPathStringI.
gdiplus: Stubs for GdipBeginContainer and GdipBeginContainerI.
gdiplus: Stub for GdipCloneBitmapArea.
gdiplus: Stub for GdipComment.
gdiplus: Stubs for GdipCreateMetafileFromFile, GdipCreateMetafileFromStream.
gdiplus: Stub for GdipDeleteEffect.
gdiplus: Stubs for GdipDrawImagePointRect and GdipDrawImagePointRectI.
gdiplus: Stub for GdipEmfToWmfBits.
gdiplus: Stubs for GdipDrawImagePoints and GdipDrawImagePointsI.
gdiplus: Stub for GdipBitmapApplyEffect.
gdiplus: Stub for GdipBitmapCreateApplyEffect.
Andrew Nguyen (1):
rundll32: Load the 16-bit kernel32 exports by ordinal.
Andrew Talbot (5):
avifil32: Constify a variable.
cabinet: Constify a variable.
comctl32: Constify some variables.
comctl32: Various const qualifier fixes.
comctl32: Constify some variables.
André Hentschel (7):
comctl32: Add ListView_SetCheckState and ListView_GetCheckState.
comdlg32: Improve the German Find and FindReplace dialogs.
winex11: Fix Ctrl+Tab translation.
winedbg: Add German translation.
appwiz.cpl: Add German translation.
winex11: Fix Ctrl+Shift+Tab translation.
winemaker: Port vcproject parser from XML-Simple to libXML.
Aric Stewart (9):
msctf: Implement ITextStoreACPSink::OnStatusChange.
msctf: Implement ITfRange::Collapse.
msctf: Framework for ITfInsertAtSelection in ITfContext.
advapi: Correct buffer length in LookupAccountNameW.
msctf: Define compartment guids.
shlwapi: Simplify UrlCombine case 2 with tests.
msctf: Implement ITfInsertAtSelection::InsertTextAtSelection.
msctf: Implement ITfContext::SetSelection.
msctf: Define ITfCompartmentMgr and ITfCompartment.
Aurimas Fišeras (3):
kernel32/nls: Add missing translations for lth.nls.
winedbg: Add Lithuanian translation.
kernel32/nls: Switch to UTF-8 encoding for lth.nls.
Austin English (1):
user32: Downgrade a FIXME to a WARN.
Austin Lund (2):
riched20: If DataObjectImpl_EnumFormatEtc returns E_NOTIMPL then ensure that returned pointers are nulled.
riched20/test: Added a test for TxDraw.
Ben Klein (1):
mountmgr.sys: Add tracking of fixed harddisk devices.
Chris Robinson (3):
wined3d: Prevent erroneous FIXMEs on newer cards.
wined3d: Decrement fbo_entry_count when one is removed from the list.
quartz: Release enumpins when done with it.
Damjan Jovanovic (5):
winemenubuilder: Add MIME types to freedesktop.
winemenubuilder: Only add mime types that aren't already in freedesktop.
winemenubuilder: Ignore wine.desktop managed file types.
winemenubuilder: Associate file open applications with freedesktop.
winemenubuilder: Track, update and clean up file open associations.
Daniel Santos (1):
make_requests: Correct comment in header (minor patch).
Detlef Riekenberg (18):
mlang/tests: Use a table for testing GetLcidFromRfc1766.
mlang/tests: Initial tests for Rfc1766ToLcid.
mlang/tests: Return correct result in Rfc1766ToLcidA on failure.
mlang/tests: Rfc1766ToLcid must not touch the LCID output on failure.
mlang: Use a case independent compare for the RFC1766 name.
mlang/tests: Make the tests more silent.
kernel32/nls: Translation-fix for deu.nls.
kernel32/nls: Add missing translations for des.nls.
kernel32/nls: Add missing translations for dea.nls.
kernel32/nls: Add missing translations for del.nls.
kernel32/nls: Add missing translations for dec.nls.
mlang: Return HRESULT from lcid_to_rfc1766 helper.
mlang: Suppress country data in rfc1766, with tests.
mlang: Check output pointer for NULL.
mlang/tests: Add tests for LcidToRfc1766.
mlang: Avoid unneeded HeapReAlloc.
kernel32/tests: Add tests for GetLocaleInfo with SUBLANG_NEUTRAL.
kernel32/tests: Fix failures on localized Windows versions.
Dmitry Timoshkov (1):
winex11.drv: Avoid a crash if not in a desktop mode.
Eric Pouech (11):
winedbg: Pass NULL for some optionals parameters to MinidumpReadDumpStream.
winhlp32: Properly handle a syntax error inside a macro.
winhlp32: NoShow macro has NS as shortcut.
winhlp32: Force the handling of a current help window while processing a macro.
winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations.
winhlp32: Use current file when no file is specified in JumpHash.
winhlp32: Window name lookup is supposed to be insensitive.
winhlp32: Remove the lpszName field from the window structure, as it's given by the window info.
winhlp32: Now manage windows with refcounts.
winhlp32: Correctly set the window's title when no window information is present.
winhlp32: Fix typo in color init.
Eric van Beurden (2):
wininet: Check for bad allocation in HeapReAlloc.
wininet: Rearrange invalid header checks.
Francois Gouget (18):
winapi_fixup: There is not much point for this tool so remove it.
winapi_cleanup: There is not much point for this tool so remove it.
dplayx: DPLAYX_SetLocalSession() and DPLAYX_CopyIntoSessionDesc2A() are unused so remove them.
rsaenh: Make the mpi functions static, remove mp_signed_bin_size() as it is unused.
oleaut32: Tweak a comment to make it more explicit.
msi/tests: Tweak the get_user_sid() functions to simplify their use.
riched20: Make ME_GetCursorCoordinates() static and remove ME_MustBeWrapped() as it is unused.
riched20: RTF{G,S}et{In,Out}putName() are unused so remove them as well as the corresponding _RTF_Info fields.
riched20: RTFPeekToken(), RTFExpandStyle() and RTFHexToChar() are unused so remove them.
riched20: Make some functions static.
winex11.drv: Replace an strdup() with HeapAlloc() in the OpenGL code.
winex11: Also define X11DRV_OpenGL_Cleanup() when OpenGL is not supported.
ntdll/tests: Fix the trailing '\n' of a skip() call.
winedbg & appwiz.cpl: Use SUBLANG_NEUTRAL for German.
winapi_extract: --spec-files has been broken for a long time and does not seem to be useful so remove it.
winapi_extract: The old C parser is not needed anymore so remove it.
rpcrt4/tests: Make dummy_Release() static.
ole32/tests: Make test_readonly() static.
Frans Kool (1):
cryptui: Added Dutch translations.
Ge van Geldorp (1):
winetest: Use wininet if available.
Gerald Pfeifer (7):
dsound: Clarify statement in DSOUND_capture_callback.
user32/tests: Fix MODIFIED macro.
winmm/tests: Fix test in wave_out_test_deviceOut().
gphoto2.ds: Only provide GPHOTO2_StrDup() when we have HAVE_GPHOTO2.
user32/tests: Remove unused SAME macro.
msxml3: Tweak two assertions.
d3d9: Use WINED3DPOOL_DEFAULT instead of D3DPOOL_DEFAULT as appropriate.
Guy Albertelli (2):
kernel32: Fix GetVolumeNameForVolumeMountPointW to match Mountmgr.
kernel32/tests: Add tests for CreateFile errors and opening volumes.
Hans Leidekker (13):
kernel32: Improve the GetSystemPowerStatus stub.
include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.
msi: Constify some parameters.
msi: Don't duplicate the table name in CREATE_CreateView.
msi: Consistently use the parser allocator when parsing a query.
msi: Fix some memory leaks.
msi: The assembly file version field is optional.
crypt32: Initialize salt correctly.
msi: Don't trace an out parameter.
msi: Initialize some variables.
msi: Add tests for importing a _SummaryInformation table.
msi: Add more tests for MsiGetSourcePath.
msi/tests: Ignore case when comparing file names.
Henri Verbeet (50):
secur32: Initialize cbBuffer to 0 for NULL buffers.
wined3d: Remove some unnecessary forward declarations.
wined3d: Remove some apparently leftover debug code.
wined3d: Fix debug_d3dusage() to handle combinations of flags.
wined3d: Fix debug_d3dusagequery() to handle combinations of flags.
wined3d: Pass a proper format desc to resource_init() in IWineD3DDeviceImpl_CreateBuffer().
wined3d: Split the info log into separate lines.
wined3d: Add the output signature to IWineD3DDevice_CreateVertexShader().
d3d10core: Implement ID3D10Device::CreateVertexShader().
wined3d: Use SM3 shader limits for SM4.
wined3d: Make "packed_input" a bitmap.
wined3d: Use the "input_registers" bitmap for vertex shader attributes as well.
wined3d: Make "packed_output" a bitmap.
wined3d: Use a separate structure for vertex shader attributes.
wined3d: Use strings for shader input/output semantics.
wined3d: Use the output signature to setup SM4 vertex shader output semantics.
wined3d: Match the d3d10 name for WINED3DDECLUSAGE_POSITION.
d3d10core: Implement ID3D10Device::VSSetShader().
d3d10core: Don't complain as much about setting a NULL geometry shader.
wined3d: Remove the "declaration" parameter to IWineD3DDeviceImpl_CreateVertexShader().
wined3d: Add missing ActivateContext calls to shader_destroy() implementations.
wined3d: Remove ResourceReleased() from the public device interface.
wined3d: Add device resources from resource_init().
d3d9: Having a NULL rendertarget isn't a failure.
wined3d: Use the proper OUT swizzle in handle_ps3_input().
wined3d: Partially revert 7433eb76b5f05ae54702fe9e57ba315407ed651b.
wined3d: Call resource_init() from basetexture_init().
wined3d: Create a texture_cleanup() function.
wined3d: Introduce texture_init() to handle most of the 2D texture initialization.
wined3d: Introduce cubetexture_cleanup().
wined3d: Introduce cubetexture_init() to handle most of the cube texture initialization.
wined3d: Introduce volumetexture_cleanup().
wined3d: Introduce volumetexture_init() to handle most of the volume texture initialization.
include: Add a generic red-black tree.
wined3d: Replace the wined3d hash table with the generic red-black tree.
wined3d: Free priv->stack in shader_glsl_free().
wined3d: Remove entries without an internal format from the GL formats template.
wined3d: Remove WINED3DFMT_R16G16B16A16_SNORM from the GL formats template.
wined3d: Check FBO compatibility after the fixups are applied.
wined3d: Add a proper enum value for "no extension".
wined3d: Check the result from wine_rb_get() before using it in WINE_RB_ENTRY_VALUE.
wined3d: Don't use the vertex/pixel shader when we're not supposed to.
wined3d: Add extension detection for ARB_depth_texture.
wined3d: Add extension detection to the GL format template table.
wined3d: Set texture filtering to NEAREST in check_fbo_compat().
wined3d: Check FBO compatibility on all formats with a GL format.
wined3d: Only use stretch_rect_fbo() on surfaces that are FBO attachable.
wined3d: Use FBOs for offscreen rendering by default.
wined3d: Add support for EXT_packed_depth_stencil.
wined3d: Use GL_DEPTH24_STENCIL8_EXT for depth stencil formats.
Hib Eris (10):
msi/tests: Add tests for binary OBJECTS.
msi: Add support for binary OBJECTS.
msi: Support transforms with binary OBJECTS.
msi/tests: Add test for importing binary OBJECTS.
msi: Add support for importing binary OBJECTS.
msi: Initialize a variable.
msi/tests: Add test for merging tables with string primary keys.
msi: Fix merging tables with string primary keys.
msi/tests: Add test for merging tables that are not in target database.
msi: Add support for merging tables that are not in target database.
Huw Davies (7):
ole32/tests: Fix tests on systems without IE installed.
comdlg32/tests: PrintDlgExW returns E_NOTIMPL on some versions of winME.
ole32: Rename a parameter to better reflect its use.
ole32: Store the creation flag - STGM_SIMPLE depends on this.
ole32: In simple mode, CreateStream with the STGM_CREATE flag should fail.
ole32: In simple create mode the size returned by IStream_Stat is actually the current stream position.
ole32: In simple mode keep the stream size above the small block limit.
Hwang YunSong (3):
regedit: Updated Korean resource.
shell32: Updated Korean resource.
reg: Updated Korean resource.
Jacek Caban (11):
urlmon: Use TLS_OUT_OF_INDEXES as invalid TLS value.
mshtml: Use TLS_OUT_OF_INDEXES as invalid TLS value.
wininet.h: Added more error codes.
wininet: Move strings to avoid duplications.
wininet: Always set path in HttpOpenRequest.
wininet: Change read_buf type to BYTE.
wininet: Added support for decompressing gzip encoded content.
wininet: Test gzip encoded read.
wininet: Fixed tests on Windows.
urlmon: Set INTERNET_OPTION_HTTP_DECODING option in http protocol handler.
urlmon: Use a copy of PROTOCOLDATA in Switch/Continue implementation.
Jeff Zaroyko (1):
dmsynth: Fix a typo.
Joerg-Cyril.Hoehle(a)t-systems.com (1):
configure: Find libpng in /usr/X11 on MacOS.
Kai Blin (2):
advapi32: Fix output of GetUserNameW when joined to a domain.
secur32: Don't return STATUS_SUCCESS from LsaGetLogonSessionData stub.
Ken Sharp (1):
shell32: Add stub for InitNetworkAddressControl.
Louis Lenders (5):
wined3d: Match device name string to windows one.
d3d9/tests: Add simple test to show that QualityLevels is not zero, when we call CheckDeviceMultiSampleType with D3DMULTISAMPLE_NONE.
wined3d: Fix CheckDeviceMultiSampleType when queried with D3DMULTISAMPLE_NONE.
ntdll: Add stub for NtSecureConnectPort.
ntdll: Add stub for RtlEnumerateGenericTableWithoutSplaying.
Marcus Meissner (2):
winegcc: Free two new strlists (Coverity).
msi: Check the correct pointers for allocation failure (Coverity).
Michael Stefaniuc (11):
imm32: Use a simpler comparison of a pointer with NULL.
msvcrtd: Use size_t instead of unsigned long.
msvcrt: Replace size_t with MSVCRT_size_t.
msvcrt: Avoid using size_t when not neededed.
notepad: Rename the SIZEOF macro to the more descriptive ARRAY_SIZE.
notepad: Use the ARRAY_SIZE() macro if we already have it.
gdi32: Avoid using long when not needed.
kernel32: Switch to UTF-8 encoding for rom.nls.
kernel32: Update the Romanian(Romania) NLS file.
crypt32: Replace long with a better type.
mshtml: Replace long with LONG.
Nicolas Le Cam (3):
winetest: Only call GetTempPath once.
winetest: Add option -d to specify tests output directory.
winetest: Add a missing carriage return in help message.
Nikolay Sivov (43):
comctl32/listview: Draw focus rectangle only when visible.
comctl32/listview: Fix returning LVHT_ONITEMSTATEICON flag on hittesting.
comctl32/treeview: Use message return values in TreeView tests.
comctl32/toolbar: Don't free Toolbar control data too early.
comctl32/hotkey: Remove useless line.
comctl32/toolbar: Retrieve Tooltips control data once at WinProc.
comctl32/listview: Remove duplicated expression.
comctl32/listview: Reuse cached control style.
comctl32/listview: Simplify key selection handler a bit.
comctl32/listview: Don't hittest when it's not needed.
comctl32/mru: Check for NULL handles in MRU calls.
comctl32/mru: Fix test failures on Win9x.
comctl32/listview: Basic LVM_GETVIEWRECT tests.
comctl32/listview: LVM_GETVIEWRECT is unsupported on LVS_REPORT style.
comctl32/listview: A couple of LVM_GETITEMPOSITION tests.
comctl32/listview: Improve item position calculating in LVS_REPORT.
comctl32/listview: Some LVM_GETITEMRECT tests.
comctl32/listview: Fix some LVM_GETVIEWRECT test failures on different platforms.
comctl32/listview: LVM_GETITEMRECT: don't offset to item position on LVS_REPORT querying LVIR_BOUNDS.
comctl32/listview: Move item position calculation out of subitem loop.
user32: Add a stub for DisableProcessWindowsGhosting.
comctl32/ipaddress: Skip test on Win95 with common controls 4.70.
comctl32/tooltips: Move parameter cast to WinProc.
comctl32/tooltips: Fix callback tip text retrieval.
comctl32/listview: Use NMITEMACTIVATE instead of NMLISTVIEW for NM_*CLICK notifications.
comctl32/listview: Fix regression on LVIR_BOUNDS request - y offset still needed.
comctl32/listview: A bunch of LVM_GETSUBITEMRECT tests.
comctl32/listview: Don't offset subitem rectangles with item padding returned by LVM_GETSUBITEMRECT.
comctl32/listview: Item horizontal position isn't applied for any item bounds on LVS_REPORT.
comctl32/listview: Fix item bounds calculation for LVS_REPORT style.
comctl32/listview: Some tests for LVM_EDITLABEL.
comctl32/listview: Block LVM_EDITLABEL when control is unfocused and no label created.
comctl32/listview: EN_KILLFOCUS handling test.
comctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND message handler.
comctl32/listview: Implement LVM_GETVIEW.
comctl32/listview: Implement LVM_SETVIEW.
comctl32/listview: Some tests for LVS_SORT[A,DE]SCENDING, remove these styles from TODOs.
comctl32/listview: Improve item visibility calculation for report view.
comctl32/listview: Improve grid drawing on LVS_EX_GRIDLINES style.
comctl32/listview: Partially revert commit 43d982fde6b363199c95037935e0f5446df8f733.
comctl32/listview: Improve column scrolling.
ntdll: Make NtCreateFile and NtOpenFile thin wrappers over an internal function.
ntdll: Make NtQueryFullAttributesFile and NtQueryAttributesFile thin wrappers over an internal function.
Paul Vriens (30):
kernel32: Use Polish translations.
kernel32/tests: Fix comment.
mshtml/tests: Fix some test failures on IE8.
kernel32/tests: Fix some test failures on Vista.
msi/tests: Prevent crash when ConvertSidToStringSidA is not available.
mshtml: Match IE8 implementation.
msi/tests: Remove unused variable.
oleaut32/tests: Spelling fixes.
oleacc: Fix Dutch translations.
appwiz.cpl: Fix Dutch translations.
shell32: Fix Dutch translations.
user32: Fix Dutch translations.
winmm/tests: Remove an unreliable test.
oleaut32/tests: Fix some intermittent test failures on W98 and NT4.
wininet/tests: Fix a few typos.
ole32/tests: Move common variables to the top.
ole32/tests: Run more tests on Win9x by using A-functions.
ole32/tests: Fix a crash on NT4 and below.
riched32/tests: Change the test to facilitate adding a broken().
riched32/tests: Fix a few test failures on NT4 and below.
ole32/tests: Fix remaining test failures on NT4 and below.
kernel32/tests: Skip WritePrivateProfileString tests on Win9x/WinME.
user32/tests: Remove a trace() message.
user32/tests: Fix a test failure on Win95.
shell32/tests: Fix test failure on NT4.
riched32/tests: Fix a test failure on NT4 and below.
kernel32/tests: Fix a test failure on Win9x/WinMe.
msctf: Fix a possible NULL dereference (Coverity).
shell32/tests: Fix test failures on Win95.
shell32/tests: Make sure all created files can be removed.
Peter Hedlund (1):
kernel32: Mask out obsolete flags in GlobalAlloc.
Piotr Caban (19):
jscript: Added Math_SQRT2 implementation and tests.
jscript: Added Math_SQRT1_2 implementations and tests.
jscript: Added Math_acos implementation and tests.
jscript: Added Math_LN10 implementation and tests.
jscript: Added implementation of Math_asin.
jscript: Added implementation of Math_atan.
jscript: Added Math_atan2 implementation.
jscript: Added implementation of Math_exp.
jscript: Added implementation of Math_log.
jscript: Added Math_sin implementation.
jscript: Added implementation of Math_sqrt.
jscript: Added Math_tan implementation.
jscript: Fix integer/double parsing.
jscript: Fixed memory leak.
jscript: Added implementation of Math_pow with less then 2 arguments.
jscript: Fix parse_double_literal implementation.
jscript: Remove NaN related FIXMEs.
jscript: Fix DateConstr_value (with no argument) implementation.
jscript: Added Date_setTime implementation.
Rico Schüller (2):
d3d10: Improve parse_fx10.
d3d10: Replace a few more unknown in parse_fx10.
Stefan Dösinger (28):
wined3d: Implement DSX in ARB.
wined3d: Replace a few hardcoded Tx registers with proper name getters.
wined3d: Get rid of Tx hardcoding in texbem.
wined3d: Put some ARB declarations in the right place.
wined3d: sincos for vertex shaders.
wined3d: Work around an ARBFP vs GLSL bug in Mac OS.
wined3d: Store the compile args in the compile context, not the shader.
wined3d: Make find_gl_pshader backend private.
wined3d: Remove the forward declaration added in the last patch.
wined3d: Make find_gl_vshader backend specific.
wined3d: Manage ps_compiled_shader in the backends.
wined3d: Manage vs_compile_args in the backends.
wined3d: Add a function around the handler table.
wined3d: Emulate if(bool) in ARB shaders.
wined3d: Allocate the proper size for the lconst map.
wined3d: Remove a MESA hack.
wined3d: Use DP2A or X2D for dp2add if available.
wined3d: Avoid the TMP_COLOR mov in some cases.
wined3d: Use NRM from GL_NV_fragment_program2 if available.
wined3d: Use Rx registers for sRGB correction if possible.
wined3d: Revert "WineD3D: use CMP instead of SLT and SGE in sRGB correction".
wined3d: Write result.color in one mov.
wined3d: Don't enable the NV frag extensions if we don't need them.
wined3d: Add a comment about texbem and X2D.
wined3d: Handle LRP in vertex shaders.
wined3d: Use condition code for sRGB write correction if available.
wined3d: Update clipplanes on a shader-fixed function switch.
wined3d: Implement clipplanes in the ARB backend.
Stefan Leichter (2):
kernel32: Fix spec of QueryFullProcessImageNameW.
kernel32: Added missing newline to win_skip.
Stefan Stranz (1):
winhlp32: Fix crash on launch.
Stephan Rose (1):
gdiplus: Add support for vertical string alignment to GdipDrawString.
Tony Wasserka (4):
d3dx9: Add stubs for the D3DXGetImageInfo function group.
d3dx9: Add utility functions for loading files and resources into memory.
d3dx9: Redirect D3DXGetImageInfo functions to the FromFileInMemory variant.
d3dx9: Test return codes of the D3DXGetImageInfo functions.
Vincent Povirk (8):
winex11: Set the fullscreen state of virtual desktops based on size.
gdiplus: Stub GdipCreateHICONFromBitmap.
ole32: Add some tests for read only storage objects.
ole32: Fix crash when calling CreateStream on read only storage.
ole32: Fix crash when calling CreateStorage on read only storage.
ole32: Fix return code of DeleteStorage for read only storage.
ole32: Don't ignore a failure to delete the old element in CreateStorage.
winex11.drv: Don't use XEvents uninitialized when waits time out.
Vitaliy Margolen (1):
winecfg: Update WinXP version to SP3.
Vitaly Perov (1):
mpr: Don't set LastError if no error occured.
Vladimir Pankratov (1):
winedbg: Add Russian translation.
Yuriy Kaminskiy (1):
dsound: Fix segv on use-after-free in IDirectSoundNotifyImpl_Release.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.22 is now available.
What's new in this release (see below for details):
- More improvements to OLE copy/paste.
- Beginnings of x86_64 exception handling.
- Direct3D locking fixes.
- ARB shaders improvements.
- Better OpenGL pixel format support.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.22.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.22.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.22:
7084 Installers/wine fail(s) to extract icons for menu links
7326 Some apps complain "DDE requires ddeml.dll"; just need a link
8349 Lords of the Realm 2 installer fails to complete
8680 Poker Heaven creashes on exit
9366 QuickTimePlayer 7.2.0.240 aborts on unimplemented function gdiplus.dll.GdipCreateRegion
10072 Half Life 2 Reflections reversed on real world reflections option
10449 Broken Cross Disk Manager: Crash at start, needs gdiplus.dll.GdipCreateHBITMAPFromBitmap
10788 Windows Movie Maker needs gdiplus.dll.GdipCreateBitmapFromHICON
12251 Gamma on screen is brighter after application exits
12440 Screen/Graphics corruption in Sammy's Science House
12450 Adobe Acrobat Pro 6 & 7 / Acrobat Reader 6 & 7 -- "Detect and Repair" does nothing (MsiReinstallProduct)
12585 Unhandled pagefault in Return to Castle Wolfenstein
13040 SkyMap Pro: Tip of the Day is a blank window.
13137 inetcpl crashes due to unimplemented function wininet.dll.GetDiskInfoA
13182 Ultraedit v14.00+3 cannot be configured anymore
13201 Microsoft Pinball Arcade jittery animations
13243 Trackmania (Nations) Forever doesn't sometimes work with 3d-glasses
13366 Scarface fails to start due to "unhandled page fault"
13642 dogfood: InterPoker on Linux crashes
13736 Detection of nvidia geforce 9x00 video memory isn't implemented
15468 polygon vertex problems on assassin's creed characters
15762 .desktop files are created in ~, not in ~/Desktop
15923 make test fails in monthcal.c
16021 Provide vista-style symlinks for the profiles directory
16072 DesignaKnit 7 fails to run
16123 WINE and Office progs running in background when they shouldn't be
16363 Google Chrome window is rendered totally black.
16620 Office 2003 cannot install Service Pack 3
16686 Wine's wordpad doesn't allow setting font?
16769 MSN Messenger 7.0 Don't redraw the chat window correctly
16901 bejeweled and bejeweled twist use 100% cpu
16926 Mathematica 7 Player complains "could not establish a connection to the kernel"
17305 PCMark 05 crashes on unimplemented d3dx9_25.dll.D3DXGetImageInfoFromFileInMemory
17470 IP Softphone 2050 doesn't start
17629 unimplemented function setupapi.dll.CM_Locate_DevNode_ExA
17687 vlc 0.9.8a segfaults on launch
17983 WiX fails with builtin msi.dll
17993 winamp's installer shows corrupted checkbox buttons
18044 System Font Linking fails with MS Shell Dlg
18080 Clipboard (Ctrl+V) no longer works in Word 2003/2007
18188 Everest Poker and Casino exit silently with builtin gdiplus
18246 Adobe Updater: crashes when installing updates
18274 Xenocode Virtual Appliance Runtime Error 0xD0000022
18349 Incorrect font rendering in Japanese locale
18395 Garrys mod crashes when joining.
18453 hs950 firmware installer crashes on exit with unimplemented function SETUPAPI.dll.SetupUninstallOEMInfA
18515 Deleting the last entry in the overrides tab in winecfg is not shown correctly
18537 Child windows jump when clicked and dragged by title bar
18555 Dotnet power profile fixmes cause irritation in bash/dash
----------------------------------------------------------------
Changes since 1.1.21:
Alexandre Julliard (33):
user32/tests: Fix the LB_DELETESTRING for older Windows versions.
user32/tests: Add more systematic support for ignoring certain messages.
include: Fix the C_ASSERT macro for the latest gcc.
user32/tests: Add an optional message for Win95.
wininet: Centralize detection of chunked mode and add a flag for it in the http request structure.
wininet: Add a read-ahead buffer to allow InternetQueryDataAvailable to return the right values in chunked mode.
wininet/tests: Add a test for reading chunked data.
wininet: Get rid of the SSL-specific read-ahead buffer.
mlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting early.
shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel.
ntdll: Added a stub for RtlUnwindEx on x86_64.
ntdll: Initial implementation of RtlVirtualUnwind on x86_64.
ntdll/tests: Added some test cases for RtlVirtualUnwind.
ntdll: Free old memory block when reallocating to a large block.
ntdll: Tweak the file mapping permission checks some more, with tests.
ntdll/tests: Add more tests for RtlVirtualUnwind.
ntdll: Add support for some function epilogs in RtlVirtualUnwind.
ntdll: Add test cases for the returned frame value in RtlVirtualUnwind.
msvcrt/tests: Use the _winver etc. variables instead of the __p_ functions that don't exist on 64-bit.
winmm: Fix some Win64 pointer truncations issues.
msacm32.drv: Fix some Win64 pointer truncations issues.
oleaut32: Add support for registering 64-bit typelibs.
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
oleaut32/tests: Fix the tmarshal test on 64-bit.
widl: Add support for writing 64-bit format typelibs.
widl: Add support for standard target options to allow building the right typelib kind when cross-compiling.
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
kernel32: Add missing terminator on %wc format conversion.
shell32: Remove unnecessary linefeeds in traces.
ntdll: Implemented RtlLookupFunctionEntry for x86_64.
ntdll: Initial support for dispatching exceptions to stack handlers on x86_64.
ntdll: Implement __C_specific_handler for x86_64.
ntdll: Implement RtlUnwindEx for x86_64.
Anders Jonsson (3):
notepad: Update Swedish translation.
regedit: Update Swedish translation.
mshtml: Update Swedish translation.
Andrew Nguyen (11):
kernel32/tests: Correctly skip tests when the Unicode directory functions are not available.
kernel32/tests: Correctly skip tests when the Unicode drive functions are not available.
kernel32/tests: Correctly skip when the Unicode file functions are not available.
kernel32/tests: Correctly skip when Unicode locale functions are not available.
kernel32/tests: Correctly skip when GetTempPathW is not available.
kernel32/tests: Correctly skip when Unicode thread functions are not available.
kernel32: Don't validate the command line parameter of CreateProcessW.
kernel32: Correct the last error of CreateProcessW with an empty application name string.
kernel32: Correct the last error of CreateProcessW with an empty command line string.
kernel32/tests: Use named constants for a drive test.
kernel32/tests: Correctly skip when the Unicode communications functions are not available.
André Hentschel (1):
winemaker: Read the includes of a dsp project file.
Aric Stewart (19):
msctf: Implement ITfKeystrokeMgr::AdviseKeyEventSink.
msctf: Implement ITfKeystrokeMgr::UnadviseKeyEventSink.
msctf: Implement ITfKeystrokeMgr::GetForeground.
msctf: Implement ITfSource interface for ITfInputProcessorProfiles.
msctf: Support advising ITfLanguageProfileNotifySink in ITfInputProcessorProfiles.
msctf: Map out currently missing interfaces.
msctf: Define ITfEditSession implemented by TextServices.
msctf: TfContext intitalization and uninitialization on Push and Pop.
msctf/tests: Test TextService requesting an EditSession.
msctf: Starting implementation of ITfContext::RequestEditSession and ITextStoreACPSink::OnLockGranted.
advapi32: Handle well qualified names in LookupAccountNameW for account names.
msctf: Add stub implementation of ITfRange.
msctf: Implement ITfRange::GetContext.
msctf: Beginning of TfEditCookie definition and usage.
msctf: Generate TfEditCookies for edit sessions.
msctf: Correct order of dwFlag checking to properly be able to set a ReadWrite lock.
msctf: Beginning implementation of ITfContext::GetStart.
msctf: Beginning implementation of ITfContext::GetEnd.
msctf: Beginning implementation of ITfContext::GetSelection.
Aurimas Fišeras (1):
notepad: Update Lithuanian translation.
Austin English (7):
secur32/tests: Sign compare fixes.
d3dxof/tests: Sign compare fix.
hlink/tests: Sign compare fix.
msvcrt/tests: Sign compare fixes.
imm32/tests: Sign compare fix.
ntdll: Change a noisy FIXME to a WARN.
powerprof: Remove a noisy FIXME.
Damjan Jovanovic (3):
oleaut32: fix a rounding bug in VarFormat.
oleaut32: Strip trailing decimal zeroes when rounding a number in VarFormat.
oleaut32: Add a failing VarFormat test showing that wine wrongly truncates decimals with large negative exponents instead of rounding.
Detlef Riekenberg (1):
wininet/tests: Remove a duplicate test.
Dmitry Timoshkov (5):
sfnt2fnt: Take into account external leading when calculating the font point size.
winedump: Add an ability to dump font files.
system.sfd: Make lower case latin letters in 18 pixel Japanese bitmap font not bold.
user32: Invalidate a being removed listbox item before deleting it as it's been done before d2ecb1194102b6d7e6078556f80e58c70ca39c23.
dbghelp: All parameters of MiniDumpReadDumpStream() except base are optional.
Eric Pouech (2):
msvfw32: Clearly separate the 16-bit code out of the rest by wrapping 16-bit message functions in thunks.
msvideo16: Make msvideo16 a separate 16-bit module.
Francois Gouget (37):
winhlp32: Use Win32 APIs instead of strdup().
msctf/tests: Reorder the code to avoid forward declarations.
msctf/tests: Make some functions static.
setupapi: VcpEnumFiles() is implemented so export it.
dsound/tests: Replace malloc() with HeapAlloc().
lz32/tests: Replace malloc() with HeapAlloc().
ntdll/tests: Replace malloc() with HeapAlloc().
shell32/tests: Replace malloc() with HeapAlloc().
winecfg: Use Win32 APIs instead of strdup().
ddraw/tests: Replace malloc() with HeapAlloc().
wined3d: Make surface_force_reload() static.
iphlpapi: Make getInterfacePhysicalByName() static.
d3dx8/tests: Make compare_vec3() static.
rpcrt4: Make RPCRT4_NextHttpHeaderField() and RPCRT4_default_receive_fragment() static.
ntdll: virtual_free_system_view() is not used anymore so remove it.
riched20: ME_MakeString() is unused so remove it.
dplayx: NS_GetOtherMagic() is not used, so remove it.
dplayx: Reorder the code to avoid forward declarations.
fusion: assembly_get_architecture() is unused so remove it.
fusion: CompareAssemblyIdentity() and GetAssemblyIdentityFromFile() are unused stubs and don't belong in fusion.dll. So remove them.
comctl32/tests: Make flush_sequence() static.
winedbg: Replace realloc() with HeapReAlloc().
setupapi: Remove some dead code: VCP_VirtnodeDelete() and VCP_RenameFiles().
setupapi: VcpFlush() and vsmString{Compare,Find}() are unused so remove them.
shell32: Make AboutDlgProc() and SHELL_execute() static.
winapi_test: Simplify the code that builds the list of headers to process.
dplayx: cbDelete{Groups,Player}Elem() are unused so remove them.
winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free().
winetest: Replace malloc() & co with HeapAlloc().
advapi32/tests: Replace realloc() with HeapReAlloc().
gphoto2.ds: Use Win32 APIs instead of strdup().
mstask/tests: Replace realloc() with HeapReAlloc().
oleaut32/tests: Replace realloc() with HeapReAlloc().
userenv/tests: Replace realloc() with HeapReAlloc().
msi/tests: Use win_skip() to skip over unimplemented functionality.
shell32: Add the SHCreateDirectoryEx() macro.
msctf: Fix an error message.
Frans Kool (1):
winedbg: Add Dutch translations.
Gerald Pfeifer (3):
cryptui: Remove double assignment in import_store_dlg_proc().
msi: Initialize variable in MSI_ApplyPatchW.
libwine: Remove redundant prototype for wine_call_on_stack().
Guy Albertelli (1):
kernel32/tests: Add more tests for GetVolumeNameForVolumeMountPointA.
Hans Leidekker (6):
setupapi: Add stub implementations of SetupUninstallOEMInfA/W.
setupapi: Add stub implementations of CM_Get_Device_Interface_List_Size_ExA/W.
wininet: Implement GetDiskInfoA.
wininet: Add a stub implementation of IncrementUrlCacheHeaderData.
kernel32: Add support for %ws and %wc format specifiers to FormatMessageA/W.
kernel32: Add tests for FormatMessageA/W.
Henri Verbeet (25):
wined3d: Use the output signature to map SM4 pixel shader outputs to the appropriate register.
d3d10core: Improve the shader input/output signature parsing code.
d3d10core: Parse pixelshader output signatures and pass them to CreatePixelShader().
d3d10core: Release the wined3d shader when the d3d10 pixel shader is destroyed.
d3d10core: Implement ID3D10Device::PSSetShader().
wined3d: Pass a struct wined3d_shader_register to shader_arb_get_register_name().
wined3d: Pass a struct wined3d_shader_register to shader_dump_register().
wined3d: Pass a struct wined3d_shader_register to shader_record_register_usage().
wined3d: Print the correct limit in a WARN().
wined3d: Don't create more than WINED3D_MAX_FBO_ENTRIES FBO entries.
wined3d: Directly call basetexture_apply_state_changes().
wined3d: Add missing GL locking to fragment_pipeline.enable_extension() implementations.
wined3d: Add missing GL locking to shader_backend_t.shader_free_private() implementations.
wined3d: Add missing GL locking to state table calls.
wined3d: Add missing GL locking to shader_backend_t.shader_select() calls.
wined3d: Add missing GL locking to delete_glsl_program_entry() calls.
wined3d: Add missing GL locking to calls to FBO functions.
wined3d: Add missing GL locking to set_blit_dimension() calls.
wined3d: Add missing GL locking to IWineD3DDeviceImpl_Uninit3D().
wined3d: Add missing GL locking to test_pbo_functionality().
wined3d: Add missing GL locking to d3dfmt_p8_upload_palette().
wined3d: Add missing GL locking to ffp_blit_set() and ffp_blit_unset().
wined3d: Add missing GL locking to check_fbo_compat().
wined3d: Document functions that depend on the caller to do GL locking.
wined3d: Remove some unused defines.
Huw Davies (28):
ole32/tests: Make the size tests for the WdtpInterfacePointer marshaller more restrictive.
ole32/tests: Add tests to show the WdtpInterfacePointer marshal data looks like the result of CoMarshalInterface.
include: Correct a typo.
ole32: Add proxies and stubs for GetData and GetDataHere.
ole32: Add proxies and stubs for Read and Write.
ole32: Add proxies and stubs for Seek and CopyTo.
ole32: Add proxies and stubs for OpenStream and EnumElements.
ole32: Add proxies and stubs for ReadAt and WriteAt.
ole32: Add proxies and stubs for FillAppend and FillAt.
msctf/tests: Fix a compiler warning.
ole32/tests: Show that it's the loword of the separate flag parameter that determines the marshalling context.
ole32: Implement the WdtpInterfacePointer marshal functions.
ole32/tests: Add tests for STGMEDIUM marshalling with a non-NULL pUnkForRelease.
ole32: Add support for marshalling pUnkForRelease.
ole32/tests: Add tests for TYMED_ISTREAM marshalling.
ole32: Implement TYMED_ISTREAM marshalling.
ole32: Implement TYMED_ISTORAGE marshalling.
ole32/tests: Remove assumptions about the size of marshalled data.
ole32/tests: Cope with an alignment hole between the two marshalled interfaces.
ole32: Beginnings of OleCreateFromDataEx.
ole32: Add support for retrieving data from IPersistStorage.
ole32: Add support for retrieving the data from CF_EMBEDDEDOBJECT.
ole32: Use OleCreateFromDataEx to implement OleCreateFromData.
ntdll/tests: Mark RtlUnicodeStringToInteger("", 16) as broken for nt4.
ole32/tests: Exercise the HGLOBAL marshaller over a range of block sizes.
ole32/tests: Use the current stream position to determine the marshal data size.
ole32: Fix remote HMETAFILEPICT marshalling on 64 bit systems.
ole32: Explicitly add the three ULONGs from the METAFILEPICT struct to allow for padding in the 64-bit version.
Ilya Shpigor (1):
msi: Subscribe to SetProgress event on adding progress bar control to dialog.
Jacek Caban (27):
urlmon: Cache the binding notif window.
urlmon: Added support for PI_APARTMENTTHREADED to BindProtocol::Switch.
urlmon: Added support for PI_APARTMENTTHREADED to BindProtocol::ReportProgress.
urlmon: Added PI_APARTMENTTHREADED support to BindProtocol::ReportProgress.
urlmon: Added PI_APARTMENTTHREADED support to BindProtocol::ReportResult.
urlmon: Use PI_APARTMENTTHREADED in Binding object.
urlmon: Return E_FAIL in Binding::Switch implementation.
urlmon: Get rid of no longer needed thread checking in Binding object's ReportData and ReportResult implementation.
urlmon: Get rid of no longer needed thread checking in Binding::ReportProgress.
urlmon: Get rid of no longer needed values in Binding object.
urlmon: Moved notif window handling to bindprot.c.
mshtml: Handle aCount < buf_size case correctly in nsIInputStream::Read implementation.
urlmon: Added PI_MIMEVERIFICATION support.
urlmon: Added PI_MIMEVERIFICATION tests.
urlmon: Use PI_MIMEVERIFICATION in Binding object.
urlmon: Added GetBindString(BINDSTRING_URL) implementation.
urlmon: Added BINDSTATUS_LOADINGMIMEHANDLER and BINDSTATUS_LOADINGMIMEHANDLER support to Binding object.
urlmon: Use internal IInternetProtocol protocol for communication with pluggable protocol in BindProtocol.
urlmon: Fixed buffer size argument in Read call.
urlmon: Move MIME availability handling to separated function.
urlmon: Use protocol_handler in Switch implementation.
urlmon: Use common name for IInternetProtocol and IInternetProtocolSink vtbls.
urlmon: Added support for MIME filters.
urlmon: Added MIME filter handling in BindProtocol tests.
urlmon: Added IUriContainer declaration.
urlmon: Fixed buffer size calculation.
urlmon: Fixed tests on Windows.
Joris Huizer (2):
pdh: Return correct error on allocation failure.
msctf: ITfContext::RequestEditSession: dwLockFlags logic corrected.
Juan Lang (5):
inetmib1/tests: Trace the SNMP error code and index rather than GetLastError on failure.
inetmib1: Fix memory leaks.
inetmib1: Make sure the successor to an item doesn't have an identical key as it, to prevent infinite loops in table enumeration.
inetmib1: Don't query the same OID twice if it returns SNMP_ERRORSTATUS_NOSUCHNAME the first time.
inetmib1: Rename a poorly named variable.
Kai Blin (1):
secur32: Don't try to use ntlm_auth --use-cred-cache.
Lionel Debroux (1):
kernel32: Fix doc header for SetThreadIdealProcessor.
Luke Benstead (1):
ddraw: Add tests for DirectDrawSurface reference counting.
Marcus Meissner (2):
urlmon: Separate NULL ptr check (Coverity 924).
wininet: lpwhr cannot be NULL (Coverity 927).
Michael Stefaniuc (9):
msvideo.dll16: Add missing unlock on an error path (Smatch).
msctf: Allocate memory only right before it's needed.
notepad: Use the more specific MAKEINTRESOURCEW macro.
notepad: Use the explicit W-form of the functions.
notepad: The UNICODE define isn't needed anymore; remove it.
notepad: Fix the Romanian translation.
Fix typo in Romanian translation basă => bază.
urlmon: Move 'inline' right after the storage specifier.
msctf: Use FAILED instead of !SUCCEDED.
Nicolas Le Cam (2):
wininet/tests: Temporize async HttpSendRequestEx test to avoid timeouts.
wininet/tests: Fix test when automatically detect network settings is on.
Nikolay Sivov (36):
comctl32/listview: Make ListView_* macros match PSDK.
comctl32/listview: Remove superfluous forward declarations.
comctl32/listview: Select all items with LVM_SETITEMSTATE is blocked in LVS_SINGLESEL.
comctl32/listview: Don't redraw focus rectangle on column scroll.
comctl32/listview: Add LVN_INCREMENTALSEARCH definitions.
comctl32/header: Make Header_* macros match PSDK.
comctl32/listview: A couple of tests for changing item attributes.
comctl32/listview: Use neutral LVITEM in ListView_SetItemState macro.
comctl32/listview: Don't check for state changes we are not aware to store (with some tests).
comctl32/tab: Fix TabCtrl_* macros.
comctl32/treeview: Fix TreeView_* macros.
comctl32/animate: Fix Animate_* macros.
comctl32/header: Retrieve control data only once at WinProc call.
comctl32/header: Move parameter cast to WinProc where possible.
comctl32/header: Use cached colors instead of querying them again.
comtl32/listview: Cache Header control window GWL_STYLE.
comctl32/treeview: Use cached colors instead of GetSysColor in TreeView.
comctl32/tests: Don't use magic numbers for ListView exstyles.
comctl32/ipaddress: Use cached colors instead of GetSysColor for IPAddress control.
comctl32/monthcal: Use cached colors instead of GetSysColor for MonthCal.
comctl32/rebar: Use cached colors instead of GetSysColor for Rebar.
comctl32/status: Use cached colors instead of GetSysColor for Status.
comctl32/toolbar: Retrieve control data once at WinProc.
comctl32/toolbar: Remove superfluous forward declarations.
comctl32/toolbar: Use already cached control window style.
comctl32/toolbar: No need to use GetSysColor directly.
comctl32/comboex: Use cached colors for ComboEx.
comctl32/tab: Use cached colors for Tab.
comctl32/syslink: Use cached colors for SysLink.
comctl32/tooltips: Use cached colors for ToolTips.
comctl32/listview: Handle mouse selections more accurately.
comctl32/listview: Fix hittesting for LVS_REPORT subitems.
comctl32/listview: Don't use uninitialized value.
comctl32/tests: A basic test for ListView WM_SETREDRAW.
comctl32/listview: Update focus rectangle properly.
comctl32/tests: A bunch of ListView hittest tests.
Paul TBBle Hampson (1):
gdi32: Autopopulate FontLinks when autopopulating FontSubstitutes.
Paul Vriens (18):
notepad: Fix the Dutch translations.
comdlg32: Improve the Dutch find and replace dialogs.
shell32: Improve the Dutch 'about' message box.
wininet/tests: Fix some test failures with IE8 on W2K3.
mshtml/tests: Fix some test failures with IE8.
shdocvw/tests: Fix a test failure with IE8.
user32/tests: Fix test failures on Win9x/WinME.
wininet/tests: Fix some test failures on systems with IE6 or older.
inetcomm: Prevent possible dereferences (Coverity).
setupapi/tests: Fix remaining failures on Win9x.
setupapi: Fix passing a NULL parameter (Coverity).
wine.inf: Set the correct initial service pack information.
ntdll: Fix a typo.
kernel32/tests: Fix some test failures on Win9x/WinME.
wintrust/tests: Add a basic CryptCATOpen test.
urlmon/tests: Fix some test failures on IE8.
gdi32/tests: Fix a test failure on Win9x/WinME.
kernel32/tests: Fix test failure on older W2K boxes.
Rein Klazes (1):
win87em.dll16: Remove a unnecessary floating point instruction that can cause invalid operation exceptions.
Ricardo Filipe (2):
setupapi: Add stubs for CM_Locate_DevNode_ExA/W.
cfgmgr32: Forward CM_Locate_DevNode_ExA/W calls to setupapi.
Rico Schüller (2):
wined3d: Add UnregisterClass() on DLL_PROCESS_DETACH.
winedbg: Do not print more than 9 characters from pThread->name.
Robert Key (2):
wined3d: Fix ATI HD4800 being reported as ATI 9500.
wined3d: Remove HD 4800 "2048MB for X2 versions" comment.
Roderick Colenbrander (10):
opengl32: Add a wglShareLists test.
wgl: Duplicate some single buffered pixel formats for bitmap rendering and restrict bitmap rendering to these formats.
wgl: Select bitmap capable formats when PFD_DRAW_TO_BITMAP is requested by the caller.
wgl: Offer PFD_GENERIC_ACCELERATED on bitmap capable formats.
wgl: Add WGL_SWAP_METHOD_ARB support.
wgl: Make sure WGL_SUPPORT_GDI_ARB is only seen on formats on which we set it during startup (in get_formats).
wgl: Make sure WGL_DRAW_TO_BITMAP_ARB is only seen on our duplicated bitmap-capable formats.
wgl: Use local pixel format data for WGL_ACCELERATION_ARB.
wgl: Set PFD_GENERIC_FORMAT on bitmap formats instead of PFD_GENERIC_ACCELERATED.
wgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags.
Stefan Dösinger (36):
wined3d: Merge shader_arb_add_src_param and pshader_gen_input_modifier_line.
wined3d: Get rid of the strcat in shader_arb_add_dst_param and make it shader_arb_get_dst_param.
wined3d: Simplify shader_hw_map2gl.
wined3d: Tidy up shader_hw_rsq_rcp.
wined3d: Standardize pshader_hw_texkill.
wined3d: Tidy up pshader_hw_tex.
wined3d: Fix 1.4 pshader projection in ARB.
wined3d: Separate Tx tempregs from Tx varyings in ARB.
wined3d: Tidy up pshader_hw_cnd.
wined3d: Tidy up pshader_hw_cmp.
wined3d: Tidy up pshader_hw_dp2add.
wined3d: Tidy up pshader_hw_texreg2rgb and friends.
wined3d: Fix a few more hardcoded pixel shader registers.
wined3d: Fix remaining incorrect dst register getters.
wined3d: Centralize WINED3DSPDM_SATURATE handling.
wined3d: Don't use TMP_COLOR unless srgb is enabled.
wined3d: Use local constants for bump parameters.
wined3d: Update the bump constants after a shader change.
wined3d: Support clipplanes with GLSL.
wined3d: Avoid declaring helper_const in vertex programs if possible.
WineD3D: Support more constants in ARB shaders.
wined3d: Only declare TMP_OUT in vertex shaders.
wined3d: Get rid of TMP2 and some easy TMP register uses.
wined3d: Get rid of TMP access in texm3x2*.
wined3d: Get rid of TMP accesses in texm3x3* instructions.
wined3d: Use CMP instead of SLT and SGE in sRGB correction.
wined3d: Get rid of the TMP register in fragment shaders.
wined3d: Fix srgb correction.
wined3d: Implement mova rounding in arb.
wined3d: Prepare for vec4 address registers in ARB.
wined3d: Emulate the 4 component address register in ARB.
wined3d: Support ABS and ABSNEG in ARB.
wined3d: Add NV asm extension support to the ARB backend.
wined3d: Support ABS and ABSNEG with NV extensions if available.
wined3d: Support vec4 A0 with NV_vertex_program2_option.
wined3d: Implement SGN in ARB.
Stefan Leichter (1):
traffic: Stub for TcRegisterClient.
Tim Wright (1):
qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.
Vincent Povirk (18):
gdiplus: Add a trace to GdipDrawString.
gdiplus: Add a trace to GdipMeasureString.
gdiplus: Add string format traces.
gdiplus: Populate the installed font collection.
gdiplus: Stub GdipWidenPath.
gdiplus: Stub GdipWarpPath.
shell32: Handle NULL return icon parameters in SHDefExtractIcon.
gdiplus: Implement GdipTransformPoints.
gdiplus: Implement GdipTransformPointsI.
ole32: Process sent and DDE messages in CoWaitForMultipleHandles.
winex11.drv: Use the proper enum value for repeat.
winex11.drv: Optimize AlphaBlend of 1x1 source bitmaps.
gdiplus: Implement partially transparent solid fill brushes.
shell32: Add test for SHCreateShellItem.
shell32: Fail properly when no pidl is passed to SHCreateShellItem.
shell32: Handle parent folders in SHCreateShellItem.
shell32: Implement IShellItem_GetParent.
shell32: Implement ShellItem_GetAttributes.
Vitaliy Margolen (3):
dxdiagn: Rename szClsidCat and szClsidFilter to match native information.
dxdiagn: Correct version format property.
dxdiagn: DirectShowFilters should go under numbered sub-containers.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.21 is now available.
What's new in this release (see below for details):
- Beginnings of shader model 4 support.
- Support for copying/pasting images from X11 applications.
- A number of GDIPlus improvements.
- Various listview fixes.
- 64-bit support in winemaker.
- Support for building on Mac OS X Snow Leopard.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.21.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.21.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.21:
4256 Worms 2 intro films play for a few seconds without video then stop (mciavi)
6232 CListCtrl: Control in the first column does not resize
6505 WoW crashes using D3D during flight sequences
6828 Sanitarium - D3D fails to create surface
7681 Bug or Wrong Comment? X11DRV_XRender_UpdateDrawable is called from X11DRV_ExtEscape.
8224 Adobe Lightroom 1.0 won't let you create a database
10839 The virtual desktop should be resizable
11836 Adobe Acrobat Pro 6 / Acrobat Pro 7 -- "Save As" fails
12936 Visma Skatt: Craches when regaining focus
13257 bricscad: separators in vertical toolbar rotated by 90 degrees, causing layout problems
13814 Cannot Launch Quicktime
14018 War of the Ring terrain textures appear and disappear constantly
14420 Condemned Criminal Origins Mouse Cursor Unable to initialise
14574 iphlpapi: GetAdaptersAddresses required for some utility classes in system.net namespace (.NET)
14596 Some text does not display in Soundslides
14705 Patch for Wordpad that fixes some glaring issues on Windows and Reactos
14827 Autocad 2005 : Multiline text edit crashes application
14862 Crash during execution of cbsetup.exe
15080 Lego Star Wars crashes
15310 DVDShrink: Preview no longer works
15814 Oblivion crashes on launch
15877 unimplemented function sxs.dll.CreateAssemblyNameObject, aborting
15915 cinepak codec reportedly not installed, FourCC case mismatch
16317 Unhandled exception unimplemented function setupapi.dll.SetupPromptForDiskA
16412 3dmark2000 Environment Bump Mapping test broken in 1.1.10
16728 Condor: needs native d3dxof.dll for x-file loading
16846 Children of the nile demo crashes when loading a game
17338 Quicken 2007 Home & Business crashes with X Error "BadLength"
17832 FEAR 1.08: Pixelshader compilation fails with ARB backend
17851 WSAAddressToStringA AF_INET6 implementation missing
17902 ole32.CoGetClassObject: threads without apartment should use existing MTA
17904 PortalGT Mud Client exception
17938 DVD Shrink does not recognize NTFS partitions - creates MDS instead of ISO files
17980 BDE application cannot open any db file
18045 Dangerous usage of strncat
18077 DigiSpel: Cannot move puzzle pieces
18102 Chattha Sangayana - can't use scrollbars
18180 License server problem
18193 Notepad outputs different date format than native
18215 LB_DELETESTRING handler does not send LB_RESETCONTENT if only item is removed
18218 spec file for xinput1_3 is incorrect
18299 Orca crashes in comctl32
18307 .desktop file associates with too many mime types (zip, executable)
18331 John Tiller's campaign series, fatal crash on game startup
18338 Parkan IC: No video shown
18354 Suunto Training Manager crashes shortly after startup
18388 Roblox crashes on install with unimplemented function pdh.dll.PdhMakeCounterPathA
----------------------------------------------------------------
Changes since 1.1.20:
Alexandre Julliard (24):
Revert "kernel32: Report unixfs instead of ntfs for unknown filesystem type."
wininet: Add stubs for PrivacyGet/SetZonePreferenceW.
wininet: Fix a memory leak in the URL cache.
include: Added definitions for IHTMLWindow4 and IHTMLWindow5.
include: Added definition of the DispHTMLWindowProxy interface.
include: Added definitions for HTMLWindowEvents and HTMLWindowEvents2.
ws2_32: Use SIZE_T instead of size_t for inet_ntop argument.
ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files.
ntdll: Use standard siginfo signal handlers on all platforms.
ntdll: Save all segment registers on x86_64. Implement set_cpu_context.
winebuild: Use iretq on x86_64 to restore more system registers and flags.
winedbg: Fix formatting of the flag register bits.
winedbg: Implement single step for x86_64.
wininet: Pass the complete redirected URL in INTERNET_STATUS_REDIRECT callbacks.
winex11: Limit window dimensions to 65535 to avoid 16-bit truncation issues.
user32: Make sure the system params DC cannot be deleted.
winedump: Add dumping of x86_64 exception tables.
winapi: Handle types should be treated as pointers.
gdiplus/tests: Don't free GDI objects with GlobalFree.
ntdll: Fix the LPC_MESSAGE structure definition for 64-bit.
user32/tests: Fix the window creation on Win64.
ole32/tests: Fix the clipboard format test on Win64.
oleaut32/tests: Use the correct allocator in the ClearCustData test.
oleaut32/tests: Don't crash if ITypeInfo_GetTypeAttr fails.
André Hentschel (9):
winemaker: Fix path handling for Current Working Directory.
winemaker: Fix project file path parsing.
winemaker: Fix optimizations.
winemaker: Add often used negative optimization.
cmdlgtst: Spelling fix.
winemaker: Ignore quotes in source filenames.
winemaker: Make winemaker 64-bit ready.
winemaker: Update manpage.
winemaker: Remove unnecessary quote filtering.
Aric Stewart (11):
msctf: Implement ITfCategoryMgr::UnregisterCategory.
msctf: Implement ITfCategoryMgr::RegisterGUID, ITfCategoryMgr::GetGUID and ITfCategoryMgr::IsEqualTfGuidAtom.
msctf: Implement ITfMessagePump.
msctf: Implement ITfClientId.
msctf: Implement ITfKeystrokeMgr::PreserveKey.
msctf: Implement ITfKeystrokeMgr::UnpreserveKey.
msctf: Implement ITfKeystrokeMgr::IsPreservedKey.
msctf: Add internal functions for managing active text services.
msctf: Implement ITfInputProcessorProfiles::ActivateLanguageProfile.
msctf: Implement ITfInputProcessorProfiles::GetActiveLanguageProfile.
msctf: Implement ITfThreadMgr::Activate and ITfThreadMgr::Deactivate.
Austin English (10):
notepad: Fix date format to match windows.
winetest: When extracting tests, run in console mode.
notepad: Don't append seconds to time format.
crypt32/tests: Print a better error if no Verisign root certificates available.
ws2_32/tests: Add initial tests for WSAStartup.
t2embed: Add stub dll.
winex11.drv: Remove an outdated comment.
wbemprox: Add stub dll.
winedump: Sign compare fixes.
d3d9/tests: Sign compare fix.
Christian Costa (3):
mciqtz32: Add support for MCI_GETDEVCAPS.
mciqtz32: Add support for MCI_WHERE.
mciqtz32: Add support for MCI_SET.
Damjan Jovanovic (1):
wine.inf: Add more file type descriptions.
Dan Kegel (1):
ntdll: Add missing RtlReAllocateHeap Valgrind hook, add tests.
David Adam (1):
d3d9: Fix a copy/paste error in test.
Detlef Riekenberg (6):
urlmon/tests: Handle BSCF_SKIPDRAINDATAFORFILEURLS to fix failures on IE8.
wininet/tests: Prefer winehq.org over winehq.com.
msi/tests: Run tests again with older msi versions (MsiApplyMultiplePatchesA).
localspl: Start implementation of OpenPrinter/ClosePrinter.
localspl: Support XcvMonitor/XcvPort in OpenPrinter.
winspool: Move remaining Xcv support to the backend.
Dmitry Kislyuk (1):
kernel32/tests: Show that NULLs need to be preserved in data before first section.
Dmitry Timoshkov (4):
user32: Add the tests for LB_DELETESTRING, make them pass under Wine.
explorer: Initialize the Progman DDE interface when starting explorer.
msvfw32: Remove useless and harmful traces from ICDecompress.
kernel32: Make SystemTimeToTzSpecificLocalTime and TzSpecificLocalTimeToSystemTime prototypes match PSDK.
Eric Pouech (4):
kernel32: In editline's keys table, use constants instead of numeric constants.
kernel32: Completely get rid of ENHANCED_KEY entry in the keymap.
user32: Clearly separate the 16bit code out of user32.
user32: Make ddeml.dll into a stand-alone 16bit module.
Francois Gouget (10):
kernel32/tests: Add a trailing '\n' to ok() calls.
msctf/tests: Remove spaces before '\n'.
Assorted spelling fixes.
winedbg: Remove an unused debug channel.
sane.ds: Remove an unused debug channel.
taskmgr: Make FillSolidRect2() and Draw3dRect2?() static.
wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are unused so remove them.
credui: Remove spaces before '\n'.
rpcrt4: Remove WINAPI on static functions where not needed.
notepad: Make NOTEPAD_DoReplace(All)?() static.
Giuseppe Bilotta (2):
comctl32/toolbar: Skip iString field for separators.
comctl32/toolbar: When a null lParam is passed to TB_GETBUTTONTEXTA, we should not return -1 but the string size.
Guy Albertelli (4):
kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice.
kernel32: Fix GetVolumeInformation[AW] to require trailing \.
kernel32/tests: Add tests to verify GetVolumeNameForVolumeMountPointA returns correct string.
kernel32/tests: Fix new problems with volume tests.
Hans Leidekker (12):
ws2_32: Implement GetAddrInfoW and FreeAddrInfoW.
include: Add some types and constants used in the IP helper API.
iphlpapi: Implement GetAdaptersAddresses.
iphlpapi: Add tests for GetAdaptersAddresses.
wininet: Implement InternetReadFileEx for ftp requests.
wininet: Replace any existing content length header in HttpSendRequest.
msi: Implement MsiApplyMultiplePatchesA/W.
ole32: Add tests to show that COM needs to be initialized only once for multi-threaded apartments.
ole32: Use existing MTA in CoGetClassObject and CoCreateInstance.
msi: Reject NULL or empty patch package parameter in MsiApplyPatch.
wininet: Don't send any data after being redirected.
pdh: Implement PdhMakeCounterPathA/W.
Henri Verbeet (51):
wined3d: Store D3D shader opcode names in a separate table.
wined3d: Use shader_sm1_read_opcode() in shader_trace_init().
wined3d: Add a function to read a source parameter from SM1-3 bytecode.
wined3d: Add a function to read a destination parameter from SM1-3 bytecode.
wined3d: Add a wined3d pixel shader to struct d3d10_pixel_shader.
wined3d: Create a separate function to record register usage.
wined3d: Use shader_sm1_read_dst_param() and shader_sm1_read_src_param() in shader_get_registers_used().
wined3d: Clear reg_maps in shader_get_registers_used() instead of the callers.
wined3d: Mask set bool/int constants with bool/int constants read.
wined3d: Remove some redundant defines.
wined3d: Store the sampler type in struct shader_reg_maps.
wined3d: Introduce shader_sm1_read_semantic().
wined3d: Handle the sampler type shift in the frontend.
wined3d: The "input" parameter to shader_dump_param() should be a BOOL.
wined3d: Relative addressing tokens are always source parameters.
wined3d: Explicitly pass the register type and index to shader_get_float_offset().
wined3d: Explicitly pass register type, index, etc. to shader_dump_param().
wined3d: Pass a struct wined3d_shader_semantic to shader_dump_decl_usage().
wined3d: Split shader_dump_param() in shader_dump_src_param() and shader_dump_dst_param().
wined3d: Define GL_FENCE_APPLE to the correct value.
wined3d: Merge shader_dump_arr_entry() into shader_dump_register().
wined3d: Use the shader_sm1_read_*() functions in shader_trace_init().
wined3d: Merge wined3d_private_types.h into wined3d_private.h.
wined3d: Introduce shader_sm1_read_comment() to read shader comments.
wined3d: Avoid using WINED3DSP_REGNUM_MASK in the def/defi/defb handlers.
wined3d: Get rid of the remaining WINED3DSP_REGNUM_MASK usage.
wined3d: Move SM 1-3 parsing functions to their own file.
wined3d: Create a frontend for parsing shaders.
wined3d: Add a frontend function to determine if there are any tokens left.
wined3d: Select the frontend based on the version token.
wined3d: Introduce a stubbed SM4 shader frontend.
wined3d: Handle reading the shader header in the frontend.
wined3d: Add a minimal implementation of shader_sm4_read_opcode().
wined3d: Store the SM 1-3 opcode information tables in the SM 1-3 frontend.
wined3d: Implement shader_sm4_is_end().
wined3d: Remove some redundant code.
wined3d: Fix some more indentation.
wined3d: Shift the writemask in the frontend.
wined3d: Add an initial shader_sm4_read_dst_param() implementation.
wined3d: Add an initial shader_sm4_read_src_param() implementation.
wined3d: Improve shader_sm4_read_opcode() to handle some simple opcodes.
wined3d: Store the shader version in the frontend's private data.
wined3d: Create a struct wined3d_shader_version to store version information.
wined3d: Add support for immediate constants to shader_dump_register().
wined3d: Increase the size of glsl_src_param_t.param_str.
wined3d: Group register information into struct wined3d_shader_register.
wined3d: Fix shader_glsl_get_register_name() indentation.
wined3d: Pass a struct wined3d_shader_register to shader_glsl_get_register_name().
wined3d: Pass a struct wined3d_shader_register to shader_is_scalar().
wined3d: Add support for immediate constants to the GLSL backend.
wined3d: Record register usage only once.
Hib Eris (6):
msi/tests: Test type for INT column.
msi: Fix INT column data type.
msi/tests: Test type for INTEGER, SHORT, LONG columns.
msi: Fix SHORT column data type.
msi/tests: Test type for LONGCHAR columns.
msi: Fix LONGCHAR column data type.
Huw Davies (3):
oleaut32: Don't ask for a name if it's not required.
ole32: Don't ask for a name if it's not required.
ole32: Implement GetDataHere.
Hwang YunSong (2):
winedbg: New Korean resource.
notepad: Updated Korean resource.
Jeff Latimer (5):
include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK.
ws2_32/tests: Add tests for Inet_Ntop and inet_ntoa.
ws2_32: Make inet_ntop conform to msdn definition.
ws2_32/tests: IPv6 tests for WSAAddressToStringA.
ws2_32: IPv6 functionality for WSAAddressToStringA.
Juan Lang (4):
cryptui: If an input file name is given to CryptUIWizImport, show it in the wizard.
inetmib1: Check return values from SnmpUtilOid functions in utility functions.
inetmib1: Return error codes from internal query functions.
inetmib1: Return errors from SnmpExtensionQuery.
Jörg Höhle (1):
msvfw32/tests: Add mixed-case FOURCC comparisons.
Ken Thomases (5):
winegcc: Recognize '-arch <arch>' as a compiler and linker option.
winebuild: On Mac OS X, use -arch option to control output of "ld" and "as".
configure: On Mac OS X, always specify target architecture to the dev tools.
winecoreaudio: Fix building on Snow Leopard.
dbghelp: Don't check version of Mach-O dyld_all_image_infos structure.
Konstantin Kondratyuk (1):
fonts: Add Kazakhstan's symbols into tahomabd.
Marcus Meissner (2):
msi: Initialize info and patch variables (Coverity 923).
crypt32: Change salt allocation to handle errors (Coverity 133).
Massimo Del Fedele (3):
riched20: Fix placement of crlf on font table streamout.
richedit20: Test for fonttbl streamout.
gdiplus: Add stub for GdipBitmapSetPixel.
Michael Stefaniuc (5):
msctf/tests: Move 'inline' right after the storage specifier.
notepad: Use the explicit SendMessageW form.
notepad: Use the explicit W-form of the types.
notepad: Use the explicit W-form for some string functions.
notepad: Use the explicit W-form of the registry functions.
Nicolas Le Cam (4):
msi/tests: Fix MsiApplyMultiplePatches tests on Windows.
ddraw/tests: Fix a test failure on VirtualBox.
user32/tests: Fix VK_RMENU input tests on localized Windows.
user32/tests: Fix scroll tests when theming is disabled.
Nikolay Sivov (23):
msi: Fix wrong calling convention.
comctl32/listview: Reuse existing variable instead of duplicated expression.
comctl32/listview: Remove duplicated iterator initializer.
comctl32/listview: Draw rightmost vertical grid line when needed.
comctl32/listview: Fix horizontal grid line drawing.
comctl32/listview: Fix resizing grid drawing at right from rightmost column.
comctl32/listview: Handle CCM_[G,S]ETVERSION in listview.
comctl32/listview: Some tests for LVIF_NORECOMPUTE flag.
comctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETITEM[A,W].
comctl32/listview: A couple of LVM_GETITEM tests with incomplete masks.
comctl32/header: Reset internal drag state on mouse up.
comctl32/listview: Don't draw wrapped focus rectangle.
comctl32/listview: Check columns array size before trying to obtain rectangle.
comctl32/listview: Remove wrong TODO entry.
comctl32/listview: Fix wrong function description.
comctl32/listview: Fix LVM_INSERTITEM handling on LVS_SORTxxx styles.
comctl32/listview: Additional test for LVS_EX_HEADERDRAGDROP.
comctl32/listview: Test WM_ERASEBKGND forwarding to parent on CL_NONE background.
comctl32/listview: Forward WM_ERASEBKGND to parent on CLR_NONE.
gdi32: Check header pointer in CreateDIBitmap.
comctl32/listview: Use handlers instead of sending messages to oneself.
comctl32/listview: Remove irrelevant fixme comment.
comctl32/listview: Add tests for LVS_NOSORTHEADER switchover.
Paul Chitescu (1):
mscoree: Stubs for StrongNameSignatureVerification(Ex).
Paul TBBle Hampson (6):
wininet/tests: Test for handling of blank headers in HttpAddRequestHeaders.
wininet: HTTP_HttpAddRequestHeadersW should ignore 0-length headers.
gdi32: Ensure font name comparisons are case-insensitive.
gdi32: Remove tabs from init_system_links TRACEs.
gdi32: Fetch child fonts by real parent font name.
gdi32: Don't add system_links entries for substituted fonts.
Paul Vriens (8):
gdi32/tests: Fix some test failures on Win9x/WinME.
ws2_32/tests: Run tests again on several platforms due to missing functions.
gdi32/tests: Fix a test failure on NT4.
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
services: Fix a typo.
rasapi32/tests: Add a FreeLibrary.
clusapi: Don't print an out parameter.
Rein Klazes (7):
winex11: GetPixel() on a monochrome bitmap should return black or white, not dark red.
user32/tests: Show that vertical and horizontal window scroll bar info is not created independently.
user32/tests: Fix a test in edit.c that was not testing what it was supposed to test.
comdlg32: Implement OFN_ENABLESIZING flag for GetOpenFileName and friends.
user32: Combine horizontal and vertical window scroll bar info in a single structure.
winecfg: Make the open file dialogs resizable.
programs: Make some of the open file dialogs of a few programs resizable.
Ricardo Filipe (1):
commdlg: Implemented notifications are only sent with OFN_EXPLORER flag set.
Rico Schüller (2):
notepad: Implement replace.
notepad: Allow only one search/replace dialog to open.
Roderick Colenbrander (1):
wingdi.h: Add missing png/jpeg compression flags.
Scott Ritchie (1):
wine.desktop: Reduce MIME types to application/x-ms-dos-executable and application/x-msi.
Stefan Dösinger (19):
d3d: Limit d3d8 and d3d9 vshader constants to 256.
wined3d: Support the full amount of constants in GLSL.
wined3d: Fix a few more direct buffer accesses.
wined3d: Activate a thread before mapping a buffer.
wined3d: Fix an issue in buffer_get_sysmem.
wined3d: Emulate R16G16F and R32G32F if GL_ARB_texture_rg is not supported.
wined3d: Set the max mipmap level in the pbo test.
wined3d: Hardcode local loop control ints into the code in reps.
wined3d: Implement texldd.
wined3d: Make use of GL_ARB_half_float_vertex.
wined3d: Pack ARB srgb constants better.
wined3d: Pack hardcoded local constants in ARB.
wined3d: Keep track of used float constants.
wined3d: Always declare single constants in ARB if rel addr is not used.
wined3d: Work around a bad crash in fglrx.
wined3d: Add a point size test.
winedd: Move shader_*_add_instruction_modifiers into the shader backend.
wined3d: Pass the instr to pshader_gen_output_modifier_line.
wined3d: Get rid of pshader_gen_output_modifier_line.
Stefan Leichter (4):
shell32: Stub for SHParseDisplayName.
shell32: Stub for ExtractVersionResource16W.
gdiplus: Add stub for GdipGetImageThumbnail.
gdiplus: Add stub for GdipImageRotateFlip.
Timo Kreuzer (1):
comctl32: Change UINT to UINT_PTR in CreateToolbarEx.
Uwe Bonnes (1):
wineboot: Print failing command line.
Vincent Povirk (24):
gdiplus: Only release device contexts created internally.
gdiplus: Don't leak a device context when GdipCreateFromHWND fails.
gdiplus: Add test for GdipNewInstalledFontCollection.
gdiplus: Create a static InstalledFontCollection object, currently empty.
gdiplus: Stub GdipGetLineBlendCount.
gdiplus: Stub GdipGetLineBlend.
gdiplus: Add blend information to linear gradient brushes.
gdiplus: Implement GdipSetLineBlend.
gdiplus: Implement GdipGetLineBlendCount.
gdiplus: Implement GdipGetLineBlend.
gdiplus: Add tests for GdipGet/SetLineBlend.
winex11.drv: Convert image/bmp X selections to Windows DIB.
winex11.drv: Export copied images as image/bmp.
gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.
gdiplus: Account for blend factors and positions in line gradients.
gdiplus: Properly draw points outside of line gradients.
gdiplus: Don't draw outside of gradient lines.
gdiplus: Implement GdipSetLineSigmaBlend.
gdiplus: Stub GdipSetRenderingOrigin.
gdiplus: Use brush_fill_path in GdipFillRectangle.
gdiplus: Expand the GdipGetLineRect tests.
gdiplus: Store the rectangle in line gradient brushes.
gdiplus: Store the rect passed to GdipCreateLineBrushFromRect.
gdiplus: Use the mode passed to GdipCreateLineBrushFromRect.
Vitaliy Margolen (1):
xinput1_3: Better match native export order.
Łukasz Wojniłowicz (3):
winmm: Added Polish translation.
oleacc: Added Polish translation.
wineps: Added Polish translations.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.20 is now available.
What's new in this release (see below for details):
- Show a dialog on application crashes.
- Much improved OLE copy/paste support.
- Various listview improvements.
- More Direct3D code cleanups.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.20.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.20.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/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.1.20:
2221 Hyper Chem v7.5 doesn't open/save files
4464 d3dx9_*.dll are unimplemented
9084 Panzer General III SE pinkish text instead of transparent
9102 Panzer General III Scorched Earth in-game crash (memcpy)
9637 Switchball only shows a blank screen
10253 Fraps does not record videos or take a screenshot
11716 star wars battlefront crashes with sound enabled
12040 Stronghold 2 1.4: crash when starting the application
12057 Power! Estimator renders numerical cell text incorrectly
12393 adobe illustrator 10 crashed on startup
12560 Perfect World: Corrupt Bitmap Images
13563 Nestopia: crashes with enabled shaders
13820 Yahoo! Messenger 9.0 beta hangs on login
13825 Morrowind pagefaults when trying to run fullscreen with missing videos
14456 Diablo II hangs when it loses focus
14812 dsound bug causes games to crash
14970 everquest crashes in winmm
15081 Perfect World - Grey Characters
15088 Lotus Approach page faults on open dialog
15172 File Names with spaces seen as seperate files
15303 dragonshard crashes or presents a corurpted screen
15494 ddraw_test throws an exception when run
15557 GTA Trylogy can't install
15566 GTA 3 doesn't find DVD
15575 Word Pro table nubmers get reformatted
15603 Screen periodically erased in Starfleet Command II
15622 Everquest crashes
15630 Program LaTeXPiX crashes at startup
15764 Homeworld 2 Patch (homeworld2_update_en_10_11.exe) to v1.1: crash during setup
15881 Pharaoh - can't play on fullscreen
16613 A Vampyre Story Demo installer doesn't work
16989 Cobra 11 Nitro: Cars drawn as artifacts
17198 World Editor: Tree Component of Unit Editor doesn't (re)draw correctly
17397 Ventrilo 3.0.4 won't initialize GSM 6.10 codec stream
17478 Fix dpa warning from comctl32/listview.c
17498 winemaker fails on 64-bit systems
17528 3D Mark 2001 SE Dragothic: Textures not rendered on running humans
17774 Fable crashes on starting a new or existing game
17910 Black & White: Crashes in texture code at start
17984 Invalid handle for RegOpenKeyExA in win64 bit application
17987 Autocad toolbars mis-sized
17991 QueryPathOfRegTypeLib fails to locate typelib when (major.minor) = (0xffff.0xffff)
18007 Subtitle Workshop "Save as.." selection menu not appearing
18030 Images not show (or flickering) in old app
18076 SmartDraw.exe: unimplemented function gdiplus.dll.GdipBitmapSetResolution
18090 Watchtower Library no longer starts
18111 Powerhorse crashes
18114 rpcrt4.NdrDllCanUnloadNow: COM proxy/stub factory reference count eval incorrect (crashes Visual Studio 2005 on exit)
18125 Drawing problem in Wine
18150 Foobar2000 properties dialog is blank
18155 Approach crashes on File, Export
----------------------------------------------------------------
Changes since 1.1.19:
Alexandre Julliard (18):
c2man: Fix the array reference syntax and the return value regexps.
user32/tests: Fix a couple of test failures on Windows.
user32/tests: Fix a few sysparams tests on various Windows versions.
configure: Remove checks for headers that are no longer used.
jscript: Avoid size_t in printf width specifier.
ws2_32/tests: Avoid sizeof in traces.
kernel32: Make sure the string is properly terminated in QueryFullProcessImageNameW.
dbghelp: Add a few more 64-bit symbol functions.
imagehlp: Forward some more 64-bit functions to dbghelp.
winex11.drv: Don't give focus to a minimized window upon take focus.
include: Add defines for 32-bit dbghelp functions on 64-bit.
comctl32: Repaint comboex control upon WM_SETREDRAW, like other common controls do.
advapi32/tests: Fix a couple of test failures on Vista.
user32/tests: Fix a couple of dimension checks on W2k3 and Vista.
include: Fix the SYSTEM_CACHE_INFORMATION structure for Win64.
include: Fix the DDE structures for 64-bit.
user32: Fix the DDE service formatting for 64-bit.
user32/tests: Don't try to unpack or free invalid handles.
Andrew Nguyen (1):
gdiplus: Stub GdipBitmapSetResolution.
André Hentschel (9):
start: Correct German translation.
winemaker: Add -m32 flag to support winegcc-changes.
winemaker: Fix whitespace handling for libs.
winemaker: Fix wrong place for case-check.
winemaker: Parse include dirs from vcproj file.
winemaker: Remove unused function.
winemaker: Print version in Makefile header.
winemaker: Print all copyrights in banner.
winemaker: Canonicalize directory name if used as target name.
Aric Stewart (23):
msctf/test: Test enabling and disabling Language Profiles.
msctf/tests: Add framework for a TextService for testing.
msctf: Correct order of arguments to OnSetFocus sink call.
msctf: Release focused DocumentMgr on Deactivate and make sure to do a OnSetFocus Sink.
msctf: ITfDocumentMgr::GetBase returns the top if there is only one context pushed.
msctf: Correct index for being unable to pop last context. We need to leave one behind.
msctf: Add locking flags.
msctf: Helper functions for generating DWORD cookies.
msctf/tests: Setup test framework for ITfThreadMgrEventSink.
msctf/tests: Test activation and deactivation of a text service.
msctf/tests: Test DocumentMgr creation and Focus.
msctf/tests: Test ITfContext Push, Pop, GetTop and GetBase.
msctf/tests: Add ITextStoreACP interface for testing.
msctf: Make use of generated cookies in sinks to allow 64 bit compatibility.
msctf: Add ITfKeystrokeMgr framework to ThreadMgr.
msctf: Define ITfKeyEventSink.
msctf: Define the TF_MOD_* Constants.
msctf/tests: Framework for testing ITfKeystrokeMgr.
msctf/tests: Test ITfKeystrokeMgr::UnpreserveKey and ITfKeystrokeMgr::PreserveKey.
msctf/tests: Test ITfKeystrokeMgr::IsPreservedKey.
msctf/tests: Test framework for ITfKeyEventSink.
ole32: CoGetTreatAsClass should return S_FALSE if it cannot even find the key for the requested CLSID.
msctf/tests: Use ITfInputProcessorProfiles::GetCurrentLanguage to get gLangid.
Austin English (2):
wineps.drv: Fix a memory leak.
ole32: Rename a macro to prevent a conflict on NetBSD.
Brad Martin (1):
wined3d: Fix prototype for EnumAdapterModes.
Christian Costa (19):
quartz: Data may be incomplete at the end of file so do not assert if we have less data than expected.
amstream: Turn Initialize FIXME into a TRACE.
amstream: Initialize the stream in OpenFile if not done before.
amstream/tests: Beginning of tests.
amstream/tests: Fix crosstest build.
mciqtz32: Use opened state to avoid device to be closed several times.
mciqtz32: Fix some traces.
mciqtz32: Hook MCI_STOP.
mciqtz32: Show messages in hex as they are defines in headers.
amstream/tests: Improve render file test. Move OpenFile specific test into a separate test function.
winedump: When generating preamble, use 4 spaces instead of tabs. Remove extra break.
xmllite: Add stubbed dll for xmllite.
ddraw: Handle refcount of lights when interacting with viewport.
ddraw/tests: Add tests for refcount handling of light with viewport.
d3dxof: Accept longer string size.
mciqtz32: Remove all remaining tabs.
mciqtz32: Move MCIQTZ_mciGetOpenDev at the top and always use it.
mciqtz32: Make sure the device is valid before starting the play.
mciqtz32: Stop the device only after param and device checks are done.
Colin Finck (1):
mshtml: Fix the size passed to MultiByteToWideChar.
Damjan Jovanovic (1):
winemenubuilder: Build freedesktop MIME type list for later use.
Dan Kegel (1):
ntdll: Add missing valgrind hook in RtlAllocateHeap.
David Adam (4):
ddraw: Remove useless comments.
d3d8: Add tests for IDirect3D8Device_Reset.
d3d9: Add tests for IDirect3D9Device_Reset.
wined3d: SetDepthStencilSurface is always called when AutoDepthStencil is enabled.
Detlef Riekenberg (5):
oleaut32: VarCat must use localized names for VT_BOOL.
oleaut32/tests: Replace lstrcpyW and lstrcatW with memcpy to fix failures on win95.
msi/tests: Replace lstrcatW with memcpy to fix failures on win95.
winetest: Add support for --version, --help and /?.
winetest: Add option -x to extract all test.
Dmitry Kislyuk (1):
kernel32: Added GetPrivateProfileSection and GetPrivateProfileString tests for empty section scenario.
Dmitry Timoshkov (2):
oleaut32: Add some additional tests for QueryPathOfRegTypeLib, make them pass under Wine.
winedbg: Fix a typo in the comment.
Dylan Smith (1):
richedit: Null terminate streamed out rich text.
Florian Köberle (2):
comctl32/tests: Test expanding of a invisible sub tree.
comctl32: Fix expanding of invisible sub trees.
Francois Gouget (9):
wineesd.drv: Add a trailing '\n' to a WARN() trace.
dinput: Add a trailing '\n' to ERR() messages.
Assorted spelling fixes.
winapi: parse_c_declarations() is not used. Remove it.
winapi: Fix the parse_c_declaration() prototype and remove unused variables.
winapi: trampoline is not used so remove it.
winapi: Remove some dead code.
winapi: Fix the C-parser combined getter/setter prototypes.
wined3d: Avoid using an implicit value to set fogcoord to 0.0.
Frans Kool (8):
mshtml: Corrected Dutch translations.
wordpad: Fixed Dutch translations.
setupapi: Fixed Dutch translations.
reg: Fixed Dutch translations.
regedit: Fixed Dutch translations.
shell32: Fixed Dutch translations.
kernel32: Added Dutch translations.
crypt32: Corrected Dutch translations.
Ge van Geldorp (2):
secur32: Implement more GetUserNameEx() formats.
secur32/tests: Fix GetUserNameEx() tests.
Giuseppe Bilotta (1):
comctl32/toolbar: Fix trace info for TOOLBAR_InternalInsertButtonsT.
Hans Leidekker (13):
msi: Support setting summary information by importing a _SummaryInformation table.
user32: By default, return all zeroes in the first half of the keyboard layout name.
winex11.drv: Set HKCU\Keyboard Layout\Preload key.
advapi32: Fix buffer size query for CreateWellKnownSid.
msvcrt: Implement ___lc_codepage_func, ___lc_collate_cp_func and ___lc_handle_func.
programs: Add stub termsv.exe.
msi: Fix a double free.
msi: Fix another double free.
server: Add requests to set and retrieve default dacl.
ntdll: Implement NtQuery/SetInformationToken(TokenDefaultDacl).
kernel32: Improve GetVolumePathName stub.
wininet: Fix parsing of cookies with attributes.
wininet: Replace any existing cookie header.
Henri Verbeet (35):
wined3d: Pass a struct wined3d_shader_dst_param to shader_arb_get_write_mask().
wined3d: Get rid of the "token" field from struct wined3d_shader_dst_param.
wined3d: Don't die if a vertex shader has samplers.
wined3d: Group instruction context information together in struct wined3d_shader_context.
wined3d: Introduce struct wined3d_shader_src_param.
wined3d: Store the register type in struct wined3d_shader_src_param.
wined3d: Store the register index in struct wined3d_shader_src_param.
wined3d: Store the source modifiers in struct wined3d_shader_src_param.
wined3d: Create a relative addressing token for 1.x shaders in the frontend.
wined3d: Store the source relative addressing token as a struct wined3d_shader_src_param.
wined3d: Store the destination relative addressing token as a struct wined3d_shader_src_param.
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_register_name() for the relative addressing token.
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_add_src_param().
wined3d: Simplify replicating the .x swizzle in shader_hw_mov().
wined3d: Pass a struct wined3d_shader_src_param to shader_arb_add_src_param().
wined3d: Pass a struct wined3d_shader_src_param to pshader_gen_input_modifier_line().
wined3d: Explicitly pass the source modifier to shader_glsl_gen_modifier().
wined3d: Store the source swizzle in struct wined3d_shader_src_param.
wined3d: Add a separate function for converting swizzles to strings.
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_swizzle().
wined3d: Pass a struct wined3d_shader_src_param to shader_arb_get_swizzle().
wined3d: Get rid of the token field from struct wined3d_shader_src_param.
wined3d: Get rid of the WINED3DVS_* swizzle constants.
wined3d: Handle the swizzle shift in the frontend rather than the backend.
wined3d: Handle the source modifier shift in the frontend rather than the backend.
wined3d: Handle the destination modifier shift in the frontend rather than the backend.
wined3d: Move some frontend specfic code to baseshader.c.
wined3d: Move frontend specfic constants to baseshader.c.
wined3d: Downgrade an ERR to a WARN.
wined3d: Get rid of the shared_handle parameter.
wined3d: Handle the opcode specific control shift in the frontend rather than the backend.
wined3d: Use a more reasonable limit for the number of mipmap levels.
wined3d: The first shader token should be the version token.
wined3d: Add a function to read an opcode from SM1-3 bytecode.
wined3d: Use shader_sm1_read_opcode() in shader_get_registers_used().
Huw Davies (50):
ole32: Store a cached version of the local data object's enumeration.
ole32: Change helper function to return the matching entry.
ole32: Rewrite the clipboard window's wndproc to use the cached enum data.
ole32: Add support for rendering stream data to the clipboard.
ole32: Make all formats available to the clipboard.
ole32: Add support for rendering storage data to the clipboard.
ole32: Use helper function to duplicate global memory.
ole32: Unicodify window creation. Don't register the class as global.
ole32: Add a helper function to return the ole clipboard structure.
ole32: Add a helper function to set and release the source IDataObject.
ole32: Add a function to return (and possibly create) the clipboard's window.
ole32: Don't pass a window if we're reading from the clipboard.
ole32: Rename a variable.
ole32: Store the marshalled IDataObject in a window property of the clipboard window.
ole32: If there's a current data object on the ole clipboard GetData should use it.
ole32/tests: Tests that show the consumer data object isn't a singleton.
ole32: The consumer data object is not a singleton, but reflects the state of the clipboard when it was acquired.
ole32: Now that the consumer side of the clipboard separated from the main clipboard object, simplify the initialization code.
ole32: After a call to GetData the consumer should hold a ref on the source data object.
ole32/tests: Add a few more reference count tests.
ole32: Add support for getting global handle objects from a flushed clipboard.
ole32: Add support for getting stream based objects from a flushed clipboard.
ole32: Add support for getting storage based objects from a flushed clipboard.
ole32: OleFlushClipboard should render all formats to the clipboard.
ole32: Try global and stream types if the requested types don't match the source.
ole32/tests: Tests for a flushed clipboard.
wineps.drv: Fix compile error.
winex11.drv: Fix ordering of synthesized text formats.
winex11.drv: Fix typo so that emf -> mfpict synthesis works.
ole32: Make get_priv_data return target device ptrs (rather than offsets) and add a couple of helper functions to simplify this process.
ole32: Check that the target devices match.
ole32: Don't set cf_dataobject if we're clearing the clipboard.
ole32: Add support for enumerating non-ole clipboard formats.
user32/tests: Fix tests on win9x.
ole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and nt4.
ole32/tests: win9x, winme and nt4 ignore the target device.
ole32/tests: win9x and winme don't have CF_UNICODETEXT.
ole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.
ole32/tests: win9x and winme don't enumerate duplicated cfFormats.
ole32/tests: Add some tests to exercise the enumerator.
ole32: Improve the TRACEs by printing the fmtetc contents.
ole32/tests: Rename variable to avoid a conflict on some systems.
ole32/tests: For win9x and winme the size of the data on the clipboard may be larger than expected.
ole32: Add a stub for OleCreateFromDataEx.
ole32: Register a few more clipboard formats and make them have global scope.
ole32: Rewrite OleQueryCreateFromData so it compares clipboard format ids rather than strings and be sure to free the enumerator.
ole32: Expose the marshalled data on the clipboard rather than as a window prop so that other processes can actually read it.
ole32: Fix a couple of comments.
winex11.drv: Print clipboard formats in hex.
ole32/tests: Improve the traces in the test.
Igor Tarasov (3):
comctl32: Fix regression caused by 2d751ee56afced908d0788b936fa4aac1b29f1a1.
comctl32: Fix typo in TOOLBAR_SetButtonSize code.
comctl32: TOOLBAR_SetImageList should recalculate toolbar only if it is necessary.
Jacek Caban (1):
mshtml: Added IPersistHistory stub implementation.
Jeff Latimer (3):
ws2_32: WSAAddressToStringA should return length of ANSI address string and should include the trailing null.
ws2_32: WSAAddressToStringW should return length of unicode address string should and include the trailing null.
include: Bring in6_addr into line with the MS definition.
Jesse Allen (2):
dsound: Allow a special cbSize case in CreateSoundBuffer.
dsound: Fix test for some windows versions.
Juan Lang (1):
crypt32: Fix a test failure on Windows 98.
Kai Blin (2):
secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials.
sxs: Implement a stub CreateAssemblyCache to make Publish or Perish install.
Ken Sharp (1):
winedbg: Correct slight typo in winedbg dialog.
Ken Thomases (5):
winecoreaudio: Eliminate some unnecessary code.
winecoreaudio: Avoid potential deadlock in wodOpen.
winecoreaudio: Avoid a race between closing and opening the waveOut device.
winecoreaudio: For waveOut, don't use STOPPED state; it's redundant.
winecoreaudio: Avoid a race between closing and opening the waveIn device.
Konstantin Kondratyuk (1):
fonts: Add Kazakhstan's symbols into tahoma.
Marcus Meissner (1):
amstream/tests: Handle directdraw not being created (Coverity 920).
Michael Stefaniuc (11):
opengl32: Remove superfluous pointer casts.
mshtml/tests: Replace long with LONG.
riched20/tests: Use better types than long.
ws2_32: Use better types for some variables.
msi: Remove superfluous cast of a MSIHANDLE in a TRACE().
msi/tests: Replace long with LONG.
comdlg32: Fix the Slovak translation.
wordpad: "Fix" the Turkish translation.
rpcrt4: Replace some usage of the long type.
winedbg: Remove some superfluous pointer casts.
user32/tests: Don't use the long type.
Mikołaj Zalewski (1):
winedbg: Add a crash dialog for --auto mode.
Nicolas Le Cam (7):
msi/tests: Test MsiRecordGetString on null and empty strings.
msi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings.
wininet/tests: Fix HttpSendRequestW test on IE5.
msi: Enfore use of GetFileAttributes return value.
msi/tests: Add empty dir test for the DrLocator part of the AppSearch action.
msi: Fix ACTION_AppSearchDr on empty path.
msi/tests: Fix package test when run on a different drive than C:\.
Nikolay Sivov (19):
comctl32/listview: Fix selection handling in LVM_SORTITEMS (with some tests).
comctl32/listview: Fix a regression caused by 59148d0bb549ff8690f15f14571a715e3fdd43a5.
comctl32/listview: Fix some comment typos.
comctl32/listview: Implemented LVM_SORTITEMSEX.
comctl32/listview: Add a ListView_GetTextBkColor macro.
comctl32/listview: Slightly enlarge rectangle when drawing checkbox.
comctl32/listview: Switching to/from LVS_OWNERDATA isn't allowed after creation.
comctl32/listview: Fix a regression caused by 9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4.
comctl32/listview: Some tests for LVS_SINGLESEL switchover.
fonts: Fix a typo in copyright text.
comctl32/listview: LVM_SETITEM is unsupported on LVS_OWNERDATA.
comctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHeader.
comctl32/listview: Header should be created when LVS_EX_HEADERDRAGDROP set.
comctl32/listview: Additional tests for LVM_GETSUBITEMRECT.
comctl32/listview: Partial fix for LVM_GETSUBITEMRECT for item == -1.
comctl32/tests: Remove tests failing on most platforms.
comctl32/tests: Existing items aren't resorted after LVS_SORTASCENDING added.
comctl32/tests: Tests for LVM_GETCOLUMNORDERARRAY: it actually uses HDM_GETORDERARRAY.
comctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing message to header.
Paul TBBle Hampson (1):
dinput: Add missing newline to trace message.
Paul Vriens (15):
usp10/tests: Skip some tests on WinME.
shell32/tests: Fix some test failures on Vista.
gdi32/tests: Skip several tests on Win9x.
rpcrt4: Fix NdrDllCanUnloadNow.
shell32/tests: Fix some test failures on NT4.
gdi32/tests: Fix a test failure on NT4.
shell32/tests: Fix a test failure on Win95 and NT4.
include: Add missing GdipGetLogFontA definition.
gdiplus: Return the correct result in GdipCreateFontFromLogfontA.
gdiplus: Convert lfFaceName from W to A, not the other way around.
gdiplus/tests: Fix test failures on Win98 by using A-functions.
shell32/tests: Fix some test failures on Win9x and NT4.
shell32/tests: Fix a test failure on Win98.
setupapi/tests: Fix a test failure on Win98.
gdiplus/tests: Fix a test failure on Win98.
Peter Schauer (1):
comctl32/listview: Fix warning from DPA_GetPtr.
Reece Dunn (2):
winecfg: Fix the size of the application static text in Spanish.
winecfg: Fix the size of the application static text in Japanese.
Rein Klazes (5):
msvcrt: Correct implementation of _ecvt() with tests.
user32: When repainting a static control with SS_BITMAP style, do not erase the background if there is no valid bitmap to paint.
msvcrt: Do not set the windows version to 0.5.
msvcrt/tests: Add some tests for strtok().
comdlg32: Fix a crash in LookIn combo box WM_COMMAND message handler.
Roderick Colenbrander (3):
wined3d: Update Nvidia driver version information.
wined3d: Report the driver description as reported by the Windows drivers when a device string is entered in our device table.
opengl: Add WGL_EXT_pixel_format_packed_float support.
Stefan Dösinger (5):
wined3d: Add a more formal framework for driver quirks.
wined3d: Move the generic mac glsl uniform fixup to the quirk table.
wined3d: Move the remaining quirks into the quirk table.
wined3d: Reserve additional GLSL constants on some drivers.
wined3d: Merge match_apple and implementation_is_apple.
Tobias Jakobi (2):
wined3d: Add newline to fixme.
wined3d: Rename some NP2 fixup variables and update comments.
Vincent Povirk (2):
mciavi32: Remove unnecessary string buffers in MCIAVI_mciSet.
shell32: Implement SHGetNewLinkInfo[AW].
Vitaliy Margolen (5):
dinput: Make EnumDevices and GetObjectInfo consistent about GUIDs.
dinput: Remove redundant stuff.
dinput: Make props array a part of the generic joystick struct.
dinput: Convert evdev joystick to new base class.
dinput: Use more friendly name for the joystick than its device path.
Łukasz Wojniłowicz (2):
kernel32: Added Polish translations.
cmd: Updated Polish translations.
--
Alexandre Julliard
julliard(a)winehq.org