The Wine development release 1.3.4 is now available.
What's new in this release (see below for details):
- Support for right-to-left mirrored windows.
- Winelib now supports the ARM platform.
- New taskkill.exe built-in application.
- Inetcpl control panel fleshed out.
- AcceptEx is implemented now.
- Improved security checks for SSL connections.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.4.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.4.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.4:
1158 Hebrew menus are displayed on the left
10503 Sid Meier's Alpha Centauri: Wine segfaults when clicking on a city.
11754 Access violation running application from NAVIGON
12672 Unimplemented function mshtml.dll.PrintHTML causes crash when printing in Teach 2000
13027 Add a description field to winetest
13181 Version syntax and output are inconsistent between wine and wineserver
13605 unimplemented function d3dx9_36.dll.D3DXCreateTextureFromFileInMemoryEx
13844 pywin32 cannot be installed
14076 UT3 Wine C++ Runtime Library
16636 Black & White 2 Graphics Glitches and Crash
16870 wine: Call from 0x7b845610 to unimplemented function ntoskrnl.exe.KeInitializeDpc, aborting
17176 msvcrt _set_error and _get_error missing from exports
17780 Symbian epoc emulator: unimplemented function hal.dll.ExTryToAcquireFastMutex
17950 Okular configuration disappears after choosing other configuration tab
18109 Race Driver: GRID Demo - not rendered correctly when multisampling enabled
18278 EVEMon: Missing Toolbar In Skillplanner Window
18427 Forte Agent 3.3 MDI window is not maximized at startup.
18491 Mail.ru agent output message fixme actctx
20000 Multiple games crash
20117 Call to unimplemented function d3dx9_36.dll.D3DXCreateLine
20183 Black & White 2: texture corruption on higher resolutions
21049 output_import_thunk Problems on ARM
21096 utorrent drops error 12157 when using a https tracker
21295 Painkiller and Painkiller Black Edition cannot accept CD Key submission preventing installation
21973 Fallout 3: err:d3d:resource_init Out of memory!
22064 The Settlers 7 Demo fails to start
22375 Logitech GamePanel Fails to install
22497 Garant setup file f1setup.exe crashes
22536 Office 2010 installation crashed
22918 Ship Simulator 2008 demo crashes on startup (needs D3DXCreateSphere, D3DXCreateCylinder, and D3DXCreateTeapot)
22994 Far Cry installer quits
23248 MMO client 7million crashes on startup
23317 SEC_E_INTERNAL_ERROR (0x80090304) returned by InitializeSecurityContextW
23506 unimplemented function USERENV.dll.GetDefaultUserProfileDirectoryW (affects Malwarebytes' Anti-Malware)
23936 pressing enter in passpack's search box has no effect
24193 ptrace protection in Ubuntu 10.10 breaks debuggers (affects winedbg, wow, ...)
24225 provide "taskkill" command line tool to aid installers (Impulse installer and more)
24249 Firestarter Demo crashes with page fault on read access on start
24342 MediaCoder 0.7.5.* video conversions don't work
24343 MediaCoder 0.7.3.* Device Edition (Phone) video conversions don't work
24370 kernel32: provide GetSystemDEPPolicy stub (Microsoft EMET v2)
24394 cmd.exe locks up when running an external command/application
24424 Far manager stopped to run
24435 time not set by SendInput() if 0
24438 Pro Evolution Soccer 2011 demo fails to install
24462 Radeon HD3200 no longer detected
24469 ExplorerXP-black background on treeview area
24483 cmd hangs if run in background
24496 Format Factory crashes after displaying the installer splash screen
24527 The Rise of Atlantis fails to start
24536 environ is NULL under Wine but not on real Windows
----------------------------------------------------------------
Changes since 1.3.3:
Adam Martinson (5):
msxml3/tests: Prevent a double-free in test_get_ownerDocument().
msxml3: Implement SelectionNamespaces property.
msxml3: Move domdoc properties into their own struct.
msxml3: Expose the XML parser SAX callback interface.
msxml3: Implement preserveWhiteSpace property.
Alasdair Sinclair (1):
shell32/test: Prevent crash on cleanup if tests fail.
Alexander Morozov (1):
crypt32/tests: Add a test for CryptEncryptMessage.
Alexandre Julliard (75):
server: Fix a couple of leaks in the new console code.
configure: Regenerate with autoconf 2.67.
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
ws2_32: Fail when select is called with an invalid fd.
configure: Make sure the rules files are rebuilt when doing make depend.
shell32: Map the x86 version of the folder to the appropriate path depending on Wow64 mode.
wine.inf: Create the x86 program files key in Wow64 mode too.
wined3d: Reduce the size of a huge function that takes ages to compile.
wineps: Add a comment about the trap for code checking tools.
krnl386.exe: Get rid of the useless config.sys parser.
winmm/tests: Fix some tests that fail on Windows with no input device.
user32: Add support for RTL window layouts in MapWindowPoints.
user32: Add support for RTL window layouts in WIN_GetRectangles.
user32: Add support for right-to-left menus.
server: Mirror the rectangles for RTL windows in set_window_pos.
user32: Always store the window rectangles unmirrored after SetWindowPos.
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
winedbg: Make BreakOnFirstChance default to FALSE to avoid user confusion.
user32: Fix initial computation of client area in WM_NCCALCSIZE for RTL windows.
user32: Use screen coordinates for hittest checking to handle RTL windows correctly.
user32: Fix the window positions when moving a child window for a RTL window.
user32: Set the default process layout based on the file description in the version resource.
version: Don't bother importing lz32, all the functions are in kernel32.
comctl32: Return the correct hittest for the size grip in mirrored windows.
configure: Automatically append the makedep dependency to all makefile rules.
configure: Make the ac_dir variable contain the full directory name for all types of make rules.
configure: Support specifying a .rules.in file as dependency.
kernel32: Implemented EnumSystemLocalesEx.
kernel32/nls: Define the neutral and reading layout locale values.
gdi32: Implement MirrorRgn.
winex11: Mirror the window region for RTL windows.
user32: Free the window region once it has been set.
server: Mirror the window region for RTL windows in get/set_window_region and redraw_window.
server: Pass the rectangle in client coordinates for update_window_zorder.
gdi32: Copy a DIB section as a DIB section in BITMAP_CopyBitmap.
kernel32/tests: Use a real console handle in the VerifyConsoleIoHandle test.
winmm/tests: Skip tests if MIDI cannot be opened.
winmm: Use proper structure where possible to fix command string parsing on 64-bit.
winmm: Add support for the MCI_INTEGER64 type.
wrc: Add support for target options, and define _WIN64 for 64-bit builds.
makefiles: Pass target options to wrc.
makefiles: Use the -m16 option with 16-bit resources for consistency.
winmm: Make MCI_STATUS return type a 64-bit integer on 64-bit platforms.
ntdll/tests: Fix a test failure on 64-bit platforms.
dsound/tests: Mark some Vmware sound driver failures as broken.
server: Make the fd passing code slightly more portable.
ntdll: Add support for retrieving the server pid from the socket credentials.
ntdll: Add a workaround for Ubuntu's stupid ptrace breakage.
msi/tests: Avoid corrupting the pending file renames key on failure.
msi/tests: Fix a test failure on 64-bit.
winex11: Force setting the cursor again on the first mouse event in case the initial setting failed.
advapi32/tests: Make function pointers static and remove redundant typedefs.
comctl32/tests: Make some variables static.
crypt32/tests: Make some variables static.
d3d9/tests: Make some variables static.
kernel32/tests: Make some variables static.
msi/tests: Make some variables static.
netapi32/tests: Make some variables static.
ntdll/tests: Make some variables static.
ole32/tests: Make some variables static.
setupapi/tests: Make some variables static.
shlwapi/tests: Make some variables static.
user32/tests: Make some variables static.
taskmgr: Make some variables static.
winecfg: Make some variables static.
clock: Make some variables static.
taskkill: Make some variables static.
cabinet/tests: Make some variables static.
d3dxof/tests: Make some variables static.
riched20/tests: Make some variables static.
tests: Make some variables static.
Make some variable declarations extern.
wineboot: Always create the various RunOnce keys.
shell32/tests: Fix some test failures on Vista.
Anders Jonsson (6):
taskkill: Add Swedish translation.
shell32: Update Swedish translation.
oleacc: Add Swedish translation.
winecfg: Update Swedish translation.
ipconfig: Update Swedish translation.
inetcpl.cpl: Update Swedish translation.
Andrew Eikum (2):
ole32: Create a FORMATETC if one is not given in OleCreate.
msi/tests: Fix copy-paste errors in tests.
Andrew Nguyen (16):
taskkill: Add stub implementation.
taskkill: Implement basic command-line parsing.
taskkill: Implement graceful termination by process identifier.
taskkill: Implement graceful termination by process name.
taskkill: Implement forcible termination by process identifier.
taskkill: Implement forcible termination by process name.
iphlpapi: Remove useless loop and initialize gateway linked list next member to NULL.
ipconfig: Move socket address string generation to a helper function.
ipconfig: Implement gateway address output.
msvcrt: Convert the Unix asctime string from CP_UNIXCP to CP_ACP.
msvcrt: Implement strerror_s.
msvcrt: Implement _get_errno.
msvcrt: Implement _get_doserrno.
msvcrt: Implement _set_errno.
msvcrt: Implement _set_doserrno.
msvcrt: Initialize environ on DLL load.
André Hentschel (14):
libs/wine: Fix ARM support.
winebuild: Fix ARM support.
kernel32: Add ARM support.
ntdll: Add ARM support.
dbghelp: Add ARM support.
winedbg: Add ARM support.
winetest: Add ARM support.
server: Add ARM support.
winemaker: Don't use -march options.
winedump: Add more subsystem descriptions.
shell32: Update German translation.
build-env: Don't use 'exchange instruction set' instructions on ARM to fix build on ARMv6 e.g. Nokia N810.
taskkill: Add German translation.
ipconfig: Update German translation.
Aric Stewart (3):
quartz: Allow for proper setting of the video window to WS_CHILD.
quartz: Improve video window sizing on first sample.
mciqtz32: Do not allow MCIQTZ_mciUpdate to interrupt a playing video.
Aurimas Fišeras (5):
shell32: Update Lithuanian translation.
taskmgr: Update Lithuanian translation.
taskkill: Add Lithuanian translation.
ipconfig: Update Lithuanian translation.
inetcpl.cpl: Update Lithuanian translation.
Austin English (13):
quartz: Fix compiler warnings on Clang.
riched32: Fix a compiler warning on clang.
user.exe16: Fix a compiler warning on clang.
winejoystick.drv: Fix a compiler warning on clang.
wintab32: Fix compiler warnings on Clang.
comctl32: Fix compiler warnings on Clang.
winedump: Match the new Makefile format.
userenv: Add a stub for GetDefaultUserProfileDirectoryA/W.
ntoskrnl.exe: Add stub for KeInitializeDpc.
ntoskrnl.exe: Add stub for READ_REGISTER_BUFFER_UCHAR.
kernel32: Add a stub for GetSystemDEPPolicy.
wineserver: Return the version information in the same format as wine --version.
ddraw/tests: Fix a few compiler warnings on clang.
Austin Lund (3):
comctl32/tests: LVM_GETRECTITEM should return TRUE.
comctl32/tests: Default listview width appears to be 1 inch.
comctl32/listview: Fix test failures for subitem returned with negative coordinates.
Cheer Xiao (7):
oleview: Update simplified Chinese translation.
regedit: Update simplified Chinese translation.
uninstaller: Update simplified Chinese translation.
view: Update simplified Chinese translation.
wineboot: Update simplified Chinese translation.
winemine: Update simplified Chinese translation.
wordpad: Update simplified Chinese translation.
Damjan Jovanovic (4):
winex11.drv: Translate the drop point to the virtual screen.
winemenubuilder: Isolate the platform-specific icon generation code.
winemenubuilder: Generate ICNS icons on MacOS.
windowscodecs: Support ICO files with embedded PNGs.
Davide Pizzetti (1):
wineboot: Italian translation update.
Detlef Riekenberg (7):
inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr.
inetcpl: Add content property sheet.
inetcpl: German translation for the content property sheet.
inetcpl: Remove a space from a button label.
inetcpl: Add general propsheet and allow to set the homepage.
inetcpl: Update German translation.
inetcpl: Implement LaunchInternetControlPanel.
Dmitry Timoshkov (4):
user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.
user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.
user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.
user32: Make sure that SendInput always initializes the time field.
Eric Pouech (2):
server: Fix console creation logic.
kernel32: Only reset the console mode when it has been previously changed.
Erich Hoover (2):
user32: Prepare for multi-frame storing of icons and cursors.
user32: Add support for multiple frames in cursor format.
Francois Gouget (7):
winetest: Add the '-n' option so one can specify a list of tests to exclude.
winetest: Add the '-i' option so one can specify a test environment description.
taskkill: The taskkill debug channel is unused so remove it.
ktmw32: The ktm debug channel is unused so remove it.
mscoree: Make find_mono_dll() static.
gameux/tests: Make test_install_uninstall_game() and _isFileExists() static.
ws2_32: Make WS2_AcceptEx() and WS2_GetAcceptExSockaddrs() static.
Frédéric Delanoy (4):
shell32: Update French translation.
taskkill: Add French translation.
ipconfig: Update French translation.
inetcpl.cpl: Update French translation.
Gerald Pfeifer (8):
winedbg: Fix the check for GCC version number around db_printf format checking.
setupx.dll16: Fix error handling in VCP_VirtnodeCreate.
setupx.dll16: Simplify VcpClose16 a bit.
user32: Fix error handling in BITMAP_Load.
configure: Improve formatting of error when X development files are not found.
comctl32: Remove unused parameter lpcs from TOOLTIPS_Create.
widl: Avoid duplicate assignments in resolve_expression.
setupx.dll16: Remove some unused code from VCP_CheckPaths.
Hans Leidekker (25):
msi: Handle fdintNEXT_CABINET and fdintPARTIAL_FILE for cabinet streams.
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
include: Add IKnownFolder and IKnownFolderManager interfaces.
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
msi: Remove unused field from MSICOMPONENT structure.
msi/test: Add tests for MsiGetFeatureState.
msi: A progid without a class is not an error.
msi: Avoid accessing memory before the left hand string in compare_substring.
msi: Use binary search to find the insert index for a row.
msi: Set some missing system folder properties.
propsys: Add a stub implementation of PSGetPropertyDescription.
msi: Use more descriptive variable names for installer properties.
winecfg: Update Windows 7 version to Service Pack 1.
explorerframe: Bump version.
wuapi: Return success from automatic_updates_Resume.
comctl32: Add a stub implementation of TaskDialogIndirect.
include: Define IEnumWbemClassObject and IWbemServices.
msi: Always check the return value of msi_string2idW.
msi: Treat empty string as NULL in MsiGetSummaryInformationW.
msvcrt: Implement wcsnlen.
programs: Add a stub implementation of mofcomp.exe.
advapi32: Add a stub implementation of EventRegister.
include: Add a prototype for EnumSystemLocalesEx.
msi: Remove an unnecessary warning.
msi: Set more 64-bit properties.
Henri Verbeet (40):
wined3d: Move the vertex shader to wined3d_state.
wined3d: Move vertex shader constants to wined3d_state.
wined3d: Move the pixel shader to wined3d_state.
wined3d: Move pixel shader constants to wined3d_state.
d3d9/tests: Cleanup maxmip_test() a bit.
wined3d: Move stream state to wined3d_state.
wined3d: Move index buffer state to wined3d_state.
wined3d: Move base vertex state to wined3d_state.
wined3d: Move the primitive type to wined3d_state.
wined3d: Move light state to wined3d_state.
wined3d: Move clip plane state to wined3d_state.
wined3d: Move clip status to wined3d_state.
wined3d: Pass a wined3d_state structure to is_invalid_op().
wined3d: Pass a wined3d_state structure to set_tex_op_nvrc().
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().
wined3d: Pass a wined3d_state structure to set_tex_op().
wined3d: Directly pass the texture to texture_activate_dimensions().
wined3d: Pass a wined3d_state structure to ffp_clip_emul().
wined3d: Consistently use the same stateblock in state_colormat().
wined3d: Pass a wined3d_state structure to record_lights().
wined3d: Pass a wined3d_state structure to apply_lights().
wined3d: Capture stateblock state from a wined3d_state structure.
wined3d: Set initial stateblock state directly on a wined3d_state structure.
wined3d: Remove IWineD3DStateBlock::InitStartupStateBlock() from the public wined3d interface.
wined3d: Simply refuse to create shaders if they're disabled.
wined3d: Pass a wined3d_state structure to use_vs().
wined3d: Pass a wined3d_state structure to use_ps().
wined3d: Pass a wined3d_state structure to find_vs_compile_args().
wined3d: Pass a wined3d_state structure to find_ps_compile_args().
wined3d: Pass a wined3d_state structure to find_arb_vs_compile_args().
wined3d: Pass a wined3d_state structure to find_arb_ps_compile_args().
wined3d: Pass a wined3d_state structure to device_preload_texture().
wined3d: Pass a wined3d_gl_info structure to send_attribute().
wined3d: Remove the useless device parameter to drawStridedFast().
wined3d: Pass gl_info and state parameters directly to drawStridedSlowVs().
wined3d: Pass gl_info and state parameters directly to drawStridedInstanced().
wined3d: Pass a wined3d_state structure to remove_vbos().
wined3d: Pass a wined3d_state structure to nvts_activate_dimensions().
wined3d: Also pass the destination state directly to wined3d_state_record_lights().
Huw Davies (2):
ole32/tests: Mark the draw_continue callbacks as optional. Win9x can skip calls under low-load conditions.
ole32: Call the draw_continue function.
Hwang YunSong (4):
shell32: Update Korean resource.
taskkill: New Korean resource.
inetcpl.cpl: Update Korean resource.
ipconfig: Update Korean resource.
Igor Paliychuk (3):
inetcpl: Added Ukrainian translation.
shell32: Ukrainian translation update.
taskkill: Added Ukrainian translation.
Jacek Caban (21):
mshtml: Fixed hash part stripping in GetQuery.
urlmon: Skip tests on very old IEs as soon as possible.
include: Fixed D3DMULTISAMPLE_FORCE_DWORD value and added MAKEFOURCC definition guard.
include: Added D3DVECTOR_DEFINED guard.
urlmon: Make protocol_start IUri-based.
urlmon: Added about:blank IUri test.
jscript: Better checks for too old jscript.dll versions.
mshtml: Added PrintHTML stub.
mshtml: Renamed uri to nsuri.
mshtml: Added nsIURI::GetHost implementation based on IUri API.
mshtml: Added nsIURI::GetPort implementation.
mshtml: Added nsIURI::GetHostPort implementation.
mshtml: Added nsIURI::GetUserPass implementation.
mshtml: Use IUri for nsIURI::GetScheme implementation.
mshtml: Get rid of use_wine_url.
mshtml: Use IUri for nsIURL::GetQuery implementation.
mshtml: Added nsIURI::GetPath implementation.
urlmon: Skip tests on IEs older than 6 by checking for CompareSecurityIds.
jscript: Don't use to_object for nullDisp in Object function.
urlmon: Replace also bind_info in set_binding_sink.
urlmon.idl: Added more error codes.
James McKenzie (1):
wineps.drv: Correct a typo.
Juan Lang (45):
iphlpapi: Trace enumerated addresses.
iphlpapi: Set flags for adapters returned by GetAdaptersAddresses.
iphlpapi: Set ConnectionType in GetAdaptersAddresses.
include: Add ifdef.h.
include: Move IF_OPER_STATUS to ifdef.h.
include: Define NDIS_INTERFACE_INFORMATION.
include: Add Vista+ fields to IP_ADAPTER_ADDRESSES.
iphlpapi: Set gateway addresses in GetAdaptersAddresses.
include: Add GAA_FLAG_* definitions.
include: Add SCOPE_LEVEL definition.
iphlpapi: Trace parameters to GetAdaptersAddresses.
include: Define more IF_TYPEs.
iphlpapi: Set adapter description in GetAdaptersAddresses.
wintrust/tests: Test CryptSIPCreateIndirectData.
crypt32: Add parameter checking to CryptSIPCreateIndirectData.
ws2_32: Unpack ioctl codes in WSAIoctl trace.
ws2_32/tests: Test SIO_ROUTING_INTERFACE_QUERY.
iphlpapi: Fix inverted logic in mask comparison.
ws2_32: Implement WSAIoctl for SIO_ROUTING_INTERFACE_QUERY.
wininet: Don't make use of OpenSSL's security checks, as crypt32 also verifies certificate chain.
wininet: Store WININET_NETCONNECTION * in SSL context.
wininet: Store security flags in WININET_NETCONNECTION.
wininet: Don't retrieve a certificate that isn't used.
wininet: Don't call SSL_connect until initialization is complete.
wininet: Honor security flags when verifying certificates.
wininet: Remove unneeded error message.
wininet: More completely implement querying INTERNET_OPTION_SECURITY_FLAGS.
crypt32/tests: Test more SECURITY_FLAG_IGNORE flags for the SSL policy.
crypt32: Honor more SECURITY_FLAG_IGNORE flags when verifying the SSL policy.
crypt32: Check usage when verifying the SSL policy.
crypt32: Check revocation failures when verifying the SSL policy.
winhttp: Remove unused function pointer.
winhttp: Don't make use of OpenSSL's security checks, as crypt32 also verifies certificate chain.
winhttp: Honor more SECURITY_FLAG_IGNORE flags.
winhttp: Verify SSL policy of chains whose errors were ignored.
winhttp: More completely implement querying WINHTTP_OPTION_SECURITY_FLAGS.
winhttp: Return signature algorithm name in WINHTTP_CERTIFICATE_INFO.
winhttp: Support querying the cipher strength of an SSL connection.
winhttp: Set cipher strength bits when querying WINHTTP_OPTION_SECURITY_FLAGS.
wininet: Let CertVerifyCertificateChainPolicy handle certain security flags.
wininet: Add some secure connection tests.
wininet: Returned certificate strings are always ASCII.
wininet: Support querying the cipher strength of an SSL connection.
wininet: Set cipher strength bits when querying INTERNET_OPTION_SECURITY_FLAGS.
wininet: Secure flag is set in the request, not in the session.
Lauri Kenttä (9):
wined3d: Use the same card selection for both Intel Mesa and binary drivers.
wined3d: Add check for Intel GM965/GL960 with Mesa driver.
shell32: Update Finnish translation.
user32: Update Finnish translation.
shlwapi: Update Finnish translation.
wininet: Update Finnish translation.
msi: Update Finnish translation.
comdlg32: Update Finnish translation.
shell32: Update Finnish translation.
Louis Lenders (2):
user32: UpdateWindow doesn't accept a NULL hwnd.
tapi32: Quiet a few noisy fixme's.
Luca Bennati (40):
shell32: Update Italian translation.
kernel32: Remove dead assignments.
crypt32: Update Italian translation.
avifil32: Update Italian translation.
cryptdlg: Update Italian translation.
cryptui: Update Italian translation.
hhctrl.ocx: Update Italian translation.
msvfw32: Update Italian translation.
oledlg: Update Italian translation.
shdoclc: Update Italian translation.
shdocvw: Update Italian translation.
wineps.drv: Update Italian translation.
wininet: Update Italian translation.
wineconsole: Update Italian translation.
winecfg: Update Italian translation.
comdlg32: Update Italian translation.
iccvid: Update Italian translation.
shell32: Update Italian translation.
shlwapi: Update Italian translation.
taskkill: Add Italian translation.
cmdlgtst: Update Italian translation.
notepad: Update Italian translation.
regeedit: Update Italian translation.
winecfg: Fix Italian translation.
reg: Update Italian translation.
wordpad: Update Italian translation.
winemine: Update Italian translation.
xcopy: Fix Italian translation.
start: Fix Italian translation.
winefile: Update Italian translation.
winmm: Update Italian translation.
ipconfig: Update Italian translation.
inetcpl.cpl: Update Italian translation.
msrle32: Update Italian translation.
oleaut32: Update Italian translation.
browseui: Convert Italian translation to UTF-8.
serialui: Update Italian translation.
mpr: Update Italian translation.
comctl32: Update Italian translation.
msacm32: Update Italian translation.
Mariusz Pluciński (14):
gameux/tests: Add test of creating IGameStatistics instance.
gameux/tests: Add test of storing and reading game statistics.
gameux: Add partial implementation of IGameStatisticsMgr::GetGameStatistics.
gameux: Add stub of IGameStatistics interface implementation.
gameux: IGameStatistics::GetMaxCategoryLength implementation.
gameux: IGameStatistics::GetMaxNameLength implementation.
gameux: IGameStatistics::GetMaxValueLength implementation.
gameux: IGameStatistics::GetMaxCategories implementation.
gameux: IGameStatistics::GetMaxStatsPerCategory implementation.
gameux: Add implementation of IGameStatistics::SetCategoryTitle.
gameux: Add implementation of IGameStatistics::SetStatistic.
gameux: IGameStatistics::Save initial implementation.
gameux: Add implementation of IGameStatisticsMgr::RemoveGameStatistics.
gameux: Finished implementation of saving game statistics.
Matej Špindler (1):
taskkill: Add Slovenian translation.
Michael Mc Donnell (1):
shell32/tests: SHBrowseForFolder should return new folder pidl.
Michael Stefaniuc (4):
crypt32: Remove redundant NULL check before CryptMemFree (Smatch).
user32: Simplify the error handling in BITMAP_Load().
ddraw: Add missing unlock on an error path (Smatch).
ole32: Allocate a small temp variable on the stack instead of the heap.
Mike Kaplinskiy (2):
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
ws2_32: Implement SO_UPDATE_ACCEPT_CONTEXT.
Misha Koshelev (10):
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.
d3dx9_36: Implement D3DXCreateMeshFVF.
d3dx9_36: Add stub for D3DXCreateTeapot.
d3dx9_36: Implement ID3DXMesh_Lock/UnlockVertexBuffer and ID3DXMesh_Lock/UnlockIndexBuffer.
d3dx9_36: Implement D3DXCreateSphere.
d3dx9_36: Add D3DXCreateTeapot to d3dx9shape.h.
d3dx9_36: Add stub for D3DXCreateCylinder.
d3dx9_36/tests: Add tests for D3DXCreateCylinder.
d3dx9_36: Implement D3DXCreateCylinder.
Nikolay Sivov (6):
msxml3/tests: Fix locale dependent string comparison.
comctl32/treeview: Erase background when painting over supplied hdc.
comctl32/listview: Use proper A/W call to measure item text string.
comctl32/tab: Add a test for TCM_SETITEMEXTRA.
msxml3/httprequest: Store passed data for IXMLHttpRequest::open().
msxml3/httprequest: Implement IXMLHttpRequest::setRequestHeader().
Paul Vriens (6):
user32: Fix a typo.
urlmon/tests: Fix test failures on Win9x/WinMe by using more A-functions.
atl/tests: Fix a test failure on Win95.
msi/tests: Prevent a popup on Windows NT.
dbghelp: Fix use of GetProcessHeap.
ddraw: Pass the correct size to memset (Coccinelle).
Peter Oberndorfer (6):
wineconsole: Allow to select popup menu entries with the right mouse button.
ntdll/tests: Remove unused NtWaitForSingleObject import.
kernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.
kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.
kernel32: VerifyConsoleIoHandle does not set last error value.
kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle.
Piotr Caban (5):
msvcrt: Added 'll' modifier to printf functions.
oleaut32: Rename stubs.c file.
oleaut32: Execute OleCreatePropertyFrameIndirect in OleCreatePropertyFrame.
oleaut32: Added OleCreatePropertyFrameIndirect implementation.
oleaut32: Set dialog size in dialog box units in OleCreatePropertyFrame.
Rico Schüller (1):
dxgi: Fix IWineD3DSwapChain_GetParent() call.
Roderick Colenbrander (1):
wined3d: Add Radeon HD3200 to gpu table.
Saulius Krasuckas (1):
winmm/tests: Initialize whole MIDIHDR struct before using it.
Stefan Leichter (2):
hal: Added stub for ExAcquireFastMutex.
setupapi: Added more tests for SetupDiGetINFClassA.
Sven Baars (3):
taskkill: Add the Dutch translation.
shell32: Update the Dutch translation.
mciwave: Fix some typos.
Thomas Mullaly (12):
urlmon/tests: Added more tests for IUriBuilder's CreateUri functions.
urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes.
urlmon: Implemented validation of scheme component of a IUriBuilder.
urlmon: File URIs can't have a userinfo component when creating an IUri using IUriBuilder.
urlmon: Restructured how the userinfo component is parsed and canonicalized.
urlmon: Implemented validation for the userinfo component when create an IUri with IUriBuilder.
urlmon: Implemented validation of the host name component of a IUriBuilder.
urlmon: Fixed TRACE's which sometimes output garbage.
urlmon: Implemented support for determining what port value to use in IUriBuilder.
urlmon: Can't set the host of a IUriBuilder to NULL.
urlmon: Finished validation for the remaining components of a IUriBuilder.
urlmon: Improve IUri support for mk: URIs.
Tijl Coosemans (1):
configure: Detect resolver functionality on FreeBSD.
Vincent Pelletier (1):
msvcp90: Direct basic_string::operator=(char const *) to existing implementation.
Vincent Povirk (9):
windowscodecs: Make it possible for the BMP decoder to read packed DIBs.
windowscodecs: Use the BMP decoder to decode ICO frames.
mscoree: Search for Mono in some predefined paths before using the registry.
ktmw32: Add stub dll.
gdiplus: Don't try to free invalid or already-freed images.
gdiplus: Return 0 from GdiplusShutdown.
gdiplus: Implement GdipTransformRegion.
gdiplus: Implement GdipGetRegionScansCount.
gdiplus: Don't create a DIB section for non-alpha or reference bitmaps.
Vitaly Perov (4):
winspool.drv: Support pDevMode field in {Get/Set}Job.
comdlg32: Add basic implementation of PrintDlgExA.
shdocvw: Silence QueryInterface FIXME.
shdocvw: Silence more invalid QueryInterface FIXMEs.
Zach Smith (1):
dinput: OSX joystick driver separate device for each top level HID collection.
Łukasz Wojniłowicz (7):
oleacc: Update the Polish translation.
appwiz.cpl: Update the Polish translation.
inetcpl: Add the Polish translation.
wineps: Update the Polish translation.
shell32: Update the Polish translation.
oledlg: Update the Polish translation.
ipconfig: Add the Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.3 is now available.
What's new in this release (see below for details):
- Improved support for right-to-left text.
- Support for CMYK JPEG images.
- Beginnings of a Game Explorer implementation.
- Improved 64-bit support in MSI.
- Stub inetcpl control panel applet.
- A number of fixes to crypto support.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.3.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.3.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.3:
1236 Combo boxes with RTL set do not appear right aligned
5299 d3d crash in tombraider 4
5586 Tibia runs with garbled graphics
6303 PowerDVD 7.0 (trial version) doesn't start
6577 After upgrade, the demo fr-038: theta is broken
7510 Super Copyright (free software): irresponsive gui
8902 Personal Stock Monitor 6 standard crashes if you wiggle the main window
9008 Combat Pillows game: crashing, needs explicit backbuffer
10368 Corel Draw X3 Won't Install
12051 Max Payne 2 - rendering bug, looks like wrong shadow
12530 Psychonauts does not run due to unimplemented function d3dx9_36.dll.D3DXFilterTexture
12648 With 16 bit display, Qtracker crashes just after it puts up GUI
12805 Virtualbox refuses to install (dogfood)
13297 unimplemented d3dx9_36.dll.D3DXCreateTextureFromFileA
13406 Overlord: crash on unimplemented function d3dx9_36.dll.D3DXCompileShaderFromFileA
13781 Lego Indiana Jones won't start
13965 Can't change resolution in RTHDRIBL
14054 JAZZ Hired Guns demo: characters' models aren't redered properly
14944 Mission planning menu in Raven Shield is not drawn correctly
16617 klsoft.de Mathematik crashes on clicking selected text
16985 Live For Speed S2 - Patch Z10: wrong shadows drawing
17174 Morrowind Mudcrab crash: creatures near water hit animation/location errors
17186 Final Reality 1.01 Benchmark: Triggering ID3DDevImpl_7_GetRenderState ERRs
17356 Starcraft Crashes while attempting to access Battle.net
17374 Adobe Framemaker 9 crashes on startup, can't find ATL80.DLL?
17381 CDialog does not display proper window icon when first executed.
17446 Slideshow with MP3 breaks PowerPoint
17447 Another slideshow with MP3 breaks PowerPoint
17463 Attempting to compile crosstest without mingw should issue error
17659 Greyed out toolbars in Cuneiform OCR
17720 Pefect World MS crashes when minimized
17847 MySQL-Front 5.1: crashes when you close application
17932 winemp3 not play sounds correctly
17989 Mosaic doesn't launch
18128 Sniper Elite: Player falls through floor
18207 Installation of the Children of the Nile demo 3 crashes
18434 Unhandled page fault while using gecko to browser a URL
18545 Condor: graphic errors
18607 Perfect World can't restore window from minimizing
18851 3DMark Vantage requires d3dx10_36.dll
18858 D3DADAPTER_IDENTIFIER9.Description retrieved from IDirect3D9::GetAdapterIdentifier is empty for Mesa DRI Intel(R) 852GM/855GM card/driver
19026 Can't run Myst III:Exile in Direct3D mode
19070 hh.exe should exit immediately if not given a file to open (appinstall)
19198 EPIM main window restricts to a handful of pixels when maximizing
19199 EPIM showing two windows
19298 Can't change the font size for the Opengl application.
19443 Wine itself segfaults when running Geneforge
19444 Netscape 6 slows down considerably after brief usage
19545 GraFit 5 unhandled page fault on read access when saving file
19560 Street Fighter IV : launcher crashes
19562 Guitar Hero World Tour crashes after dinput GetProperty
19618 X-Change 3 crashes randomly when loading a saved game or starting a new game
19772 EverQuest 2 crashes in third-person when riding the Ykeshan bear mount.
20306 Wine does not compile with LLVM
20865 Steam login window jumps around the screen when moved
21079 Manga Studio 4.0 EX does not display icons or toolbar correctly.
21325 aclocal.m4's main prototype is incorrect
23009 Some textures are shown dark from certain angles of view in F1 Challenge 99-02
23125 Mass Effect 2 requires d3dx10_39.dll
23137 dbghelp doesn't support DW_LNE_set_discriminator (gcc 4.6)
23400 Metatrader 5 setup crashes
23453 Worms Armageddon cannot send text in WormNET
23582 PowerDVD 10 (trial) needs unimplemented function ws2_32.dll.WSANSPIoctl
23618 Overloading of CPU when executing EPIM
23660 America's Army 3 needs d3dx9_36.dll.D3DXPreprocessShader
24059 StarCraft II patcher crashes during Patch 1.0.3 update
24068 Crash in dbghelp (WoW)
24170 Warhammer Dawn of war : Fails to install
24180 crash in dnsbench.exe
24246 Windows Live Essentials Beta installer needs kernel32.GetThreadUILanguage
24270 kernel32/time.c tests fail due to being miscompiled by clang, but not gcc
24272 Office 2003 & 2007 installers fail on an unexpected error
24332 WoW: Cataclysm crashes on startup (needs GetUserDefaultLocaleName impl)
24404 msxml3 does not compile --without-xml
24423 directx sdk (nov 2006) fails to install
24425 err:module:find_forwarded_export function not found for forward 'krnl386.exe16.GetProcessDword'
24427 Firefox 4.0 beta 6: window controls are blank when the Firefox button is visible
24441 Fix the detection of the number of CPUs for OpenBSD.
----------------------------------------------------------------
Changes since 1.3.2:
Alexander Morozov (5):
crypt32: Add stub for CryptSignMessage.
crypt32/tests: Add a test for CryptSignMessage.
crypt32: Implement CryptSignMessage.
crypt32: Initialize HashEncryptionAlgorithm.
crypt32: Add a stub for CryptEncryptMessage.
Alexandre Goujon (4):
avifil32: Fix EditStreamSetInfo wine checks.
fusion: Improve parse_display_name.
odbccp32: Fix SQLInstallDriverManager{,W}.
quartz: avisplitter Fix query interface test.
Alexandre Julliard (15):
ws2_32/tests: Fix some buffer overflows in traces.
widl: Fix declaration order in generated headers.
include: Move some included files outside of extern "C".
user32: Add support for fetching window rectangles relative to various origins.
user32: Pass the window styles to NC_GetInsideRect instead of accessing the window structure.
user32: Use WIN_GetRectangles where possible instead of accessing the window structure.
user32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.
user32: Avoid redundant server call in WIN_GetRectangles and fix the screen coordinates mapping.
user32: Avoid direct accesses to the window structure in NC_HandleNCHitTest.
user32: Don't try to set the WS_EX_LAYOUTRTL flag on the desktop window.
gdi32: Mirror the returned rectangle in GetClipBox for RTL layout.
winemp3.acm: Fix a couple of compiler warnings on Mac OS.
ntdll/tests: Fix the image protection test on Mac OS where the image limits are only approximative.
winebuild: Don't add extra CPU flags to stubs if they have some already.
krnl386.exe: Remove 16 suffix on Get/SetProcessDword since there's no 32-bit version.
Alistair Leslie-Hughes (4):
mshtml: Correct test for unknown dispID.
msxml6: Register interfaces.
mshtml: Correct test for another unknown dispID.
msxml: Added support to create msxml4/6 interfaces.
Anders Jonsson (3):
ipconfig: Update Swedish translation.
shdocvw: Update Swedish translation.
inetcpl.cpl: Add Swedish translation.
Andrew Nguyen (7):
setupapi: Improve parameter validation for SetupCreateDiskSpaceListA/W.
setupapi: Implement SetupQuerySpaceRequiredOnDriveW.
setupapi: Improve parameter validation in SetupQuerySpaceRequiredOnDriveA/W.
setupapi: Implement SetupDuplicateDiskSpaceListA/W.
ipconfig: Permit the "Yes/No" strings to be localized.
d3dx9_36: Fix D3DXCompileShader* spec file prototypes.
msxml3: Correct the prototype of DOMDocument_create when compiling without libxml2.
Andrew Talbot (2):
dmusic: Constify a variable.
dsound: Constify some variables.
André Hentschel (9):
winebuild: Don't segfault when run without arguments.
ipconfig: Update German translation.
ntdll: Remove an unused function from signal_powerpc.
winedbg: Fix typo in German translation.
winedbg: Only add ContextFlags which are defined.
shell32: Update German translation.
shdocvw: Update German translation.
shell32: Update German translation.
user32: Only select needed part of the flags.
Aric Stewart (8):
imm32/tests: Test various Imm call cross-thread.
gdi32: Correct usage of ScriptLayout for bidi code.
usp10: Attempt to shape with non TMPF_TRUETYPE fonts.
usp10: Implement handling fMergeNeutralItems.
usp10: Improve handling of spaces during Itemization.
usp10: Check font for required features and report error if missing.
gdi32: Silence a common and expected error.
quartz: Return E_OUTOFMEMORY of the StdMemAllocator is unable to allocate memory.
Aurimas Fišeras (4):
ipconfig: Update Lithuanian translation.
shell32: Update Lithuanian translation.
shdocvw: Update Lithuanian translation.
inetcpl.cpl: Add Lithuanian translation.
Austin English (8):
winealsa.drv: Remove unused variable.
kernel32/tests: Be sure to terminate array.
kernel32: Add a stub for GetThreadUILanguage.
mmdevapi: Remove an unused variable.
rstrtmgr: Add stubs for RmGetList and RmRegisterResources.
kernel32/tests: Typo fixes.
ws2_32: Add a stub for WSANSPIoctl.
widl: Fix compiler warnings on clang.
Brad Smith (1):
ntll: Fix the detection of the number of CPUs for OpenBSD.
Damjan Jovanovic (1):
windowscodecs: Test that ICO GetSize returns the BITMAPINFOHEADER size instead of the ICONDIRENTRY size.
Detlef Riekenberg (3):
inetcpl: Add initial applet.
inetcpl: Add an applet icon.
inetcpl: Add German translation.
Dmitry Timoshkov (3):
winex11.drv: Avoid copying window bits if the window didn't move.
winex11.drv: Avoid copying invalid window bits.
gdi32: Add a trace for GetClipBox.
Eric Pouech (3):
dbghelp: Fix regression with prevented StackWalk on i386 CPU to be called with a NULL context.
kernel32: Fixed a couple of cases where the console was not reset in cooked mode after a bare console has been created.
server: Ensure we set proper errors when getting a NULL fd out of a handle.
Francois Gouget (5):
msi/tests: Fix compilation on systems that don't support nameless unions or structs.
d3dcompiler_43: Move asmparser_message() and asmshader_error() up to avoid forward declarations.
d3dcompiler_43: Make asmshader_error() and set_rel_reg() static.
shell32/tests: Make create_commdlgbrowser3() static.
usp10: Add a trailing '\n' to a TRACE() call.
Frédéric Delanoy (4):
ipconfig: Update French translation.
shdocvw: Update French translation.
shell32: Update French translation.
inetcpl.cpl: Add French translation.
Gerald Pfeifer (7):
server: Remove pollev from set_socket_event.
urlmon/tests: Simplify test_IUriBuilder_GetPorttest_IUriBuilder_GetPort a bit.
gdi32/tests: Fix a test description in test_logpen.
winex11.drv: Fix comment for #endif.
setupx.dll16: Simplify vcpUICallbackProc16 a bit.
gdi32/tests: Fix another test description in test_logpen.
setupx.dll16: Simplify VCP_CopyFiles by removing a set, but never read, variable.
Hans Leidekker (15):
dnsapi: Remove the critical section around res_query.
msi: Fix comparison of table ids in TABLE_Exists.
msi: Open relocated package database in transacted mode.
msi/tests: Fix some test failures on 64-bit.
msi: Avoid pointer truncation in MSI_ViewFetch and MSI_ViewModify.
shell32: Add support for CSIDL_PROGRAM_FILESX86 and CSIDL_PROGRAM_FILES_COMMONX86.
wine.inf: Create 32-bit program files and common files directories in 64-bit prefixes.
include: Add knownfolders.h.
include/shlobj.h: Add known folder flags.
shell32: Implement SHGetKnownFolderPath.
shell32: Implement SHGetFolderPathEx.
shell32: Support FOLDERID_LocalAppDataLow.
msi: Adjust the AdminUser property too after applying a patch.
msi: Avoid a crash on database destruction.
msi: Read supported platform and language ids from the summary information stream.
Henri Verbeet (30):
wined3d: Fix a silly typo.
wined3d: Do not call device_switch_onscreen_ds() while under the GL lock.
wined3d: Translate before scaling for rhw as well in transform_projection().
wined3d: Don't overwrite the offscreen depth/stencil surface with undefined data in surface_load_ds_location().
d3d8: An invalid shader version isn't an internal error.
wined3d: Avoid a memcpy() in IWineD3DImpl_FillGLCaps().
wined3d: Rename "pDesc" to "desc".
wined3d: Getting the current vertex shader should never fail.
wined3d: Getting the current pixel shader should never fail.
wined3d: GL_DRAW_FRAMEBUFFER depends on either ARB_framebuffer_object or EXT_framebuffer_blit.
wined3d: IWineD3DSurface_GetDesc() should never fail.
wined3d: IWineD3DVolume_GetDesc() should never fail.
ddraw: Remove some stray tabs.
ddraw: Just pass FOURCC formats through to wined3d.
wined3d: IWineD3DBuffer_GetDesc() should never fail.
wined3d: Get rid of redundant comparisons against NULL / 0.
wined3d: Get rid of redundant comparisons against FALSE.
wined3d: Introduce a structure for stream state.
ntdll: Do not return STATUS_SUCCESS on failure in NtQueryObject().
wined3d: Introduce a separate structure for stateblock states.
wined3d: Move the scissor rect to wined3d_state.
wined3d: Move the viewport to wined3d_state.
wined3d: Move the material to wined3d_state.
wined3d: Move transforms to wined3d_state.
wined3d: Move texture states to wined3d_state.
wined3d: Move sampler states to wined3d_state.
wined3d: Move the texture's target field to the base texture struct.
wined3d: Remove IWineD3DBaseTexture::GetTextureDimensions() from the public wined3d interface.
wined3d: Move texture bindings to wined3d_state.
wined3d: Move the vertex declaration to wined3d_state.
Hwang YunSong (3):
ipconfig: Update Korean resource.
shell32: Update Korean resource.
inetcpl.cpl: New Korean resource.
Igor Paliychuk (3):
shell32: Ukrainian translation update.
shdocvw: Ukrainian translation update.
ipconfig: Ukrainian translation update.
Jacek Caban (26):
msxml3: Store outer iface as IXMLDOMNode instead of IUnknown in xmlnode.
msxml3: Added node_query_inerface function for common xmlnode child objects implementation.
msxml3: Use fake IID to safely cast IXMLDOMNode interface to xmlnode object.
msxml3: Use separate object for unknown node type implementation.
msxml3: Use get_node_obj to get xmlnode from iface in replaceChild implementation.
msxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeName implementations.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeValue implementations.
jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.
msxml3: Don't use xmlnode's IXMLDOMNode iface in put_nodeValue implementations.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeType and get_nodeParent implementations.
jscript: Added a helper function for setting VARIANT value to jsdisp_t.
jscript: jsdisp_t to IDispatch casts clean up.
jscript: Addd jsdisp_addref helper function.
urlmon: Correctly handle INET_E_USE_DEFAULT_SETTING returned from GetBindString(BINDIND_ACCEPT_MIMES).
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_childNode implementations.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[first|last]Node implementations.
shdocvw: Fixed tests on IE <6.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[previous|next]Sibling implementations.
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_attributes implementations.
msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations.
mshtml: Use stored nsWineURI object to create moniker in async_open.
include: Added more d3d9 error codes.
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
mshtml: Try getting window from notification callback if load group is not available in AsyncOpen.
mshtml: Added nsIURL::GetQuery implementation.
Jason Edmeades (2):
cmd: Make tests supply stderr + more diagnostics.
cmd: echo.word should echo back the word without the .
Jesse Litton (1):
wined3d: Recognize GeForce GTX 465.
Joris Huizer (4):
wined3d: Fix typo in checkGLcall.
msxml3: Fix copy/paste error in get_lastChild functions.
msxml3/tests: Add lastChild tests.
d3dx9_36: D3DXPreprocessShaderFromFileW: remove unneeded code.
Juan Lang (2):
shdocvw: Add Close menu item.
winex11.drv: ImeInquire's second parameter is an output parameter.
Jörg Höhle (2):
winmm: Support MCI_SOUND.
winmm: Auto-open MCI core commands only.
Kovács András (1):
dinput: Return an error in IDirectInputDevice2AImpl_GetProperty().
Louis Lenders (1):
kernel32: Change SetHandleCount to match behaviour on versions >WINNT.
Luca Bennati (14):
ipconfig: Update Italian translation.
crypt32: Update Italian translation.
cryptui: Update Italian translation.
kernel32: Update Italian translation.
winecfg: Update Italian translation.
wldap32: Update Italian translation.
devenum: Update Italian translation.
cmd: Update Italian translation.
user32: Update Italian translation.
shell32: Update Italian translation.
shell32: Update Italian translation.
inetcpl.cpl: Add Italian translation.
shdocvw: Update Italian translation.
winecfg: Fix Italian translation.
Marcus Meissner (1):
ole32: Check for interface NULL which happens with e.g. Abiword.
Mariusz Pluciński (12):
gameux: Initial implementation of IGameExplorer::AddGame.
gameux: Add support of loading Application Id into registry.
gameux: Add storing Title registry value.
gameux: Add storing Description registry value.
gameux: IGameExplorer::RemoveGame implementation.
include: Add LOCALE_INVARIANT definition.
kernel32: New flags added to LoadLibraryEx.
gameux: IGameExplorer::UpdateGame implementation.
gameux/tests: Add basic test for InstallGame and UninstallGame.
gameux/tests: Add verification of registry content for InstallGame and UninstallGame.
gameux: Add InstallGame implementation.
gameux: Add UninstallGame implementation.
Matej Spindler (8):
shell32: Update Slovenian translation.
shdocvw: Add Slovenian translation.
jscript: Update Slovenian translation.
mshtml: Update Slovenian translation.
shdocvw: Update Slovenian translation.
ipconfig: Add Slovenian translation.
inetcpl.cpl: Add Slovenian translation.
shell32: Update Slovenian translation.
Matteo Bruni (5):
d3dx9: Fix D3DXCompileShaderFromFileW.
d3dx9: Fix D3DXAssembleShader tests.
d3dcompiler: D3DPreprocess implementation.
d3dcompiler: Add D3DPreprocess tests.
d3dx9: D3DXPreprocessShader implementation with tests.
Michael Mc Donnell (1):
shell32/tests: Test that basic renaming is supported.
Michael Stefaniuc (2):
oleaut32: The function pointer should be const and not the return value.
urlmon: Remove superfluous NULL check before heap_free (Smatch).
Mikko Rasa (6):
wined3d: Recognize GeForce GTX 460.
secur32: Validate buffers passed to schan_DecryptMessage.
secur32: Fill header and trailer buffers in schan_DecryptMessage.
secur32: Only process full TLS frames in schan_DecryptMessage.
secur32: Fill a SECBUFFER_MISSING buffer if the message is not complete.
secur32: Add some more schannel tests.
Misha Koshelev (3):
d3dx9: Implement D3DXFVFFromDeclarator.
d3dx9_36: Fix the D3DXCreateMesh() prototype.
d3dx9_36: Implement D3DXGetDeclLength with tests.
Nikolay Sivov (13):
msxml3/tests: Add a helper to create document instance, remove useless output.
msxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQualifiedItem().
msxml3/tests: Some tests for ::get_ownerDocument() returned document instance.
msxml3/tests: Basic test for ::setAttributeNode().
msxml3: Support elements with namespaces.
msxml3: Fix IXMLDOMNode::get_prefix() for empty prefix.
msxml3: Fix IXMLDOMNode::get_namespaceURI() for empty URIs.
msxml3: Properly set default value for SelectionLanguage property.
msxml3/tests: Don't raise a test error on first try to create a document.
msxml3: Fix ::selectSingleNode() behaviour on invalid arguments.
msxml3: Store selected query language in backend document instance.
msxml3: Remove some useless initializers.
msxml3/tests: Store test data as a table for ::nodeTypedValue() tests.
Octavian Voicu (1):
include: Fix typo in propkeydef.h.
Oldřich Jedlička (3):
ddraw/tests: New attachment tests for 3D back buffers.
ddraw: Allow creating back buffer for DirectX 1 interfaces.
ddraw: Add checking of SURFACEDESC type/nullness into CreateSurface methods.
Owen Rudge (2):
d3dx9: Implement D3DXCreateTextureFromResource*.
d3dx9/tests: Add D3DXCreateTextureFromResource tests.
Paul Vriens (5):
include/evntrace.h: Add some definitions.
advapi32: Add stubs for FlushTrace[AW].
dlls: Fix some specfiles with respect to 'str' and 'wstr' usage.
msvcp80/msvcr90: Fix some typos in the forwards.
msxml3/tests: Step to the next item on failure as well.
Piotr Caban (4):
shlwapi: Improved UrlCanonicalize implementation.
shlwapi: Improved UrlEscapeW implementation.
secur32: Handle extra data in schan_InitializeSecurityContextW.
secur32: Prevent schannel tests from crashing on Windows NT.
Rico Schüller (1):
wined3d: Add argument check for Type to Get/SetTextureStageState().
Ričardas Barkauskas (2):
wined3d: Add NVDB support.
d3d9/tests: Test NVDB (depth bounds test) behavior.
Roderick Colenbrander (9):
wined3d: Separate driver info from GPU info.
wined3d: Return generic info for unhandled devices/drivers.
include: Undefine INTERFACE before defining it.
wined3d: Add Nvidia NT6x driver information.
wined3d: Add AMD NT6x drivers.
wined3d: Add Intel gpu and driver information.
wined3d: Add legacy ATI cards.
wined3d: Store amount of video memory in gpu_description_table.
wined3d: Move video memory override to init_driver_info.
Rudolf Mayerhofer (1):
kernel32: Implement GetUserDefaultLocaleName using users default LCID.
Stefan Leichter (1):
setupapi: Added tests for SetupDiGetINFClassA.
Sven Baars (4):
ipconfig: Update the Dutch translation.
shdocvw: Update the Dutch translation.
shell32: Update the Dutch translation.
inetcpl.cpl: Add the Dutch translation.
Thomas Mullaly (22):
urlmon: Implemented IUriBuilder_{Get/Set}Fragment.
urlmon: Implemented IUriBuilder_{Get/Set}Host.
urlmon/tests: Restructured IUriBuilder's test data.
urlmon: Implemented IUriBuilder_{Get/Set}Password.
urlmon: Implemented IUriBuilder_{Get/Set}Path.
urlmon: Removed some unneeded URI_THIS casts.
urlmon: set_builder_component now handles setting the modified property flag.
urlmon: Implemented IUriBuilder_{Get/Set}Port.
urlmon: Implemented IUriBuilder_{Get/Set}Query.
urlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
urlmon: Some IUri's don't include the userinfo component in the absolute URI string.
urlmon: Implemented IUriBuilder_{Get/Set}UserName.
urlmon: Fixed bug in IUriBuilder_GetUserName.
urlmon/tests: Removed no longer needed todo_wine's.
urlmon/tests: Restructured IUriBuilder tests so they can accept IUriBuilders which don't have a base IUri.
urlmon/tests: IUriBuilder's can create IUri's even if they don't have a base IUri.
urlmon: Implemented IUriBuilder_{Get/Set}IUri.
urlmon: Implemented IUriBuilder_HasBeenModified.
urlmon: Implemented IUriBuilder_RemoveProperties.
urlmon: Can't set the scheme name of a IUriBuilder to NULL or an empty string.
urlmon/tests: IUriBuilder_CreateUri functions will return the base IUri if no changes have been made.
urlmon/tests: Fixed bug in tests where the wrong value is checked.
Vincent Povirk (11):
windowscodecs: Enumerate encoders.
windowscodecs: Register builtin encoders.
windowscodecs: Add tests for IWICBitmapDecoderInfo_GetMimeTypes.
windowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.
windowscodecs: Implement IWICComponentInfo::GetCLSID.
ole32: Don't fail if the file ends during a big block.
windowscodecs: Fix the seeking in stream region streams.
windowscodecs: Decode CMYK/YCCK JPEG images as CMYK.
windowscodecs: Implement conversion from CMYK to RGB.
windowscodecs: Override libjpeg's default error handling.
ws2_32: Add a test for selecting invalid sockets.
Vitaly Perov (1):
winspool.drv: Set the printer name in AddJobW.
Vladimir Panteleev (1):
user32: Fix VK_RETURN handling in IsDialogMessage for dialogs without an IDOK.
Wolfram Sang (1):
hhctrl: Add check for no filename.
Łukasz Wojniłowicz (3):
jscript: Update the Polish translation.
shdocvw: Update the Polish translation.
mshtml: Update the Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.2 is now available.
What's new in this release (see below for details):
- Update of the Gecko engine, now including a 64-bit version.
- New implementation of console support on Unix terminals.
- Many new functions in the C runtime dlls.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.2.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.2.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.2:
3582 Moray 3.5 page fault in PE after call to CallWindowProcA
5541 WriteConsole can't write to stdout; affects e.g. wsh's cscript's usage message
6994 Crimsonland's background textures fail to render
8822 VB6.0 program crashes
10885 Some bitmaps are drawn topside-down (Lazarus 0.9.24)
13819 Wrong codepage used for console output
14737 SmartDraw 2008: Start fails due to unimplemented functions in gdiplus.dll
15403 Microsoft's windbg can't load an executable
15425 Error when running Synthmaker. (need GdipCreateCachedBitmap)
15785 Serious Sam II(v 2.066): 3d graphics don't work and movies don't play.
16002 Hotspot Shield does not install
16565 Tarzan Demo: Crashes while starting.
16998 WISO Sparbuch crashes at startup
17691 Atlas.ti fails with Error: "extent" not understood
17828 AnzioWin: 2 taskbar entries for each running instance
17846 Wine lacks 64-bit gecko
17925 Winetest (64-bit) segfaults if (32-bit) gecko is installed
18071 Core Media Player - installer "Cannot read access control list"
18417 Navision 4.0 SP3 crashes on the start
18650 FFXI + POL crashes with OffscreenRenderingMode=fbo
18807 OneNote 2007 installer crashes during installation
18864 IW2: Edge of Chaos launcher pagefaults on startup
19107 Overlord 2 - Game Crashes
19694 Game Evil Genius crashes with a division by zero
20139 Fritz 11 crash when using 3D chessboard
20869 $ LANG=ja_JP wine iexplore crashes
20988 Some textures draw incorrectly in DirectX 9 on Mac OS X
21154 Overlord 2 Demo crashes during the start up
21644 Desktop icons created with black background
22040 Adobe Audition 3.0 splash-screen damaged
22233 CDBurnerXP Pro 3 help content is blank in Win98 mode
22234 HTML-Kit Tools trial requests .NET installation if Mono is installed
22598 Game crashes at startup when audio is enabled in Wine settings
22613 Ultima Online tool Razor does not detect net 2.0
22931 Hearts of Iron III - loader doesn't show HTML content
22933 Adobe Audition 3.0 requires native msxml3
23126 Mass Effect 2 requires msvcp80
23230 Mozart10: midi playback freezes after awhile
23473 Windows Live Essentials wave 4 beta installer won't start - wer.dll and rstrtmgr.dll not found
23586 Unable to run Doctor Who the Adventure Games: The blood of the Cybermen
23776 Eclipse IDE for Java EE Developers crashes opening new Java project
23828 And Yet It Moves demo requires 12 functions from msvcp80
23836 Game Explorer Manager does not start
23842 Alien Swarm: Fonts corrupted or missing characters
23907 Winecfg should not allow resolutions lower than 640x480 amount
23970 EVE Online (build 173012) crashes on startup
23987 excel 2007 too slow opening big spreadsheets.
24019 League of Legends downloader crashes because FormatMessage doesn't have a message for WSAECONNREFUSED
24051 wined3d_guess_card No card selector available for GL vendor 4 and card vendor 0000
24072 winepath: Add -0 option
24080 HL2+Portal crashes
24082 Plants vs Zombies Demo crashes during the start up
24093 Demoscene fr-041 debris shows garbage instead of black strip
24111 Xara Designer Pro 6 puts up error dialog "msxml4 was not installed properly"
24121 Winedbg complaining about "unknown CIE version 0"
24122 Mass Effect 2 Demo requires native msvcr80
24135 Direct3D 9 HLSL Vertex Lighting Demo won't run without native d3dx9_43.dll
24136 Direct3D 9 HLSL Vertex Lighting Demo crashes on unimplemented function d3dcompiler_43.dll.D3DCompile
24146 Worms Reloaded needs msvcr80.dll._splitpath_s
24148 excel viewer fails to install
24161 Anzio version 16.2 fails with ntdll exception
24162 Youtube downloader fails to download videos
24187 msi: set "MsiAMD64" and "Msix64" standard properties in x64 environment (64bit installer of .NET Framework 2.0)
24189 msi: set "System64Folder" standard property in x64 environment (64bit installer of .NET Framework 2.0)
24199 Life Balance 5.2.1 installer fails (NetFxScheduleNativeImage fails due to MsiDatabaseGetPrimaryKeys succeeding on non existing MsiAssembly table)
24221 Missing icotools causes build to fail
24226 Broken Sword II gives fatal error on startup
24233 MS Paint uses garbage instead of "untitled" as the default file name
----------------------------------------------------------------
Changes since 1.3.1:
Akihiro Sagawa (2):
jscript: Update Japanese translation.
mshtml: Update Japanese translation.
Alexandre Goujon (5):
kernel32: Fix GetComputerName errors.
advapi32: Fix GetNamedSecurityInfo with NULL descriptor.
msvcrt: string Avoid size_t in ok().
msvcrt: Properly fix setlocale and clean up tests.
msxml3/tests: Be more verbose when get_text fails.
Alexandre Julliard (73):
winetest: Include the build info also in the standard build.
gdi32/tests: Fix the GetObject last error check for most Windows versions.
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.
server: Avoid a potential server crash when a thread dies on startup.
server: Always free the process handle table even if the process didn't start.
configure: Print a warning when prelink isn't found.
winebuild: Add support for specifying thiscall calling convention.
msvcrt: Use the thiscall type on appropriate entry points.
msvcp90: Use the thiscall type on appropriate entry points.
msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer.
winapi: Add support for the thiscall keyword.
msvcrt: List the this pointer as an additional argument for thiscall functions.
winebuild: Signal an error when a thiscall function doesn't take a pointer as first argument.
winebuild: Support relay debugging for thiscall functions.
msvcrt: Export the 64-bit version of the C++ mangled names for all implemented functions.
oleaut32: Simplify the i386 implementation of DispCallFunc.
oleaut32: Implement DispCallFunc for x86_64.
explorerframe/tests: Initialize cbstate to a dummy value to make sure it's being set properly.
oleaut32: Add tests for DispCallFunc and fix a number of corner cases.
rpcrt4: Fix cfi annotations for the stubless proxy entry point.
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall.
ntdll/tests: Add a test for the protection state of the read-write data section.
ntdll: Fix the protection state of writable sections.
shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.
widl: Fix parsing of function calling conventions.
widl: Set the default calling convention at header generation time, not at parsing time.
include: Specify calling convention explicitly in idl files where needed.
mscoree/tests: Comment out a couple of tests that crash on Windows.
d3dx10: Fix typo in a forward name.
msvcrt: Add -ret64 flag on some functions that return a 64-bit value.
winebuild: Use a proper enum for function arguments instead of storing them in a string.
winebuild: Add int64, int128 and float argument types.
winebuild: Use the correct registers for relay debugging of floating point arguments on x86_64.
advapi32: Use int64 in the spec file for 64-bit integers.
comctl32: Use int64 in the spec file for 64-bit integers.
dbghelp: Use int64 in the spec file for 64-bit integers.
kernel32: Use int64 in the spec file for 64-bit integers.
mapi32: Use int64 in the spec file for 64-bit integers.
mscoree: Use int64 in the spec file for 64-bit integers.
ntdll: Use int64 in the spec file for 64-bit integers.
ole32: Use int64 in the spec file for 64-bit integers.
oleacc: Use int64 in the spec file for 64-bit integers.
shell32: Use int64 in the spec file for 64-bit integers.
shlwapi: Use int64 in the spec file for 64-bit integers.
user32: Use int64 in the spec file for 64-bit integers.
uxtheme: Use int64 in the spec file for 64-bit integers.
wininet: Use int64 in the spec file for 64-bit integers.
msvcrt: Use int64 in the spec file for 64-bit integers.
oleaut32: Use int64 in the spec file for 64-bit integers.
msvcrt: Use float instead of long in the spec file for 32-bit floating point values.
oleaut32: Use float instead of long in the spec file for 32-bit floating point values.
d3drm: Use float instead of long in the spec file for 32-bit floating point values.
gdi32: Use float instead of long in the spec file for 32-bit floating point values.
gdiplus: Use float instead of long in the spec file for 32-bit floating point values.
d3dx9: Use float instead of long in the spec files for 32-bit floating point values.
d3dx10: Use float instead of long in the spec files for 32-bit floating point values.
configure: Make it a fatal error when some maintainer mode tools are not found.
user32: Prevent changing some window styles through SetWindowLong.
user32/tests: Remove some noisy output.
opengl32: Update to the latest GL spec.
opengl32: Use float type where appropriate in the spec file.
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrMesProcEncodeDecode.
rpcrt4: Remove a couple of unused local variables.
oleaut32/tests: Fix a pointer cast warning.
winecfg: Fix a pointer cast warning.
winex11: Break positioning of graphics in mirrored contexts to be broken the same way as Windows.
winex11: Properly support BitBlt and LAYOUT_BITMAPORIENTATIONPRESERVED in mirrored contexts.
user32: Don't disable DrawFrameControl for non-text mapping modes.
user32: Add a common helper to set controls clip region, and make it behave correctly when mirrored.
user32: Set the DC layout to mirrored when the window has the WS_EX_LAYOUTRTL style.
user32: Make child windows inherit the WS_EX_LAYOUTRTL style from their parent.
user32: Implement Get/SetProcessDefaultLayout.
user32/tests: Fix a number of test failures on Windows 7.
Amine Khaldi (4):
mpr: Fix Bulgarian translation.
mpr: Fix translations.
shdoclc: Fix Spanish translation.
shlwapi: Fix translations.
Anders Jonsson (4):
shell32: Update Swedish translation.
devenum: Add Swedish translation.
winmm: Add Swedish translation.
user32: Update Swedish translation.
Andrew Eikum (7):
oleaut32: Implement ITypeInfo2::ReleaseFuncDesc.
oleaut32: Improve ITypeInfo::ReleaseTypeAttr.
oleaut32: Properly mask size from funcdesc typedata.
oleaut32: Improve MEMBERID assignment in ICreateTypeInfo::LayOut.
oleaut32: Implement ITypeInfo2::GetFuncDesc.
oleaut32: Implement decoding for complex typedescs.
regedit: Don't call ungetc() twice consecutively.
Andrew Talbot (4):
cryptnet: Constify a variable.
dbghelp: Remove unused functions.
dbghelp: Constify some variables.
dinput: Constify some variables.
André Hentschel (3):
winhlp32: Update translations.
user32: Optimize the storage of default color values.
kernel32: Better describe an error.
Aric Stewart (11):
usp10: Add Thaana script.
usp10: Add Greek Script.
usp10: Add Cyrillic script.
usp10: Add Armenian script.
usp10: Add Georgian script.
usp10: Add Sinhala Script.
usp10: Add Tibetan Script.
usp10: Add Phags-pa Script.
usp10: Add Thai Script.
usp10: Add Lao script.
imm32: Test cases for HIMCs and threads.
Austin English (10):
dbghelp: Add initial Sparc CPU support.
winedump: Add Sparc CPU support.
ntdll: Add Sparc processor support.
ntdll: Make sure ill_handler() and bus_handler() are used on Sparc.
ntdll: Sparc support for map_image().
kernel32/tests: Sparc fixes.
d3d8/d3d9: Fix a compiler warning on non-i386/x86_64.
gdiplus: Add a stub for GdipWindingModeOutline.
gdiplus: Add a stub for GdipConvertToEmfPlusToFile.
winedbg: Initial Sparc support.
Damjan Jovanovic (10):
winemenubuilder: Decouple opening a Windows icon from generating the native icon.
winemenubuilder: Defer best icon selection to when we generate the native icons.
configure: Check for libicns.
windowscodecs: Add a stubbed ICNS encoder.
windowscodecs: Stub out the ICNS frame encoder.
windowscodecs: Implement the ICNS frame encoder.
windowscodecs: Write ICNS files.
winemenubuilder: Move utility functions to the top of the file.
winemenubuilder: Write all frames, in the given format, to the native icon.
winemenubuilder: Parse ICO headers in a separate function.
Dan Kegel (1):
kernel32: Add error text for WSAECONNREFUSED.
David Hedberg (19):
shell32: Implement IExplorerBrowser::SetOptions and IExplorerBrowser::GetOptions.
shell32: Add some basic support for hosting a shellview in the ExplorerBrowser.
shell32: Implement IExplorerBrowser::SetFolderSettings.
shell32: Implement IExplorerBrowser::Advise and IExplorerBrowser::Unadvise.
shell32: Support BHID_SFUIObject and BHID_DataObject in IShellItem::BindToHandler.
shell32: Implement IExplorerBrowser::BrowseToIDList and IShellBrowser::BrowseToObject.
shell32/tests: Some additional tests for IShellBrowser.
shell32/tests: Add some tests related to the shellview created by ExplorerBrowser.
shell32/tests: Add some event tests to ExplorerBrowser tests.
shell32: Implement IExplorerBrowser::BrowseToObject.
shell32: Add a travellog to the ExplorerBrowser control.
shell32: Add ICommDlgBrowser3 stub to the ExplorerBrowser control.
shell32: Implement CommDlgBrowser::OnDefaultCommand in the ExplorerBrowser control.
shell32: Add IObjectWithSite implementation to the ExplorerBrowser control.
shell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control.
shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control.
include: Fix INameSpaceTreeControlEvents interface declaration.
shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.
shell32: Add a navigation pane to the ExplorerBrowser control.
Detlef Riekenberg (3):
include: Add more TOKEN_INFORMATION_CLASS result struct.
ntdll: Add a stub for TokenElevation in NtQueryInformationToken.
comdlg32/tests: Mark a failure on w2k as broken.
Dmitry Timoshkov (1):
user32: Add a bunch of GetWindowPlacement() tests, fix some simple cases.
Eric Pouech (15):
dbghelp: dwarf debug info: a few more fixes to dwarf parsing.
winedbg: Don't access inside a bp structure if it's not initialized.
dbghelp: Use virtual size (not raw/file size) when getting the size of a PE section.
server: Fix method name in comments for fd_ops.
server: Use generic file access rights (inside of console specific ones) for console management.
server: Streamline a bit the console allocation code.
server: Enhanced the console input object so that it doesn't require a wineconsole to be running.
server: Allow a screen buffer to be attached to a given fd (for bare consoles).
server: Report in get_console_mode request whether it's a bare console or not.
server: Simplify the wineconsole event notification code.
server: Properly return the errors for bare console objects.
ntdll: Allocate a console (without renderer) when starting a program from unix console.
kernel32: Properly handle bare console on input.
kernel32: Modify editline logic so that it also work with bare consoles.
kernel32: Remove old bare-console code.
Francois Gouget (41):
Assorted spelling fixes.
shdocvw: Remove WINAPI on static functions where not needed.
msdaps: Make create_rowset_proxy() static.
explorerframe/tests: Add a trailing '\n' to an ok() call.
ws2_32: Add a trailing '\n' to a TRACE() call.
shell32/tests: Remove unneeded NULL pointer casts.
shell32/tests: Remove spaces before '\n's in traces.
ipconfig: Remove the ipconfig debug channel where unused.
msvcp90: Remove the msvcp90 debug channel where unused.
ws2_32/tests: Add a trailing '\n' to an ok() call.
ddraw: Remove WINAPI on static functions where not needed.
d3dcompiler_43: Make debug_print_{relarg,swizzle,writemask}() static.
d3dx9_36: Make {is,make}_pow2() static.
d3dxof: Make debugstr_fourcc() static.
shell32/tests: Add a trailing '\n' to an ok() call.
msxml3: Make parse_xml() static.
shdocvw: Make adjust_ie_docobj_rect() static.
qedit: Make (media,pins)enum_create() static.
msvcp90: Make init_cxx_funcs() static.
gameux: Use SUBLANG_NEUTRAL for language-independent resources.
usp10: Make SHAPE_ApplyOpenTypeFeatures() static.
xcopy: Remove spaces before '\n's in the Korean translation.
start: Remove spaces before '\n's in the Portuguese translation.
programs: Remove spaces before '\n's in the Swedish translation.
shell32: Remove spaces before '\n's in the Serbian translation.
mshtml: Remove spaces before '\n's in the Portuguese translation.
appwiz.cpl: Remove a space before an ellipsis in the Norwegian translation.
shdoclc: Remove a space before an ellipsis in the Italian translation.
d3d9/tests: Fix compilation on systems that don't support nameless unions or structs.
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
shell32/tests: Fix compilation on systems that don't support nameless unions.
winex11.drv: Fix compilation on systems that don't support nameless unions.
d3dcompiler_43: Don't use nameless unions in our private structures to avoid trouble with compilers where they are not supported.
mscoree/tests: Remove spaces before '\n's in traces.
kernel32/tests: Fix compilation on systems that don't support nameless unions or structs.
comdlg32: Make FD31_FreeOfnW() and FD31_MapOfnStructA() static.
winmm: Make MCI_{MessageToString,strdupAtoW}() static and remove MCI_strdupWtoA().
hhctrl.ocx: Make strbuf_{append,chr}() static.
usp10: Add a trailing '\n' to a TRACE() call.
rpcrt4: Make RPCRT4_Receive() static.
mshtml: Make free_strings() static.
Frédéric Delanoy (1):
start: Fix French translation.
Gerald Pfeifer (2):
d3dx9_36: Simplify instr_ps_1_0123_texld.
comctl32: Remove the last, unused parameter from LISTVIEW_VScroll and all its invocations.
Hans Leidekker (11):
msi/tests: Use a different product code in the package tests to avoid cascading test failures.
msi: Create the product key if necessary in msi_publish_patches.
msi/tests: Fix a WoW64 test failure.
msi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_TRANSACT is specified.
msi: Move database initialization to a separate function.
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.
msi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction.
msi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not exist.
msi: Set the MsiAMD64 and Msix64 properties on 64-bit.
msi: Set the System64Folder property on 64-bit.
msi/tests: Add tests for 64-bit properties.
Henri Verbeet (50):
ddraw: Make some lookup tables const.
wined3d: Make some lookup tables const.
ddraw: Attaching an already attached surface is not a FIXME.
ddraw: Failing surface creation is not an internal error.
wined3d: Pass a WINED3DCOLORVALUE structure to IWineD3DDeviceImpl_ClearRendertargetView().
wined3d: Explicitly pass the draw rect to device_clear_render_targets().
wined3d: Convert from floating point to specific surface formats.
wined3d: Use floating point colors in the blitter's color_fill functions.
wined3d: Pass floating point colors to IWineD3DDeviceImpl_ColorFill().
wined3d: Rename WINED3DFORMAT to wined3d_format_id.
d3dx9_36: Use a lookup table in D3DXGetDeclVertexSize().
d3dx9_36/tests: Remove a (mostly) redundant test.
d3dx9_36/tests: Use the proper D3DFVF_PSIZE constant in test_fvf_decl_conversion().
wined3d: Introduce a local variable for gl_info in IWineD3DSurfaceImpl_BltOverride().
wined3d: Check the GLSL info log for all shaders.
wined3d: Don't set a NULL container of type WINED3D_CONTAINER_TEXTURE.
wined3d: Remove the GetContainer() methods from the public wined3d interface.
wined3d: Rename the "format" field in wined3d_format_desc to "id".
d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
d3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf().
wined3d: Cleanup some 2-space indentation.
wined3d: Simplify wined3d_format_convert_from_float().
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
d3dx9_36/tests: Add some more FVF position handling tests.
d3dx9_36: Implement D3DXDeclaratorFromFVF().
wined3d: Explicitly pass render targets to context_apply_draw_buffers().
wined3d: Simply use context_apply_draw_buffers() in context_apply_clear_state().
wined3d: Introduce surface_color_fill().
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ColorFill().
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ClearRendertargetView().
wined3d: Recognize some more Radeon cards.
wined3d: Use debug_surflocation() in surface_load_location().
wined3d: Get rid of WINED3DRECT.
wined3d: Implicit depth/stencil surfaces don't have a container.
wined3d: Rename wined3d_format_desc to wined3d_format.
wined3d: Devices don't need parents.
wined3d: Queries don't need parents.
wined3d: Clippers don't need parents.
wined3d: Don't require wined3d object parents to be COM objects.
d3d9: Move device functions to device.c.
d3d9: Merge vertex and pixel shader implementations into a single file.
d3d8: Merge vertex and pixel shader implementations into a single file.
d3d9: Merge vertex and index buffer implementations into a single file.
d3d8: Merge vertex and index buffer implementations into a single file.
wined3d: Avoid a forward declaration.
wined3d: Explicitly document some more consequences of GL locking policy.
wined3d: Do not preload buffers while under the GL lock in process_vertices_strided().
wined3d: Do not mark invalid blend matrices dirty.
wined3d: Add a handler for WINED3DRS_SRGBWRITEENABLE to the atifs fragment pipe.
ddraw: Handle D3DRENDERSTATE_TEXTUREHANDLE and D3DRENDERSTATE_TEXTUREMAPBLEND in d3d7.
Huw Davies (2):
winspool.drv: Allow for spaces in either the printer name or the spool file.
shell32: Add a few printer icon resource ids.
Hwang YunSong (4):
ipconfig: New Korean resource.
jscript: Update Korean resource.
xcopy: Update Korean resource.
shlwapi: Update Korean resource.
Jacek Caban (14):
mshtml: Provide profile directory to Gecko.
mshtml: Wine Gecko 1.1.0 release.
mshtml: Added Gecko64 support.
mshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64.
mshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call.
mshtml: Marked invalid test as broken.
mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
widl: Define _WIN32 by default.
urlmon: Use INVALID_HANDLE_VALUE instead of NULL for uninitialized file handle in file protocol handler.
urlmon: Store file size in FileProtocol object.
urlmon: Added IInternetProtocolEx implementation for file protocol.
urlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
urlmon: Use StartEx in file protocol handler's Start implementation.
mshtml: Added file protocol's IInternetProtocolEx tests.
Jeff Cook (1):
winealsa.drv: Only filllines_no_master with micelem when micelem is found.
Jerome Leclanche (2):
winepath: Add a -0 option to use null character as separator.
winedbg: Escape args in a WINE_FIXME.
Juan Lang (5):
crypt32/tests: Test pcbDecoded parameter to CryptVerifyMessageSignature more thoroughly.
crypt32: Correct CryptVerifyMessageSignature's use of pcbDecoded.
urlmon: Return failures from progress callback.
userenv/tests: Add tests for GetProfilesDirectory.
userenv: Implement GetProfilesDirectory.
Julius Schwartzenberg (1):
setupapi: Add stubs SetupQueryDrivesInDiskSpaceList{A,W}.
Jörg Höhle (13):
winmm/tests: Initial tests for CD audio with the MCI.
mcicda: Opens d, d:, d:\, d:\foo since w2k. Only d: is portable.
mcicda: Access the first CD-ROM unless given a device letter.
winmm: MCI open always creates an alias for subsequent commands.
winmm: Close MCI device after immediate auto-open commands.
winmm: Always unload the MCI driver when Open fails.
winmm/tests: Add a few Open/Close MCI tests.
winmm/tests: MCI_STATUS returns DWORD_PTR, unlike other commands.
winmm/tests: Add MCI parser tests.
winmm/tests: Share common function dbg_mcierr.
winmm: Correctly parse the MCI Sysinfo command.
winmm: GetDeviceID only considers a single name per entry.
winmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVICE_OPEN.
Kai Tietz (1):
include: Fixed LIST_ENTRY macro type casts for win64.
Ken Thomases (1):
winex11: Pass window property to server in 64KB chunks.
Louis Lenders (15):
mscoree/tests: Added some simple tests for GetCORVersion.
mscoree: Improve GetCORVersion.
wine.inf: Added .NET InstallRoot and v2.0 policy keys.
mscoree/tests: Add a few tests for GetCORSytemDirectory.
mscoree: Improve GetCORSytemDirectory.
include: Add RUNTIME_INFO_FLAGS enumeration to mscoree header.
mscoree/tests: Add some tests for GetRequestedRuntimeInfo.
mscoree: Improve GetRequestedRuntimeInfo.
wine.inf.in: Add registry key under HKLM\%CurrentVersion%\Policies\System.
rstrtmgr: Add new stubbed dll rstrtmgr.dll.
wer: Add new stubbed wer.dll.
kernel32: Add stub for GetUserDefaultLocaleName.
rstrtmgr: Add stub for RmStartSession.
kernel32: Add stub for WerRegisterFile.
shell32: Add stubbed SHGetKnownFolderPath.
Luca Bennati (4):
winecfg: Fix Italian translation.
taskmgr: Fix Italian translation.
winhlp32: Fix Italian translation.
wineconsole: Fix Italian translation.
Marcus Meissner (1):
ntdll: Set correct protection flags on sections in builtin DLLs.
Mariusz Pluciński (3):
gameux/tests: Add tests for AddGame and RemoveGame methods.
gameux/tests: Check presence of GameExplorer registry keys.
gameux/tests: Verify registry values created by GameExplorer.
Marko Nikolic (1):
appwiz.cpl: Removed sign comparison warning.
Matteo Bruni (11):
d3dcompiler: D3DAssemble stub.
d3dcompiler: Move shader assembler implementation from d3dx9_36.
d3dcompiler: Move D3DAssemble tests from d3dx9_36.
d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.
d3dcompiler: Stub D3DCompile implementation.
d3dx9: Forward D3DXCompileShader to d3dcompiler.
include: Update some d3d10shader.h definitions.
d3d10: Implement D3D10CompileShader, forward to d3dcompiler.
include: Add D3DXCompileShader declarations.
d3dx9: Implement D3DXCompileShaderFromFile.
d3dx9: Implement D3DXCompileShaderFromResource.
Mike Kaplinskiy (3):
server: Don't cache sockets until they are pollable.
server: Add accept_into_socket to accept into an initialized socket.
server: Allow queuing async reads on listening sockets.
Nikolay Sivov (22):
comctl32/imagelist: Make IImageList_Merge() crash like it does on native.
comctl32/imagelist: Remove parameter check from IImageList_Clone().
comctl32/imagelist: Fix reference leak in IImageList_Clone().
comctl32/imagelist: Remove parameter check from IImageList_GetBkColor().
comctl32/imagelist: Fix return value from IImageList_SetBkColor().
comctl32/imagelist: Fix return value for IImageList_GetIconSize().
oleaut32/olepicture: Properly round while performing pixels->himetric units conversion.
oleaut32/olepicture: Fix assumptions about S_OK value.
oleaut32/olepicture: No need to check interface pointer in vtable methods.
oleaut32/olepicture: Fix a typo in height conversion.
oleaut32/olepicture: Remove out pointer check in OleCreatePictureIndirect, it should crash.
include: Add xml DOMDocument60 definition.
msxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3.
msxml3: Add IXMLDOMDocument3 stub support.
msxml3: Implement IXMLDOMCDATASection::splitText().
msxml3/tests: Tests for IXMLDOMText::splitText(), stub is extended a bit.
msxml3: Allow FreeThreadedDOMDocument40 to be created.
msxml3: Silence FIXME for supported properties.
msxml3: Dump namespace aliases passed with SelectionNamespaces property.
msxml3: Fix IXMLDOMDocument::getElementsByTagName() for some special cases.
msxml3: Fix invalid parameter handling for IXMLDOMElement::getElementsByTagName().
msxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().
Octavian Voicu (4):
wined3d: Add missing ckey, fx, and pal directdraw caps.
winmm: Replace return types with symbolic constants in mci command resources.
winmm: Replace command ids with symbolic constants in mci command resources.
include: Add MCI_INTEGER64 mci type.
Oldřich Jedlička (2):
ddraw/tests: New visual back buffer flipping tests.
ddraw/tests: New tests for CreateSurface for 3D DDSCAPS_BACKBUFFER.
Owen Rudge (3):
d3dx9: Implement missing D3DXCreateTextureFromFile functions.
d3dx9: Implement D3DXCreateTextureFromFileInMemoryEx.
d3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
Paul Bolle (3):
winedbg: gdb proxy mode: allow interrupt from command line.
winedbg: gdb proxy mode: hide printf unless traced.
winedbg: gdbproxy: Quietly handle qSupported and qTStatus.
Peter Rosin (1):
winepath: Adhere to the requested separator on failure.
Piotr Caban (23):
msvcp90/tests: Added basic_string<char> tests.
msvcp90: Added _String_base::Xinvarg implementation.
msvcp80: Added stub dll.
msvcrt: Added _set_SSE2_enable stub.
msvcrt: Added _set_purecall_handler implementation.
msvcrt: Added _strtime_s and _wstrtime_s implementation.
msvcrt: Added _strdate_s and _wstrdate_s implementation.
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.
msvcrt: Added _scprintf implementation.
msvcrt: Added _gcvt_s implementation.
msvcr90: Added _wstat64i32 implementation.
msvcrt: Added _splitpath_s implementation.
msvcp90: Added partiall basic_string<wchar_t> implementation.
msvcp90/tests: Added basic_string<wchar_t> tests.
msvcp90: Fix incorrect export.
msvcp90: Fix 64-bit compilation warnings.
msvcrt: Fix _splitpath and _wsplitpath implementation.
msvcp90: Added basic_string<{char, wchar_t}>.data implementation.
msvcp90/tests: Added basic_string<{char,wchar_t}>.data tests.
msvcp90: Added basic_string<{char, wchar_t}>.{length, size} implementation.
msvcp90/tests: Added basic_string<{char,wchar_t}>.size tests.
msvcp90: Added basic_string<{char, wchar_t}> equal operator implementation.
msvcp90/tests: Fix basic_string<wchar_t>.size tests.
Stefan Dösinger (5):
wined3d: The clipplane mask and texcoords are unsigned.
wined3d: Use float functions in drawprim.c.
wined3d: Don't return a value from a void function.
wined3d: Fix the wined3d_event_query_supported prototype.
user32: Make GetMessage and PeekMessage patchable.
Stefan Leichter (1):
msvideo: Forward MCIWndCreate16 to MCIWndCreateA.
Sven Baars (2):
jscript: Update the Dutch translation.
ipconfig: Add the Dutch translation.
Thomas Mullaly (17):
urlmon/tests: Fixed bug where tests might succeed before the function is implemented.
urlmon/tests: Added tests for IUriBuilder_GetHost.
urlmon/tests: Added tests for IUriBuilder_GetPassword.
urlmon/tests: Added tests for IUriBuilder_GetPath.
urlmon/tests: Added tests for IUriBuilder_GetPort.
urlmon/tests: Added tests for IUriBuilder_GetQuery.
urlmon/tests: Added tests for IUriBuilder_GetSchemeName.
urlmon/tests: Added tests for IUriBuilder_GetUserName.
urlmon/tests: Added tests for IUriBuilder_HasBeenModified.
urlmon/tests: Added tests for IUriBuilder's IUri property.
urlmon/tests: Added tests for IUriBuilder_RemoveProperties.
urlmon: Some IUri's don't always have an absolute URI property.
urlmon: Some opaque URIs get their port set.
urlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri.
urlmon: Improved support for determining if a URI is hierarchical or not.
urlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH.
urlmon: Improved support for opaque file URL paths.
Tony Wasserka (2):
d3dx9: Black out pixels which are outside the source rect in D3DXLoadSurfaceFromMemory if no stretching is used.
d3dx9: Fix an off by one error in point_filter_simple_data.
Vincent Povirk (16):
gdiplus: Stub GdipTranslatePathGradientTransform.
gdiplus: Stub GdipGetPathGradientPresetBlend.
gdiplus: Stub GdipTranslatePenTransform.
gdiplus: Set bitmap has alpha flag based on format.
winecfg: Don't allow virtual desktops smaller than 640x480.
windowscodecs: Prefer builtin version.
windowscodecs: Add support for decoding 48-bit TIFF images.
windowscodecs: Byte-swap image data from big endian TIFF files.
windowscodecs: Always check TIFF sample count and planar configuration.
windowscodecs: Handle WhiteIsZero TIFF images.
windowscodecs: Handle TIFF's with RowsPerStrip greater than Height.
ole32: Flush before returning from any storage API call that writes.
ole32: Cache data and block locations in BigBlockStream objects.
windowscodecs: Add test for IWICStream::InitializeFromIStreamRegion.
windowscodecs: Implement IWICStream::InitializeFromIStreamRegion.
gdiplus: Set flags and dpi when images are loaded.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.1 is now available.
What's new in this release (see below for details):
- Support for drag & drop between X11 and OLE.
- New ipconfig.exe builtin tool.
- Support for favorites in builtin Internet Explorer.
- Beginnings of a shell Explorer control.
- A number of DirectDraw code cleanups.
- Improvements to the calendar control.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.1.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.1.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.1:
3975 FILE: printing does not work as expected
5779 Corrupted Graphics in Tropico / Tropico Paradise Island
6580 Mia's Math crashes on startup if you have saved a game
6869 Need for Speed Carbon wont install due to detecting Wine as having DirectX 0
7575 Corel Lightning demo installer hangs
9724 Intellicad - Unhandled exception when saving
10815 Drag from native apps, drop to Wine doesn't work
11067 Kid Pix Deluxe 4 Home Edition installer hangs near end
11539 Anycount 6.0 refuses to start (VMWare backdoor check, magic 0x564D5868 on port 0x5658)
12269 DirectX 6 SDK d3dim sample programs fail
12710 Call of Duty 2 1.02: Game hangs up after several seconds
12720 Text missing in Miranda's "View/Change My Details" dialog
12874 The Master Genealogist 4.0d - Unhandled page fault on write access
12977 Kid Pix Deluxe 4 Home Edition crashes if you click on Backgrounds
13265 winepath exit always with zero code
13690 failed to crosscompile dbghelp.dll (dogfood)
14101 DirectX update takes very long time to complete
15011 ooVoo: Interface isn't drawn correctly, is unusable.
15370 DX-applications (mostly games) do not render shadows correctly
15482 iTunes 8.0.2.20 fails while sign in to iTunes Store
15957 GRLevelX Images Hidden
16211 DC++ .707 fails to run, throws an unhandled exception
16378 Mia's Math sound regressions
16413 Ignored return values
16450 EssentialPIM: Doesn't restore from tray
17084 .NET 1.0: imagehlp.ImageGetDigestStream needs more flesh (assembly registration fails)
17435 AntiDupl: crashes when duplicated images founded
17699 World In Conflict 1.010: New launcher crashes preventing application usage
17704 Seamonkey 2.0b1pre not drawing images
18149 msvcrt.dll.??2@YAPEAX_K@Z is not implemented
18165 dlls/winhttp/net.c: assignment discards qualifies from pointer target type
18170 regedit should accept CR-separated lines
18365 Shareaza uses 100% CPU when not minimized
18401 Cars won't be renderer with PC3 shaders
18955 SupremeCommander: GPGNet fails to install
19093 Canon DPP: Editor window quits unexpectedly when zooming to 100%
19245 GPUZ crashes on unimplemented hal and ntoskrnl APIs
19276 Internet Explorer 1.0 fails to install
19414 Excel 2003 & 2007 crash trying to run macros
19529 .NET 2.0: LDAP authorization fails
19849 Links 2003 does not run
19867 Active Identity installation crashes due to unimplemented function winscard.dll.SCardListCardsA
20001 Unimplemented function ntdll.dll.NtQuerySystemEnvironmentValue
20429 X3 Terran Conflict (v 2.5) - intermittent cursor problems
20443 EslWire: crash at start (dwmapi.DwmDefWindowProc is not implemented)
20828 InstallUtil.exe fails on "Appraise It" setup
20864 Tropico 3 1.09 crashes in-game after several seconds
21027 Lego Digital Designer hangs on startup
21568 advapi32/crypt tests crash with +heap
22121 EVEMon (v1.3.1.2138): crashes on adding an account
22131 CDBurnerXP 4.3.x: arrow buttons do not appear correctly
22277 Pool Sharks requires implemented GdipSetImageAttributesWrapMode
22504 Bioshock: fog renders red
22540 CMake hangs when trying to detect and test MinGW compiler (gcc.exe & g++.exe)
22574 Blockland v14 freezes on startup
22605 Open R-Community Tools crashes (SafeNativeMethods.SelectObject Exception)
22881 Custom-decorated windows not movable with Openbox (affects steam, wow...)
22958 Missing disc icon on CDBurnerXP's progress dialog
23014 InstallShield .prq doesn't find Windows Installer 4.5
23385 NVIDIA Demo: Cascades needs unimplemented function d3d10.dll.D3D10ReflectShader
23477 WoW Cataclysm Beta needs KERNEL32.SetFileValidData
23701 Crucial Memory Application - CrucialScan.exe
23705 Runes of Magic says it can't log in if ConnectEx not available
23707 stack overflow when destroying a window whose owner is itself
23753 3D Sexvilla 2 : Installs but doesn't launch.
23754 Kintecus: missing ipconfig.exe
23801 Need for Speed: Shift Demo has partly transparant pit crew
23818 Adobe FrameMaker 8: crashes on exit
23834 Black Buccaneer: game freezes at start
23848 Unable to build a shared WoW 64 build
23849 Hofmann photo album app has access violation dialog during startup
23879 Mopsos does not start
23885 Build fails in dlls/d3dx9_36/tests
23904 Starcraft II game screens are rendered upside-down
23908 regedit fails to process some registry files
23935 Can't install video conferencing program from NanoCorp
23940 SetWindowPos does not work for other process windows
23953 qemu.exe exhausts file descriptors
24046 Keypressing in listview can result in infinite hang
24047 Chessmaster Grandmaster Edition crashes
24054 Unreal Tournament fails to start
----------------------------------------------------------------
Changes since 1.3.0:
Alexander Nicolaysen Sørnes (9):
shdocvw: Add Favorites menu to IE.
shdocvw: Allow navigating to Favorites in IE.
shdocvw: Recurse into directories when adding Favorite in IE.
shdocvw: Add a toolbar to IE.
shdocvw: Make the Home button in IE work.
shdocvw: Add icons to the IE toolbar.
shdocvw: Allow the addressbar text in IE to be localized.
shdocvw: Add View menu to IE with list of installed toolbars.
mshtml: Send more informative messages to OleInPlaceFrame.
Alexandre Goujon (1):
atl: Fix AtlAxAttachControl wine check.
Alexandre Julliard (15):
configure: Add dependency on makefile for import libs to make sure the destination directory is created.
winex11: Sending a move/resize client message to the root requires a SubstructureRedirect mask too.
winebuild: Copy the strmake function from winegcc to simplify string formatting.
winebuild: Support an arbitrary number of temporary files.
winebuild: Add a spawn() helper function to avoid starting a shell where possible.
winebuild: Get rid of the ignored symbol support.
winegcc: Add a printf format attribute to the strmake() function.
winemenubuilder: Rename some variables to reflect the fact that we no longer use XPM format.
shdocvw: Fix an incorrect const typecast.
makefiles: Add dependencies for cross-compiled objects in static libraries.
configure: Check that the cross-compiler that we found actually works.
d3dx9: Fix some incorrect const typecasts.
explorer: Only run the systray timer when a systray icon is present.
configure: Require autoconf 2.62, older versions don't handle source dir symlinks correctly.
winhttp: Make WinHttpQueryHeaders behave the same way for all query types.
Anders Jonsson (16):
mapi32: Add Swedish translation.
cryptui: Add Swedish translation.
README: Update Swedish translation.
cryptui: Fix typos in English resources.
winmm: Fix typo in English, Slovak resources.
xcopy: Add Swedish translation.
start: Add Swedish translation.
reg: Add Swedish translation.
jscript: Add Swedish translation.
credui: Update Swedish translation.
setupapi: Update Swedish translation.
wininet: Update Swedish translation.
mshtml: Update Swedish translation.
shdocvw: Update Swedish translation.
ipconfig: Add Swedish translation.
jscript: Update Swedish translation.
Andrew Eikum (10):
regedit: Add regedit test suite.
regedit: Process reg files which use \r line endings.
shell32/tests: Fix some Win9x failures.
shell32: Add tests for SHChangeNotify functions.
regedit: Improve importing of REG_SZ with invalid quoting.
hlink: Implement HLINKGETREF flags handling.
oleaut32: Use correct bitpattern if referenced type is not user defined.
oleaut32: Overwrite previous CustData segment.
oleaut32: Ensure that CyclicList nodes have a type.
oleaut32: Implement ITypeInfo2::GetCustData.
Andrew Nguyen (8):
gdi32: Improve AddFontMemResourceEx parameter validation.
mpr: Initialize the output enumeration handle to NULL in WNetOpenEnumA/W with no providers available.
ipconfig: Add stub implementation.
ipconfig: Implement basic command-line parsing.
include: Add prototype for GetAdaptersAddresses.
ipconfig: Partially implement basic adapter information output.
include: Add definitions for IP_ADAPTER_ADDRESSES flag values.
ipconfig: Partially implement full adapter information output.
Andrew Talbot (8):
comctl32: Constify some variables.
comctl32: Constify some variables.
comctl32: Constify some variables.
comdlg32: Constify a variable.
crypt32: Constify some variables.
crypt32: Constify some variables.
crypt32: Constify some variables.
crypt32: Constify some variables.
Andrey Turkin (2):
imagehlp: Remove uninitialized variable.
ntdll/tests: Do not check signedness for char types.
André Hentschel (13):
winecfg: Sync German keyboard shortcuts.
comdlg32: Fix German font dialog.
comdlg32: Fix German shortcut conflict.
ntdll: Add SXS error codes.
shdocvw: Update German translation.
mshtml: Update German translation.
mshtml: Fix indentation in resource file.
shdocvw: Update German translation.
dwmapi: Add stub for DwmDefWindowProc.
user32: Use a macro instead of direct values.
jscript: Update German translation.
ntdll: Add more error codes.
ipconfig: Add German translation.
Aric Stewart (8):
usp10: Add beginning support for GSUB Alternate Substitution Subtable.
usp10: Factor out script ranges in an more expandable way.
usp10: Report accurate information about our currently known scripts.
usp10: Have ScriptIsComplex reflect information in our scripts.
usp10: Generalize out applying Opentype features and define default features for currently known scripts.
usp10: Add contextual shaping proc to the script shaping data.
usp10: Add Syriac contextual shaping.
usp10: Update pwLogClust with glyph transformations.
Aurimas Fišeras (5):
shdocvw: Updated Lithuanian translation.
mshtml: Update Lithuanian translation.
shdocvw: Updated Lithuanian translation.
jscript: Update Lithuanian translation.
ipconfig: Add Lithuanian translation.
Austin English (2):
kernel32: Add stub for SetFileValidData.
ntdll: Check for __FreeBSD_kernel__, remove redundant ifdef's, make FIXME's consistent.
Austin Lund (6):
dmime/tests: Added tests for IDirectMusicPerformance.
dmime: Ensure IDirectMusicPort is initialised when calling IDirectMusicPerformance::PChannelInfo.
advapi32: Add magic codes to HCRYPTKEY and HCRYPTHASH.
advapi32/tests: Add more error reporting for ReportEvent tests.
comctl32/tests: Do not perform comparison of dates if GetDateFormat fails.
comctl32/tests: DateTimePicker and MonthCalendar controls only support Gregorian calendar.
Damjan Jovanovic (4):
winex11.drv: Use a Wine list to store XDnD data.
winex11.drv: Filter out all CF_* formats when CF_HDROP is present.
winex11.drv: Implement a framework for dragging from X and dropping to OLE.
winex11.drv: Implement the DataObject for dragging from X and dropping to OLE.
David Hedberg (37):
explorerframe: Add dll stub.
explorerframe: Implement DllGetVersion.
explorerframe: Add a stub of NamespaceTreeControl.
explorerframe: Add classfactory implementation.
explorerframe/tests: Add initial NamespaceTreeControl tests.
explorerframe: Add some infrastructure to register the NamespaceTreeControl CLSID.
shell32: Replace some checks with calls to _ILIsEmpty().
explorerframe: Implement Initialize.
explorerframe: Create the treeview on initialization.
explorerframe: Add IOleWindow implementation.
explorerframe: Implement Set/GetControlStyle(2).
explorerframe: Implement TreeAdvise/TreeUnadvise.
explorerframe: Implement InsertRoot and AppendRoot.
explorerframe: Handle TVN_GETDISPINFO to get icons, filename and information about subfolders.
explorerframe: Implement RemoveRoot and RemoveAllRoots.
explorerframe: Implement GetRootItems.
shell32: Partial implementation of IShellItem::BindToHandler.
explorerframe: Fix INameSpaceTreeControl::RemoveRoot.
explorerframe: Implement expansion of nodes.
explorerframe: Handle changing the selection.
explorerframe: Handle keyboard events.
explorerframe: Handle some mouse events.
explorerframe: Implement CollapseAll.
comctl32: Don't break on TVIS_NOSINGLEEXPAND.
explorerframe: Implement SetItemState and GetItemState.
comctl32: Return 0 when extended item state is requested from a treeview.
explorerframe: Implement GetNextItem.
explorerframe: Implement GetSelectedItems.
explorerframe: Implement GetItemRect.
explorerframe: Implement HitTest.
explorerframe: Implement EnsureItemVisible.
explorerframe: Some additional basic tests.
shell32: Add IExplorerBrowser interface stub.
shell32/tests: Add initial tests for the IExplorerBrowser control.
shell32: Add IShellBrowser stub.
shell32: Implement IExplorerBrowser::Initialize.
shell32: Implement IExplorerBrowser::SetRect.
Davide Pizzetti (2):
xcopy: Italian translation update.
wordpad: Italian translation update.
Detlef Riekenberg (10):
include: Add a closing bracket.
shdocvw: Do not trim the last character, when using the iexplore open menu.
gdi32: Always use a HANDLE for GDI_ReleaseObj.
shlwapi/tests: Run more language dependent tests only on English locales.
include: Add inaddr.h.
wineps: Use winspool.drv for job management.
qmgr/tests: Detect when the service is disabled.
ntdll: Implement RtlIpv4AddressToString / RtlIpv4AddressToStringEx.
ntdll/tests: Add tests for RtlIpv4AddressToString / RtlIpv4AddressToStringEx.
gdi32/enhmfdrv: Remove unneded if() before HeapFree.
Dmitry Timoshkov (5):
gdi32: Do not crash on an invalid pointer passed to AddFontMemResourceEx.
user32: Add a test for GetClassInfo, make it pass under Wine.
ws2_32: Rearrange the code to avoid a needless release_sock_fd().
user32: Protect from setting as a window owner one of its successors.
user32: Properly pack the WM_WINE_SETWINDOWPOS internal message.
Frédéric Delanoy (5):
shdocvw: Update French translation.
shdocvw: Update French translation.
mshtml: Update French translation.
jscript: Update French translation.
ipconfig: Add French translation.
Gerald Pfeifer (2):
comctl32: Merge is_textT and is_textW into a single is_text.
d3dx9_36: minwidth and minheight are set but not used in point_filter_simple_data; remove them.
Hans Leidekker (7):
mscms/tests: Mark some win98 test results as broken.
msi/tests: Fix some WoW64 test failures.
msi/tests: Use HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE for registry tests.
msi/tests: Skip SourceDir tests on win9x.
msi: Handle signature filenames in short|long notation.
msi: Bump version to 4.5.
wldap32: Fix handling of zero timeout value in ldap_search_extW.
Henri Verbeet (51):
d3dx9_36/tests: Avoid the non-portable NAN macro.
wined3d: Use the correct divider for 15-bit depth formats in IWineD3DSurfaceImpl_BltZ().
wined3d: Pass the color as floating point values to device_clear_render_targets().
wined3d: Always set the get_drawable_size() surface function.
wined3d: Allow filtering and blending with WINED3DFMT_ATI2N.
wined3d: Replace color_fill_fbo() with device_clear_render_targets().
wined3d: Cleanup Get/SetRenderTarget().
wined3d: Cleanup Get/SetDepthStencilSurface().
wined3d: Only try to acquire a context in surface_cleanup() if there are GL resources to be destroyed.
wined3d: Make some lookup tables const.
wined3d: Reattach FBO attachments when any of the corresponding surfaces is unloaded.
wined3d: Fix some misspellings of "surface".
wined3d: Cleanup IWineD3DBaseSwapChainImpl_GetBackBuffer() a bit.
wined3d: Print the correct resource location in surface_set_texture_name().
wined3d: Correctly calculate the resource size for ATI2N surfaces.
wined3d: Rename surface_calculate_size() to wined3d_format_calculate_size().
wined3d: Round up to complete compressed blocks in IWineD3DDeviceImpl_UpdateSurface().
wined3d: Fix a couple of typos.
wined3d: Remove SetContainer() from the public IWineD3DVolume interface.
wined3d: Remove SetContainer() from the public IWineD3DSurface interface.
wined3d: A volume's container is always a volume texture.
wined3d: Also store the subresource container type.
wined3d: Get rid of the now redundant SFLAG_SWAPCHAIN surface flag.
wined3d: Avoid IWineD3DSurface_GetContainer().
dsound: Remove the useless CINTERFACE definition.
mmdevapi: Remove the useless CINTERFACE definitions.
wined3d: Add a TRACE to IWineD3DSurfaceImpl_LoadTexture().
ddraw: Merge direct3d.c into ddraw.c.
ddraw: Remove useless light callbacks.
ddraw: Remove a useless material callback.
ddraw: Remove a useless viewport callback.
wined3d: Don't print format IDs in decimal.
wined3d: Release the previous render target only after replacing it in IWineD3DDeviceImpl_SetRenderTarget().
wined3d: Cleanup device_resource_released().
ddraw: Merge gamma.c into surface.c.
ddraw: Merge texture.c into surface.c.
ddraw: Remove unused / redundant includes.
ddraw: Add a separate function for light initialization.
ddraw: Add a separate function for material initialization.
ddraw: Add a separate function for viewport initialization.
ddraw: Add a separate function for parent initialization.
ddraw: Add a separate function for clipper initialization.
usp10: Pass the correct buffer size to lstrcpynA() in load_GSUB_feature().
ddraw: Add a separate function for device initialization.
ddraw: Add a separate function for execute buffer initialization.
ddraw: Add a separate function for palette initialization.
ddraw: Add a separate function for vertex buffer initialization.
ddraw: Add a separate function for ddraw initialization.
ddraw: Add a separate function for surface initialization.
ddraw: Add / improve TRACEs.
wined3d: Do not release a reference we do not have in IWineD3DSurfaceImpl_Flip().
Huw Davies (1):
rpcrt4: Add a missing STUBLESS_INITOUT case.
Hwang YunSong (3):
mshtml: Update Korean resource.
shdocvw: Update Korean resource.
winmm: Update Korean resource.
Igor Paliychuk (4):
shdocvw: Update Ukrainian translation.
mshtml: Update Ukrainian translation.
jscript: Ukrainian translation update.
ipconfig: Added Ukrainian translation.
Jacek Caban (41):
mshtml: Get rid of useless nsQIResult type.
jscript: Use generic properties for NaN and Infinity implementation.
jscript: Fixed test crash on some win9x installations.
jscript: Use generic property for Error.number.
mshtml: Improved tracing of nsACString arguments.
mshtml: Moved HTTP headers list freeing to separated function.
mshtml: Moved getting HTTP header to separated function.
mshtml: Moved setting HTTP header to separated function.
mshtml: Moved headers parsing to separated function.
mshtml: Allow customization of BeginningTransaction.
mshtml: Store request headers in nsChannel if possible.
mshtml: Added nsIChannel::GetRequestHeader implementation.
mshtml: Added nsIChannel::SetRequestHeader implementation.
mshtml: Store request method in nsChannel.
mshtml: Added nsIChannel::GetRequestMethod implementation.
mshtml: Added support for custom post data type.
jscript: Use generic property for Error.description.
jscript: Use generic property for Error.message.
jscript: Fixed Error.toString implementation for non-Error this.
jscript: Get rid of no longer needed ErrorInstance struct.
jscript: Throw TypeError in instanceof_expression_eval.
jscript: Throw TypeError in in_eval.
shdocvw: Ignore invalid NULL PostData.
dbghelp: Silence template related dwarf FIXMEs.
mshtml: Use QueryCommandState to get align state.
mshtml: Added nsIHttpChannel::referrer implementation.
mshtml: Treat file URLs pointing to Gecko installation directory as special URIs.
mshtml: Added nsIURL::Resolve implementation.
mshtml: Use fake scheme only for about protocol in nsIURI::GetScheme.
mshtml: Return true spec in nsIURI::GetSpec.
mshtml: Added nsIChannel::GetName implementation.
mshtml: Call nsILoadGroup::AddRequest from AsyncOpen.
mshtml: Moved update_window_doc to on_start_nsrequest and update callback's document if needed.
mshtml: Skip mutation notifications on documents that are being replaced.
mshtml: Call on_stop_nsrequest asynchronously.
mshtml: Avoid asynchronous parse_complete call.
mshtml: Added an explicit CDECL attribute to imported functions.
mshtml: Don't use start_binding in IPersistStreamInit::InitNew.
oleaut32: Try both SYS_WIN64 and SYS_WIN32 syskind in QueryPathOfRegTypeLib on win64.
ntdll: IMAGE_REL_BASED_HIGH, IMAGE_REL_BASED_LOW and IMAGE_REL_BASED_HIGHLOW should be supported on win64.
wscript.exe: Improved argument parsing.
Jeff Cook (2):
winealsa.drv: Init mixer on cards with a single Mic control, like snd_usb_audio mics.
winealsa.drv: If we can't open a device as stereo, try mono. This is necessary for snd-usb-audio mics.
Jeff Latimer (1):
msvcirt: Add some stubs.
Jerome Leclanche (1):
gdi32: Properly set ERROR_NOACCESS when GetObject receives invalid arguments.
Jose Rostagno (5):
shdocvw: Add Spanish translation.
notepad: Fix Spanish translation.
cmd: Fix Spanish translation.
shdocvw: Update Spanish translation.
mshtml: Update Spanish translation.
Juan Lang (8):
ntdll: Implement NtQueryInformationProcess for ProcessDefaultHardErrorMode.
ntdll: Implement NtSetInformationProcess for ProcessDefaultHardErrorMode.
kernel32: Implement GetErrorMode/SetErrorMode on top of NTDLL.
crypt32/tests: Add a test of SSL_EXTRA_CERT_CHAIN_POLICY_PARA's fdwChecks field.
crypt32: Honor SECURITY_FLAG_IGNORE_CERT_CN_INVALID.
iphlpapi: Don't overwrite last IPv4 address with first IPv6 address.
shdocvw: Apply default scheme when none is present.
mshtml: Fix off by one error in setting status text.
Jörg Höhle (5):
winecoreaudio: Use same hard-coded limit on frequency as ALSA/OSS.
mcicda: Rework MCI notification system.
mcicda: Fix several return codes.
mcicda: Fix seeking.
kernel32/tests: GetVolumeInformationA X: succeeds iff drive's default dir is root.
Konrad Wartke (2):
wineboot: Added more architectures in create_enviroment_registry_keys.
browseui: Improved a FIXME in DllGetVersion.
Luca Bennati (6):
shdocvw: Add Italian translation.
shdocvw: Update Italian translation.
shdocvw: Update Italian translation.
mshtml: Update Italian translation.
jscript: Update Italian translation.
ipconfig: Add Italian translation.
Maarten Lankhorst (2):
winmm: Fix fd leak on restarting timer.
mciqtz32: Fix window visibility.
Mariusz Pluciński (6):
gameux/tests: Add test of IGameExplorer creation.
gameux: Add stub of IGameStatisticsMgr implementation.
gameux/tests: Add test of IGameStatisticsMgr creation.
gameux: Add IGameExplorer2 implementation stub.
gameux/tests: Add test of IGameExplorer2 creation.
gameux: Add definitions of resource identifiers to header file.
Marko Nikolic (2):
advapi32/tests: Removed sign comparison warnings in eventlog tests.
advpack/tests: Removed sign comparison warning in advpack tests.
Matteo Bruni (18):
d3dcompiler_43: Add dll directory.
include: Add some d3dcompiler-related definitions.
include: Fix some d3d10shader.h defines.
include: Stub d3dcompiler.h, d3d11shader.h.
d3dcompiler_42: Stub dll.
d3dcompiler_41: Stub dll.
wined3d: Call set_render_offscreen at the end of context_setup_target.
wined3d: Fix context_apply_clear_state with ORM = backbuffer.
wined3d: Remove isInDraw hack from context_setup_target.
d3dcompiler: Remove useless kernel32 imports.
d3dcompiler_40: Stub dll.
d3dcompiler_39: Stub dll.
d3dcompiler_38: Stub dll.
d3dcompiler_37: Stub dll.
d3dcompiler_36: Stub dll.
d3dcompiler_35: Stub dll.
d3dcompiler_34: Stub dll.
d3dcompiler_33: Stub dll.
Michael Stefaniuc (3):
ddraw: Use FAILED instead of NOT SUCCEEDED.
gameux: Don't bother to output a "stub" FIXME in DllCanUnloadNow().
explorerframe: Don't cast NULL.
Mike Kaplinskiy (7):
include/mswsock: Add WS_ prefix if necessary.
ws2_32/tests: Test ConnectEx.
ws2_32: Don't set FD_READ/FD_WRITE before the connection is complete.
ws2_32: Create a wrapper for connect.
ws2_32: Implement ConnectEx.
ws2_32: Implement SO_UPDATE_CONNECT_CONTEXT.
ws2_32: Fix a bad pointer crash.
Mikko Rasa (1):
crypt32: Only clear *pcbDecoded on error in CryptVerifyMessageSignature.
Misha Koshelev (4):
d3dx9: Complete test for D3DXCreateSphere.
d3dx9: Add _D3DXMESH enumeration.
d3dx9: Add stub and tests for D3DXCreateMesh.
d3dx9: Add tests for FVF <-> declaration conversion.
Nikolay Sivov (25):
comctl32/monthcal: Rename button navigation helper to better reflect its purpose.
comctl32/monthcal: Fix navigation from last day in a month.
comctl32/monthcal: Add helper to jump to specified number of months.
comctl32/monthcal: Add support for month delta in button navigation.
comctl32/monthcal: Get rid of stored current selection date, it's always synced with lower bound.
comctl32/monthcal: No need to calculate month length on every iteration.
comctl32/monthcal: Erase week numbers rectangle before drawing new text.
comctl32/monthcal: Add some tests for post-V1 hittest fields.
comctl32/tests: Remove some noise from function names.
comctl32/monthcal: Support new hittest fields for some cases.
comctl32/monthcal: Properly adjust selections on scrolling.
comctl32/monthcal: Make month popup menu respect multiple calendars.
comctl32/monthcal: Properly scroll calendars on year change.
comctl32/monthcal: Remove macro used once.
comctl32/monthcal: Fix assumption about a single calendar for minimal rectangle calculation.
comctl32/monthcal: Store all control colors in a single array.
comctl32/monthcal: Use recently introduced enum in scroll buttons painting helper.
comctl32/listview: Fix infinite loop case for full item range as a first search range.
comctl32/tests: Use better names for test functions, discover some new test failures.
comctl32/tests: Use reduced IMAGELISTDRAWPARAMS structure size for tests.
comctl32/imagelist: Fix failure code for IImageList_Draw().
comctl32/imagelist: Fix failure code for IImageList_Remove().
comctl32/tests: More imagelist tests to show broken parameter validation.
comctl32/imagelist: Fail in ImageList_GetIconSize on null parameters.
comctl32/imagelist: Fail to create imagelist with zero or negative image dimensions.
Oldřich Jedlička (3):
ddraw/tests: New CreateSurface for DDSCAPS_BACKBUFFER tests.
ddraw/tests: New attachment/flipping tests for back buffers.
ddraw/tests: Add test for bad size of surface caps in CreateSurface.
Owen Rudge (11):
d3dx10: Add stub for d3dx10_43.
d3dx10: Add stub for d3dx10_42.
d3dx10: Add stub for d3dx10_41.
d3dx10: Add stub for d3dx10_40.
d3dx10: Add stub for d3dx10_39.
d3dx10: Add stub for d3dx10_38.
d3dx10: Add stub for d3dx10_37.
d3dx10: Add stub for d3dx10_36.
d3dx10: Add stub for d3dx10_35.
d3dx10: Add stub for d3dx10_34.
d3dx10: Add stub for d3dx10_33.
Paul Vriens (1):
cmd: Add the Swedish translation.
Piotr Caban (22):
msvcp90: Added char_traits<char> 64-bit exports.
msvcp90: Added char_traits<wchar_t> 64-bit exports.
msvcp90: Added char_traits<unsigned short> 64-bit exports.
msvcp90: Added 64-bit char_traits tests.
msvcp90: Added allocator<char> 64-bit exports.
msvcp90/tests: Added allocator<char> tests.
msvcp90: Add exception throwing function.
msvcp90: Added bad_alloc exception.
msvcp90: Added allocator<wchar_t> implementation.
msvcp90: Added allocator<unsigned short> implementation.
msvcp90: Added allocator<void> implementation.
msvcp90: Added basic_string<char> constructor (with no arguments) implementation.
msvcp90: Added basic_string<char>::npos.
msvcp90: Added basic_string<char>::erase implementation.
msvcp90: Added some basic_string<char>::assign implementations.
msvcp90: Added ~basic_string<char> implementation.
msvcp90: Added basic_string<char> copy constructor implementation.
msvcp90: Added basic_string<char> constructor implementation (from cstr).
msvcp90: Added basic_string<char>::c_str implementation.
msvcp90: Added logic_error exception.
msvcp90: Added _String_base::Xlen implementation.
msvcp90: Added _String_base::Xran implementation.
Rico Schüller (7):
d3d10: Fix d3dcommon.h inclusion.
d3dcompiler: Implement D3DCreateBlob().
d3dcompiler: Implement ID3DBlob::GetBufferPointer().
d3dcompiler: Implement ID3DBlob::GetBufferSize().
d3d10: Forward D3D10CreateBlob to d3dcompiler_43.dll.
d3dcompiler: Add D3DCreateBlob() declaration.
d3dcompiler: Add D3DCreateBlob() test.
Roderick Colenbrander (1):
winex11: X11DRV_nores_SetCurrentMode return DISP_CHANGE_SUCCESSFUL when switching to the current mode.
Stefan Dösinger (4):
wined3d: Add double to float conversion casts in device.c.
wined3d: Fix another DWORD to WORD conversion warning.
wined3d: Replace pow with powf in surface_base.c.
wined3d: MSVC fixes in state.c.
Sven Baars (4):
shdocvw: Update the Dutch translation.
shdocvw: Update the Dutch translation.
mshtml: Update the Dutch translation.
shdocvw: Update the Dutch translation.
Thomas Mullaly (36):
urlmon: Implemented IUri_GetHostType.
urlmon: Silenced a noisy fixme.
urlmon: Implemented IUri_GetAuthority.
urlmon: Implemented function for finding the domain name of a URI.
urlmon: Implemented IUri_GetDomain.
urlmon: Implemented a path parser for hierarchical URIs.
urlmon: Implemented a path parser for opaque URIs.
urlmon: Implemented canonicalization function for hierarchical URI paths.
urlmon: Implemented a function which removes dot segments from paths of hierarchical URIs.
urlmon: Implemented canonicalization function for paths in opaque URIs.
urlmon: Implemented IUri_GetPath.
urlmon: Implemented function to the file extension of a file in a URI path.
urlmon: Implemented IUri_GetExtension.
urlmon: Implemented a parser for URI query strings.
urlmon: Implemented canonicalization of query strings.
urlmon: Implemented IUri_GetQuery.
urlmon: Implemented IUri_GetPathAndQuery.
urlmon: Implemented a fragment parser.
urlmon: Implemented canonicalization for URI fragments.
urlmon: Implemented IUri_GetFragment.
urlmon: Implemented IUri_GetAbsoluteUri.
urlmon: Implemented IUri_GetDisplayUri.
urlmon: Implemented IUri_GetProperties and IUri_HasProperty.
urlmon: Added support for pre-processing URI strings.
urlmon: Added support for invalid flag combinations to CreateUri.
urlmon: Print fixme for unsupported flags to CreateUri.
urlmon: Implemented IUri_IsEqual.
urlmon: Added stub for CreateUriWithFragment.
urlmon/tests: Added testing suite for CreateUriWithFragment.
urlmon: Implemented CreateUriWithFragment.
urlmon: Added documentation for CreateUri and CreateUriWithFragment.
urlmon/tests: Added a few tests for CreateIUriBuilder.
urlmon/tests: Added tests for IUriBuilder_CreateUri.
urlmon/tests: Added tests for IUriBuilder_CreateUriSimple.
urlmon/tests: Added tests for IUriBuilder_CreateUriWithFlags.
urlmon/tests: Added tests for IUriBuilder_GetFragment.
Tony Wasserka (3):
d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions.
d3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFromMemory if pDestRect is invalid.
d3dx9: Implement ARGB point filtering in D3DXLoadSurfaceFromMemory.
Uwe Bonnes (1):
wininet: Add const qualifier after openssl version check.
Vincent Povirk (18):
gdiplus: Stub GdipSetPenTransform.
gdiplus: Stub GdipRotatePenTransform.
gdiplus: Stub GdipGetPenTransform.
gdiplus: Stub GdipGetPathGradientPresetBlendCount.
gdiplus: Stub GdipMultiplyPathGradientTransform.
gdiplus: Don't require an HDC for the convert_unit function.
gdiplus: Don't require an HDC in get_graphics_bounds.
gdiplus: Give a nice warning when we try to draw to an HDC-less graphics.
gdiplus: Don't require an HDC to get the resolution of a graphics object.
gdiplus: Create HBITMAP-less bitmap objects for exotic pixel formats.
gdiplus: Stub GdipSetPathGradientTransform.
gdiplus: Stub GdipRotatePathGradientTransform.
gdiplus: Stub GdipScalePathGradientTransform.
gdiplus: Stub GdipSetPathGradientLinearBlend.
gdiplus: Stub GdipGetPathGradientTransform.
gdiplus: Use the software method to draw HBITMAP-less bitmaps.
gdiplus: Add tests for the HDC's we get from bitmap objects.
gdiplus: Add a fallback method for getting HDC's from Graphics objects.
Wolfgang Schwotzer (2):
ws2_32/tests: Only log threads which not terminated by themselves.
ws2_32: Initialize variable lsap_sel.
Wolfram Sang (2):
user32: Check for valid pointer in CreateIconFromResource.
kernel32: Change fixme to trace in comm.c.
Yaron Shahrabani (4):
wineboot: Added Hebrew translation.
clock: Added Hebrew translation.
regedit: Added Hebrew translation.
clock: Updated Hebrew translation.
Łukasz Wojniłowicz (1):
shdocvw: Add the Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.3.0 is now available.
What's new in this release (see below for details):
- Beginnings of a user interface for the builtin Internet Explorer.
- Support for cross-process OLE drag & drop.
- New builtin wscript.exe (Windows Script Host) program.
- Open/save dialogs remember the last used directory.
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.0.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.3.0.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.3.0:
8742 Bridge Base On Line
10280 Oblivion: Horse Armor Crash
10284 No$gba doesn't load previous directory in rom select
10466 Radmin viewer 3.1: "Scanning for Active Servers" action does not work properly in main viewer window
10711 unhandled page fault when installing EccoPro 4.01 16 & 32-bit versions
10903 Fail to run Visere
10961 application made using a compiler/embedder fails to start
11060 z-order problem with Gecko prompt window starting Heredis 9 for first time
11310 PowerCad Pro 7
11325 wpkg doesn't seem to work
11802 Homeworld: sound broken usually
11805 WMP stops playback after few seconds
11986 Homeworld crashes at startup.
12161 Adobe Photoshop CS2: progress bar appearing on active viewport with "on top"
12559 UltimateBet does not start
12620 Minimize to tray broken - NoteTab
12870 Guild Wars doesn't start - Error Message: Graphic driver error
12996 Orienteering Organizer stucks when opening file from remote directory (cifs or sshfs)
13089 Adobe Acrobat Pro 7 / Acrobat Reader 7 -- How To window does not work
13310 Magic DVD Copier has jagged border around window - bad transparancy mask?
13344 DPP 3.4.1.1 - Images with "Fit to window" corrupted
13378 Xplorer2 lite crashes in SHChangeNotify when deleting directory
13531 dxi plugins don't run in wine
13652 Trillian: Dragging a chat container outside of the screen looses the container
13654 Diablo 2 in fullscreen mode, the bottom 6th of the screen is cut off (widescreen display)
13744 FlashVideo MX gives an error when launched and terminates
14210 Frostwire - right clicking tray icon doesn't work, closes immediately (dogfood)
14272 Maximized and restored state not reported properly by GetWindowPlacement
14328 Artificial Girl 3: Crashes when trying to start any executable
14375 Mouse cursor flickers in Myst IV - Revelation
14583 Free Music Zilla incurs unhandled page fault on exit
14649 Blades of Exile/OpenBOE crashes when playing certain sounds if ALSA driver is used
14727 Gadu-Gadu 7.7: buddy list not visible (gray), some menu options have wrong size (status options)
14782 drakensang demo crashes on startup
14799 RnQ: no tray/statusbar icons.
14924 Fantasy Grounds 2: display flashes to black frequently
14951 Heroes of Might and Magic V - Cursor error
15154 Code::Blocks IDE 8.02 crash at codecompletion
15198 improve speed while rendering text in Fine Reader 8
15223 ryzom client fails to create window
15495 Lineage 2: Gracia - Part1: DirectX 9.0 error
15499 IFC Trade Terminal hangs after select add existing account
15517 Crash while playing heroes V
15518 Garena won't start Warcraft3
15856 Internet Explorer embedded crash
15911 Fallout 3 configuration detection is wrong
16047 Garena client crashes in WSASendTo
16276 Vixen + mono20 shows zero-height dialog
16487 SOE Station Launcher does not display windows
16501 Some moving objects in Myst IV - Revelation turn black on most camera angles
16643 GetSocial fails to start
16896 Flashing of the screen
17057 Dragon NaturallySpeaking 8 installs but does not run.
17060 Eve Online graphical glitch
17149 HOMM 5: Invalid pointer error makes game crash
17633 Zoner Photo Studio has broken computer tree
17853 EQ2 Particle errors
17955 Eve online hanhs during random action
18360 Implement ntoskrnl.exe.MmMapIoSpace
18785 tsMuxeR GUI does not show any text
19212 secur32.SECUR32_initNegotiateSP() is unused
19307 Font distorted in Safari 3.2 for Windows
19308 Window border does not appear initially on Safari 3.2.3
19319 Word Viewer 2003 - installs wrong files (appinstall)
19500 Dungeon Keeper II: installer crashes near completion
19547 The wineserver sometimes crashes after The Movies demo installer fails
19860 Music won't play on Phantasy Star Universe A.I.
20047 Champions Online crashes due to d3d failure
20376 Albumplayer craches with dotnet20 function
20408 EVE Online freezes with DSOUND overflow after login
20885 Adobe Acrobat 9 Pro Extended scanning not integrated for OCR Scanning with HP Officejet 5610v
20894 Unimplemented function d3dx9_36.dll.D3DXCreateEffectPool
21133 FreeSerifSoftware PhotoPlus SE installer fails with "this action is not supported, please use setup.exe to begin installation"
21435 MessageBoxEx() fails with wLanguageId=0x019. Can't find dialog resource for that lang
21546 Microsoft Flight Simulator 9 "remove debugger"
21604 Office 2003: can no longer insert picture from file without manually setting override for gdiplus
21732 HTML-Kit can't display embedded web pages
21832 PSDK example doesn't render correctly
21920 Houaiss Portuguese Dictionary won't install
22021 Switching pages in ElsterFormular 2009/2010 needs much time
22202 Dragon Age: Origins - gameplay is very glitchy (mostly black screen)
22664 EVE Online Unhandled page fault during load screen
22774 DirectX installer very slow on wine
22972 new Firefox Setups wont run
22992 SVN-Monitor needs gdiplus.dll.GdipGetRenderingOrigin
23085 Printing in notepad displays "Page &p" instead of actual page number.
23095 The win_skip()s in msvcrt/tests/printf.c are broken on Win95/98 and NT4
23115 IStorage Created with StgOpenStorageOnILockBytes doesn't use 'Stat' method of the IlockBytes Object
23181 Absolute Poker won't start anymore
23214 WM Desktop Alert crashes immediately after being run, without native gdiplus
23280 The Starcraft 2 Editor crashes when you add a Model to the Previewer.
23340 Winscard : test program : unimplemented function winscard.dll.SCardIsValidContext and winscard.dll.SCardReleaseContext
23348 Need for Speed: Shift Demo has white fog during gameplay
23372 AOE III: Crash at Ensemble Studios video
23392 Magic the Gathering: Duel of the Planeswalker crashes on startup
23528 Eclipse crashes immediately after startup
23535 Fallout 3: no sound in childbirth scene if alsa driver is used
23538 incredimail doesn't install
23556 Starcraft 2 beta displays a black screen right after starting
23578 Team Fortress 2: Significant lag disrupts gameplay...
23581 Wine's README does not mention Win64
23613 Learning Software "lino" crashes at installation
23617 Drakan: Order of the flame crashes on start
23678 Crystal Cubes: fonts not drawn correctly
23704 winhelp failed to load any help file
23737 Modelsim XE III 6.4b/6.5c startup crashes
23744 double click does not work in cell like window
23762 wineboot aborts if "Terminate Process" is clicked
23772 The bug in NtQueryInformationProcess with ProcessInformationClass = ProcessDebugObjectHandle
23788 Samsung Kies installer stops early
23808 Marmot Project doesn't start
23810 16-bit setup program can't find its files
23814 Enterprise Architect crashes on start in RegisterDragDrop()
----------------------------------------------------------------
Changes since 1.2:
Alexander Nicolaysen Sørnes (12):
shdocvw: Fix a buffer overflow in InternetShortcut's IPersistFile::Load.
shdocvw: Add menu bar to Internet Explorer.
shdocvw: Allow printing from the menubar in IE.
shdocvw: Add About dialog to IE.
shdocvw: Add Open URL dialog to IE.
shdocvw: Make the Open URL dialog open URLs.
shdocvw: Add an address bar to IE.
shdocvw: Make the addressbar in IE do something useful.
shdocvw: Add DocHostContainer interface to interact with WB2/IE.
shdocvw: Update the address bar when URL changes.
shdocvw: Add a statusbar to IE.
shdocvw: Add support for setting the statusbar text in IE.
Alexandre Goujon (2):
oleaut32/typelib: Fix ITypeInfo_Invoke with restricted keyword.
advapi32: Fix cred domain according to tests.
Alexandre Julliard (53):
gdi32/tests: Fixed coordinates matching to use a relative error.
tests: Try to avoid message boxes popping up in non-interactive testing.
tests: Print information about the last executed test before crashing.
tests: Run all tests with the default FPU control word.
gdi32: Reject invalid DIB depths in CreateDIBSection.
comctl32: Fix positioning of toolbars that have the WS_BORDER style.
winebuild: Add more checks to protect against corrupted resource files.
server: Try to use /proc/pid/mem to read process memory since it should be faster.
d3d9/tests: Avoid sizeof in a trace.
sane.ds: Remove unused variables.
gphoto2.ds: Remove unused variables.
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
rundll32: Fix a pointer conversion warning on 64-bit.
winebuild: Add a -m16 option to specify a 16-bit build.
winegcc: Add support for a -m16 option to specify a 16-bit build.
winegcc: Don't pass -nodefaultlibs to the Unix compiler so that it can be used by Wine.
makefiles: Specify -nodefaultlibs when building low-level dlls.
winegcc: Import kernel32 and ntdll by default also when building Wine.
dlls: Remove explicit imports of kernel32 and ntdll.
programs: Remove explicit imports of kernel32 and ntdll.
rpcrt4: Don't align the buffer after reading the conformance, we need to read the variance first.
wrc: Display a warning in pedantic mode when using memory options in 32-bit resources.
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
include: Make sure wine/port.h and msvcrt headers are not used together.
user32: DCX_NORESETATTRS should be applied at DC release time.
gdi32/tests: Fix a typo in a macro name.
gdi32: Update the DC mappings when the layout is changed.
include: Don't install tlb files, they are platform-dependent.
user32: Don't make constants static to avoid compile error without optimization.
configure: Disable the unused result warnings when Fortify is enabled.
winegcc: Don't import winecrt0 by default when building with -nodefaultlibs.
makefiles: Always build the static cross libraries if crosstest is supported.
makefiles: Always build the cross import libraries if crosstest is supported.
gdi.exe: Disable the remaining 16-bit visible region functions, they can't work.
gdi32: Replace the SelectVisRgn Wine-specific export by a private entry point.
gdi32: Store the total visible rectangle in the DC.
gdi32: Get rid of the GetDCOrgEx driver entry point, GDI can implement this itself now.
configure: Only output the disabled crosstest rule once.
configure: Build the import libraries without recursing when possible.
configure: Send the flex error output to config.log.
urlmon/tests: Don't bother testing unimplemented functions to reduce test output.
server: Use tgkill to send signals on x86_64 too.
gdi32: Make the top right corner the DC origin for RTL layouts.
gdi32/tests: Make function pointers global in the mapping test.
gdi32/tests: Add some tests for the DC origin in RTL layouts.
winex11: Fix handling of the lpDx array in ExtTextOut for the non-Xrender case.
gdi32: Make sure the text dimensions are always positive in the ExtTextOut normal case.
gdi32: Mirror the clip region when the DC is mirrored, with tests.
gdi32: Fix text positioning in mirrored DCs.
gdi32: Fix offset for mirrored devices that have a non-zero viewport offset.
winex11: Fix the positioning of some graphics primitives on mirrored contexts.
gdi32: Refresh the DC transforms when the visible rectangle is changed.
gdi32: Replicate a Windows bug in StretchDIBits for top-down bitmaps in the non-stretching case.
Alistair Leslie-Hughes (1):
dwmapi: Add stub DwmEnableBlurBehindWindow.
Anders Jonsson (1):
shdocvw: Add Swedish translation.
Andrew Eikum (9):
oleaut32: Don't fail if member is missing in ITypeComp::Bind.
shlwapi: Be less strict on which type of IShellFolder can be enumerated.
shlwapi: Implement SHGetIniStringW.
shlwapi: Implement SHSetIniStringW.
shell32: IShellFolder::ParseDisplayName should work for missing files if given valid IBindCtx.
comdlg32/tests: Untie ok_testcases from test_ok().
comdlg32: Store and use save/open dialogs' most-recently-used data.
notepad: Don't specify initial dir for save and open dialogs.
comdlg32/tests: Use GetOpenFileNameA instead of GetOpenFileNameW.
Andrew Nguyen (29):
krnl386.exe: Use the correct format specifier for size traces.
krnl386.exe: Fix a potential leak and NULL dereference in DPMI_xrealloc.
ddraw: Return a failure code in IDirectDrawSurfaceImpl::QueryInterface if IDirect3D7::CreateDevice fails.
ddraw: Don't permit the enumeration of the Direct3D reference device in IDirect3D1::FindDevice.
ddraw/tests: Test IDirect3D::FindDevice HAL enumeration.
shlwapi/tests: Fix Win98 SE test failures for StrFormatKBSizeA/W.
shlwapi/tests: Add tests for StrStrA.
shlwapi: Fix handling of an empty search string in StrStrW.
shlwapi/tests: Add tests for StrStrIA.
shlwapi/tests: Add tests for StrStrIW.
shlwapi: Implement StrStrNW.
shlwapi: Implement StrStrNIW.
shlwapi/tests: Rename a string variable for clarity.
shlwapi/tests: Skip SHAnsiToAnsi tests on Win98.
shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.
shlwapi/tests: Skip StrRStrI tests on older Win9x platforms.
shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.
shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
propsys: Implement PSStringFromPropertyKey.
propsys/tests: Add tests for PSStringFromPropertyKey.
propsys: Implement PSPropertyKeyFromString.
propsys/tests: Add tests for PSPropertyKeyFromString.
propsys: Fix comma processing in PSPropertyKeyFromString.
ntdll: Fix the status code for ProcessDebugObjectHandle class in NtQueryInformationProcess when the debugger is absent.
krnl386.exe: Fix last error check for DOS compatibility hack.
comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode Win3.1-style dialog.
oleaut32: Partially implement RegisterTypeLibForUser.
oleaut32: Partially implement UnRegisterTypeLibForUser.
oleaut32/tests: Test typelib registration in the user registry.
Andrew Talbot (2):
advapi32: Constify some variables.
advapi32: Constify some variables.
Andrey Turkin (6):
oleaut32: Reuse existing function to encode custom data.
oleaut32: Add support for const variables.
oleaut32: Better handle secondary type when generating type descriptors.
kernel32: Enhance EndUpdateResource.
imagehlp: Add tests for ImageGetDigestStream.
imagehlp: Implement ImageGetDigestStream.
André Hentschel (10):
winecfg: Improve German view.
shlwapi/tests: Fix GLE for SHFormatDateTimeA.
ntdll: Add LDT error codes.
shell32: Add stub for SHGetPropertyStoreFromParsingName.
ws2_32: Fix test message.
krnl386.exe16: Add an error code.
shdocvw: Add German translation.
kernel32: Spelling fix in a comment.
jscript: Fix typo in registry information.
msi: Prevent cryptic error.
Aric Stewart (7):
libwine: Update wctype table to represent windows 7 values.
libwine: Add C1_DEFINED to our C1 types and set it properly.
libwine: Remove some previous c1 cntrl exceptions that are no longer valid.
libwine: There are a number of characters of non punctuation type in the latin I block that Windows considers to be punctuation.
libwine: There are a few supercript characters (No, Lm types) that Windows marks as being either digit or as a letter.
kernel32/tests: Add test for CT_TYPE1 of GetStringTypeW.
usp10: Start implementing Chaining Context Substitution Format 3: Coverage-based Chaining Context Glyph Substitution.
Aurimas Fišeras (1):
shdocvw: Add Lithuanian translation.
Austin English (8):
winscard: Add stubs for SCardIsValidContext/SCardReleaseContext.
ntoskrnl.exe: Add stubs for MmMapIoSpace/MmUnmapIoSpace.
Remove references to wineprefixcreate.
rpcrt4/tests: Improve failure messages.
ws2_32: Remove unused variable.
setupapi/tests: Remove unused variable.
dmusic: use a previously unused variable.
kernel32/tests: Add a test for CreateFileA.
Damjan Jovanovic (8):
notepad: Substitute the page number in the footer.
winemenubuilder: Always initialize COM.
ntdll: Convert even Unix paths outside Wine's drive mappings to DOS paths.
kernel32: Deal with unix paths in wine_get_dos_file_name.
winemenubuilder: Use windowscodecs for some ICO to PNG conversion.
winemenubuilder: Use windowscodecs for all ICO to PNG conversion.
winemenubuilder: Remove legacy PNG and XPM conversion code.
winemenubuilder: Add an option for thumbnailing .lnk files.
David Hedberg (33):
include: Fix ExplorerBrowser interface declaration.
shell32: Fix some return values from the shellview contextmenu.
include: Add some new TreeView messages and extended style defines.
comctl32: Add support for expanded state image in treeview.
comctl32: Warn when using unsupported extended styles.
include: Add some missing function declarations in shlwapi.h.
include: Add SIGDN enumeration.
shell32: Shell_MergeMenus should be declared in shlobj.h and exported by name.
shell32: Shell_GetImageLists should be declared in shlobj.h and exported by name.
include: Add IEnumShellItems interface declaration.
include: Add IShellItemArray and IShellItemFilter interface declarations.
shell32/tests: Try harder to subclass the listview.
shell32: Implement IPersistFolder2 for the desktop folder.
include: Add INameSpaceTreeControl, INameSpaceTreeControl2 and INameSpaceTreeControlEvents interface declarations.
include: Add INameSpaceTreeControlCustomDraw interface declaration.
include: Add INameSpaceTreeControlDropHandler interface declaration.
include: Add a few IFileDialog related interface declarations.
include: Add IFileDialogCustomize interface declaration.
include: Add IFileDialogControlEvents interface declaration.
shell32: Change a fixme to a trace in shfldr_unixfs.c.
shell32: Implement Set/GetCurrentViewMode in the default shellview.
shell32: Implement SHGetNameFromIDList and IShellItem::GetDisplayName.
shell32: Implement SHCreateItemFromParsingName.
shell32: Implement SHCreateItemFromIDList.
shell32: Implement SHGetItemFromDataObject.
shell32: Implement SHGetIDListFromObject.
include: Add CLSID_NamespaceTreeControl, CLSID_FileOpenDialog and CLSID_FileSaveDialog.
shell32: Implement SHGetItemFromObject.
shell32: Implement IShellItem::Compare.
shell32: Initial implementation of IShellItemArray with SHCreateShellItemArray.
shell32: Implement SHCreateShellItemArrayFromShellItem.
shell32: Implement SHCreateShellItemArrayFromDataObject.
shell32: Fixup IShellItemArray_Constructor helper.
Davide Pizzetti (3):
winecfg: Italian translation update.
winedbg: Italian translation update.
xcopy: Italian translation update.
Detlef Riekenberg (2):
winhelp.exe16: Add missing separator after command name.
rundll.exe16: Add program as 16bit wrapper for rundll32.exe.
Dmitry Timoshkov (3):
comctl32: Make sure that the focus is set to an existing property sheet button.
winex11: Remember last window that had the XIC focus and use it in ToUnicode() to make dead keys work more reliably.
gdi32: Make sure that all the glyph metrics are transformed before caching them.
Dylan Smith (28):
richedit: Don't break when streaming out a table, just continue.
richedit: Fix streaming rtf with table at the start of the text.
user32: RegisterClassEx should check for invalid cbSize field.
wordpad: Fix behaviour of find/replace dialog.
wordpad: Find dialogs intialize find field with selection.
wordpad: Search finished message box should be modal.
wordpad: Reduce unnecessary flicker from extra background erasing.
wordpad: Remove sized print preview page buffer.
wordpad: Avoid filling overlapping rectangles in print preview.
wordpad: Save and load word wrap registry options.
comdlg32: Check for valid replace parameters on ReplaceTextW.
comdlg32: Zero length replace buffer is valid for ReplaceText.
comdlg32: Test and fix Find/ReplaceText parameter checking code.
user32: DefMDIChildProc sends WM_MDINEXT with active child handle.
user32/tests: Minimized windows shouldn't be resizable.
user32: Prevent resize of minimized windows from SetWindowPos.
wordpad: Allow objects & images to be added with native riched20.
richedit: EN_UPDATE notification is sent on WM_PAINT.
richedit: Remove redundant commit and repaint in ME_StreamInText.
richedit: Invalidate without calling UpdateWindow in many cases.
richedit: Removed redundant variable ptLastSplittableRun.
richedit: Removed unused run flags values.
richedit: Return correct values when EM_SETTEXTMODE fails.
richedit: Don't change text mode with undo or redo stack.
richedit: Check for bits instead of equality in EM_SETCHARFORMAT.
richedit: Remove checks for converting internal CHARFORMAT structs.
richedit: Use ME_Cursor as parameter to ME_SplitRunSimple.
richedit: Avoid redundant calls to ME_CalcRunExtent.
Eric Pouech (1):
wineoss.drv: Be consistent for aux devices about what we actually support.
Florian Köberle (3):
comctl32: Call TREEVIEW_SendExpanded after expanding.
comctl32: Simplify the code.
wined3d: Let GetRasterStatus return D3DERR_INVALIDCALL.
Francois Gouget (1):
wine.inf: Let winebrowser handle the ftp URLs.
Frédéric Delanoy (2):
shdocvw: Add French translation.
shdocvw: Fix French translation.
Greg Geldorp (2):
winetest: Take manifests into account when hunting for DLLs.
msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0.
Hans Leidekker (35):
advapi32: Stub out the Safer* functions a bit more.
shlwapi: Don't trace the contents of output buffers.
msi: Add a test for MsiSetFeatureState.
msi: Store the patch state in the registry.
msi: Unpublish the product after running all the actions.
msi: Keep track of the patch filename in apply_registered_patch.
msi: Publish patches regardless of any features being installed locally.
msi: Set feature states to the installed state if the Preselected property is not set.
msi: Move the component enabled check into the standard actions.
msi: Reverse the transform storage list order.
msi: Improve traces in db_get_raw_stream.
msi: Remove a fixme that no longer applies.
msi/tests: Double null-terminate a REG_MULTI_SZ string.
msi: Properly advance the patch pointer in msi_check_product_patches.
winhttp: Add a partial implementation of WINHTTP_OPTION_SECURITY_CERTIFICATE_STRUCT.
winhttp: Handle errors from SSL_read.
msi: Make sure properties are updated after applying a patch.
msi: Downgrade a warning.
msi/tests: Fix test failures on wow64.
msi/tests: Return an error code from helper_createpackage and package_from_db.
msi/tests: Skip tests when the current user has insufficient rights.
msi/tests: Avoid a long timeout in the test for DeleteServices.
msi/tests: Fix some more wow64 test failures.
msi: Fix a memory leak.
msi/tests: Initialize a string buffer and fix some leaks.
msi/tests: Properly contruct the icon path for win9x.
msi: Never defer standard actions.
msi: Set/unset the SourceDir property at the right stage in the execution sequence.
msi: Add some tests for MsiGetSourcePath.
msi: Warn if a transform file cannot be opened.
msi: Register dlls directly in the SelfRegModules and SelfUnregModules actions.
msi: Synchronize the spec file with version 5.0.
msi/tests: Skip a test if the current user has insufficient rights.
include: Add the TOKEN_ELEVATION_TYPE enumeration.
msi/tests: Skip tests if UAC is enabled and the process is not running elevated.
Harald Hoyer (1):
preloader: Fix moving of auxiliary values.
Harry Jeffery (1):
Fixed various spelling mistakes.
Henri Verbeet (40):
ddraw: Avoid some forward declarations.
ddraw: Get rid of the useless "ddraw_owner" fields.
ddraw: Get rid of some dead code.
ddraw: The surface isn't allowed to be NULL in EnumSurfacesCallbackThunk() and EnumCallback().
ddraw: Merge the ddraw thunks into ddraw.c.
ddraw: Merge the surface thunks into surface.c.
wined3d: Consolidate surface related prototypes in wined3d_private.h.
wined3d: Remove restoring the read buffer from read_from_framebuffer_texture().
wined3d: Add some missing flags to debug_d3dusage().
wined3d: Remove an unused prototype.
wined3d: Just implement BindTexture() for GDI surfaces in surface_gdi.c.
wined3d: Use a more consistent name for the normalized texrect "extension".
wined3d: Remove ModifyLocation() from the public wined3d surface interface.
wined3d: Remove LoadLocation() from the public wined3d surface interface.
wined3d: Preload resources before FBO setup.
wined3d: Framebuffer blits are affected by the color mask.
d3d9/tests: Introduce a vertex shader to the MRT test.
wined3d: Clear all render targets in an MRT setup.
d3d9/tests: Add a test for clearing render targets in an MRT.
wined3d: Avoid loading the destination surface in stretch_rect_fbo() if it will be completely overwritten.
wined3d: Do RGB <=> sRGB transfers using FBO blits.
wined3d: Merge strect_rect_fbo() and surface_load_srgb_fbo().
wined3d: Add a missing return statement to surface_prepare_texture().
wined3d: Cleanup Get/SetRenderState traces a bit.
wined3d: Check for unread registers in a more logical way in handle_ps3_input().
wined3d: Properly take both input and output masks into account in handle_ps3_input().
wined3d: Invalid NP2 fixup info is an internal error.
wined3d: Setting render target 0 to NULL in an application error.
wined3d: Unify vertex shader output handling between shader models.
wined3d: Clamp vertex shader outputs.
d3d9/tests: Add a test for handling floating point specials in shaders.
d3d9/tests: Fix an ok() message in pointsize_test().
ddraw: Use a less offensive handle table implementation for materials.
ddraw: Use a less offensive handle table implementation for matrices.
ddraw: Use a less offensive handle table implementation for stateblocks.
ddraw: Use a less offensive handle table implementation for surfaces.
wined3d: The stateblock doesn't have a parent.
wined3d: Move the draw buffer array to the context.
wined3d: Add support for ARB_texture_compression_rgtc.
d3d9/tests: Read from the appropriate pixels in test_constant_clamp_vs().
Howell Tam (1):
ws2_32: Wrapped WSASendTo/WSARecvFrom with a different function name.
Huw Davies (4):
ole32/tests: Relax the reference counting tests a bit. We only care whether references are held or not.
ole32: Implement cross-process drag and drop.
ole32: Pass a real IUnknown ptr to CoMarshalInterface.
oleaut32: Don't invoke a function that has the restricted attribute or is part of an interface that's marked as restricted.
Hwang YunSong (2):
shdocvw: New Korean resource.
start: Update Korean resource.
Igor Paliychuk (29):
shell32: Update Ukrainian translation.
taskmgr: Add Ukrainian translation.
regedit: Add Ukrainian translation.
oleview: Add Ukrainian translation.
winecfg: Add Ukrainian translation.
notepad: Add Ukrainian translation.
appwiz.cpl: Add Ukrainian translation.
cryptui: Add Ukrainian translation.
net: Add Ukrainian translation.
progman: Add Ukrainian translation.
wineboot: Add Ukrainian translation.
winedbg: Add Ukrainian translation.
progman: Ukrainian translation fix.
notepad: Ukrainian translation fix.
browseui: Add Ukrainian translation.
jscript: Add Ukrainian translation.
gphoto2.ds: Add Ukrainian translation.
sane.ds: Add Ukrainian translation.
winspool.drv: Add Ukrainian translation.
wineconsole: Add Ukrainian translation.
cmdlgtst: Add Ukrainian translation.
start: Add Ukrainian translation.
shdocvw: Add Ukrainian translation.
cmd: Add Ukrainian translation.
taskmgr: Fixed Ukrainian translation.
comdlg32: Ukrainian translation update.
crypt32: Ukrainian translation update.
comdlg32: Fixed Russian standard dialog sizes.
comdlg32: Fixed Ukrainian standard dialog sizes.
Ilya Basin (2):
shell32: Fix CommandLineToArgvW("") truncating returned exe path.
shell32/tests: CommandLineToArgvW("") shouldn't truncate returned exe path.
Jacek Caban (24):
jscript: Fixed sort_cmp for non-string arguments.
mshtml: Added IHTMLElement2::getBoundingClientRect implementation.
mshtml: Added IHTMLRect::get_top implementation.
mshtml: Added implementation of remaining IHTMLRect getters.
mshtml: Added IHTMLDocument3::detachEvent implementation.
shdocvw: Don't fail on invalid headers argument in navigate_url.
mshtml: Removed frozen status comments from nsiface.idl.
jscript: Added support for Function.arguments property.
jscript: Use generic object constants for Math constants.
shdocvw: Moved IHlinkFrame implementation to separated object.
shdocvw: Moved ITargetFrame2 implementation to HlinkFrame object.
shdocvw: Inherit HlinkFrame in InternetExplorer object.
wscript.exe: Added stub implementation.
jscript: Return S_OK in SetScriptState for SCRIPTSTATE_INITIALIZED.
jscript: Register .js file type.
wscript.exe: Added engine lookup implementation.
wscript.exe: Added script engine host implementation.
wscript.exe: Added parsing script file implmentation.
wscript.exe: Added IHost typelib.
wscript.exe: Added IHost stub implementation.
wscript.exe: Added missing vararg attribute.
wscript.exe: Added IHost's IDispatch functions implementation.
wscript.exe: Added support for IHost type info.
mshtml: Pass processed URI to NewURI.
Johan Gill (1):
ddraw: Added a todo_wine test for SetCooperativeLevel.
Jörg Höhle (2):
msvfw32/tests: Add ICDecompressQuery format tests.
msvidc: ICDecompressQuery returns ICERR_BADFORMAT on error.
Louis Lenders (3):
d3d9/tests: Test GetAdapterDisplayModeEx with D3DDISPLAYROTATION null-pointer.
wine.inf: Add key HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\1033.
wine.inf: Add key HKCU,%CurrentVersion%\Run.
Luke Bratch (1):
wined3d: Add Nvidia 8800GTX detection.
Maarten Lankhorst (14):
wineserver: Use syscall instead of int $0x80.
ntdll: Use syscall instead of int $0x80.
mmdevapi: Blacklist portaudio.
quartz: Fix flushing in dsound renderer.
quartz: Accept tiny discontinuities in video renderer without printing out an error.
quartz: Make it possible to just override IMediaSeeking::GetCurrentPosition.
quartz: Implement MediaSeekingPassThru.
quartz: Add support for renderer methods to MediaSeekingPassThru.
mciqtz32: Remove individual queryinterfaces.
mciqtz32: Add support for mciWindow.
mciqtz32: Add support for MCI_STATUS_MODE.
mciqtz32: Simplify mciWhere.
mciqtz32: Fix mciOpen.
mciqtz32: Fix mciPlay.
Marcus Meissner (2):
gdi32: Rebuild font hash after changing the matrix.
ddraw: Tighten up checks in DuplicateSurface (Coverity).
Mariusz Pluciński (4):
gameux: Add gameux.dll library stub.
gameux: Add stub of IGameExplorer implementation.
gameux: Add IClassFactory implementation.
gameux: Add interface registration routines.
Marko Nikolic (3):
advapi32/tests: Removed sign comparison warning in service.c.
libwine: Removed sign comparison warning.
advapi32: Removed sign comparison warning.
Matt 'Murph' Finnicum (1):
imm32: Set size of OSVERSIONINFOA before calling GetVersionExA.
Matteo Bruni (16):
d3dx9: Remove unused parameter from get_regname().
d3dx9: Improve a FIXME.
d3dx9: Error out on dcl output instruction where not supported.
d3dx9: Check dcl input instruction syntax against shader version.
d3dx9: Add ps_1_x source register modifiers to the shader assembler.
d3dx9: Add shift modifiers parsing to the shader assembler.
d3dx9: Add ps_1_4 instructions parsing to the shader assembler.
d3dx9: Shader assembler ps_1_4 support.
d3dx9: Fix dst register handling in ps_1_4.
d3dx9: Add <= ps_1_3 instruction parsing to the shader assembler.
d3dx9: Shader assembler <= ps_1_3 support.
windowscodecs: Reset the stream pointer when initializing JPEG decoder.
wined3d: Setup target if offscreen rendering setting changed.
include: Add the ID3D10Blob interface.
d3dx9: Handle parent_data parameter of D3DXInclude.Open() function.
d3dx9: Implement D3DXAssembleShaderFromFile.
Max TenEyck Woodbury (1):
ntdll: Setting FileAllInformation is not allowed.
Michael Mc Donnell (1):
shell32/tests: Test that clicking "Make New Folder" makes a new folder.
Michael Stefaniuc (70):
cmd: Remove stray ';' from the resource files.
winhlp32: Move from a per resource to a global LANGUAGE setting.
winmm: Move from a per resource to a global LANGUAGE setting.
clock: Move from a per resource to a global LANGUAGE setting.
start: Remove the redundant per resource LANGUAGE settings.
notepad: Move from a per resource to a global LANGUAGE setting.
avifil32: Remove the ignored common resource attributes.
comctl32: Remove the ignored common resource attributes.
comdlg32: Remove the ignored common resource attributes.
crypt32: Remove the ignored common resource attributes.
cryptui: Remove the ignored common resource attributes.
devenum: Remove the ignored common resource attributes.
gphoto2.ds: Remove the ignored common resource attributes.
iccvid: Remove the ignored common resource attributes.
jscript: Remove the ignored common resource attributes.
localui: Remove the ignored common resource attributes.
mshtml: Remove the ignored common resource attributes.
mshtml.tlb: Remove the ignored common resource attributes.
msrle32: Remove the ignored common resource attributes.
msvfw32: Remove the ignored common resource attributes.
oleacc: Remove the ignored common resource attributes.
pstorec: Remove the ignored common resource attributes.
setupapi: Remove the ignored common resource attributes.
shdocvw: Remove the ignored common resource attributes.
shell32: Remove the ignored common resource attributes.
user32: Remove the ignored common resource attributes.
wininet: Remove the ignored common resource attributes.
cmdlgtst: Remove the ignored common resource attributes.
notepad: Remove the ignored common resource attributes.
progman: Remove the ignored common resource attributes.
taskmgr: Remove the ignored common resource attributes.
winecfg: Remove the ignored common resource attributes.
winemine: Remove the ignored common resource attributes.
wordpad: Remove the ignored common resource attributes.
msxml3: Remove the ignored common resource attributes.
msvidc32: Remove the ignored common resource attributes.
winspool.drv: Remove the ignored common resource attributes.
oleview: Remove the ignored common resource attributes.
stdole2.tlb: Remove the ignored common resource attributes.
wldap32: Remove the ignored common resource attributes.
wineboot: Remove the ignored common resource attributes.
msacm32: Remove the ignored common resource attributes.
oledlg: Remove the ignored common resource attributes.
localspl: Remove the ignored common resource attributes.
winhlp32: Remove the ignored common resource attributes.
wineps.drv: Remove the ignored common resource attributes.
wineconsole: Remove the ignored common resource attributes.
stdole32.tlb: Remove the ignored common resource attributes.
uninstaller: Remove the ignored common resource attributes.
cryptdlg: Remove the ignored common resource attributes.
clock: Remove the ignored common resource attributes.
regedit: Remove the ignored common resource attributes.
start: Remove the ignored common resource attributes.
oleaut32: Remove the ignored common resource attributes.
mpr: Remove the ignored common resource attributes.
shlwapi: Remove the ignored common resource attributes.
winefile: Remove the ignored common resource attributes.
msiexec: Remove the ignored common resource attributes.
shdoclc: Remove the ignored common resource attributes.
view: Remove the ignored common resource attributes.
msi: Remove the ignored common resource attributes.
serialui: Remove the ignored common resource attributes.
credui: Remove the ignored common resource attributes.
sane.ds: Remove the ignored common resource attributes.
ole32: Use IsEqualIID instead of memcmp to compare REFIIDs.
oleaut32/tests: Use IsEqualIID instead of memcmp to compare REFIIDs.
oleaut32: Use IsEqualGUID instead of memcmp to compare GUIDs.
shdocvw: Add the Romanian translation.
ntdll: Use IsEqualGUID instead of memcmp to compare GUIDs.
server: Simplify tkill() and remove unreachable code (Smatch).
Mike Kaplinskiy (7):
server: Move signaling FD_* events to a separate function.
server: Propagate error from recv.
server: In case of hangup/error, wake up all asyncs that can no longer be completed.
server: Forward the correct error to asyncs.
server: Consume events triggered.
server: Don't delay events, we simply shouldn't send them in the first place.
server: Fix some comments.
Misha Koshelev (1):
d3dx9: Add stub and basic test for D3DXCreateSphere.
Nikolay Sivov (19):
comctl32/monthcal: Separate single calendar data.
comctl32/monthcal: Prepare drawing helpers for multiple calendars.
comctl32/monthcal: Modify hittesting helper to work with multiple calendars.
comctl32/monthcal: Get rid of goto jumps in hit test helper.
comctl32/monthcal: Prepare MCM_GETMONTHRANGE with GMR_VISIBLE for multiple calendars.
msxml3: Speed up a IPersistStreamInit::Save() by querying for BSTR length.
comctl32/monthcal: Use memcpy to copy day state arrays.
ole32: Remove redundant variables.
ole32: Fix assumption about HRESULT failure code value.
ole32: No need to test for interface pointer being null.
ole32: Use IsEqualIID() instead of memcmp().
comctl32/treeview: Properly initialize expanded image index.
comctl32/treeview: Fix TVS_SINGLEEXPAND notifications order.
comctl32/tests: Merge one test function to existing tests, use explicit message numbers.
comctl32/treeview: Fix possible crash in TVS_SINGELEXPAND helper (Coverity).
shlwapi/tests: Fix some test failures on Win2000.
shlwapi: Partially implement SHGetShellKey.
shlwapi: Implement SKGetValueW over SHGetShellKey.
shlwapi/tests: Fix some test failures on RTL enabled boxes.
Octavian Voicu (1):
mmdevapi/tests: Prevent crash when GetMixFormat fails.
Owen Rudge (7):
fusion: Install assemblies into correct directory for architecture.
fusion: Implement IAssemblyNameImpl_GetDisplayName more completely.
d3dx9/tests: Add beginning of general tests for texture functions.
d3dx9: Implement D3DXCheckTextureRequirements.
d3dx9/tests: Implement additional texture requirement tests.
d3dx9: Implement D3DXCreateTexture plus tests.
d3dx9: Add basic implementation of D3DXFilterTexture, plus tests.
Paul Chitescu (4):
t2embed: Forward several stdcall-decorated names to existing undecorated stubs.
kernel32: Declare structures related to logical processor information (core, cache, node, group).
kernel32: Declare and add stubs for GetLogicalProcessorInformation(Ex).
d3dx9_36: Provide an empty error message in the stub D3DXCompileShader.
Paul Vriens (19):
comctl32: Add the Serbian (Latin) translation.
msi: Add the Serbian (Latin) translation.
atl/tests: Skip tests if function is not implemented.
msi: Add the Serbian (Cyrillic) translation.
comctl32: Add the Serbian (Cyrillic) translation.
appwiz.cpl: Add the Serbian (Latin) translation.
comctl32: Use the Cyrillic 'O' in the Serbian translation.
appwiz.cpl: Add the Serbian (Cyrillic) translation.
comdlg32: Add the Serbian (Latin) translation.
shlwapi/tests: Load shell32 explicitly.
shell32: Add the Serbian (Latin) translation.
user32: Add the Serbian (Latin) translation.
winhlp32: Add the Serbian (Latin) translation.
shell32: Fix the Serbian (Latin) translation.
shell32: Add the Serbian (Cyrillic) translation.
user32: Add the Serbian (Cyrillic) translation.
winecfg: Add the Serbian (Latin) translation.
msxml3: Ignore a property.
setupapi: Add a stub for SetupDiLoadClassIcon.
Peter Urbanec (1):
wintab32: Avoid NULL pointer dereferences.
Piotr Caban (23):
msxml3: Correctly allocate namespaces stack in saxreader.
msxml3: Improve QName_from_xmlChar implementation.
msxml3: Improve bstr_from_xmlCharN implementation.
wininet: Fix reporting errors in callbacks.
wininet: Delete authorization data on unsucessful login.
wininet: Cache non basic authorization data.
wininet: Don't report error in read_gzip_data when to much data was cached.
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
msvcp90: Added stub dll.
msvcp90: Added char_traits<char> implementation.
msvcp90: Added char_traits<wchar_t> implementation.
msvcp90: Added char_traits<unsigned short> implementation.
msvcp90/tests: Added char_traits assign tests.
msvcp90/tests: Added char_traits equal tests.
msvcp90/tests: Added char_traits<char>::_Copy_s tests.
shlwapi: Improved UrlCanonicalizeW implementation.
msvcrt: Fixed strtod_l/wcstod_l implementation.
msvcp90: Added allocator<char> implementation.
atl: Improved AtlInternalQueryInterface implementation.
wininet: Fixed CreateUrlCacheEntryA implementation.
wininet: Commit URL cache entry when cache file is closed.
msvcp90: Correctly declare pointers to delete/new functions.
msvcp90: Added 64-bit exports.
Reece Dunn (1):
ntdll/tests: check io.Status in the file tests.
Rico Schüller (8):
wined3d: Add GL_NV_point_sprite extension.
d3d10: Move some helper funcs to utils.
d3d10: Add data and size check to parse_dxbc().
d3d10: Add the ID3D10ShaderReflectionType interface.
d3d10: Add the ID3D10ShaderReflectionVariable interface.
d3d10: Add the ID3D10ShaderReflectionConstantBuffer interface.
d3d10: Add the ID3D10ShaderReflection interface.
d3d10: Add a stub ID3D10ReflectShader implementation.
Seth Shelnutt (1):
wined3d: Nvidia Geforce 8400 and 8500 are now reported as 8400GS instead of 8300GS.
Stefan Dösinger (16):
d3d9: Remove the fog vs sRGB test.
d3d9: Win7+Nvidia returns c2 in COISSUE'd CND.
d3d9: Use a vertex shader for the nested loop test.
d3d9: Use a vertex shader in the vFace test.
d3d9: Use a vertex shader in the vpos test.
wined3d: Only perform sRGB write correction on formats that advertise it.
wined3d: Check the writemask before activating the oC0 optimization.
d3d9: Remove the shader version varying tests.
wined3d: Use powf instead of pow.
wined3d: Use a int for the mantissa in float_24_to_32.
wined3d: Fix an msvc anachronism warning.
wined3d: Add casts for int to float conversions.
wined3d: The ARB loop unroller's iteration is unsigned.
wined3d: The flag parameter in shader_hw_sample is a WORD.
wined3d: Make glClearColor parameters floats.
wined3d: Use the correct type in device_unit_free_for_vs.
Sven Baars (3):
kernel32: Update the Dutch translation.
user32: Fix the Dutch translation.
shdocvw: Add the Dutch translation.
Thomas Mullaly (33):
urlmon: Implemented functionality for retrieving the RAW_URI property of a IUri.
include: Updated the URL_SCHEME enum.
urlmon: Added a scheme name parser for the IUri interface.
urlmon: Added a parser function to determine the scheme type of a URI.
urlmon: Added a canonicalization function for the scheme of a URI.
urlmon: Implemented functionality for retrieving the scheme name of a IUri.
urlmon: Implemented functionality for retrieving the scheme type of a IUri.
urlmon/tests: Added more test data for scheme parsing and canonicalization.
urlmon: Fixed the scheme name parser to handle wildcard schemes.
urlmon: Added a stub implementation for parsing the hier-part of a URI.
urlmon: Implemented parser for the userinfo of a URI.
urlmon: Implemented the canonicalization routine for the userinfo of a URI.
urlmon/tests: Added more test URI's.
urlmon: Implemented IUri_GetUserInfo.
urlmon: Implemented IUri_GetUserName.
urlmon: Implemented IUri_GetPassword.
urlmon: Implemented a parser for IPv4 addresses.
urlmon: Implemented canonicalization functions for IPv4 addresses.
urlmon/tests: Added more test URIs.
urlmon: Partially implemented IUri_GetHost.
urlmon: Added parser for IPv6 addresses.
urlmon: Added parser for IPvFuture addresses.
urlmon: Added parser for registered host names.
urlmon/tests: Added more URI test cases.
urlmon: Implemented canonicalization for IPv6 addresses.
urlmon/tests: Added more test URIs for IPv6 canonicalization.
urlmon: Implemented canonicalization for reg-names.
urlmon: Fixed a bug that would cause tests to randomly fail.
urlmon: Implemented a port parse for URIs.
urlmon/tests: Restructured invalid URI tests plus added more test data.
urlmon: Implemented canonicalization for ports in URIs.
urlmon: Implemented IUri_GetPort.
urlmon/tests: Added some more test URIs.
Tim Cadogan-Cowper (1):
winmm: Wrap TRACE strings with debugstr_a/debugstr_an.
Travis Athougies (1):
wpp: Fixed bug in preventing add_text_to_macro from handling macros over 1 kb large.
Vincent Povirk (17):
windowscodecs: Ignore the length field of RLE compressed bitmaps.
oleaut32: Add test for dibs vs. ddbs in IPicture.
user32: Don't dump structures of some ambiguous listview messages.
shell32: Don't access szFullPath when SHGFI_PIDL is set in SHGetFileInfo.
ole32: Update storage header saving code based on the latest MS spec.
ole32: Don't map storage files in memory.
ole32: Remove the BigBlockFile abstraction and always use an ILockBytes.
ole32: Use ILockBytes_Stat to get the filename of a storage.
ole32: Remove an unused variable.
ole32: Flush the ILockBytes object of a storage on commit and final release.
gdiplus: Stub GdipGetMetafileHeaderFromFile.
gdiplus: Stub GdipGetMetafileHeaderFromStream.
gdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList.
gdiplus: Stub GdipGetPenCompoundCount.
gdiplus: Stub GdipMultiplyPenTransform.
wineboot: Query windows from all desktops when --end-session --kill is used.
wineboot: Don't abort shutdown if we have to terminate a process.
Wade Gobel (2):
gdiplus: Fixed GdipFillClosedCurve2 and GdipFillClosedCurve2I in the cases that count <= 1.
gdiplus: Implemented GdipFillClosedCurve and GdipFillClosedCurveI.
Yaron Shahrabani (2):
wine.desktop: Add Hebrew translation.
notepad: Add Persian translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine team is proud to announce that the stable release Wine 1.2 is
now available.
This release represents two years of development effort and over
23,000 changes. The main highlights are the support for 64-bit
applications, and the new graphics based on the Tango standard.
It also contains a lot of improvements across the board, and over
3,000 bug fixes. See the release notes below for a summary of the
major changes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.2.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/download
You will find documentation on http://www.winehq.org/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
What's new in Wine 1.2
======================
*** Core functionality
- Loading and running 64-bit Windows applications is now supported on
x86-64 processors (only on Linux at this point).
- There are now two flavors of Wine prefixes, 32-bit and
64-bit. 32-bit prefixes only support 32-bit applications, while
64-bit prefixes support both 32-bit and 64-bit applications. The
prefix flavor is set at prefix creation time and cannot be changed
afterwards, since all the files and registry entries are in
different locations. Backwards compatibility is ensured by
considering all prefixes created with older Wine versions to be
32-bit.
- WoW64 file system redirection is supported now. When running a
32-bit application in a 64-bit prefix, accesses to the
window/system32 directory are automatically redirected to
windows/syswow64.
- WoW64 registry redirection is now supported in 64-bit prefixes. This
allows both 32-bit and 64-bit applications to set platform-specific
registry keys without stepping on each other.
- All the 16-bit support code has been moved to a set of independent
16-bit modules. No 16-bit code is loaded or initialized when running
a standard Win32 application, unless it starts making 16-bit calls.
- The mount manager now reports the actual UUID for disk devices that
support it instead of a hard-coded one.
- Symbolic links are now supported in the registry.
- The C runtime libraries msvcr80, msvcr90 and msvcr100 used by recent
Visual C++ versions are now partially implemented.
- Some functions now use a Microsoft-compatible function prologue when
building with a recent enough gcc. This allows Steam overlays to
work.
*** User interface
- There are new icons for all the built-in applications, as well as
for the standard toolbars and images. The icons are based on the
Tango set for a nicer integration with the native Unix desktop look.
- Animated cursors can now be loaded, though only the first frame of
the animation is used as a static cursor.
- The mouse cursor is now updated correctly in applications that
create windows from different threads, like Internet Explorer.
- The standard print and page setup dialogs are working much better
now.
- There is now an application wizard control panel to manage installed
applications.
- Rendering of bi-directional text is now supported reasonably
well. There is also some support for Arabic text shaping.
- Many features of the RichEdit control are improved, particularly
support for tables, URL detection, cursor positioning, scrollbar
management, and support for windowless controls.
- Many common controls work better now, particularly the listview,
calendar and tab controls.
- There is now a partial implementation of the Microsoft Text Services
framework, which provides better input method support in modern
applications.
- There is now a proper user interface for importing, exporting and
managing cryptographic keys and certificates.
- Wine is now fully translated to French, German, Dutch, Italian,
Portuguese, Romanian, Polish, Lithuanian, Norwegian, and Korean. It
has partial translations for another twenty languages.
*** Desktop integration
- The XDG standard for application startup notification is now
implemented.
- The NET_WORKAREA property is now supported to let applications take
into account the size of the Unix desktop task bars.
- File associations created by a Windows applications are now
registered with the Unix desktop.
- Application icons are now set with the NET_WM_ICON hint, which
enables alpha channel transparency under window managers that
support it.
- Maximizing a window from the Unix window manager is now detected and
the state is correctly reflected on the Windows application side.
- The XDG desktop screen saver is now launched when a Windows
application makes a request to start the screen saver.
- Start Menu entries are now properly removed when an application is
uninstalled.
- Copying and pasting images between Windows and Unix applications
works more reliably now, and more image formats are supported.
- Launching an external Unix Web browser from a Windows application
now works correctly.
- MSI files are now associated with Wine to enable launching them
directly from the desktop.
- The virtual desktop window now switches to full-screen mode when its
size matches that of the screen.
- The strange window management behavior used by Delphi-generated
applications is better supported now.
*** Graphics
- Subpixel font rendering is now supported, which greatly improves
text appearance on LCD screens. The subpixel configuration is
derived from the system fontconfig and Xft settings.
- Icons with alpha channels are now properly blended in, for a much
nicer appearance.
- Image lists now properly store the alpha channel of images and use
it when displaying them.
- The windowscodecs dll has been added, with codecs for the JPEG, GIF,
PNG, BMP, ICO, and TIFF image formats.
- Many functions are now implemented in GDIPlus. The gdiplus dll is
now considered good enough to load the built-in version by default.
- Overlays are now supported in DirectDraw.
- Many more capabilities are now supported in the SANE scanner
backend. This improves scanning support in Acrobat.
*** Audio
- The openal32 dll is now implemented, as a wrapper around the Unix
OpenAL library.
- There is now an initial implementation of the mmdevapi dll (part of
the new Vista sound architecture), using OpenAL for sound I/O.
- The msgsm32.acm GSM codec is now supported.
- The ALSA sound driver now works better with PulseAudio's ALSA
emulation.
- Digital playback of audio CDs is now supported.
*** Internet and networking
- The HTTP protocol implementation has seen many improvements, in
particular better handling of proxies and redirects, better cookie
management, support for gzip encoding, fixes for chunked transfer
mode, support for IPv6 addresses, and better certificate validation
on secure connections.
- The Gecko HTML engine has been updated to a more recent upstream
version. Many more HTML objects are now implemented.
- The RPC layer now properly supports server-side authentication and
impersonation. The COM marshalling/unmarshalling is also more
compatible. RPC is now supported over the HTTP protocol too.
- There is now an essentially complete implementation of the
JavaScript language.
- The IRDA network protocol is now supported by the socket layer.
- The inetmib1 dll is now implemented, with support for the standard
SNMP MIB tables.
- The inetcomm dll now implements the POP3 and SMTP protocols, as well
as better MIME support.
- Extended mail providers are now better supported, particularly the
native Outlook provider. Mail attachments are also supported now.
- Many undocumented functions in the shlwapi dll have been implemented
for improved Internet Explorer support.
*** Direct3D
- FBOs are now used by default for off-screen rendering in Direct3D.
- Backbuffers larger/smaller than their associated window are now
correctly stretched.
- A large portion of the d3dx9 dlls is now implemented, most notably
the shader assembler, .x file support, functions for fonts, general
3D math, mesh handling, and sprites. A start has been made with the
texture and effect functions.
- Fog handling has improved a lot.
- Various YUV texture formats are now supported.
- wined3d contexts are now managed per-thread, and play nice both with
other wined3d instances and opengl32 GL contexts. Contexts are
checked for validity before being used (e.g. if the associated
window is destroyed.)
- Point sprite handling has improved a lot.
- The shader source is now dumped on GLSL compile/link failures. This
is mostly to help driver developers, like Mesa, with investigating
GLSL bugs triggered by Wine.
- The graphics card detection code is improved, and many more graphics
cards are now recognized.
- User clip planes are now supported in shaders. This allows proper
water reflections in Half-Life 2.
- There is now an initial implementation of Direct3D 10, including the
dxgi, d3d10core and d3d10 dlls. Most of the work so far has gone
into parsing d3d10 effects and SM4 shaders.
- Shadow samplers are now properly supported. This fixes shadows in
StarCraft 2.
- There is now a shader based implementation of D3D fixed function
fragment processing. This avoids some limitations of the previous
OpenGL fixed function based approach.
- Partial updates of surfaces with compressed formats are now properly
supported.
- Many new OpenGL extensions are now supported. These include:
- EXT_provoking_vertex/ARB_provoking_vertex. This allows the
correct vertex color to be used when flat shading is enabled, and
helps Civilization IV in particular.
- EXT_vertex_array_bgra/ARB_vertex_array_bgra. This allows for more
efficient handling of BGRA (D3DCOLOR) data in the fixed function
pipeline.
- EXT_draw_buffers2. This enables independent color write masks
when multiple (simultaneous) render targets are in use.
- Various nVidia extensions to ARB vertex/fragment programs. These
allow SM3 support with the ARB vertex/fragment program shader
backend.
- EXT_texture_compression_rgtc. This adds support for the ATI2N
(also known as 3Dc) compressed texture format.
- ARB_texture_rg. This allows for more efficient support of the
R16F, G16R16F, R32F and G32R32F texture formats.
- ARB_framebuffer_object. This is mostly the same as the existing
support for EXT_framebuffer_object, but improves rendering with a
depth/stencil buffer larger than the color buffer(s). It helps
(among others) Splinter Cell,
- ARB_sync. This adds support for multi-threaded / cross GL context
event queries used by Dragon Age: Origins.
- ARB_half_float_vertex. This adds support for 16-bit floating
point vertex formats on cards that don't already support
NV_half_float. It helps Supreme Commander.
- There is now a general framework for supporting variations/quirks in
GL drivers.
*** Built-in applications
- The Wine debugger now displays a crash dialog to let the user know
that a crash happened before dumping the backtrace information.
- The Wine debugger now uses the Dwarf exception unwinding data for
more reliable backtraces.
- The file dialogs in built-in applications are now resizable.
- Regedit can now import from and export to files in Unicode format.
- Wineboot now displays a dialog while creating or updating the prefix
directory to let the user know that something is happening, since
the update can take some time, particularly with 64-bit prefixes.
- Text replacement is now implemented in Notepad.
- The print preview feature in Wordpad now works much better.
- Navigation in help files now works better in Winhelp. Many graphical
glitches have also been fixed.
- The Winecfg dialogs have been tweaked so that the application is
usable in a 640x480 desktop. The About panel has been redesigned
with better graphics.
- The command-line parser in cmd.exe is more compatible now, which
should enable more Windows batch files to execute correctly. There
is also a regression test suite for it.
- Rpcss now implements a proper RPC endpoint mapper.
*** Build environment
- The Wine IDL compiler can now generate correct code for all the
standard IDL files, including proper exception handling. A large
number of COM proxies and servers are now automatically generated
from their IDL definitions.
- The fake dll placeholders are now built at compile time, instead of
being generated every time a Wine prefix is created. This makes it
possible to install a placeholder for every supported dll, which
should avoid many failures in installers that check dll versions.
- configure now supports the --disable-tests option to prevent
building the test suite. This allows for faster compile times,
particularly when bisecting a regression.
- The cross-compiled tests are now built against the Wine import
libraries instead of the Mingw ones. The latter are not compatible
enough for our needs.
- winegcc now handles resource files just like normal object files and
links them into the final binary without requiring special build
rules.
- winebuild and winegcc now fully support Solaris.
- Wine now builds properly on Cygwin, though some of the resulting
binaries do not work correctly.
- Makefiles are now created as needed during the build process,
instead of being all created together at configure time. This makes
it unnecessary to run 'make depend' in most cases.
- winemaker now has better support for Visual C++ project files.
*** Miscellaneous
- The OLE storage implementation now supports transacted storage, with
proper commits and rollbacks. This enables support for Microsoft
Office documents containing macros.
- The MSI installer now supports patches, which enables the
installation of service packs for many applications. Many more MSI
standard actions are also supported now.
- The rsaenh dll now supports the SHA-256, SHA-384, and SHA-512
encryption algorithms, as well as CALG_SSL3_SHAMD5 hashing.
- OLE database objects are now implemented, which fixes the clipart
functionality in Microsoft Office 2007.
- Copying and pasting OLE objects across applications works better now.
- Support for cryptographic signatures and certificates is improved,
including support for certificate trust lists.
- The Task Scheduler service is now implemented.
*** Performance
- Bitmap stretching and alpha blending is now done through Xrender
when possible, which avoids a time-consuming round-trip of the
bitmap bits from the X server.
- Startup time for MSI installers that contain a large amount of
strings is much improved.
- Setting the processor affinity for threads or processes is now
supported, which improves multi-core performance for applications
that take advantage of it.
- Loading large symbol tables in the Wine debugger is much faster
now.
- FBO handling has improved significantly. Recently used FBO
configurations are now cached, which is a major performance
improvement.
- Loading shader constants is more efficient now. This improves
performance for (among others) Half-Life 2, Counter Strike: Source,
and Source Engine games in general.
- The performance of sRGB samples is improved, this particularly helps
Source Engine games.
*** Platform-specific changes
- Joysticks POV switch and axis remapping are now better supported on
Linux. Joysticks are now supported on Mac OS X too.
- The various DVD I/O controls are now implemented on Mac OS X.
- The network routing and statistics functions in iphlpapi are now
implemented on Solaris and FreeBSD.
- Mach-O debugging symbols (the format used by Mac OS X) are now
supported in the debugger.
- Event ports are now used on Solaris for improved wineserver
performance.
*** New library dependencies
- The libgnutls library is now used for encryption and certificate
validation in secur32.
- The libgsm library is now used for the GSM codec support.
- The libmpg123 library is now used for mp3 decoding (except on Mac OS
X where CoreAudio functions are used instead).
- The libopenal library is now used for the openal32 dll
implementation, as well as for the mmdevapi dll (Vista sound
support).
- The libtiff library is now used for TIFF image decoding in the
windowscodecs dll.
- The libv4l1 library is now used for video capture in DirectShow.
*** Backwards compatibility
- The wineshelllink helper script has been removed. All the menu and
desktop integration is now handled by winemenubuilder.
- The deprecated wineprefixcreate script has been removed. Wine prefix
directories are created automatically as needed.
- Old LinuxThreads setups are no longer supported. Wine now requires
the modern NPTL threading that has been standard on Linux for many
years now.
- The PBuffer option for off-screen rendering has been removed from
Direct3D. This code was unmaintained, and offered little advantage
over the "fbo" or "backbuffer" modes.
*** Known issues with recent 1.2 changes
- The subpixel font rendering doesn't yet look quite as nice as that
used by the rest of the Unix desktop.
- The OLE storage performance can degrade pretty badly on files with a
particular layout.
- There is no 64-bit version of the Gecko engine yet, so 64-bit
applications that use a browser control won't work correctly.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.2-rc7 is now available. Barring any
last minute problems, this should be the last release candidate before
the final 1.2. Please give it a good testing.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc7.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.2-rc7.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.2-rc7:
1567 Capella 2002 - welcome-screen doesn't disappear
9216 Gothic 2 won't start - complains about hook process
12287 CommFort: cannot use sound capture
12298 Notation Composer: crashes when opening menus when using ALSA
13743 Checkboxes are drawn as buttons in Voyage Century
14869 Error closing internal windows in Hy-Tek Team Manager 4.0
15471 Adobe Contribute 4 locks up X
15548 Voyage Century Online crashes to desktop after logging in
16087 wine spews innumerable "Unable to check compatibility for Format..." errors in some games
16162 Settlers 3 crashes with "wine client error: partial write"
16863 Control drwaing over each other in very simple dotnet application
17239 Fiesta does not work - D3D issue?
18210 Fallout 3: game hangs after childbirth
18475 Fallout 3: No sound device detected. Fallout 3 cannot run.
18924 OutputDebugString does not do what it's supposed to do
19659 EverQuest 2: EQ2 Crashed shortly after entering game.
20650 Wargames crashes instantly if choosing hardware mode (rather than Software Rasterizer)
21422 winedbg cannot find local symbols in EXE.
22213 The Witcher, Enhanced edition crashes
22215 Goldwave - Window Close event freezes application
22944 Goldwave dialog windows drawn behind parent window
23265 The Neverhood: movies do not play
23417 EverQuest II: Crashes immediately after hitting "Play" at character select screen
23469 Spectrum Lab crashes on loud sounds
23479 notepad++: can no longer select file tabs when multiple files are open
----------------------------------------------------------------
Changes since 1.2-rc6:
Alexander Nicolaysen Sørnes (1):
wordpad: Update Norwegian Bokmål translation.
Alexandre Goujon (1):
ws2_32: Add host unreachable case.
Alexandre Julliard (3):
Revert "comctl32: Fix selection of tab via mouse."
ntdll/tests: Fix a few test failures in the new exe protection tests.
msvcrt/tests: Add some alternative locale names that happen on Windows.
Andrew Nguyen (8):
msi/tests: Run the automation tests in silent mode to avoid a dialog.
msi/tests: Delete the test patch file for proper patch test cleanup.
msi/test: Uninstall the test product when skipping patch tests.
msi/tests: Skip patch tests if product installation failed.
msi/tests: Free the user SID string buffer with the correct deallocator in the source tests.
msi/tests: Remove a redundant source test.
msi/tests: Fix a source test comment.
msi/tests: Skip some source tests if a required product key cannot be created.
Andrey Turkin (1):
msxml3: Add test to highlight another difference between XSLPattern and XPath.
André Hentschel (1):
user32/tests: The dialog for that proc has no IDCANCEL.
Aric Stewart (1):
shlwapi: Correct slash/backslashs in UrlCanonicalize.
Austin Lund (1):
riched20: Process messages which arrive before WM_NCCREATE.
David Adam (1):
d3dx9_36/test: Fix a copy/paste typo.
Eric Pouech (1):
dbghelp: Added support for CFA save/restore operation.
Frédéric Delanoy (1):
comdlg32: Ensure French print dialogs sizes match English ones.
Gustavo Henrique Milaré (9):
cryptui: Update Portuguese (Brazilian) translation.
crypt32: Update Portuguese (Brazilian) translation.
crypt32: Update Portuguese (Brazilian) translation.
shell32: Update Portuguese (Brazilian) translation.
comdlg32: Fix Portuguese translation.
kernel32: Added Brazilian Portuguese winerr file.
kernel32: Fixed typos in Portuguese translation and changed LanguageName.
taskmgr: Fixed Portuguese (Brazilian) translation.
shdoclc: Fix Portuguese translation.
Henri Verbeet (1):
wined3d: Invalidate STATE_STREAMSRC in IWineD3DDeviceImpl_EvictManagedResources().
Igor Paliychuk (10):
clock: Add Ukrainian translation.
devenum: Add Ukrainian translation.
mapi32: Add Ukrainian translation.
serialui: Add Ukrainian translation.
uninstaller: Add Ukrainian translation.
view: Add Ukrainian translation.
wineps.drv: Add Ukrainian translation.
comdlg32: Ukrainian translation update.
winemine: Add Ukrainian translation.
winhlp32: Ukrainian translation update.
Jörg Höhle (1):
kernel32/tests: Skip fewer tests on Win9x.
Ken Sharp (12):
msvidc32: Add Welsh resource.
localspl: Add Welsh resource.
oleaut32: Add Welsh resource.
kernel32: Update Gaelic resource.
mapi32: Add Welsh resource.
msrle32: Add Welsh resource.
view: Add Welsh resource.
uninstaller: Add Welsh resource.
devenum: Add Welsh resource.
kernel32: Update Cornish resource.
kernel32: Update Welsh resource.
mapi32: Add Gaelic resource.
Ken Thomases (1):
ntdll: Fix set_baud_rate for high rates for non-Linux (bad copy/paste).
Louis Lenders (4):
xinput1_3: Quiet a noisy fixme.
include: Add EnumDisplaySettingsEx flags.
include: Add dmDisplayOrientation definitions.
d3d9: Add a few tests for GetAdapterDisplayModeEx.
Marcus Meissner (3):
ntdll: Add tests for NtQueryVirtualMemory.
mscvrt: Fix include to be C++ compatible.
ntdll: Handle error cases in om test (Coverity).
Michael Stefaniuc (3):
winhlp32: Remove an untranslated resource from the Romansh translation.
progman: Fix the sizes of a dialog in the Romanian translation.
wordpad: Add the Romanian translation.
Misha Koshelev (1):
d3dx9: Test penultimate declaration element in D3DXDeclaratorFromFVFTest.
Paul Vriens (2):
notepad: Use SUBLANG_NEUTRAL for the Arabic resources.
comdlg32: Prevent a NULL pointer dereference (Coverity).
Stefan Dösinger (5):
d3d9: Nvidia drivers don't like unused output formats.
d3d9: Pass count=0 when clearing the whole surface.
d3d9: Ignore a Windows 7 failure in the d3d9 depth clamp test.
d3d9: Windows7 doesn't draw with Viewports bigger than the framebuffer.
d3d9: Use color_match in the coissue tests.
Vincent Povirk (5):
gdiplus: Check for null pt in GdipCreateMatrix3.
gdiplus: Set result to NULL when CreatePathGradient fails.
gdiplus: Stub GdipRecordMetafile.
gdiplus: Stub GdipRecordMetafileStream.
gdiplus: Stub GdipGetMetafileHeaderFromEmf.
Yaron Shahrabani (2):
notepad: Add Hebrew translation.
notepad: Add Arabic translation by Khaled Hosny.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.2-rc6 is now available.
What's new in this release (see below for details):
- Many translation updates.
- A lot of bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc6.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.2-rc6.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.2-rc6:
6189 AutoCAD 2007 fails to install
7574 urlmon.HlinkSimpleNavigateToString unimplemented
9830 Crash when closing Titan Poker application
10209 Jericho crashes when entering game menu
11168 DVRManager + MFServer: Crashes
11614 Adobe Premiere Pro 2 tryout installer fails on first run
12025 Objects in Alien Shooter 2 demo and Nvidia legacy driver aren't drawn
14287 Windows Live Installer does not start
14694 Grandia2: Selected mode is not supported by the video
15732 BPM Studio crashes when playing a sound
15754 ripp it's installer is hidden, z - order issue
15953 Firefox: drag (and drop) doesn't work at all
16390 ct offline update: cmd crash by starting the downloads
16435 spss 17 "SPSSWinWrapIDE.exe" aborts with ITypeInfo_fnInvoke error
16437 installing spss 17 makes other apps fail to find MSVCR80?
16480 shlfolder tests fail when the unix namespace is disabled
16508 Macromedia Fireworks 8 trial sliders do not work properly
16539 Sanity: Aiken's Artifact demo menu is not drawn properly
16572 Intercon Accessible FormNet VisualFill crashes
17593 Starcraft Willin't make games on battle.net
18602 IZArc v4.0 beta 1 installation crashes with exception
18849 PuTTY never times out when given an invalid server
20223 incredimail installer crashes
20500 Serious performance regression under Heroes of the pacific.
21233 Anarchy Online crashes in a certain room in every Alien Mission (missions cannot be done)
21802 Mozilla firefox - main window is mostly black
21815 Troopmaster 2010 fails on startup
22092 Starcraft II patcher/WoW Trial installer pops up 3-5 error dialogs without native ie6
22420 SimTower crashes
22429 VMWare ThinApps don't run
22527 VirtualDub: crash when opening `Compression...' dialog
22639 Sid Meier's Railroads: train never arrives
22723 AutoCad R14 crashes on start
23006 no way to disable font smoothing on fontconfig level
23015 PL\SQL Developer: shows standard message boxes behind main window
23247 hhctrl.ocx - crash when showing HTML help
23249 Fallout 3, Oblivion: Most sound effects missing.
23341 wine wordpad format tabs menu option wrong
23353 Steam windows don't close after major update
23381 Newsbin Pro MOTD dialog fails to dismiss correctly
23389 HEAP_ValidateInUseArena memory tail overwritten when updating Wine
23419 winedbg 'bt all' doesn't work
23425 unimplemented function KERNEL32.dll.QueryMemoryResourceNotification
23431 provide a stub for ntdll.NtSystemDebugControl() (Ollydbg 2.x)
23432 Stranded II does not start
23443 Font in some lists displayed incorrectly when screen resolution > 96
23452 Some 16-bit Windows NE executables are not recognized
23465 eVoice Player: installer does not complete
----------------------------------------------------------------
Changes since 1.2-rc5:
Alexander Nicolaysen Sørnes (3):
wordpad: Update Norwegian Bokmål translation.
mapi32: Add Norwegian Bokmål translation.
jscript: Add Norwegian Bokmål translation.
Alexandre Julliard (23):
atl: Fix off-by-one buffer allocation.
msvcrt: Use the correct strdup function for locale data.
winemenubuilder: Load only low bit count icons if we are going to save to XPM format.
winemenubuilder: Use the new wine glass icon from user32 as default icon.
ntdll: Round up the initial commit size to the commit granularity.
winex11: Set the user time property on top-level windows.
winex11: Disable antialiasing if either fontconfig or Xft disable it explicitly.
ntdll/tests: Add a test for the exception resulting from an icebp instruction.
gdiplus/tests: Comment out a test that corrupts the stack on Vista.
server: Return the total length of the target in query_symlink.
ntdll: Append a terminating null and return the correct length in NtQuerySymbolicLinkObject.
ntdll/tests: Add some tests for NtQuerySymbolicLinkObject.
configure: Disable clean and depend rules for disabled top-level directories.
winedump: Don't crash on an invalid nrestab NE header value.
krnl386.exe: Ignore non-resident name table if value is invalid.
winedbg: Use the correct context when fetching the frame state for backtraces.
winedbg: Add a name for a couple of instructions in the disassembler.
gdiplus/tests: Use Tahoma instead of Courier New for testing font metrics.
gdiplus/tests: Don't fail if we do find Microsoft Sans Serif on Wine.
msi/tests: Reset the enumeration index for MsiEnumProducts before testing it.
d3d8/tests: Fix some test failures with the focus messages.
d3d9/tests: Fix some test failures with the focus messages.
msi/tests: Check the x86 program directory first for installed files.
Andrew Eikum (5):
shell32: Fix a comment typo.
shell32: Use ParseURL to detect URLs.
shell32: UNIX paths should be parsed by unixfs.
include: Add new SHCNRF flags.
shell32: Pass the file extension to ParseDisplayName in unixfs's SetNameOf.
Andrew Nguyen (1):
atl: Accept a NULL output container pointer in AtlAxAttachControl.
André Hentschel (7):
kernel32: Add NERR_UserNotFound to german winerr.
urlmon: Partially implement HlinkSimpleNavigateToString.
user32/tests: Use if(0) instead of a comment to make sure code still compiles.
include: Add some SYSDBG_COMMANDs.
winecfg: Remove BS_DEFPUSHBUTTON style for AddDll.
urlmon: Implement HlinkSimpleNavigateToMoniker.
user32/tests: Test that GetDlgItem does not recurse.
Austin English (7):
setupapi: Add stubs for SetupDiBuildDriverInfoList and SetupDiDeleteDeviceInfo:.
ntoskrnl.exe: Add stub for MmAllocateContiguousMemorySpecifyCache:.
kernel32: Add NERR_UserNotFound to Norwegian winerr.
kernel32: Add stub for QueryMemoryResourceNotification.
ntdll: Add stub for NtSystemDebugControl.
user32: Fix a compiler warning on mingw.
wininet: Avoid size_t in ERR().
David Hedberg (2):
wordpad: Small update to the Swedish translation.
taskmgr: Small update to the Swedish translation.
Dmitry Timoshkov (1):
comdlg32: Not all messages depend on initialized custom choose font dialog data.
Eric Pouech (8):
dbghelp: Fix the localization of section table while loading COFF information.
dbghelp: Test validity of COFF symbol table against file size (and not image size).
dbghelp: Ensure we can try to load COFF symbols if none is found in other debug formats.
winmm: Added a couple of tests for structure alignment.
dbghelp: Set the correct word size when unwinding stacks with Dwarf debug info.
dbghelp: Correctly handle the RULE_EXPRESSION when computing CFA in dwarf debug info.
dbghelp: When unwinding i386 stacks, update CONTEXT with sp/bp/ip.
dbghelp: Parse correctly DW_LNE_set_discriminator.
Gustavo Henrique Milaré (30):
winecfg: Fix Portuguese (Brazilian) translation.
cmd: Update Portuguese (Brazilian) translation.
cmdlgtst: Update Portuguese (Brazilian) translation.
net: Update Portuguese (Brazilian) translation.
oleview: Update Portuguese (Brazilian) translation.
reg: Update Portuguese (Brazilian) translation.
start: Update Portuguese (Brazilian) translation.
taskmgr: Update Portuguese (Brazilian) translation.
uninstaller: Update Portuguese (Brazilian) translation.
view: Update Portuguese (Brazilian) translation.
wineboot: Update Portuguese (Brazilian) translation.
wineconsole: Update Portuguese (Brazilian) translation.
winedbg: Update Portuguese (Brazilian) translation.
winemine: Update Portuguese (Brazilian) translation.
winhlp32: Update Portuguese (Brazilian) translation.
xcopy: Update Portuguese (Brazilian) translation.
mshtml: Fix Portuguese (Brazilian) translation.
regedit: Update Portuguese (Brazilian) translation.
winhlp32: Update Portuguese (Brazilian) translation.
shdoclc: Update Portuguese translation.
oleacc: Fix Portuguese (Brazilian) translation.
shlwapi: Fix Portuguese (Brazilian) translation.
winspool.drv: Update Portuguese (Brazilian) translation.
wldap32: Update Portuguese (Brazilian) translation.
wininet: Update Portuguese (Brazilian) translation.
setupapi: Update Portuguese (Brazilian) translation.
appwiz.cpl: Fix Portuguese (Brazilian) translation.
cryptdlg: Update Portuguese (Brazilian) translation.
hhctrl.ocx: Fix Portuguese (Brazilian) translation.
mshtml: Fix Portuguese translation.
Hwang YunSong (2):
cmd: Update Korean resource.
xcopy: Update Korean resource.
Igor Paliychuk (11):
wordpad: Ukrainian translation update.
cryptdlg: Ukrainian translation update.
wldap32: Ukrainian translation update.
winefile: Ukrainian translation update.
mshtml: Ukrainian translation update.
crypt32: Ukrainian translation update.
oleacc: Added Ukrainian translation.
reg: Ukrainian translation update.
xcopy: Ukrainian translation update.
comdlg32: Ukrainian translation update.
comctl32: Ukrainian translation update.
Ilya Basin (1):
include: Fix packing bug in shlobj.h. pragma pack 8 for ITEMSPACING, CSFV, SFV_CREATE.
Jacek Caban (6):
mshtml: Store client site in HTMLDocumentObj as soon as possible in SetClientSite.
shdocvw: Try to guess scheme for IHTMLPrivateWindow navigation too.
shdocvw: Pass correct buffer size to UrlApplySchemeW.
shdocvw: Return S_OK in IWebBrowser2::Stop.
shdocvw: Store DocHost url on a regular heap.
shdocvw: Added IBindStatusCallback::OnProgress(BINDSTATUS_REDIRECTING) implementation.
Jaroslav Šmíd (1):
hhctrl.ocx: Make sure pszCaption and pszFile are never 0.
Ken Sharp (1):
iccvid: Add Welsh resource.
Kovács András (23):
appwiz.cpl: Add Hungarian translation.
browseui: Add Hungarian translation.
credui: Add Hungarian translation.
comdlg32: Hungarian translation update and conversion to UTF-8.
cryptdlg: Add Hungarian translation.
crypt32: Add Hungarian translation.
gphoto2.ds: Add Hungarian translation.
jscript: Add Hungarian translation.
localspl: Add Hungarian translation.
localui: Add Hungarian translation.
mapi32: Add Hungarian translation.
mshtml: Update Hungarian translation.
oleacc: Add Hungarian translation.
oledlg: Update Hungarian translation.
sane.ds: Add Hungarian translation.
setupapi: Update Hungarian translation.
shdoclc: Update Hungarian translation.
shell32: Update Hungarian translation.
shlwapi: Update Hungarian translation.
wininet: Update Hungarian translation.
winspool.drv: Add Hungarian translation.
wldap32: Add Hungarian translation.
devenum: Add Hungarian translation.
Marko Nikolic (2):
advapi32/tests: Replaced function lstrlen with strlen in condition check.
advapi32/tests: Removed sign comparison warning in test_LookupAccountName.
Matthias Kupfer (1):
comctl32: Fix selection of tab via mouse.
Michael Stefaniuc (4):
start: Add the Romanian translation.
start: One language specifier in the English resource is enough.
cryptui: Add the Romanian translation.
progman: Add the Romanian translation.
Mikko Rasa (1):
ddraw: Grow index buffer as needed.
Nikolay Sivov (3):
msxml3: Create additional node for xml declaration.
msxml3: Add support for IPersistStreamInit for IXMLDOMDocument.
msxml3: Use proper pointer types for IPersistStreamInit methods.
Paul Chitescu (4):
dbghelp: Provide a non-NULL number of bytes read to ReadProcessMemoryProc64 callback.
mshtml: Do not try to use IDocHostUIHandler for context menu if hostui is NULL.
mshtml: Pass the data read from resource to FindMimeFromData.
shdocvw: Strip out initial whitespaces and quotes around an URL on iexplore command line.
Piotr Caban (3):
msxml3: Fix illegal memory access.
wininet: Reconnect if persistent connection was closed by server.
wininet: Remove get_avail_data check from HTTPREQ_ReadFileExA.
Ricardo Filipe (1):
mshtml: Fix Portuguese Portugal translation.
Scott Ritchie (1):
wine.desktop: Add Czech translation by Sven Augustin.
Tim Cadogan-Cowper (1):
winmm: Correctly calculate dwFileSize for apps installing their own IOproc.
Vitaly Lipatov (1):
kernel32: Add Russian translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.2-rc5 is now available.
What's new in this release (see below for details):
- Many translation updates.
- A lot of bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc5.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.2-rc5.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.2-rc5:
3756 ATMEL AVRStudio4 crash
8665 winecfg: please do not remove not-present directories
11188 Most attempts to save in Warcraft III 1.21a Reign of Chaos crash the game
12973 QIP: Does not work
13028 winetest's Stop button does not work
13891 start.exe http://someurl/ does not work (affects any app that invokes external browser, e.g. Google Sketchup)
14319 When running Call of Duty 2, the text in the main game menu is blocky and unreadable.
14554 FLSynthmaker menus show up on the wrong screen in Xinerama mode
15567 Navision 4.0 sp2 stoped to work when wine upgraded to version 1.1.5
15728 star wars force commander graphics are blocky
16001 Quicken crashes when attempting to load files.
16342 Songbird can't play music files
16368 installer need access to My Documents
16670 Angry Planet Temper (app does not start) starting problems give some dll differences
18314 The Witcher: Launcher window invisible (taskbar enty appears)
18450 EVE Online crashes
18710 Installer omits question because of langid
18808 Microsoft FlightSimulator 9 (2004): surface errors and missing textures
19154 Recent Blizzard Downloader crashing during download
19394 Quicken 2007 Basic Crashes on file load
19419 EVE Online crashes when loading Caldari station environment
20084 winetricks -q controlpad fails
20145 DrawIconEx() doesn't draw 1 bpp monochrome Icons correctly
20155 FlatOut 2 - some UI elements shown as transparent white instead of correct color
20698 FlatOut 2 - Screen is rendered as black (HUD and menus are working)
20816 Civilization II crashes on startup when sound is enabled in Wine
20821 Fusion Sega emulator renders content misplaced
20848 Pumuckl: regained sound but crashes at start (16bit mm)
21125 Asteroids game crashes when sound is enabled
21498 Metatrader 4: window gets lost after minimize
21509 Windows 7 SDK aborts on startup because of unimplemented gdiplus.GdipGetImageThumbnail
21962 Call of Duty 4 crashes
22003 Napoleon: Total War demo has no sound
22311 PlayOnline viewer corrupts terminal console
22684 Jedi Knight: Dark Forces II screen flips when picking up an item
22685 unimplemented function msvcr90.dll._wmakepath_s (affects Spiceworks)
22897 Mouse cursor is damaged when DCOM98 is used
22990 Lotus Organizer and Word Pro will not print
23025 D-Pad is not functional in epsxe
23112 flash player install crashes
23169 GeForce FX: Extremely low performance with NPOT textures
23171 Adobe CS4 installer causes a page fault
23201 Motocross Madness 2 crashes at start (d3d)
23238 Repton 3: crashes when viewing map (unhandled page fault on write)
23241 Icons are blacked out/blank in some Altium Designer 2009 GUI elements
23242 Windows Platform SDK 2003 installer crashes
23263 Moon Tycoon gets stuck in loop saying No Direct3D / Switching to software rasterizer.
23274 Jedi Knight: Dark Forces II screen blue-tearing when picking up an item
23306 AOE III: Polish patch v1.13 fails to apply
23314 cmd treats all command lines with '/?' as builtin commands
----------------------------------------------------------------
Changes since 1.2-rc4:
Akihiro Sagawa (9):
hhctrl.ocx: Add Japanese translation.
comdlg32: Update Japanese translation.
gphoto2.ds: Add Japanese translation.
mapi32: Add Japanese translation.
localspl: Update Japanese translation.
shdoclc: Add Japanese translation.
winspool.drv: Add Japanese translation.
jscript: Add Japanese translation.
shdoclc: Fix Japanese translation.
Alessandro Pignotti (1):
winedevice: Use 64-bit wide delta when relocating.
Alexandre Julliard (20):
hlink/tests: Comment out a test for an uninitialized return value.
ntdll: Fix the initial FPU control word on 64-bit.
shell32/tests: Use the windows directory for the SHParseDisplayName test to avoid ambiguous namings.
user32: Fallback to English in MessageBoxIndirect if the specified language is not supported.
advapi32: Make rpcrt4 a delayed import to work around circular dependencies with native.
ntdll: Fix the initial FPU control word on 32-bit too.
jscript/tests: Fix a test that fails because of the reduced FPU precision.
psapi/tests: Fix the working set tests for Wow64.
ntdll/tests: Fix some exception tests for Wow64.
kernel32: Add the TlsAlloc/FreeInternal entry points.
user32/tests: Add more systematic tests to validate the DDE client-side A<->W conversions.
user32/tests: Fix some DDE test failures on Win9x.
kernel32: Avoid returning the same name when GetTempFileName is called twice in a short interval.
ntdll: Add a WINEARCH environment variable that allows forcing a specific 32- or 64-bit architecture.
user32/tests: Restructure the DDE end-to-end tests to make it easier to add new cases.
user32/tests: Add some Unicode test cases for A/W mappings.
user32/tests: Fix more DDE test failures on Win9x.
user32: Add a heuristic for Unicode mappings of DDE data on the server side.
Revert "winebrowser: Convert URL obtained through DdeGetData to Unicode."
shell32: Fix DDE command tracing now that we are receiving Unicode.
Andrew Nguyen (6):
ddraw: Validate structure pointers and sizes in IDirect3D3::FindDevice.
ddraw: Allow the ddraw RGB device to be enumerated in IDirect3D3::FindDevice.
ddraw/tests: Add an observation regarding device color model criteria for IDirect3D3::FindDevice.
msvcrt: Implement _makepath_s.
msvcrt: Implement _wmakepath_s.
gdiplus: Add a few additional traces to gdiplus image functions.
Andrey Turkin (1):
ntdll: Fix race in NtRead/WriteFile.
André Hentschel (13):
winedump: Update README.
cmd: Update German translation.
user32: Update comment.
krnl386.exe16: Update a comment.
winemaker: Ignore the Global section.
winemaker: Ignore files not found by the search function.
winemaker: Warn on include path starting with drive letter.
winemaker: Don't use deprecated -mcpu option.
uxtheme: Quiet a noisy fixme.
winetest: Implement aborting.
kernel32: Update a warning.
wineps.drv: Update comments.
winetest: Also abort while sending.
Aric Stewart (2):
winex11.drv: Make UploadGlyph fallback to notdef and space so as to not fail.
shlwapi: URL_FILE_USE_PATHURL flag only unescapes file urls in UrlCanonicalize.
Aurimas Fišeras (1):
cmd: Update Lithuanian translation.
Dmitry Timoshkov (1):
comctl32: Add a bunch of imagelist storage tests, make them pass under Wine.
Dylan Smith (5):
winemine: Native RegisterClassEx requires cbSize to be set.
shell32: Native RegisterClassEx requires cbSize to be set.
shdocvw: Native RegisterClassEx requires cbSize to be set.
wordpad: Remove untranslated resources from the Chinese translation.
wordpad: Use correct resource ID for tab stops dialog.
Eric Pouech (2):
mmsystem.drv: Always map parameters for all callback kinds.
mmsystem.drv: Always create a thunk for MMIO objects.
Florian Köberle (1):
comctl32/tests: Test calculating the rect of a child item while handling TVN_ITEMEXPANDED.
Francois Gouget (27):
crypt32/tests: Add a trailing '\n' to ok() calls.
d3d10/tests: Add a trailing '\n' to ok() calls.
msvcrt/tests: Add a trailing '\n' to an ok() call.
opengl32/tests: Add a trailing '\n' to a skip() call.
usp10/tests: Add a trailing '\n' to an ok() call.
msvcrt/tests: Make test_dup2() static.
shlwapi/tests: Make the XXX_Construct() functions static.
ntdll: Fix a typo in a parameter name.
ws2_32/tests: Fix a typo in a variable name.
msvcr90/tests: Make test_invalid_parameter_handler() static.
winemenubuilder: Add a trailing '\n' to a FIXME() call.
msvcr100: The msvcr100 debug channel is unused so remove it.
mmdevapi/tests: Add a trailing '\n' to an ok() call.
wined3d: Remove spaces after '\n's.
shell32/tests: Make I{DataObject,ShellBrowser}Impl_Construct() static.
d3dxof: Make fdi_{alloc,free}() static.
d3dx9_36: Make assemble_shader() static.
gdiplus: Make measure_ranges_callback() static.
wordpad: Make print_preview() and preview_page_hittest() static.
kernel32: GetProcessDword() is unused so remove it.
usbd.sys: Fix the test for type control endpoints.
winecfg: The winecfg debug channel is unused so remove it.
programs: Remove spaces before '\n's in the resources.
winhlp32: Remove a space before an ellipsis in the Dutch translation.
wineboot: Remove a space before an ellipsis in the Norwegian (Bokmal) translation.
programs: Add a space before ellipses in the Slovenian translation.
Assorted typo and spelling fixes.
Frédéric Delanoy (2):
cmd: Initial PATH value taken from registry, not wine.conf.
cmd: Update French translation.
Gustavo Henrique Milaré (21):
winecfg: Update Portuguese translation.
wordpad: Update Portuguese translation.
browseui: Update Portuguese (Brazilian) translation.
appwiz.cpl: Update Portuguese translation.
notepad: Fix Portuguese translation.
credui: Update Portuguese (Brazilian) translation.
avifil32: Update Portuguese (Brazilian) translation.
wordpad: Fix Portuguese translation.
notepad: Update Portuguese (Brazilian) translation.
winefile: Update Portuguese translation.
progman: Update Portuguese translation.
gphoto2.gs: Update Portuguese (Brazilian) translation.
jscript: Update Portuguese (Brazilian) translation.
mapi32: Update Portuguese (Brazilian) translation.
msacm32: Update Portuguese (Brazilian) translation.
mshtml: Updated Portuguese (Brazilian) translation.
oledlg: Update Portuguese (Brazilian) translation.
msi: Update Portuguese (Brazilian) translation.
oleacc: Update Portuguese (Brazilian) translation.
sane.ds: Update Portuguese (Brazilian) translation.
serialui: Fix Portuguese (Brazilian) translation.
Hans Leidekker (1):
msi: Avoid a crash when the cabinet file must be downloaded.
Henri Verbeet (2):
wined3d: read_from_framebuffer_texture() isn't suitable for readback of onscreen surfaces.
ddraw: Avoid an integer overflow in IDirectDrawSurfaceImpl_BltFast().
Hwang YunSong (9):
comctl32: Update Korean resource.
gphoto2.ds: Update Korean resource.
oledlg: Update Korean resource.
setupapi: Update Korean resource.
shdoclc: Update Korean resource.
winecfg: Update Korean resource.
wininet: Update Korean resource.
avifil32: Update Korean resource.
mapi32: New Korean resource.
Ilya Basin (1):
shell32/tests: SHELL_ArgifyW(%2|%*|%~3, ...) tests.
Jacek Caban (4):
mshtml: Fixed event tests.
mshtml: Check if event_table entry is allocated before using it in remove_event_handler.
shdocvw: Return IHTMLDocument2's IDispatch in get_Document.
mshtml: Use correct iexplore.exe path in mshtml.inf.
Jose Rostagno (5):
wineconsole: Fix Spanish translation.
winecfg: Fix Spanish translation.
start: Fix Spanish translation.
regedit: Fix Spanish translation.
winhlp32: Fix Spanish translation.
Juan Lang (1):
wincrypt.h: Remove duplicate definitions.
Jörg Höhle (2):
winealsa: Only linear PCM is supported.
mmsystem: Handle WAVE_FORMAT_QUERY case.
Ken Thomases (1):
winex11: Allow setting focus on active window, if no focus window.
Luca Bennati (2):
kernel32: Update Italian translation.
cmd: Update Italian translation.
Maarten Lankhorst (1):
winecfg: Only initialise the audio drivers once.
Marko Nikolic (2):
advapi32/tests: Fixed -Wsign-compare warnings in security tests.
advapi32/tests Fixed test macro in ConvertSecurityDescriptorToString.
Matteo Bruni (1):
wined3d: Check for error conditions in GL call.
Michael Stefaniuc (17):
wordpad: "Fix" an error in the Norvegian translation.
wordpad: Remove untranslated resources from the Turkish translation.
winecfg: Fix an error in the Chinese (Traditional) translation.
xcopy: Add the Romanian translation.
xcopy: Update the English resource.
cmd: Don't treat all command lines with '/?' as builtin commands.
serialui: Add the Romanian translation.
hhctrl.ocx: Add the Romanian translation.
gphoto.ds: Add the Romanian translation.
net: Add the Romanian translation.
notepad: Fix an error in the Wallon resource.
notepad: Fix an error in the Chinese (Simplified) resource.
msvfw32: Add the Romanian translation.
oledlg: Add the Romanian translation.
jscript: Update the Romanian translation.
reg: Add the Romanian translation.
winedbg: Add the Romanian translation.
Misha Koshelev (1):
include: Include d3dx9shape.h in d3dx9.h.
Nikolay Sivov (10):
msxml3: Don't force parser encoding when loading from file.
msxml3: Support xml:lang attribute in IXMLElement::getAttribute().
msxml3: Don't crash on null pointer when doing ::Next() on a last child.
msxml3: Extend traces for inc/dec refs on libxml2 documents.
msxml3: Properly free namespace structure pointer.
msxml3: Use vtable macros consistently, depending on pointer type.
msxml3: Silence a warning in ::get_baseName() for document nodes.
msxml3: Accept CLSID_FreeThreadedDOMDocument30 in class factory.
msxml3: Don't free namespace data tracked in a tree.
msxml3/tests: A test to show difference in XPath and XSLPattern for node position.
Paul Chitescu (1):
gdi32: If driver is missing claim vectorial fonts are supported so GDI fonts (freetype) are used.
Peter Davies (1):
winegcc: Enable the use of gcov and PGO.
Piotr Caban (1):
msvcrt: Added __crtLCMapStringW partial implementation.
Sven Baars (3):
cmd: Update Dutch translation.
oledlg: Fix Dutch translation.
shell32: Fix Dutch translation.
Vincent Povirk (6):
gdiplus: Stub GdipGetRenderingOrigin.
gdiplus: Stub GdipGetLineTransform.
gdiplus: Stub GdipMultiplyLineTransform.
gdiplus: Stub GdipGetPathGradientCenterColor.
gdiplus: Always create path gradient brushes with blend positions.
gdiplus: Stub GdipGetEncoderParameterListSize.
Łukasz Wojniłowicz (1):
kernel32: Update the Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.2-rc4 is now available.
What's new in this release (see below for details):
- Many translation updates.
- A lot of bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc4.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.2-rc4.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.2-rc4:
4813 Haegemonia crashes on startup
7893 cubloc locks up when you choose 'run'
9136 Hitman 4: PostProcessing\Blur artefacts
9140 Can not install AutoCad 2006
9320 No applications inside virtual desktop get properly focused and activated
9579 Window doesnt redraw after restoring
10142 Switching workspaces/desktops can make some application windows disappear
10558 Srim 2006 does not work
11028 Cannot type into IMVU chat window after it first loses focus.
11548 Coastal Explorer launches but has no toolbar or menus
11661 Confusing error message when executing application on noexec fs
11933 Alien Shooter 2 demo crashes on exit when playing at 1024x768
12752 Zak McKracken - Between Time and Space aborts after game loading screen
13007 ADIsimPLL: crashes after the "tip-of-the-day" dialog is closed
13064 AfterEffects 7 tryout crashes on startup, needs GDI32.dll.CreateFontIndirectExW
13402 rendering glitches in fr-030 candytron party
13423 Firefox unusable when computer loaded down [dogfood]
13438 Eudora 7.1.0.9: printing garbled after first half page
14097 Zak McKracken - Between Time and Space mp3 problem
14557 Sins of a solar empire straddles both monitors in xinerama mode
15010 Peggle Deluxe and Peggle Extreme: black screen with 3D hardware acceleration
15012 Thunder:crashes when click the resume(开始) button to continue the task.Also EXCEPTION_ACCESS_VIOLATION error.
15099 Bionic Commando Rearmed wont run
15284 Direct3D output is at half the frame rate of OpenGL output in WinUAE
15452 Freewire aborts due to incorrect handling of COLORRES nIndex in winex11's GetDeviceCaps()
15819 BeyondCompare hangs when restoring window or changing desktops
15884 Tooltips displayed in mIRC when windows are minimized
15941 Mount & Blade crashes with 'Unable to create render target texture'
16380 Program manager window appears unexpectedly
17275 Aquamark 3 crashes at end after failing to access VIDEOPRT.SYS
17311 REDCINE: Application crash at startup
17697 SNetTerm won't start
17778 WinPolis drawing errors
17992 fixme:d3d error, screen is broken, and then flips forever
18596 AOL Instant Messenger 6.9 exits silently
18615 Motocross Madness 2: upside down display as mouse moves over button
18934 Free PDF to Word Doc converter's installer reports wrong ClassNN (appinstall)
19128 UseGLSL=disabled stops FIFA WM 2006 with vertex shader error
19316 winecfg.exe: cannot access the 'Audio' Tab
19507 Harry Potter a. t. Half-Blood Prince Demo Installer in infinite loop
19573 Adobe CS4 installer's Quit button doesn't do anything
19624 winspool.drv needs to properly handle local printer server config data queries (XPSEPSC update/installer)
19628 Muziic reports an error and exits
20499 Bottom part is not visible in windows with custom-drawn title bar
20666 Garmin WebUpdater install screen (nearly) empty
21156 Add torrents in webUI with µTorrent >= 2.0 doesn't work
21181 Wine does not compile on Cygwin
21402 Microsoft GIF Animator fails to install correctly
21526 several programs fail to compile under cygwin
21534 TF2 stops when pushing on the key : "Display multiplayer scores" (tab key by default)
21609 Multiple games loose most sound effects or crash
21844 Homeworld 2: no sound
21865 Homeworld 2 crashes
21982 DPC Latency Checker barfs loading its driver
22148 Mount & Blade crashes after intro video
22289 Cannot find -lmsvcrt on a msvcr90 test under Cygwin
22595 Zwinky install fails
22686 VectorWorks 11.5 shows icons in toolbars on mouseover only
22725 Entering two columns of numerical data in Excel 2003 leads to crash
22811 Graphical rendering problem in cad program
22824 Guitar Pro 5 - window disappears after minimizing
22941 New behaviour of wineconsole (Alt+F4 emulation by [x] button pressing) causes problems with FAR manager
22952 Babaschess, invisible text on black background input text box
22979 winhelp: Gets stuck in infinite loop loading some help files
23054 WinHEX: Cannot open website link in help
23092 FL Studio built-in file browser fails with long pathnames and/or long filenames
23116 No sound inDawn Of War - Soulstorm Demo
23130 MSVCR100.dll fails to initialize, needs kernel32.RtlPcToFileHeader
23143 SlingPlayer 2 unable to remember password
23200 cygwin build broken in dlls/ws2_32/tests/sock.c
23202 Cyberboard Player has missing disabled icons on menubar
23206 Print output from builtin notepad lacks spaces
23231 Cannot close window in the background by pressing the Close button of that window
----------------------------------------------------------------
Changes since 1.2-rc3:
Alexander Scott-Johns (2):
msvcrt/tests: Rename a variable.
include/msvcrt: Update a bit.
Alexandre Julliard (21):
atl: Fix parsing of extended dialog templates.
atl: Implemented AtlCreateTargetDC.
krnl386: Defined the SMapLS/UnMapLS_IP_EBP functions explicitly to make life easier for winapi_check.
shell32: Create a 32-bpp image list to get alpha blended icons.
appwiz.cpl: Create a 32-bpp image list to get alpha blended icons.
winecfg: Fix pointer truncation in audio setup.
winegcc: Add explicit support for the Cygwin platform.
include: Define the SPLREG winspool string constants.
ntdll: Make the DOS area accessible even when not using it to hide bugs in broken apps.
winedevice: Fix up protections before writing to the NT header.
winegcc: Load the Unicode argv dynamically from the generated stub.
ws2_32/tests: Reorder includes so that winsock.h is included before system headers.
wrc: Avoid use of toupper/isupper on signed chars.
user32: Don't try to alpha blend icons when drawing to a monochrome device.
ntdll: Print a warning when failing to set execute permissions on a section.
user32/tests: Expand the DCX_NORESETATTR test to make sure we check the correct DC.
user32/tests: Ignore repeat key flag that causes occasional failures on Windows.
user32/tests: Fix some class tests that behave differently on WoW64.
shell32: Flesh out the stub DDE query for Progman groups a little.
gdi32: Fix the sign of the vertical text position in ExtTextOutW.
user32: Destroy the unused buttons in a message box instead of only hiding them.
Andrew Nguyen (16):
msxml3: Add proper skips when msxml3 DOM interfaces are unavailable.
msxml3: Ignore the encoding attribute when loading a new XML document in IXMLDOMDocument::loadXML.
msxml3/tests: Correct the sense of a few test failure messages.
winex11.drv: Report a non-zero COLORRES capability value.
setupapi: Avoid useless initializations in SetupIterateCabinetA/W.
setupapi: Validate the cabinet filename parameter in SetupIterateCabinetA.
setupapi: Validate the cabinet filename parameter in SetupIterateCabinetW.
setupapi/tests: Add tests to show that SetupIterateCabinet handles callback exceptions on newer Windows.
setupapi/tests: Add simple enumeration tests for SetupIterateCabinetA.
setupapi/tests: Add simple enumeration tests for SetupIterateCabinetW.
setupapi: Exhaustively test the invalid parameter handling of SetupDecompressOrCopyFileA.
setupapi: Only extract the first MSZIP cabinet file in SetupDecompressOrExtractFile.
setupapi: Add a few traces for SetupDecompressOrCopyFileW.
ntdll/tests: Add tests to examine output file part pointer behavior for RtlGetFullPathName_U.
kernel32/tests: Add tests to examine output file part pointer behavior for GetFullPathNameA.
kernel32/tests: Add tests to examine output file part pointer behavior for GetFullPathNameW.
André Hentschel (3):
propsys: Mention that the functions are stubs.
winegcc: Add detection for --param options.
winemaker: Avoid setting variable to an uninitialized value.
Aric Stewart (3):
usp10/tests: Having numbers in the ScriptStringXtoCP tests causes unpredictable behavior.
usp10/tests: Remove a test for a bug corrected in later versions of usp10.
usp10/tests: Windows 95 does not set invalid glyphs to 0 but instead 0x80.
Damjan Jovanovic (3):
kernel32: Revert 3f1404bf29676d79dd76ffd31e2630bb9f2b0b60 and add better CopyFile tests.
kernel32: Add a CopyFile test.
kernel32: Stop CopyFile from overwriting a file with itself.
Detlef Riekenberg (7):
msvcr7x: Sync exports to msvcrt.
msvcr100: Sync exports to msvcr90.
msvcr80: Sync exports to msvcr90.
winspool: Support the spooler in GetPrinterData.
winspool/tests: Test GetPrinterData/Ex for the print spooler.
winspool: Return ERROR_MORE_DATA, when the app probe for the needed buffer size.
winspool/tests: Handle the Windows bug in GetPrinterDataEx.
Dylan Smith (1):
wordpad: Fix failing GetDlgItem that forced screen repaint.
Eric Pouech (4):
winhelp: Fix trailing space in window name for JumpID macro.
winhelp: Avoid accessing a window in global window list after it has been freed.
winhelp: When following a link, don't do it into a popup, but its parent.
winmm: Only compute dwFileSize for MMIO objects with a DOS ioproc.
Hans Leidekker (3):
propsys: Return success from PSRegisterPropertySchema.
msi: Don't trace the contents of an output buffer.
msi: Add tests for MsiLocateComponent and make them pass.
Henri Verbeet (3):
winealsa.drv: Add some missing newlines.
ntdll: The FPU control word for newly created threads is 0x27f.
ddraw: Register / unregister the ddraw window class from DllMain().
Huw Davies (1):
wineps.drv: Don't return an error for empty glyphs.
Igor Paliychuk (3):
localui: Add Ukrainian translations.
iccvid: Add Ukrainian translations.
localspl: Add Ukrainian translations.
Jacek Caban (5):
shobjidl.idl: Added INewWindowManager declaration.
docobj.idl: Added OLECMDID_UPDATETRAVELENTRY_DATARECOVERY declaration.
mshtml: Don't crash in on_start_uri_open on nscontainer without associated document.
shdocvw: Silence QueryService traces in non-interactive runs.
mshtml: Added IHTMLWindow2::open test.
Jose Rostagno (2):
localui: Add Spanish translation.
notepad: Update Spanish translation.
Juan Lang (5):
crypt32: Add support for szCERT_STORE_PROV_PKCS7 to CertOpenStore.
crypt32/tests: Test opening serialized stores.
crypt32: Terminate reading a serialized store upon reading an empty property.
crypt32: Increment current pointer on successful reads from memory.
crypt32: Add support for CERT_STORE_PROV_SERIALIZED to CertOpenStore.
Jörg Höhle (1):
mmsystem: Log MCI command name again.
Luca Bennati (3):
cryptui: Add Italian translation.
crypt32: Add Italian translation.
oleacc: Add Italian translation.
Marcus Meissner (1):
atl: Also handle struct sizes for 64bit.
Michael Stefaniuc (7):
mapi32: The Portuguese translation is in UTF-8.
wordpad: Remove untranslated resources from the Hungarian translation.
wordpad: "Fix" two errors in the Chinese translations.
notepad: Fix an error in the Czech translation.
notepad: Fix an error in the Portuguese (Brazil) translation.
notepad: Fix an error in the Bulgarian translation.
jscript: Add the Romanian translation.
Nikolay Sivov (5):
gdi32: Add CreateFontIndirectEx implementation.
kernel32: Export RtlPcToFileHeader on x86-64 platform.
msxml3: Avoid SysStringLen() testing for an empty string in ::createNode().
msxml3: Use defined macros to access internal XPath structures.
winhlp32: Added missed Russian resource.
Paul Chitescu (2):
winex11.drv: Post a WM_SYSCOMMAND SC_CLOSE when the window manager asks to close a window.
user32: Use a safer method of freeing user handles to prevent zeroing out a newly allocated handle.
Paul Vriens (1):
user32: Add another flag to the TRACE().
Piotr Caban (1):
atl: Pass correct arguments to fuctions executed by AtlInternalQueryInterface.
Ricardo Filipe (6):
jscript: Update Portuguese Portugal translation.
shell32: Update Portuguese Portugal translation.
wineboot: Update Portuguese Portugal translation.
winecfg: Update Portuguese Portugal translation.
wordpad: Update Portuguese Portugal translation.
mapi32: Add Portuguese Portugal translation.
Rico Schüller (1):
wined3d: Improve fglrx glsl spam filter.
Roderick Colenbrander (1):
wined3d: Add NPOT quirk for GeforceFX 5200.
Sven Baars (2):
wldap32: Fix Dutch translation.
oleacc: Fix Dutch translation.
Vitaly Lipatov (1):
Update Russian translations.
Łukasz Wojniłowicz (1):
winhlp32: Update the Polish translation.
--
Alexandre Julliard
julliard(a)winehq.org