The Wine development release 1.1.24 is now available.
What's new in this release (see below for details):
- Support for freedesktop file associations.
- Support for exception handling on 64-bit.
- Improved ARB shaders.
- Fixes for the FBO mode.
- Many listview improvements.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.24.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.24.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.24:
2720 File open dialog crashes in Micrographic designer
9042 Paradise Poker Client gives black desktop background - bug
10551 When emulating Sprint-Layout the mouse doesn't catch obejects
10981 Anti-Grain Geometry GDI Demo does not run
11030 JIT fails to launch
11942 Trouble with actor's shadow in "Journey to the Center of the Earth"
12137 Test Drive: Unlimited slow performance
12169 Supreme Commander: Black bar obscuring screen when fidelity >low
12183 EVE Premium 4.10.51200 does not render correctly with shadows on
12380 Support fd.o file type associations
12405 Crash at starting WISO Sparbuch 2008
13266 ArchiCad 11 installer: Crashes after extraction (Java related?)
13705 keyboard does not work in Trackmania Nations Forever
13917 Supreme Commander won't let me select high fidelity
13922 configure script produces misleading warning about libhal
14767 WGL_SWAP_METHOD_ARB attribute not implemented
15206 Trouble with symbolic stack dumps and Chromium
15371 HDR not rendered correctly (e.g. in Rainbow 6 Vegas)
15377 1.1.5 breaks d3d game that worked in 1.1.4
15457 Languages dialog is empty in inetcpl.cpl (IMultiLanguage2_GetRfc1766Info)
15878 Dogfood: Gimp 2.6 will not open images.
15925 World of Warcraft: Extreme FPS drop since 3.0.2
16115 jscript: field with has wrong type
16195 GetKeyNameTextW returns a wrong length
16267 Vista Winetest24112008 MSItest loop
16331 inetcomm: possible null pointer dereferences
16385 Photoshop CS4 interface doesn't load
16506 some GUI feedback is needed when wine crashes
16521 With separate x-screens, windowed applications in the secondary screen are limited to resolution of primary screen
16609 Wine's XDnD should support text/uri-list lines not ending in \r\n
16681 Adobe Photoshop CS4 fails to start, complains "Some of the application components are missing..."
17433 Photoshop CS4 crash in unimplemented function gdiplus.dll.GdipMeasureDriverString
17437 ATI and EVE Premium: no models display / crashes on startup
17591 WISO MeinBuero 2009 trial segfaults in wintrust.dll
17600 MSOffice installer (XP, 2003, 2007) : msi crash in custom action
17681 mcm2 Help immediately exists (Motocross Madness 2)
17914 Using \n rather then \r\n breaks HTTP RFC with HTTP_AddRequestHeadersW
18202 Programs show unhandled exception dialog on every run
18256 Quicktime 2 Unimplemented function olesvr32.dll.OleRevokeServer on exit
18516 Goldwave 5.25 File Save dialog no longer has options for file format...
18610 Quicken 2009 crashes
18617 Regedit can't import registry from standard input
18638 .NET 3.0 apps abort with: Call from to unimplemented function GDI32.dll.GdiEntry13, aborting
18641 Adobe Lightroom 2.3 crashes on unimplemented function gdiplus.dll.GdipCreateHICONFromBitmap
18735 Photoshop CS4 crash in unimplemented function GdipGetVisibleClipBoundsI
18736 Photoshop CS4 crash in unimplemented function GdipDrawDriverString
18742 WoW: Icons under d3d are incorrectly desaturated
18797 CATIAV5R19: Fails to install on Wine higher than 1.1.18
18798 Neuro-Programmer v2.5 unable to start
18809 Dragon NaturallySpeaking 10 no longer installs
18811 Lexware: wine crashes during .Net 2.0 SP1 Installation
18824 Thief 3 crashes when starting a new game
18841 Ghost Recon Installer Crashes
18882 Allow windows links (.lnk) to be handled by Wine
18895 Thief 3 crashes on closing.
18900 Wineserver crashes starting Team Fortress 2
18915 FAR Manager: crashes shortly after startup
18916 Thief 2 crashes when bringing up in-game menu
18925 OS X build broken
----------------------------------------------------------------
Changes since 1.1.23:
Alexander Nicolaysen Sørnes (1):
regedit: Fix reading from stdin.
Alexandre Julliard (47):
wininet: Always use a full URL for redirects, even with an absolute path.
user32: Disable assert() for the mingw build since mingw gets confused trying to import MessageBoxA.
kernel32: Fix handling of %ws format for Unicode.
comctl32: Avoid repainting a NULL link.
widl: Don't make the proxy virtual tables const if they use delegation.
server: Avoid a crash when trying to wait on a disconnected pipe client.
ole32: Get rid of line feeds and tabs in traces.
kernel32: Forward RtlUnwindEx to ntdll for x86_64.
winebuild: Properly restore %rax and %rbx in call_from_regs on x86_64.
rpcrt4: Adjust the start of the proxy virtual table for stubless proxies.
opengl32: Make the script default to version 1.1. Remove the glGetLevelParameter stubs.
configure: Detect the appropriate form for the __ASM_GLOBAL_FUNC macro.
configure: Add .cfi_startproc/endproc directives to assembly functions if supported.
riched20: Move the textHostVtbl definition to work around Mac OS X breakage with __ASM_GLOBAL_FUNC.
server: Restart at the head of the wait queue when we woke a thread, since this can modify the queue.
configure: Make sure that gcc is recent enough for building 64-bit code.
configure: Add a macro to define an stdcall suffix in assembly code.
configure: Add a macro to define an stdcall function in assembly.
msvcrt: Add appropriate stdcall decorations to assembly functions.
riched20: Add appropriate stdcall decorations to assembly functions.
rpcrt4: Add appropriate stdcall decorations to assembly functions.
hal: Add appropriate stdcall decorations to assembly functions.
ntoskrnl.exe: Add appropriate stdcall decorations to assembly functions.
kernel32: Add appropriate stdcall decorations to assembly functions.
ntdll: Add appropriate stdcall decorations to assembly functions.
advapi32/tests: Avoid accessing an uninitialized pointer.
advapi32: Fix self-relative security descriptor creation for 64-bit.
ntdll: Fix handling of self-relative security descriptors for 64-bit.
msvcrtd/tests: Fix calling convention for operator_new_dbg.
libwine: Add unwind annotations to the stack switching functions for x86_64.
ntdll: Add unwind annotations to the call_entry_point function for x86_64.
winebuild: Add unwind annotations to all the generated functions for x86_64.
ntdll: Handle x86_64 signals on a separate signal stack.
winebuild: Implement a --large-address-aware flag.
winegcc: Add support for the -Wl,--large-address-aware option.
ntdll: Implement stack unwinding for x86_64 builtin modules based on the Dwarf data.
include: Add a target address for unwinding for platforms that need it.
ntdll: Add support for calling the TEB exception chain handlers on x86_64.
server: The ptrace interfaces uses longs, not ints.
kernel32: Fix the HGLOBAL header size for 64-bit.
ntdll: Simplify the thread startup routine and make it CPU-specific.
ntdll: Move all thread exit processing to exit_thread(), and make RtlExitUserThread() CPU-specific.
configure: Don't accept mingw32 as target name, we need an explicit CPU specification.
rpcrt4/tests: Fix the marshalling test for Win64.
rpcrt4/tests: Fix the marshalling test for Win9x.
rpcrt4: Fix memory sizes of marshalled pointers on 64-bit.
urlmon/tests: Avoid comparing uninitialized structure data.
Anders Jonsson (8):
ntoskrnl.exe: Stub for KeInitializeMutex.
ntoskrnl.exe: Stub for KeWaitForSingleObject.
ntoskrnl.exe: Stub for IoInitializeTimer.
ntoskrnl.exe: Stub for IoStartTimer.
ntoskrnl.exe: Stub for ExInitializeResourceLite.
ntoskrnl.exe: Stub for ExInitializeZone.
ntoskrnl.exe: Stub for PsTerminateSystemThread.
ntoskrnl.exe: Stub for ExInitializeNPagedLookasideList.
Andrew Eikum (1):
gdiplus: Test cases and parameter checks for GdipDrawCurve.
Andrew Talbot (8):
comctl32: Constify some variables.
comctl32: Constify some variables.
comdlg32: Constify some variables.
credui: Constify a variable.
crypt32: Constify some variables.
crypt32: Constify some variables.
crypt32: Constify some variables.
crypt32: Constify some variables.
André Hentschel (10):
shell32/tests: Fix error messages.
wordpad: Add German translation.
shell32: Add German translation.
setupapi: Add German translation.
oleacc: Add German translation.
winedbg: Fix comment header.
cryptui: Add German translation.
cryptdlg: Add German translation.
cryptui: Improve German translation.
documentation: Keep README.de in sync.
Aric Stewart (11):
msctf: Framework for ITfCompartmentMgr.
msctf: Define ITfCompartmentMgr for ThreadMgr.
msctf: Add ITfComponentMgr to documentmgr.
msctf: Define ITfCompartmentMgr for Context.
msctf: Setup global CompartmentMgr.
msctf: Implement ITfContext::GetDocumentMgr.
msctf: Implement ITfThreadMgr::IsThreadFocus.
msctf: Contexts have a default DocumentMgr of the one that creates them.
msctf: Implement ITfCompartmentMgr::ClearCompartment.
msctf: Implement ITfCompartmentMgr::EnumCompartments.
comctl32: In COMBOEX_FindStringExact do not try to get text from invalid items.
Aurimas Fišeras (4):
winemine: Add Lithuanian translation.
wininet: Add Lithuanian translation.
hhctrl.ocx: Add Lithuanian translation.
oleacc: Add Lithuanian translation.
Austin English (10):
mshtml: Make the wine-gecko warning more clear.
winex11: Return correct length for GetKeyNameText.
wine.desktop: Allow start to execute lnk files.
kernel32: GetConsoleAliasW is a stub, make sure it acts like one.
configure: Fix mach-o/dyld_images.h detection on OS X.
configure: Add a note about missing dbus if libhal is missing.
oleaut32: Fix a compiler warning for libjpeg includes.
gphoto2.ds: Fix a compiler warning for libjpeg includes.
wine.inf: Fix incorrect entry for hh.exe.
wine.inf: Add placeholder exe for wordpad.exe.
Damjan Jovanovic (6):
winemenubuilder: Generate icons for Wine's MIME types.
start.exe: Add infrastructure to launch windows file open associations from freedesktop.
wine.inf: Update file type associations on startup.
shell32: Update file type associations when requested.
winex11.drv: Fix file drops on KDE4 and XFCE.
winemenubuilder: Log where freedesktop menu files are created, and provide an option to clean them up.
Detlef Riekenberg (12):
mlang/tests: Fix failures with IE 5.5 and below.
mlang: Implement IMultiLanguage2_GetRfc1766Info.
mlang/tests: Add tests for IMultiLanguage2_GetRfc1766Info.
mlang/tests: Fix a failure on win98 with mlang 4.72.
mlang/tests: Store the expected results for GetRfc1766Info as Unicode.
shlwapi: Forward DnsRecordSetCompare to dnsapi.
mlang: Implement IMultiLanguage_GetRfc1766Info.
urlmon/tests: Move SecurityManager and ZoneManager tests to a separate file.
setupapi: Move IsUserAdmin to shell32.IsUserAnAdmin.
urlmon/tests: Fix a typo in an ok message.
mlang/tests: Some old IE versions truncate one character too short.
mlang: Implement IMultiLanguage_GetNumberOfCodePageInfo, with test.
Dmitry Timoshkov (4):
wine.inf: Add kernel32.48/kernel32.49 (ReleaseThunkLock/RestoreThunkLock) to the RelayExclude list.
user32: Add support for SPI_GETFOCUSBORDERWIDTH and SPI_GETFOCUSBORDERHEIGHT.
user32: Add a test for PeekMessage((HWND)-1), make it pass under Wine.
user32: Invalidate button on WM_KILLFOCUS, like Windows does.
Eric Pouech (1):
dbghelp: Improve speed of our hashtable implementation by remembering the last element added to every bucket.
Francois Gouget (19):
cryptdlg & cryptui: Use SUBLANG_NEUTRAL for German.
winedos: Move VGA_SetGraphicMode() up a bit and make it static. VGA_GetModeInfoList() is unused so remove it.
winedos: DPMI_FreeInternalRMCB() is not used so remove it.
winedos: DOSVM_GetTimer() is not used so remove it.
gdi32/tests: Small indentation fix.
msctf/tests: Make EditSession_Constructor() static.
msctf: Make the CompartmentMgr functions static.
gdiplus: Remove spaces before '\n's.
winapi/c_parser: Remove some dead code.
rpcrt4/tests: Replace malloc() with HeapAlloc().
cmd: Introduce a WCMD_strsubstW() function to simplify string substitutions.
cmd: Replace malloc() with HeapAlloc().
comctl32: Extend the LVTILEINFO structure.
winapi: Fix a $blevel / $plevel mismatch.
wineesd.drv: Initialize the stream name before using it.
winweesd.drv: Make sure esd_all_info is always initialized and freed when needed.
wineesd.drv: Remove a redundant assignment.
dmime: Remove patterntrack.c and tool.c as they are unused and don't correspond to objects.
comctl32/tests: Make DummyCompareEx() static.
Frank Richter (1):
d3d9: Fix bitmask for A2R10G10B10 format.
Frédéric Delanoy (1):
documentation: Keep README.fr in sync.
Ge van Geldorp (1):
advapi32: Set values to 0 in LsaEnumerateAccountRights.
Gerald Pfeifer (7):
user32: Fix logic condition in SPY_DumpStructure().
winmm: Use & instead of && for bit test in wave_out_test_deviceOut().
wined3d: Use & instead of && for bit test in IWineD3DDeviceImpl_CreateSurface().
wined3d: Fix (and simplify) the ATI case in IWineD3DImpl_FillGLCaps.
d3d9: Use correct constant types (WINED3DPOOL_DEFAULT instead of D3DPOOL_DEFAULT and WINED3DRTYPE_SURFACE instead of D3DRTYPE_SURFACE).
cmd.exe: Fix incorrect check in WCMD_HandleTildaModifiers().
crypt32: Fix incorrect logic condition in test_decodePKCSAttribute().
Guy Albertelli (2):
kernel32/tests: Fix tests when GetVolumeNameForVolumeMountPoint fails.
kernel32/tests: Fix tests to pass on Win9x and WinME.
Hans Leidekker (5):
msi: Add some reinstall tests.
wintrust: Add stub implementations of HTTPSCertificateTrust and HTTPSFinalProv.
wininet: Always create a URL cache entry.
wininet: Don't fail if dwReserved is set in CreateUrlCacheEntryW.
wininet: Implement InternetQueryOption(INTERNET_OPTION_CACHE_TIMESTAMPS).
Henri Verbeet (51):
wined3d: Add support for the ARB_depth_buffer_float extension.
wined3d: Use GL_DEPTH_COMPONENT32F for WINED3DFMT_D32F_LOCKABLE.
wined3d: Use GL_DEPTH32F_STENCIL8 for WINED3DFMT_D24FS8.
wined3d: Use context_attach_depth_stencil_fbo() to clear FBO depth attachments.
wined3d: Set FBO stencil attachments for relevant depth stencil formats.
wined3d: Avoid comparing shader compile args if the relevant shader isn't present.
wined3d: Simplify some code in set_glsl_shader_program().
wined3d: Don't modify the internal format in d3dfmt_get_conv().
wined3d: Get rid of the silly pointers in WINED3DVOLUME_DESC.
wined3d: Add some FIXMEs about blitting with unsupported fixups.
wined3d: Set explicitly sized internal formats for color key conversion in d3dfmt_get_conv().
wined3d: Check the correct extensions in d3dfmt_get_conv().
wined3d: Round rows up to whole blocks for compressed surface blits in BltFast().
wined3d: Store compression information about compressed formats.
wined3d: Use the format info for doing compressed surface blits in BltFast().
wined3d: Remove some redundant s3tc extension checks.
wined3d: Improve some TRACEs in init_format_fbo_compat_info().
wined3d: Use the format info to calculate compressed surface size in IWineD3DDeviceImpl_CreateSurface().
wined3d: Use the format info to calculate compressed surface size in IWineD3DBaseSurfaceImpl_SetFormat().
wined3d: Use the format info to calculate compressed surface pitch in IWineD3DBaseSurfaceImpl_GetPitch().
wined3d: Use the compressed format info in IWineD3DBaseSurfaceImpl_LockRect().
wined3d: Use WINED3DFMT_FLAG_COMPRESSED instead of checking for specific formats.
wined3d: Remove the useless "resource_type" parameter from IWineD3DDevice::CreateSurface().
wined3d: Respect the "srgb" parameter to IWineD3DSurfaceImpl_BindTexture().
wined3d: Avoid checking depth/stencil and compressed formats in init_format_fbo_compat_info().
wined3d: Introduce surface_cleanup().
wined3d: Introduce surface_gdi_cleanup().
wined3d: Introduce surface_init() to handle most of the surface initialization.
wined3d: Introduce surface_calculate_size().
wined3d: Get rid of the pointers in WINED3DSURFACE_DESC.
shdocvw: Take the riid parameter to TaskbarList_Create() into account.
shdocvw: Add SHDOCVW_LockModule()/SHDOCVW_UnlockModule() calls to ITaskbarList.
d3d8: Do some more verification on handles.
d3d8: Deleting an invalid pixel shader handle should return D3D_OK.
d3d8: Add tests for deleting invalid shader handles.
wined3d: Add format conversions for some depth stencil formats.
wined3d: Fix a typo.
wined3d: Fall back to backbuffer offscreen rendering if FBOs are unavailable.
wined3d: Only initialize unused components of varyings that are read.
wined3d: Avoid some unneeded depthstencil copies.
wined3d: Avoid some unneeded rendertarget copies.
wined3d: Make sure we have a context in stretch_rect_fbo().
wined3d: Reuse the FBO for check_fbo_compat().
wined3d: Remove some useless code in IWineD3DDeviceImpl_SetLightEnable().
wined3d: Simplify IWineD3DSurfaceImpl_LockRect() a bit.
wined3d: Remove a redundant ActivateContext() call in IWineD3DSurfaceImpl_UnlockRect().
d3d8: Add WINED3DFMT_W11V11U10 <=> D3DFMT_W11V11U10 conversion.
wined3d: Don't load a rendertarget just because alpha test is enabled.
d3dx9_36: Implement D3DXGetDeclVertexSize().
d3dx9_36: Add a test for D3DXGetDeclVertexSize().
d3d9: Use color_match() in the fog test.
Hib Eris (1):
msi: Fix a crash when freeing memory.
Huw Davies (6):
widl: Add support for the lcid parameter attribute.
widl: Fix typelib lcid fields to match those produced by midl.
oleaut32: TLibAttr.lcid is read from the second lcid field in the header. Confirmed by manually editing a tlb file.
oleaut32: Calling SetLcid with LOCALE_NEUTRAL is a special case which sets the first header lcid to US English and the second one to 0.
tools/widl: Fix behaviour when both lcid and retval arguments are present.
oleaut32/tests: Add some tests for [lcid] parameters.
Jacek Caban (2):
wininet: Fixed gzip decoding on chunked stream.
urlmon: Fixed test on IE8.
Jonathan Ernst (8):
crypt32: Updated French translation.
mshtml: Updated French translation.
notepad: Updated French translation.
regedit: Updated French translation.
setupapi: Updated French translation.
wordpad: Updated French translation.
reg: Updated French translation.
shell32: Updated French translation.
Joris Huizer (1):
winemenubuilder: reg_get_val[AW]: Fix memory leak.
José Manuel Ferrer Ortiz (1):
winecfg: Spanish resources update.
Juan Lang (3):
wintrust: Only check the pgKnownSubject member if the struct includes it.
wintrust: Check for the presence of required members of WINTRUST_BLOB_INFO rather than requiring callers to be compiled with the same SDK version.
wintrust: Check for the presence of required members of WINTRUST_CERT_INFO rather than requiring callers to be compiled with the same SDK version.
Ken Sharp (6):
gdiplus: Add stubs for GdipGetVisibleClipBoundsI, GdipDrawDriverString & GdipMeasureDriverString.
olesvr32: Add OleRevokeServer stub.
ntoskrnl: Add ObfReferenceObject stub.
ntoskrnl: Add IoRegisterFileSystem stub.
ntoskrnl: Add IoUnregisterFileSystem stub.
ntoskrnl: Add FsRtlRegisterUncProvider stub.
Louis Lenders (1):
gdi32: Add stub for GdiEntry13.
Marcus Meissner (2):
widl: ifdef some not always present LANG_*.
ddraw: Use correct union member.
Michael Abbott (1):
wined3d: Remove division from inner loop.
Mike Kaplinskiy (4):
msi: Store temporary rows in the same place as persistent rows, just with a flag.
msi: Add a test to insert a null primary key temporary row and check its order.
wininet: Make \r and \n valid header separators.
wininet/test: Test malformed header separators.
Mikio Idneuma (1):
appwiz.cpl: Update Japanese translation.
Nikolay Sivov (25):
ntdll: Call NtCreateSection with NULL attributes loading native dll.
comctl32/listview: Edit box should be destroyed on invalid index too (LVM_EDITLABEL).
comctl32/listview: Test showing that Edit box should be positioned after LVN_BEGINLABELEDIT.
comctl32/listview: Position edit box after notification.
comctl32/listview: Defaulting to NFR_ANSI on query failure.
comctl32/listview: Use LV_VIEW_* constants instead of style.
comctl32/listview: Revert column scrolling recent change, it should be handled differently.
comctl32/listview: Fix item count tests to be dpi aware.
comctl32/listview: Remove outdated todo entries.
comctl32/listview: Test for indentation callback.
comctl32/listview: Implement callback functionality for item indentation.
comctl32/listview: Update some ListView structures with recently added members.
comctl32/listview: Make item width calculation not rely on column order for LV_VIEW_DETAILS.
comctl32/listview: Don't use special value (1) for item width to represent both zero and one pixel width.
comctl32/header: Update some Header flags and structures.
comctl32/listview: Don't offset item box to item position on LVS_EX_FULLROWSELECT if item isn't in leftmost column.
comctl32/listview: Fix some hittest problems on LVS_EX_FULLROWSELECT.
comctl32/listview: Don't offset subitems on painting.
comctl32/listview: Get rid of Header_* macros.
comctl32/listview: Setting item text to callback stub value already having it raises item-change notifications.
comctl32/listview: Block header items drag if LVS_EX_HEADERDRAGDROP isn't set.
comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.
comctl32/listview: Convert forwarded header notifications to ANSI if NFR_ANSI is current format.
comctl32/listview: Fix test crashes on comctl32 <5.80.
comctl32/listview: Add ability to test comctl32 version 6. Add basic LVM_[G,S]ETVIEW test.
Paul Vriens (36):
mshtml/tests: Correct a test and show a Wine bug.
mshtml/tests: Use lstrcmpA in a helper function to make it work correctly on Win98.
mshtml/tests: Correct another test.
mshtml/tests: Use strcmp_wa instead of lstrcmpW to test correctly on Win98.
kernel32/tests: Only report unimplemented functions once.
winecfg: Fix Dutch translations.
setupapi/tests: pSetupGetField returns A or W string depending on OS.
msi/tests: Make sure we only create one logfile.
riched32/tests: Fix some test failures on Win9x/WinME/NT4.
riched32/tests: Fix a few test failures on Win9x, WinME and NT4.
riched32/tests: Correct a test to better show the behavior.
riched32/tests: Fix a few test failures on Win9x/WinME/NT4.
riched32/tests: Cater for differences between platforms.
riched32/tests: Fix test failures on Win9x, WinMe and NT4.
mlang/tests: Fix a test failure on Win95.
user32/tests: Skip some tests on Win9x/WinME.
shell32/tests: Fix a test failure on some Win95 boxes and NT4.
gdi32/tests: Fix several test failures on Win9x/WinME/NT4.
gdi32/tests: Fix some test failures on NT4.
gdi32/tests: Fix the last test failure on NT4.
shell32/tests: Fix some test failures on NT4 (and some Win95 boxes).
comdlg32/tests: Fix some typos.
comctl32/tests: Fix some typos (copy-paste).
shell32/tests: Fix a test failure on Vista.
shell32/tests: Fix a test failure on Vista.
shell32/tests: Fix a test failure on Vista and higher.
shell32/tests: Fix some test failures on Vista and higher.
wldap32/tests: Skip a test on older versions of wldap32 to prevent a crash.
shell32/tests: Fix a test failure on Vista and higher.
shell32/tests: Fix some test failures on Vista and higher.
msi/tests: Fix test (logical || with non-zero constant).
d3d8/tests: Fix some tests (logical || with non-zero constant).
msi/tests: Fix some test failures on Win95 by using more A-functions.
mapi32/tests: Don't run tests if ScInitMapiUtil() fails.
mapi32/tests: Don't run tests if ScInitMapiUtil() fails.
mapi32/tests: Don't run tests if ScInitMapiUtil() fails.
Piotr Caban (13):
jscript: Added Date_getFullYear and Date_getUTCFullYear implementation.
jscript: Added Date_getMonth and Date_getUTCMonth implementation.
jscript: Added Date_getDate and Date_getUTCDate implementation.
jscript: Added Date_getDay and Date_getUTCDay implementation.
jscript: Added Date_getHours and Date_getUTCHours implementation.
jscript: Fixed hour_from_time and week_day functions.
jscript: Added Date_getUTCMinutes and Date_getMinutes implementation.
jscript: Added Date_getUTCSeconds and Date_getSeconds implementation.
jscript: Added Date_getUTCMilliseconds and Date_getMilliseconds implementation.
jscript: Added Date_setUTCMilliseconds and Date_setMilliseconds implementation.
jscript: Added Date_setUTCSeconds and Date_setSeconds implementation.
jscript: Added Date_setUTCMinutes and Date_setMinutes implementation.
jscript: Added Date_setUTCHours and Date_setHours implementation.
Rein Klazes (4):
gdi32: Fix RectInRegion() if right < left or bottom < top.
winedos: int21, function 32h returns data in DS:BX, not DS:DX.
comdlg32: Delay setting the initial size of resizable file dialog until the CDN_INITDONE notification has been processed.
comdlg32/tests: Fix file dialog resize failures on NT4 and with tiny desktops.
Rico Schüller (1):
wined3d: Don't allow a negative lock_count in buffer_Unmap.
Robert Key (1):
wined3d: Add missing HD 3400 renderer string.
Roderick Colenbrander (3):
opengl32: Sync with the latest opengl 3.1 extensions and don't export opengl32 1.2 functions.
opengl32: Get rid of glext.h.
wgl: Get rid of glXQueryDrawable because officially it only works on GLXDrawables.
Stefan Doesinger (20):
wined3d: Unroll loops in ARB if needed.
wined3d: Implement break and breakc.
wined3d: Implement IFC in ARB.
wined3d: Use flags instead of bools to control shader_hw_sample.
wined3d: Implement texldd in ARB.
wined3d: Implement texldl in ARB.
wined3d: Implement vpos and vface.
wined3d: Use bitfields for reg_maps uses* members.
d3d9: Accept an alternative oFog->ps_3_0 handling.
wined3d: Fix texm3x3pad.
wined3d: Add modifier support to tex and friends.
wined3d: Implement D3DSPDM_PARTIALPRECISION support.
wined3d: Deal with instructions that do not support _SAT.
wined3d: Properly free srgb textures.
wined3d: Properly load the y correction.
wined3d: Handle SM 3.0 varyings in ARB.
wined3d: Don't run out of varyings because of clipplanes.
wined3d: Implement vertex texture fetch in ARB.
wined3d: Emulate clipplanes in ARB if the NV extensions are not available.
wined3d: Implement EvictManagedResources.
Stefan Dösinger (5):
wined3d: Store the bumpmap ARB constants in ARB structures.
wined3d: Implement loops with the NV extensions.
wined3d: Implement dsy in ARB.
wined3d: A small atifs bump map improvement.
wined3d: Don't set unloaded arrays to zero.
Stefan Leichter (1):
kernel32: Implement QueryFullProcessImageNameA.
Stefan Stranz (1):
c2man: Add xml documentation creation.
Vincent Povirk (7):
windowscodecs: Add stub dll.
include: Add wincodec.idl.
include: Extend TVITEMEX and add NMTVDISPINFOEX.
comctl32: Use NMTVDISPINFOEX in the TVN_GETDISPINFO notification.
kernel32/tests: Test waiting on a disconnected client pipe.
gdiplus: Stub GdipSetPathGradientPresetBlend.
include: Add definitions needed for image decoding to wincodec.idl.
Vladimir Pankratov (1):
advpack: Add stub for ExtractFilesW.
Yann Droneaud (1):
wined3d: Improved ATI Radeon HD 4xxx detection.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.23 is now available.
What's new in this release (see below for details):
- Support for registering MIME types with the Linux desktop.
- FBO mode is now the default for Direct3D.
- Support for COM proxy delegation.
- Improved support for the Mingw cross-compile.
- Proper fullscreen mode for the virtual desktop.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.23.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.23.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.23:
3235 Redraw problem: Spurious blue selection when changing order of listview
3800 Rotated Text became invisible in Corel Draw 9
4372 listview: cannot drag several items
5131 FlashFXP hangs
8126 'Rayman 2 - The Great Escape' doesn't start
8241 Unable to open a new document in graphpad prism5
8748 Memory leak with Steam and Gecko
10656 EQ2 Fullscreen Crash
10862 Hitman bloody money crashes by entering the main menu
11225 Unimplemented Functions: GdipLoadImageFromFile, GdipLoadImageFromFileICM and GdipMeasureCharacterRanges
11251 Adobe Photoshop CS2 update process funky
11281 CJK input: cannot type in legacy applications
11578 Windows Messenger 5.1 doesn't run (infinite loop)
12033 Need for Speed III crash on startup
12312 EVE Patch fails to download as BITS_IBackgroundCopyJob_SetPriority is not implemented
12484 Photoshop CS2: freezes when trying to save for web
12554 Unsupported format: WINED3DFMT_R16F
12673 Medieval 2: Total War demo graphics are all blue and lack detail
12806 Crysis: segmentation fault at startup
12844 Very dark graphics in Mafia, Guild Wars, Sim City 4 on ATI cards
12873 Microsoft 3D Movie Maker demo installer fails
13107 Belote crashes
13758 Adobe Photoshop 7: sliders not shown
13768 SpellForce starts very slow and the land is black in the beginning
13850 InstallShield (Assasin's Creed) window ordering issue
14247 One click works like 2x click
14248 CTRL + Tab in Firefox 3 is intepreted as CTRL + B (dogfood)
14375 Mouse cursor flickers in Myst IV - Revelation
14423 GTA III (Grand Theft Auto 3) doesn't run in Wine 1.1.1 (due to "unhandled exception")
14719 Assassin's Creed breaks after intro videos
14778 Unusual characters in player names crashes Team Fortress 2
14985 virtual desktop window should be fullscreen when it's as big as the screen
15249 MINITAB 15 standard demo installer fails during installation
15401 Cannot copy/paste inside powerpoint 2003
15463 Heroes of Might and Magic install fails if initial music still playing
15777 "Need For Speed 4 - High Stakes" does not start
15983 WoW Wotlk installer (retail dvd eu) crash
16027 MSN 5 crashes on startup
16116 PureEdge Viewer (ICS Viewer) 6.0 unhandled page fault
16132 Uninstall of ICS Viewer 6.0 fails with "An error occured while checking for running applications."
16139 Dragon NaturallySpeaking 10 crashes with X-window error
16170 Call of Duty 5 and MotoGP08 crash
16173 Cannot launch EVE Online
16178 alt.binz: memory leak. Regression since 1.1.7.
16220 World of Warcraft does not work in D3D mode
16416 IL2: alsa-sound stutters much
17102 Crashday: no textures anymore in 1.1.13
17132 No music plays in game Iji
17386 Command and Conquer 3: Tiberium Wars - fails to start
17404 MSN Messenger 7.0 does not sign-in
17536 DirectX 9 launcher causes Atari Scrabble Online installation to fail
17563 Crash when using TTM_GETTEXT + LPSTR_CALLBACK
17668 Eve online autoupdater won't update
17837 eCleaner: rich-edit related crash
17880 Mirror's Edge: Crashes after logo animations
17976 Encompass installer crashes on startup
18063 CombineUrl adding incorrect slash at end of url.
18082 CyberBilling XP - listview is empty
18162 dlls/comctl32/tests/treeview.c: value computed is not used
18520 error loading I.E6 within wine
18529 Two directX bugs in XNA-based games (Infiniminer/Paddles)
18558 d3d9/visual: tests fail with fbo or +heap enabled
18568 MacOS X: png.h/libpng is not detected
18601 Google Sketchup 7 crashes early in wine's imm.dll
18628 Dwarf section in Ubuntu 9.04 libc debug package fails to parse.
18637 Nokia Map Loader 2.0 (.NET 3.0 app) needs DisableProcessWindowsGhosting stub
18639 .NET 3.0 WPF needs NtSecureConnectPort stub
18676 Infiminer (xna-based game) crashes, apparently in shader_cleanup
18690 CTRL + Shift + Tab in Firefox 3 does nothing (dogfood)
18696 Eve Online rendering problem
18717 .NET 3.x needs ntdll.dll.RtlEnumerateGenericTableWithoutSplaying (WPF + MILCore driver)
18729 Slingplayer 2.0 setup exits silently in Vista mode
18758 LsaGetLogonSessionData unconditionally returns STATUS_SUCCESS
18760 Recent version of ProjectTorque crashes wine calling gdiplus.dll.GdipDrawImagePointRectI
----------------------------------------------------------------
Changes since 1.1.22:
Alexandre Julliard (71):
msvcrt: Add explicit 32- and 64-bit versions of the time functions.
msvcrt: Add explicit 32- and 64-bit versions of the utime functions.
msvcrt: Fix the stat and finddata structures for 64-bit.
msvcrt/tests: Make all msvcrt function pointers cdecl.
include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility.
msvcrt: Replace long by MSVCRT_long.
wineboot: Compain loudly if we can't find wine.inf.
oleaut32/tests: Fix a test broken on XP 64.
kernel32: Remove the file parameter check again in LoadLibraryExW since some broken apps pass garbage here.
kernel32/tests: Run file tests in the temp directory if we don't have access to the drive root.
rpcrt4: Internal functions don't need to be WINAPI.
ntdll: Try any address in map_image no matter what the failure was for a fixed address.
include: Fix the packing of the MIDL_STUB_MESSAGE structure on 64-bit.
rpcrt4/tests: Fix a number of 64-bit issues in the ndr_marshall test.
rpcrt4: Fix the PSFactoryBuffer proxy refcounting, with tests.
rpcrt4/tests: Comment out a couple of tests that crash on older Windows versions.
rpcrt4/tests: Enable some tests that no longer crash Wine.
rpcrt4: Implement NdrPointerMemorySize and enable the corresponding tests.
rpcrt4: Fix compiler warnings on 64-bit.
opengl32: Generate the correct trace arguments for UINT64 types.
winedump: Fix a printf format warning on 64-bit.
comctl32/tests: Replace a listview macro by an explicit SendMessage.
ole32: Fix some pointer conversion warnings on 64-bit.
user32/tests: Fix some pointer conversion warnings on 64-bit.
gphoto2.ds: Fix a pointer conversion warning on 64-bit.
sane.ds: Fix a pointer conversion warning on 64-bit.
msacm32: Fix a pointer conversion warning on 64-bit.
msvfw32: Fix a pointer conversion warning on 64-bit.
rpcrt4/tests: Mark some stub message tests broken for older Windows versions.
rpcrt4/tests: Remove tests for v1 memory list, the layout is wrong and we don't care about it anyway.
rpcrt4/tests: Disable some tests that crash on Windows.
wininet: Add a critical section to protect the read-ahead buffer.
dbghelp: Try to avoid crashing on unrecognized attributes.
tools: Upgrade the config.guess/config.sub scripts.
winegcc: Don't pass the as/ld/nm tool names to winebuild.
winegcc: Add support for the --sysroot option to allow out-of-tree cross-compiling.
winegcc: Add support for building PE executables using Mingw.
configure: Add checks for fnmatch support.
d3d9/tests: Skip CheckDeviceMultiSampleType test if not available.
rpcrt4/tests: Fix a few more broken tests on NT4.
user32/tests: Remove tests for internal DDE handle format, we don't care how the handles are implemented.
user32/tests: Make some sysparams registry key optional, and fix some other failures on old Windows platforms.
rpcrt4: Change the allocation of delegated stub methods so that we never need to free them.
rpcrt4: Allocate the delegated stubs vtbl only once it is really needed.
rpcrt4: Return the stack size from the ObjectStubless function so that the thunks are independent from the number of arguments.
rpcrt4: Use the same allocation technique as delegated stubs for the stubless thunks.
rpcrt4: Retrieve the stubless information for the thunks directly from the virtual table pointer.
riched32: Fix the extra window bytes count for 64-bit.
user32/tests: Fix the listbox delete test on NT4.
user32/tests: Only check the foreground window when it belongs to the current thread.
winebuild: Add a --resources mode that compiles multiple resource files into a single object.
winebuild: Add detection of duplicate resources.
winegcc: Transparently compile resource files for the Windows build.
makefiles: Remove special handling of .res.o files now that winegcc takes care of this.
server: Reset events on the message queue fd to avoid busy looping when the thread is suspended.
server: Hide a window before destroying it if it was still visible.
user32: Use a simplified sequence to destroy windows at thread exit, since we don't want to send messages.
user32/tests: Add tests for message sequence of window destruction at thread exit.
makefiles: Use winegcc to build the crosstests too.
makefiles: Add resource files to the standard object files list.
clock: Build resource files separately instead of including them all from a global file.
rpcrt4: Split the vtbl initialization in NdrDllGetClassObject to a separate function.
rpcrt4: Add support for proxy delegation.
rpcrt4/tests: Add tests for the contents of virtual table for delegated proxies.
rpcrt4: Add checks for the number of methods being larger than what we support.
user32/tests: Add more synchronization in the exit thread test to avoid races.
user32/tests: More systematically ignore the messages we don't care about.
winegcc: Link against winecrt0 for the Mingw build too.
winegcc: Create a stub main to work around the lack of Unicode support in Mingw.
comctl32/tests: Avoid size_t in traces.
winedbg: Add wrappers for Read/WriteProcessMemory to fix the mingw build.
Andrew Eikum (11):
gdiplus: Stubs for GdipAddPathString and GdipAddPathStringI.
gdiplus: Stubs for GdipBeginContainer and GdipBeginContainerI.
gdiplus: Stub for GdipCloneBitmapArea.
gdiplus: Stub for GdipComment.
gdiplus: Stubs for GdipCreateMetafileFromFile, GdipCreateMetafileFromStream.
gdiplus: Stub for GdipDeleteEffect.
gdiplus: Stubs for GdipDrawImagePointRect and GdipDrawImagePointRectI.
gdiplus: Stub for GdipEmfToWmfBits.
gdiplus: Stubs for GdipDrawImagePoints and GdipDrawImagePointsI.
gdiplus: Stub for GdipBitmapApplyEffect.
gdiplus: Stub for GdipBitmapCreateApplyEffect.
Andrew Nguyen (1):
rundll32: Load the 16-bit kernel32 exports by ordinal.
Andrew Talbot (5):
avifil32: Constify a variable.
cabinet: Constify a variable.
comctl32: Constify some variables.
comctl32: Various const qualifier fixes.
comctl32: Constify some variables.
André Hentschel (7):
comctl32: Add ListView_SetCheckState and ListView_GetCheckState.
comdlg32: Improve the German Find and FindReplace dialogs.
winex11: Fix Ctrl+Tab translation.
winedbg: Add German translation.
appwiz.cpl: Add German translation.
winex11: Fix Ctrl+Shift+Tab translation.
winemaker: Port vcproject parser from XML-Simple to libXML.
Aric Stewart (9):
msctf: Implement ITextStoreACPSink::OnStatusChange.
msctf: Implement ITfRange::Collapse.
msctf: Framework for ITfInsertAtSelection in ITfContext.
advapi: Correct buffer length in LookupAccountNameW.
msctf: Define compartment guids.
shlwapi: Simplify UrlCombine case 2 with tests.
msctf: Implement ITfInsertAtSelection::InsertTextAtSelection.
msctf: Implement ITfContext::SetSelection.
msctf: Define ITfCompartmentMgr and ITfCompartment.
Aurimas Fišeras (3):
kernel32/nls: Add missing translations for lth.nls.
winedbg: Add Lithuanian translation.
kernel32/nls: Switch to UTF-8 encoding for lth.nls.
Austin English (1):
user32: Downgrade a FIXME to a WARN.
Austin Lund (2):
riched20: If DataObjectImpl_EnumFormatEtc returns E_NOTIMPL then ensure that returned pointers are nulled.
riched20/test: Added a test for TxDraw.
Ben Klein (1):
mountmgr.sys: Add tracking of fixed harddisk devices.
Chris Robinson (3):
wined3d: Prevent erroneous FIXMEs on newer cards.
wined3d: Decrement fbo_entry_count when one is removed from the list.
quartz: Release enumpins when done with it.
Damjan Jovanovic (5):
winemenubuilder: Add MIME types to freedesktop.
winemenubuilder: Only add mime types that aren't already in freedesktop.
winemenubuilder: Ignore wine.desktop managed file types.
winemenubuilder: Associate file open applications with freedesktop.
winemenubuilder: Track, update and clean up file open associations.
Daniel Santos (1):
make_requests: Correct comment in header (minor patch).
Detlef Riekenberg (18):
mlang/tests: Use a table for testing GetLcidFromRfc1766.
mlang/tests: Initial tests for Rfc1766ToLcid.
mlang/tests: Return correct result in Rfc1766ToLcidA on failure.
mlang/tests: Rfc1766ToLcid must not touch the LCID output on failure.
mlang: Use a case independent compare for the RFC1766 name.
mlang/tests: Make the tests more silent.
kernel32/nls: Translation-fix for deu.nls.
kernel32/nls: Add missing translations for des.nls.
kernel32/nls: Add missing translations for dea.nls.
kernel32/nls: Add missing translations for del.nls.
kernel32/nls: Add missing translations for dec.nls.
mlang: Return HRESULT from lcid_to_rfc1766 helper.
mlang: Suppress country data in rfc1766, with tests.
mlang: Check output pointer for NULL.
mlang/tests: Add tests for LcidToRfc1766.
mlang: Avoid unneeded HeapReAlloc.
kernel32/tests: Add tests for GetLocaleInfo with SUBLANG_NEUTRAL.
kernel32/tests: Fix failures on localized Windows versions.
Dmitry Timoshkov (1):
winex11.drv: Avoid a crash if not in a desktop mode.
Eric Pouech (11):
winedbg: Pass NULL for some optionals parameters to MinidumpReadDumpStream.
winhlp32: Properly handle a syntax error inside a macro.
winhlp32: NoShow macro has NS as shortcut.
winhlp32: Force the handling of a current help window while processing a macro.
winhlp32: Make use of the hlpfile for the running macro to handle correctly some macro implementations.
winhlp32: Use current file when no file is specified in JumpHash.
winhlp32: Window name lookup is supposed to be insensitive.
winhlp32: Remove the lpszName field from the window structure, as it's given by the window info.
winhlp32: Now manage windows with refcounts.
winhlp32: Correctly set the window's title when no window information is present.
winhlp32: Fix typo in color init.
Eric van Beurden (2):
wininet: Check for bad allocation in HeapReAlloc.
wininet: Rearrange invalid header checks.
Francois Gouget (18):
winapi_fixup: There is not much point for this tool so remove it.
winapi_cleanup: There is not much point for this tool so remove it.
dplayx: DPLAYX_SetLocalSession() and DPLAYX_CopyIntoSessionDesc2A() are unused so remove them.
rsaenh: Make the mpi functions static, remove mp_signed_bin_size() as it is unused.
oleaut32: Tweak a comment to make it more explicit.
msi/tests: Tweak the get_user_sid() functions to simplify their use.
riched20: Make ME_GetCursorCoordinates() static and remove ME_MustBeWrapped() as it is unused.
riched20: RTF{G,S}et{In,Out}putName() are unused so remove them as well as the corresponding _RTF_Info fields.
riched20: RTFPeekToken(), RTFExpandStyle() and RTFHexToChar() are unused so remove them.
riched20: Make some functions static.
winex11.drv: Replace an strdup() with HeapAlloc() in the OpenGL code.
winex11: Also define X11DRV_OpenGL_Cleanup() when OpenGL is not supported.
ntdll/tests: Fix the trailing '\n' of a skip() call.
winedbg & appwiz.cpl: Use SUBLANG_NEUTRAL for German.
winapi_extract: --spec-files has been broken for a long time and does not seem to be useful so remove it.
winapi_extract: The old C parser is not needed anymore so remove it.
rpcrt4/tests: Make dummy_Release() static.
ole32/tests: Make test_readonly() static.
Frans Kool (1):
cryptui: Added Dutch translations.
Ge van Geldorp (1):
winetest: Use wininet if available.
Gerald Pfeifer (7):
dsound: Clarify statement in DSOUND_capture_callback.
user32/tests: Fix MODIFIED macro.
winmm/tests: Fix test in wave_out_test_deviceOut().
gphoto2.ds: Only provide GPHOTO2_StrDup() when we have HAVE_GPHOTO2.
user32/tests: Remove unused SAME macro.
msxml3: Tweak two assertions.
d3d9: Use WINED3DPOOL_DEFAULT instead of D3DPOOL_DEFAULT as appropriate.
Guy Albertelli (2):
kernel32: Fix GetVolumeNameForVolumeMountPointW to match Mountmgr.
kernel32/tests: Add tests for CreateFile errors and opening volumes.
Hans Leidekker (13):
kernel32: Improve the GetSystemPowerStatus stub.
include: Sync definition of CERT_CHAIN_PARA and SCHANNEL_CRED with the latest SDK.
msi: Constify some parameters.
msi: Don't duplicate the table name in CREATE_CreateView.
msi: Consistently use the parser allocator when parsing a query.
msi: Fix some memory leaks.
msi: The assembly file version field is optional.
crypt32: Initialize salt correctly.
msi: Don't trace an out parameter.
msi: Initialize some variables.
msi: Add tests for importing a _SummaryInformation table.
msi: Add more tests for MsiGetSourcePath.
msi/tests: Ignore case when comparing file names.
Henri Verbeet (50):
secur32: Initialize cbBuffer to 0 for NULL buffers.
wined3d: Remove some unnecessary forward declarations.
wined3d: Remove some apparently leftover debug code.
wined3d: Fix debug_d3dusage() to handle combinations of flags.
wined3d: Fix debug_d3dusagequery() to handle combinations of flags.
wined3d: Pass a proper format desc to resource_init() in IWineD3DDeviceImpl_CreateBuffer().
wined3d: Split the info log into separate lines.
wined3d: Add the output signature to IWineD3DDevice_CreateVertexShader().
d3d10core: Implement ID3D10Device::CreateVertexShader().
wined3d: Use SM3 shader limits for SM4.
wined3d: Make "packed_input" a bitmap.
wined3d: Use the "input_registers" bitmap for vertex shader attributes as well.
wined3d: Make "packed_output" a bitmap.
wined3d: Use a separate structure for vertex shader attributes.
wined3d: Use strings for shader input/output semantics.
wined3d: Use the output signature to setup SM4 vertex shader output semantics.
wined3d: Match the d3d10 name for WINED3DDECLUSAGE_POSITION.
d3d10core: Implement ID3D10Device::VSSetShader().
d3d10core: Don't complain as much about setting a NULL geometry shader.
wined3d: Remove the "declaration" parameter to IWineD3DDeviceImpl_CreateVertexShader().
wined3d: Add missing ActivateContext calls to shader_destroy() implementations.
wined3d: Remove ResourceReleased() from the public device interface.
wined3d: Add device resources from resource_init().
d3d9: Having a NULL rendertarget isn't a failure.
wined3d: Use the proper OUT swizzle in handle_ps3_input().
wined3d: Partially revert 7433eb76b5f05ae54702fe9e57ba315407ed651b.
wined3d: Call resource_init() from basetexture_init().
wined3d: Create a texture_cleanup() function.
wined3d: Introduce texture_init() to handle most of the 2D texture initialization.
wined3d: Introduce cubetexture_cleanup().
wined3d: Introduce cubetexture_init() to handle most of the cube texture initialization.
wined3d: Introduce volumetexture_cleanup().
wined3d: Introduce volumetexture_init() to handle most of the volume texture initialization.
include: Add a generic red-black tree.
wined3d: Replace the wined3d hash table with the generic red-black tree.
wined3d: Free priv->stack in shader_glsl_free().
wined3d: Remove entries without an internal format from the GL formats template.
wined3d: Remove WINED3DFMT_R16G16B16A16_SNORM from the GL formats template.
wined3d: Check FBO compatibility after the fixups are applied.
wined3d: Add a proper enum value for "no extension".
wined3d: Check the result from wine_rb_get() before using it in WINE_RB_ENTRY_VALUE.
wined3d: Don't use the vertex/pixel shader when we're not supposed to.
wined3d: Add extension detection for ARB_depth_texture.
wined3d: Add extension detection to the GL format template table.
wined3d: Set texture filtering to NEAREST in check_fbo_compat().
wined3d: Check FBO compatibility on all formats with a GL format.
wined3d: Only use stretch_rect_fbo() on surfaces that are FBO attachable.
wined3d: Use FBOs for offscreen rendering by default.
wined3d: Add support for EXT_packed_depth_stencil.
wined3d: Use GL_DEPTH24_STENCIL8_EXT for depth stencil formats.
Hib Eris (10):
msi/tests: Add tests for binary OBJECTS.
msi: Add support for binary OBJECTS.
msi: Support transforms with binary OBJECTS.
msi/tests: Add test for importing binary OBJECTS.
msi: Add support for importing binary OBJECTS.
msi: Initialize a variable.
msi/tests: Add test for merging tables with string primary keys.
msi: Fix merging tables with string primary keys.
msi/tests: Add test for merging tables that are not in target database.
msi: Add support for merging tables that are not in target database.
Huw Davies (7):
ole32/tests: Fix tests on systems without IE installed.
comdlg32/tests: PrintDlgExW returns E_NOTIMPL on some versions of winME.
ole32: Rename a parameter to better reflect its use.
ole32: Store the creation flag - STGM_SIMPLE depends on this.
ole32: In simple mode, CreateStream with the STGM_CREATE flag should fail.
ole32: In simple create mode the size returned by IStream_Stat is actually the current stream position.
ole32: In simple mode keep the stream size above the small block limit.
Hwang YunSong (3):
regedit: Updated Korean resource.
shell32: Updated Korean resource.
reg: Updated Korean resource.
Jacek Caban (11):
urlmon: Use TLS_OUT_OF_INDEXES as invalid TLS value.
mshtml: Use TLS_OUT_OF_INDEXES as invalid TLS value.
wininet.h: Added more error codes.
wininet: Move strings to avoid duplications.
wininet: Always set path in HttpOpenRequest.
wininet: Change read_buf type to BYTE.
wininet: Added support for decompressing gzip encoded content.
wininet: Test gzip encoded read.
wininet: Fixed tests on Windows.
urlmon: Set INTERNET_OPTION_HTTP_DECODING option in http protocol handler.
urlmon: Use a copy of PROTOCOLDATA in Switch/Continue implementation.
Jeff Zaroyko (1):
dmsynth: Fix a typo.
Joerg-Cyril.Hoehle(a)t-systems.com (1):
configure: Find libpng in /usr/X11 on MacOS.
Kai Blin (2):
advapi32: Fix output of GetUserNameW when joined to a domain.
secur32: Don't return STATUS_SUCCESS from LsaGetLogonSessionData stub.
Ken Sharp (1):
shell32: Add stub for InitNetworkAddressControl.
Louis Lenders (5):
wined3d: Match device name string to windows one.
d3d9/tests: Add simple test to show that QualityLevels is not zero, when we call CheckDeviceMultiSampleType with D3DMULTISAMPLE_NONE.
wined3d: Fix CheckDeviceMultiSampleType when queried with D3DMULTISAMPLE_NONE.
ntdll: Add stub for NtSecureConnectPort.
ntdll: Add stub for RtlEnumerateGenericTableWithoutSplaying.
Marcus Meissner (2):
winegcc: Free two new strlists (Coverity).
msi: Check the correct pointers for allocation failure (Coverity).
Michael Stefaniuc (11):
imm32: Use a simpler comparison of a pointer with NULL.
msvcrtd: Use size_t instead of unsigned long.
msvcrt: Replace size_t with MSVCRT_size_t.
msvcrt: Avoid using size_t when not neededed.
notepad: Rename the SIZEOF macro to the more descriptive ARRAY_SIZE.
notepad: Use the ARRAY_SIZE() macro if we already have it.
gdi32: Avoid using long when not needed.
kernel32: Switch to UTF-8 encoding for rom.nls.
kernel32: Update the Romanian(Romania) NLS file.
crypt32: Replace long with a better type.
mshtml: Replace long with LONG.
Nicolas Le Cam (3):
winetest: Only call GetTempPath once.
winetest: Add option -d to specify tests output directory.
winetest: Add a missing carriage return in help message.
Nikolay Sivov (43):
comctl32/listview: Draw focus rectangle only when visible.
comctl32/listview: Fix returning LVHT_ONITEMSTATEICON flag on hittesting.
comctl32/treeview: Use message return values in TreeView tests.
comctl32/toolbar: Don't free Toolbar control data too early.
comctl32/hotkey: Remove useless line.
comctl32/toolbar: Retrieve Tooltips control data once at WinProc.
comctl32/listview: Remove duplicated expression.
comctl32/listview: Reuse cached control style.
comctl32/listview: Simplify key selection handler a bit.
comctl32/listview: Don't hittest when it's not needed.
comctl32/mru: Check for NULL handles in MRU calls.
comctl32/mru: Fix test failures on Win9x.
comctl32/listview: Basic LVM_GETVIEWRECT tests.
comctl32/listview: LVM_GETVIEWRECT is unsupported on LVS_REPORT style.
comctl32/listview: A couple of LVM_GETITEMPOSITION tests.
comctl32/listview: Improve item position calculating in LVS_REPORT.
comctl32/listview: Some LVM_GETITEMRECT tests.
comctl32/listview: Fix some LVM_GETVIEWRECT test failures on different platforms.
comctl32/listview: LVM_GETITEMRECT: don't offset to item position on LVS_REPORT querying LVIR_BOUNDS.
comctl32/listview: Move item position calculation out of subitem loop.
user32: Add a stub for DisableProcessWindowsGhosting.
comctl32/ipaddress: Skip test on Win95 with common controls 4.70.
comctl32/tooltips: Move parameter cast to WinProc.
comctl32/tooltips: Fix callback tip text retrieval.
comctl32/listview: Use NMITEMACTIVATE instead of NMLISTVIEW for NM_*CLICK notifications.
comctl32/listview: Fix regression on LVIR_BOUNDS request - y offset still needed.
comctl32/listview: A bunch of LVM_GETSUBITEMRECT tests.
comctl32/listview: Don't offset subitem rectangles with item padding returned by LVM_GETSUBITEMRECT.
comctl32/listview: Item horizontal position isn't applied for any item bounds on LVS_REPORT.
comctl32/listview: Fix item bounds calculation for LVS_REPORT style.
comctl32/listview: Some tests for LVM_EDITLABEL.
comctl32/listview: Block LVM_EDITLABEL when control is unfocused and no label created.
comctl32/listview: EN_KILLFOCUS handling test.
comctl32/listview: Handle EN_KILLFOCUS in WM_COMMAND message handler.
comctl32/listview: Implement LVM_GETVIEW.
comctl32/listview: Implement LVM_SETVIEW.
comctl32/listview: Some tests for LVS_SORT[A,DE]SCENDING, remove these styles from TODOs.
comctl32/listview: Improve item visibility calculation for report view.
comctl32/listview: Improve grid drawing on LVS_EX_GRIDLINES style.
comctl32/listview: Partially revert commit 43d982fde6b363199c95037935e0f5446df8f733.
comctl32/listview: Improve column scrolling.
ntdll: Make NtCreateFile and NtOpenFile thin wrappers over an internal function.
ntdll: Make NtQueryFullAttributesFile and NtQueryAttributesFile thin wrappers over an internal function.
Paul Vriens (30):
kernel32: Use Polish translations.
kernel32/tests: Fix comment.
mshtml/tests: Fix some test failures on IE8.
kernel32/tests: Fix some test failures on Vista.
msi/tests: Prevent crash when ConvertSidToStringSidA is not available.
mshtml: Match IE8 implementation.
msi/tests: Remove unused variable.
oleaut32/tests: Spelling fixes.
oleacc: Fix Dutch translations.
appwiz.cpl: Fix Dutch translations.
shell32: Fix Dutch translations.
user32: Fix Dutch translations.
winmm/tests: Remove an unreliable test.
oleaut32/tests: Fix some intermittent test failures on W98 and NT4.
wininet/tests: Fix a few typos.
ole32/tests: Move common variables to the top.
ole32/tests: Run more tests on Win9x by using A-functions.
ole32/tests: Fix a crash on NT4 and below.
riched32/tests: Change the test to facilitate adding a broken().
riched32/tests: Fix a few test failures on NT4 and below.
ole32/tests: Fix remaining test failures on NT4 and below.
kernel32/tests: Skip WritePrivateProfileString tests on Win9x/WinME.
user32/tests: Remove a trace() message.
user32/tests: Fix a test failure on Win95.
shell32/tests: Fix test failure on NT4.
riched32/tests: Fix a test failure on NT4 and below.
kernel32/tests: Fix a test failure on Win9x/WinMe.
msctf: Fix a possible NULL dereference (Coverity).
shell32/tests: Fix test failures on Win95.
shell32/tests: Make sure all created files can be removed.
Peter Hedlund (1):
kernel32: Mask out obsolete flags in GlobalAlloc.
Piotr Caban (19):
jscript: Added Math_SQRT2 implementation and tests.
jscript: Added Math_SQRT1_2 implementations and tests.
jscript: Added Math_acos implementation and tests.
jscript: Added Math_LN10 implementation and tests.
jscript: Added implementation of Math_asin.
jscript: Added implementation of Math_atan.
jscript: Added Math_atan2 implementation.
jscript: Added implementation of Math_exp.
jscript: Added implementation of Math_log.
jscript: Added Math_sin implementation.
jscript: Added implementation of Math_sqrt.
jscript: Added Math_tan implementation.
jscript: Fix integer/double parsing.
jscript: Fixed memory leak.
jscript: Added implementation of Math_pow with less then 2 arguments.
jscript: Fix parse_double_literal implementation.
jscript: Remove NaN related FIXMEs.
jscript: Fix DateConstr_value (with no argument) implementation.
jscript: Added Date_setTime implementation.
Rico Schüller (2):
d3d10: Improve parse_fx10.
d3d10: Replace a few more unknown in parse_fx10.
Stefan Dösinger (28):
wined3d: Implement DSX in ARB.
wined3d: Replace a few hardcoded Tx registers with proper name getters.
wined3d: Get rid of Tx hardcoding in texbem.
wined3d: Put some ARB declarations in the right place.
wined3d: sincos for vertex shaders.
wined3d: Work around an ARBFP vs GLSL bug in Mac OS.
wined3d: Store the compile args in the compile context, not the shader.
wined3d: Make find_gl_pshader backend private.
wined3d: Remove the forward declaration added in the last patch.
wined3d: Make find_gl_vshader backend specific.
wined3d: Manage ps_compiled_shader in the backends.
wined3d: Manage vs_compile_args in the backends.
wined3d: Add a function around the handler table.
wined3d: Emulate if(bool) in ARB shaders.
wined3d: Allocate the proper size for the lconst map.
wined3d: Remove a MESA hack.
wined3d: Use DP2A or X2D for dp2add if available.
wined3d: Avoid the TMP_COLOR mov in some cases.
wined3d: Use NRM from GL_NV_fragment_program2 if available.
wined3d: Use Rx registers for sRGB correction if possible.
wined3d: Revert "WineD3D: use CMP instead of SLT and SGE in sRGB correction".
wined3d: Write result.color in one mov.
wined3d: Don't enable the NV frag extensions if we don't need them.
wined3d: Add a comment about texbem and X2D.
wined3d: Handle LRP in vertex shaders.
wined3d: Use condition code for sRGB write correction if available.
wined3d: Update clipplanes on a shader-fixed function switch.
wined3d: Implement clipplanes in the ARB backend.
Stefan Leichter (2):
kernel32: Fix spec of QueryFullProcessImageNameW.
kernel32: Added missing newline to win_skip.
Stefan Stranz (1):
winhlp32: Fix crash on launch.
Stephan Rose (1):
gdiplus: Add support for vertical string alignment to GdipDrawString.
Tony Wasserka (4):
d3dx9: Add stubs for the D3DXGetImageInfo function group.
d3dx9: Add utility functions for loading files and resources into memory.
d3dx9: Redirect D3DXGetImageInfo functions to the FromFileInMemory variant.
d3dx9: Test return codes of the D3DXGetImageInfo functions.
Vincent Povirk (8):
winex11: Set the fullscreen state of virtual desktops based on size.
gdiplus: Stub GdipCreateHICONFromBitmap.
ole32: Add some tests for read only storage objects.
ole32: Fix crash when calling CreateStream on read only storage.
ole32: Fix crash when calling CreateStorage on read only storage.
ole32: Fix return code of DeleteStorage for read only storage.
ole32: Don't ignore a failure to delete the old element in CreateStorage.
winex11.drv: Don't use XEvents uninitialized when waits time out.
Vitaliy Margolen (1):
winecfg: Update WinXP version to SP3.
Vitaly Perov (1):
mpr: Don't set LastError if no error occured.
Vladimir Pankratov (1):
winedbg: Add Russian translation.
Yuriy Kaminskiy (1):
dsound: Fix segv on use-after-free in IDirectSoundNotifyImpl_Release.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.22 is now available.
What's new in this release (see below for details):
- More improvements to OLE copy/paste.
- Beginnings of x86_64 exception handling.
- Direct3D locking fixes.
- ARB shaders improvements.
- Better OpenGL pixel format support.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.22.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.22.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.22:
7084 Installers/wine fail(s) to extract icons for menu links
7326 Some apps complain "DDE requires ddeml.dll"; just need a link
8349 Lords of the Realm 2 installer fails to complete
8680 Poker Heaven creashes on exit
9366 QuickTimePlayer 7.2.0.240 aborts on unimplemented function gdiplus.dll.GdipCreateRegion
10072 Half Life 2 Reflections reversed on real world reflections option
10449 Broken Cross Disk Manager: Crash at start, needs gdiplus.dll.GdipCreateHBITMAPFromBitmap
10788 Windows Movie Maker needs gdiplus.dll.GdipCreateBitmapFromHICON
12251 Gamma on screen is brighter after application exits
12440 Screen/Graphics corruption in Sammy's Science House
12450 Adobe Acrobat Pro 6 & 7 / Acrobat Reader 6 & 7 -- "Detect and Repair" does nothing (MsiReinstallProduct)
12585 Unhandled pagefault in Return to Castle Wolfenstein
13040 SkyMap Pro: Tip of the Day is a blank window.
13137 inetcpl crashes due to unimplemented function wininet.dll.GetDiskInfoA
13182 Ultraedit v14.00+3 cannot be configured anymore
13201 Microsoft Pinball Arcade jittery animations
13243 Trackmania (Nations) Forever doesn't sometimes work with 3d-glasses
13366 Scarface fails to start due to "unhandled page fault"
13642 dogfood: InterPoker on Linux crashes
13736 Detection of nvidia geforce 9x00 video memory isn't implemented
15468 polygon vertex problems on assassin's creed characters
15762 .desktop files are created in ~, not in ~/Desktop
15923 make test fails in monthcal.c
16021 Provide vista-style symlinks for the profiles directory
16072 DesignaKnit 7 fails to run
16123 WINE and Office progs running in background when they shouldn't be
16363 Google Chrome window is rendered totally black.
16620 Office 2003 cannot install Service Pack 3
16686 Wine's wordpad doesn't allow setting font?
16769 MSN Messenger 7.0 Don't redraw the chat window correctly
16901 bejeweled and bejeweled twist use 100% cpu
16926 Mathematica 7 Player complains "could not establish a connection to the kernel"
17305 PCMark 05 crashes on unimplemented d3dx9_25.dll.D3DXGetImageInfoFromFileInMemory
17470 IP Softphone 2050 doesn't start
17629 unimplemented function setupapi.dll.CM_Locate_DevNode_ExA
17687 vlc 0.9.8a segfaults on launch
17983 WiX fails with builtin msi.dll
17993 winamp's installer shows corrupted checkbox buttons
18044 System Font Linking fails with MS Shell Dlg
18080 Clipboard (Ctrl+V) no longer works in Word 2003/2007
18188 Everest Poker and Casino exit silently with builtin gdiplus
18246 Adobe Updater: crashes when installing updates
18274 Xenocode Virtual Appliance Runtime Error 0xD0000022
18349 Incorrect font rendering in Japanese locale
18395 Garrys mod crashes when joining.
18453 hs950 firmware installer crashes on exit with unimplemented function SETUPAPI.dll.SetupUninstallOEMInfA
18515 Deleting the last entry in the overrides tab in winecfg is not shown correctly
18537 Child windows jump when clicked and dragged by title bar
18555 Dotnet power profile fixmes cause irritation in bash/dash
----------------------------------------------------------------
Changes since 1.1.21:
Alexandre Julliard (33):
user32/tests: Fix the LB_DELETESTRING for older Windows versions.
user32/tests: Add more systematic support for ignoring certain messages.
include: Fix the C_ASSERT macro for the latest gcc.
user32/tests: Add an optional message for Win95.
wininet: Centralize detection of chunked mode and add a flag for it in the http request structure.
wininet: Add a read-ahead buffer to allow InternetQueryDataAvailable to return the right values in chunked mode.
wininet/tests: Add a test for reading chunked data.
wininet: Get rid of the SSL-specific read-ahead buffer.
mlang: Return the correct count in IMLangFontLink_GetStrCodePages when aborting early.
shlwapi: Add a partial stub for IConnectionPoint_InvokeWithCancel.
ntdll: Added a stub for RtlUnwindEx on x86_64.
ntdll: Initial implementation of RtlVirtualUnwind on x86_64.
ntdll/tests: Added some test cases for RtlVirtualUnwind.
ntdll: Free old memory block when reallocating to a large block.
ntdll: Tweak the file mapping permission checks some more, with tests.
ntdll/tests: Add more tests for RtlVirtualUnwind.
ntdll: Add support for some function epilogs in RtlVirtualUnwind.
ntdll: Add test cases for the returned frame value in RtlVirtualUnwind.
msvcrt/tests: Use the _winver etc. variables instead of the __p_ functions that don't exist on 64-bit.
winmm: Fix some Win64 pointer truncations issues.
msacm32.drv: Fix some Win64 pointer truncations issues.
oleaut32: Add support for registering 64-bit typelibs.
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
oleaut32/tests: Fix the tmarshal test on 64-bit.
widl: Add support for writing 64-bit format typelibs.
widl: Add support for standard target options to allow building the right typelib kind when cross-compiling.
oleaut32/tests: Fix some pointer sizes in typelib tests for 64-bit.
kernel32: Add missing terminator on %wc format conversion.
shell32: Remove unnecessary linefeeds in traces.
ntdll: Implemented RtlLookupFunctionEntry for x86_64.
ntdll: Initial support for dispatching exceptions to stack handlers on x86_64.
ntdll: Implement __C_specific_handler for x86_64.
ntdll: Implement RtlUnwindEx for x86_64.
Anders Jonsson (3):
notepad: Update Swedish translation.
regedit: Update Swedish translation.
mshtml: Update Swedish translation.
Andrew Nguyen (11):
kernel32/tests: Correctly skip tests when the Unicode directory functions are not available.
kernel32/tests: Correctly skip tests when the Unicode drive functions are not available.
kernel32/tests: Correctly skip when the Unicode file functions are not available.
kernel32/tests: Correctly skip when Unicode locale functions are not available.
kernel32/tests: Correctly skip when GetTempPathW is not available.
kernel32/tests: Correctly skip when Unicode thread functions are not available.
kernel32: Don't validate the command line parameter of CreateProcessW.
kernel32: Correct the last error of CreateProcessW with an empty application name string.
kernel32: Correct the last error of CreateProcessW with an empty command line string.
kernel32/tests: Use named constants for a drive test.
kernel32/tests: Correctly skip when the Unicode communications functions are not available.
André Hentschel (1):
winemaker: Read the includes of a dsp project file.
Aric Stewart (19):
msctf: Implement ITfKeystrokeMgr::AdviseKeyEventSink.
msctf: Implement ITfKeystrokeMgr::UnadviseKeyEventSink.
msctf: Implement ITfKeystrokeMgr::GetForeground.
msctf: Implement ITfSource interface for ITfInputProcessorProfiles.
msctf: Support advising ITfLanguageProfileNotifySink in ITfInputProcessorProfiles.
msctf: Map out currently missing interfaces.
msctf: Define ITfEditSession implemented by TextServices.
msctf: TfContext intitalization and uninitialization on Push and Pop.
msctf/tests: Test TextService requesting an EditSession.
msctf: Starting implementation of ITfContext::RequestEditSession and ITextStoreACPSink::OnLockGranted.
advapi32: Handle well qualified names in LookupAccountNameW for account names.
msctf: Add stub implementation of ITfRange.
msctf: Implement ITfRange::GetContext.
msctf: Beginning of TfEditCookie definition and usage.
msctf: Generate TfEditCookies for edit sessions.
msctf: Correct order of dwFlag checking to properly be able to set a ReadWrite lock.
msctf: Beginning implementation of ITfContext::GetStart.
msctf: Beginning implementation of ITfContext::GetEnd.
msctf: Beginning implementation of ITfContext::GetSelection.
Aurimas Fišeras (1):
notepad: Update Lithuanian translation.
Austin English (7):
secur32/tests: Sign compare fixes.
d3dxof/tests: Sign compare fix.
hlink/tests: Sign compare fix.
msvcrt/tests: Sign compare fixes.
imm32/tests: Sign compare fix.
ntdll: Change a noisy FIXME to a WARN.
powerprof: Remove a noisy FIXME.
Damjan Jovanovic (3):
oleaut32: fix a rounding bug in VarFormat.
oleaut32: Strip trailing decimal zeroes when rounding a number in VarFormat.
oleaut32: Add a failing VarFormat test showing that wine wrongly truncates decimals with large negative exponents instead of rounding.
Detlef Riekenberg (1):
wininet/tests: Remove a duplicate test.
Dmitry Timoshkov (5):
sfnt2fnt: Take into account external leading when calculating the font point size.
winedump: Add an ability to dump font files.
system.sfd: Make lower case latin letters in 18 pixel Japanese bitmap font not bold.
user32: Invalidate a being removed listbox item before deleting it as it's been done before d2ecb1194102b6d7e6078556f80e58c70ca39c23.
dbghelp: All parameters of MiniDumpReadDumpStream() except base are optional.
Eric Pouech (2):
msvfw32: Clearly separate the 16-bit code out of the rest by wrapping 16-bit message functions in thunks.
msvideo16: Make msvideo16 a separate 16-bit module.
Francois Gouget (37):
winhlp32: Use Win32 APIs instead of strdup().
msctf/tests: Reorder the code to avoid forward declarations.
msctf/tests: Make some functions static.
setupapi: VcpEnumFiles() is implemented so export it.
dsound/tests: Replace malloc() with HeapAlloc().
lz32/tests: Replace malloc() with HeapAlloc().
ntdll/tests: Replace malloc() with HeapAlloc().
shell32/tests: Replace malloc() with HeapAlloc().
winecfg: Use Win32 APIs instead of strdup().
ddraw/tests: Replace malloc() with HeapAlloc().
wined3d: Make surface_force_reload() static.
iphlpapi: Make getInterfacePhysicalByName() static.
d3dx8/tests: Make compare_vec3() static.
rpcrt4: Make RPCRT4_NextHttpHeaderField() and RPCRT4_default_receive_fragment() static.
ntdll: virtual_free_system_view() is not used anymore so remove it.
riched20: ME_MakeString() is unused so remove it.
dplayx: NS_GetOtherMagic() is not used, so remove it.
dplayx: Reorder the code to avoid forward declarations.
fusion: assembly_get_architecture() is unused so remove it.
fusion: CompareAssemblyIdentity() and GetAssemblyIdentityFromFile() are unused stubs and don't belong in fusion.dll. So remove them.
comctl32/tests: Make flush_sequence() static.
winedbg: Replace realloc() with HeapReAlloc().
setupapi: Remove some dead code: VCP_VirtnodeDelete() and VCP_RenameFiles().
setupapi: VcpFlush() and vsmString{Compare,Find}() are unused so remove them.
shell32: Make AboutDlgProc() and SHELL_execute() static.
winapi_test: Simplify the code that builds the list of headers to process.
dplayx: cbDelete{Groups,Player}Elem() are unused so remove them.
winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free().
winetest: Replace malloc() & co with HeapAlloc().
advapi32/tests: Replace realloc() with HeapReAlloc().
gphoto2.ds: Use Win32 APIs instead of strdup().
mstask/tests: Replace realloc() with HeapReAlloc().
oleaut32/tests: Replace realloc() with HeapReAlloc().
userenv/tests: Replace realloc() with HeapReAlloc().
msi/tests: Use win_skip() to skip over unimplemented functionality.
shell32: Add the SHCreateDirectoryEx() macro.
msctf: Fix an error message.
Frans Kool (1):
winedbg: Add Dutch translations.
Gerald Pfeifer (3):
cryptui: Remove double assignment in import_store_dlg_proc().
msi: Initialize variable in MSI_ApplyPatchW.
libwine: Remove redundant prototype for wine_call_on_stack().
Guy Albertelli (1):
kernel32/tests: Add more tests for GetVolumeNameForVolumeMountPointA.
Hans Leidekker (6):
setupapi: Add stub implementations of SetupUninstallOEMInfA/W.
setupapi: Add stub implementations of CM_Get_Device_Interface_List_Size_ExA/W.
wininet: Implement GetDiskInfoA.
wininet: Add a stub implementation of IncrementUrlCacheHeaderData.
kernel32: Add support for %ws and %wc format specifiers to FormatMessageA/W.
kernel32: Add tests for FormatMessageA/W.
Henri Verbeet (25):
wined3d: Use the output signature to map SM4 pixel shader outputs to the appropriate register.
d3d10core: Improve the shader input/output signature parsing code.
d3d10core: Parse pixelshader output signatures and pass them to CreatePixelShader().
d3d10core: Release the wined3d shader when the d3d10 pixel shader is destroyed.
d3d10core: Implement ID3D10Device::PSSetShader().
wined3d: Pass a struct wined3d_shader_register to shader_arb_get_register_name().
wined3d: Pass a struct wined3d_shader_register to shader_dump_register().
wined3d: Pass a struct wined3d_shader_register to shader_record_register_usage().
wined3d: Print the correct limit in a WARN().
wined3d: Don't create more than WINED3D_MAX_FBO_ENTRIES FBO entries.
wined3d: Directly call basetexture_apply_state_changes().
wined3d: Add missing GL locking to fragment_pipeline.enable_extension() implementations.
wined3d: Add missing GL locking to shader_backend_t.shader_free_private() implementations.
wined3d: Add missing GL locking to state table calls.
wined3d: Add missing GL locking to shader_backend_t.shader_select() calls.
wined3d: Add missing GL locking to delete_glsl_program_entry() calls.
wined3d: Add missing GL locking to calls to FBO functions.
wined3d: Add missing GL locking to set_blit_dimension() calls.
wined3d: Add missing GL locking to IWineD3DDeviceImpl_Uninit3D().
wined3d: Add missing GL locking to test_pbo_functionality().
wined3d: Add missing GL locking to d3dfmt_p8_upload_palette().
wined3d: Add missing GL locking to ffp_blit_set() and ffp_blit_unset().
wined3d: Add missing GL locking to check_fbo_compat().
wined3d: Document functions that depend on the caller to do GL locking.
wined3d: Remove some unused defines.
Huw Davies (28):
ole32/tests: Make the size tests for the WdtpInterfacePointer marshaller more restrictive.
ole32/tests: Add tests to show the WdtpInterfacePointer marshal data looks like the result of CoMarshalInterface.
include: Correct a typo.
ole32: Add proxies and stubs for GetData and GetDataHere.
ole32: Add proxies and stubs for Read and Write.
ole32: Add proxies and stubs for Seek and CopyTo.
ole32: Add proxies and stubs for OpenStream and EnumElements.
ole32: Add proxies and stubs for ReadAt and WriteAt.
ole32: Add proxies and stubs for FillAppend and FillAt.
msctf/tests: Fix a compiler warning.
ole32/tests: Show that it's the loword of the separate flag parameter that determines the marshalling context.
ole32: Implement the WdtpInterfacePointer marshal functions.
ole32/tests: Add tests for STGMEDIUM marshalling with a non-NULL pUnkForRelease.
ole32: Add support for marshalling pUnkForRelease.
ole32/tests: Add tests for TYMED_ISTREAM marshalling.
ole32: Implement TYMED_ISTREAM marshalling.
ole32: Implement TYMED_ISTORAGE marshalling.
ole32/tests: Remove assumptions about the size of marshalled data.
ole32/tests: Cope with an alignment hole between the two marshalled interfaces.
ole32: Beginnings of OleCreateFromDataEx.
ole32: Add support for retrieving data from IPersistStorage.
ole32: Add support for retrieving the data from CF_EMBEDDEDOBJECT.
ole32: Use OleCreateFromDataEx to implement OleCreateFromData.
ntdll/tests: Mark RtlUnicodeStringToInteger("", 16) as broken for nt4.
ole32/tests: Exercise the HGLOBAL marshaller over a range of block sizes.
ole32/tests: Use the current stream position to determine the marshal data size.
ole32: Fix remote HMETAFILEPICT marshalling on 64 bit systems.
ole32: Explicitly add the three ULONGs from the METAFILEPICT struct to allow for padding in the 64-bit version.
Ilya Shpigor (1):
msi: Subscribe to SetProgress event on adding progress bar control to dialog.
Jacek Caban (27):
urlmon: Cache the binding notif window.
urlmon: Added support for PI_APARTMENTTHREADED to BindProtocol::Switch.
urlmon: Added support for PI_APARTMENTTHREADED to BindProtocol::ReportProgress.
urlmon: Added PI_APARTMENTTHREADED support to BindProtocol::ReportProgress.
urlmon: Added PI_APARTMENTTHREADED support to BindProtocol::ReportResult.
urlmon: Use PI_APARTMENTTHREADED in Binding object.
urlmon: Return E_FAIL in Binding::Switch implementation.
urlmon: Get rid of no longer needed thread checking in Binding object's ReportData and ReportResult implementation.
urlmon: Get rid of no longer needed thread checking in Binding::ReportProgress.
urlmon: Get rid of no longer needed values in Binding object.
urlmon: Moved notif window handling to bindprot.c.
mshtml: Handle aCount < buf_size case correctly in nsIInputStream::Read implementation.
urlmon: Added PI_MIMEVERIFICATION support.
urlmon: Added PI_MIMEVERIFICATION tests.
urlmon: Use PI_MIMEVERIFICATION in Binding object.
urlmon: Added GetBindString(BINDSTRING_URL) implementation.
urlmon: Added BINDSTATUS_LOADINGMIMEHANDLER and BINDSTATUS_LOADINGMIMEHANDLER support to Binding object.
urlmon: Use internal IInternetProtocol protocol for communication with pluggable protocol in BindProtocol.
urlmon: Fixed buffer size argument in Read call.
urlmon: Move MIME availability handling to separated function.
urlmon: Use protocol_handler in Switch implementation.
urlmon: Use common name for IInternetProtocol and IInternetProtocolSink vtbls.
urlmon: Added support for MIME filters.
urlmon: Added MIME filter handling in BindProtocol tests.
urlmon: Added IUriContainer declaration.
urlmon: Fixed buffer size calculation.
urlmon: Fixed tests on Windows.
Joris Huizer (2):
pdh: Return correct error on allocation failure.
msctf: ITfContext::RequestEditSession: dwLockFlags logic corrected.
Juan Lang (5):
inetmib1/tests: Trace the SNMP error code and index rather than GetLastError on failure.
inetmib1: Fix memory leaks.
inetmib1: Make sure the successor to an item doesn't have an identical key as it, to prevent infinite loops in table enumeration.
inetmib1: Don't query the same OID twice if it returns SNMP_ERRORSTATUS_NOSUCHNAME the first time.
inetmib1: Rename a poorly named variable.
Kai Blin (1):
secur32: Don't try to use ntlm_auth --use-cred-cache.
Lionel Debroux (1):
kernel32: Fix doc header for SetThreadIdealProcessor.
Luke Benstead (1):
ddraw: Add tests for DirectDrawSurface reference counting.
Marcus Meissner (2):
urlmon: Separate NULL ptr check (Coverity 924).
wininet: lpwhr cannot be NULL (Coverity 927).
Michael Stefaniuc (9):
msvideo.dll16: Add missing unlock on an error path (Smatch).
msctf: Allocate memory only right before it's needed.
notepad: Use the more specific MAKEINTRESOURCEW macro.
notepad: Use the explicit W-form of the functions.
notepad: The UNICODE define isn't needed anymore; remove it.
notepad: Fix the Romanian translation.
Fix typo in Romanian translation basă => bază.
urlmon: Move 'inline' right after the storage specifier.
msctf: Use FAILED instead of !SUCCEDED.
Nicolas Le Cam (2):
wininet/tests: Temporize async HttpSendRequestEx test to avoid timeouts.
wininet/tests: Fix test when automatically detect network settings is on.
Nikolay Sivov (36):
comctl32/listview: Make ListView_* macros match PSDK.
comctl32/listview: Remove superfluous forward declarations.
comctl32/listview: Select all items with LVM_SETITEMSTATE is blocked in LVS_SINGLESEL.
comctl32/listview: Don't redraw focus rectangle on column scroll.
comctl32/listview: Add LVN_INCREMENTALSEARCH definitions.
comctl32/header: Make Header_* macros match PSDK.
comctl32/listview: A couple of tests for changing item attributes.
comctl32/listview: Use neutral LVITEM in ListView_SetItemState macro.
comctl32/listview: Don't check for state changes we are not aware to store (with some tests).
comctl32/tab: Fix TabCtrl_* macros.
comctl32/treeview: Fix TreeView_* macros.
comctl32/animate: Fix Animate_* macros.
comctl32/header: Retrieve control data only once at WinProc call.
comctl32/header: Move parameter cast to WinProc where possible.
comctl32/header: Use cached colors instead of querying them again.
comtl32/listview: Cache Header control window GWL_STYLE.
comctl32/treeview: Use cached colors instead of GetSysColor in TreeView.
comctl32/tests: Don't use magic numbers for ListView exstyles.
comctl32/ipaddress: Use cached colors instead of GetSysColor for IPAddress control.
comctl32/monthcal: Use cached colors instead of GetSysColor for MonthCal.
comctl32/rebar: Use cached colors instead of GetSysColor for Rebar.
comctl32/status: Use cached colors instead of GetSysColor for Status.
comctl32/toolbar: Retrieve control data once at WinProc.
comctl32/toolbar: Remove superfluous forward declarations.
comctl32/toolbar: Use already cached control window style.
comctl32/toolbar: No need to use GetSysColor directly.
comctl32/comboex: Use cached colors for ComboEx.
comctl32/tab: Use cached colors for Tab.
comctl32/syslink: Use cached colors for SysLink.
comctl32/tooltips: Use cached colors for ToolTips.
comctl32/listview: Handle mouse selections more accurately.
comctl32/listview: Fix hittesting for LVS_REPORT subitems.
comctl32/listview: Don't use uninitialized value.
comctl32/tests: A basic test for ListView WM_SETREDRAW.
comctl32/listview: Update focus rectangle properly.
comctl32/tests: A bunch of ListView hittest tests.
Paul TBBle Hampson (1):
gdi32: Autopopulate FontLinks when autopopulating FontSubstitutes.
Paul Vriens (18):
notepad: Fix the Dutch translations.
comdlg32: Improve the Dutch find and replace dialogs.
shell32: Improve the Dutch 'about' message box.
wininet/tests: Fix some test failures with IE8 on W2K3.
mshtml/tests: Fix some test failures with IE8.
shdocvw/tests: Fix a test failure with IE8.
user32/tests: Fix test failures on Win9x/WinME.
wininet/tests: Fix some test failures on systems with IE6 or older.
inetcomm: Prevent possible dereferences (Coverity).
setupapi/tests: Fix remaining failures on Win9x.
setupapi: Fix passing a NULL parameter (Coverity).
wine.inf: Set the correct initial service pack information.
ntdll: Fix a typo.
kernel32/tests: Fix some test failures on Win9x/WinME.
wintrust/tests: Add a basic CryptCATOpen test.
urlmon/tests: Fix some test failures on IE8.
gdi32/tests: Fix a test failure on Win9x/WinME.
kernel32/tests: Fix test failure on older W2K boxes.
Rein Klazes (1):
win87em.dll16: Remove a unnecessary floating point instruction that can cause invalid operation exceptions.
Ricardo Filipe (2):
setupapi: Add stubs for CM_Locate_DevNode_ExA/W.
cfgmgr32: Forward CM_Locate_DevNode_ExA/W calls to setupapi.
Rico Schüller (2):
wined3d: Add UnregisterClass() on DLL_PROCESS_DETACH.
winedbg: Do not print more than 9 characters from pThread->name.
Robert Key (2):
wined3d: Fix ATI HD4800 being reported as ATI 9500.
wined3d: Remove HD 4800 "2048MB for X2 versions" comment.
Roderick Colenbrander (10):
opengl32: Add a wglShareLists test.
wgl: Duplicate some single buffered pixel formats for bitmap rendering and restrict bitmap rendering to these formats.
wgl: Select bitmap capable formats when PFD_DRAW_TO_BITMAP is requested by the caller.
wgl: Offer PFD_GENERIC_ACCELERATED on bitmap capable formats.
wgl: Add WGL_SWAP_METHOD_ARB support.
wgl: Make sure WGL_SUPPORT_GDI_ARB is only seen on formats on which we set it during startup (in get_formats).
wgl: Make sure WGL_DRAW_TO_BITMAP_ARB is only seen on our duplicated bitmap-capable formats.
wgl: Use local pixel format data for WGL_ACCELERATION_ARB.
wgl: Set PFD_GENERIC_FORMAT on bitmap formats instead of PFD_GENERIC_ACCELERATED.
wgl: Add a test for WGL_ACCELERATION_ARB and the PFD_GENERIC_* flags.
Stefan Dösinger (36):
wined3d: Merge shader_arb_add_src_param and pshader_gen_input_modifier_line.
wined3d: Get rid of the strcat in shader_arb_add_dst_param and make it shader_arb_get_dst_param.
wined3d: Simplify shader_hw_map2gl.
wined3d: Tidy up shader_hw_rsq_rcp.
wined3d: Standardize pshader_hw_texkill.
wined3d: Tidy up pshader_hw_tex.
wined3d: Fix 1.4 pshader projection in ARB.
wined3d: Separate Tx tempregs from Tx varyings in ARB.
wined3d: Tidy up pshader_hw_cnd.
wined3d: Tidy up pshader_hw_cmp.
wined3d: Tidy up pshader_hw_dp2add.
wined3d: Tidy up pshader_hw_texreg2rgb and friends.
wined3d: Fix a few more hardcoded pixel shader registers.
wined3d: Fix remaining incorrect dst register getters.
wined3d: Centralize WINED3DSPDM_SATURATE handling.
wined3d: Don't use TMP_COLOR unless srgb is enabled.
wined3d: Use local constants for bump parameters.
wined3d: Update the bump constants after a shader change.
wined3d: Support clipplanes with GLSL.
wined3d: Avoid declaring helper_const in vertex programs if possible.
WineD3D: Support more constants in ARB shaders.
wined3d: Only declare TMP_OUT in vertex shaders.
wined3d: Get rid of TMP2 and some easy TMP register uses.
wined3d: Get rid of TMP access in texm3x2*.
wined3d: Get rid of TMP accesses in texm3x3* instructions.
wined3d: Use CMP instead of SLT and SGE in sRGB correction.
wined3d: Get rid of the TMP register in fragment shaders.
wined3d: Fix srgb correction.
wined3d: Implement mova rounding in arb.
wined3d: Prepare for vec4 address registers in ARB.
wined3d: Emulate the 4 component address register in ARB.
wined3d: Support ABS and ABSNEG in ARB.
wined3d: Add NV asm extension support to the ARB backend.
wined3d: Support ABS and ABSNEG with NV extensions if available.
wined3d: Support vec4 A0 with NV_vertex_program2_option.
wined3d: Implement SGN in ARB.
Stefan Leichter (1):
traffic: Stub for TcRegisterClient.
Tim Wright (1):
qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub.
Vincent Povirk (18):
gdiplus: Add a trace to GdipDrawString.
gdiplus: Add a trace to GdipMeasureString.
gdiplus: Add string format traces.
gdiplus: Populate the installed font collection.
gdiplus: Stub GdipWidenPath.
gdiplus: Stub GdipWarpPath.
shell32: Handle NULL return icon parameters in SHDefExtractIcon.
gdiplus: Implement GdipTransformPoints.
gdiplus: Implement GdipTransformPointsI.
ole32: Process sent and DDE messages in CoWaitForMultipleHandles.
winex11.drv: Use the proper enum value for repeat.
winex11.drv: Optimize AlphaBlend of 1x1 source bitmaps.
gdiplus: Implement partially transparent solid fill brushes.
shell32: Add test for SHCreateShellItem.
shell32: Fail properly when no pidl is passed to SHCreateShellItem.
shell32: Handle parent folders in SHCreateShellItem.
shell32: Implement IShellItem_GetParent.
shell32: Implement ShellItem_GetAttributes.
Vitaliy Margolen (3):
dxdiagn: Rename szClsidCat and szClsidFilter to match native information.
dxdiagn: Correct version format property.
dxdiagn: DirectShowFilters should go under numbered sub-containers.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.21 is now available.
What's new in this release (see below for details):
- Beginnings of shader model 4 support.
- Support for copying/pasting images from X11 applications.
- A number of GDIPlus improvements.
- Various listview fixes.
- 64-bit support in winemaker.
- Support for building on Mac OS X Snow Leopard.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.21.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.21.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.21:
4256 Worms 2 intro films play for a few seconds without video then stop (mciavi)
6232 CListCtrl: Control in the first column does not resize
6505 WoW crashes using D3D during flight sequences
6828 Sanitarium - D3D fails to create surface
7681 Bug or Wrong Comment? X11DRV_XRender_UpdateDrawable is called from X11DRV_ExtEscape.
8224 Adobe Lightroom 1.0 won't let you create a database
10839 The virtual desktop should be resizable
11836 Adobe Acrobat Pro 6 / Acrobat Pro 7 -- "Save As" fails
12936 Visma Skatt: Craches when regaining focus
13257 bricscad: separators in vertical toolbar rotated by 90 degrees, causing layout problems
13814 Cannot Launch Quicktime
14018 War of the Ring terrain textures appear and disappear constantly
14420 Condemned Criminal Origins Mouse Cursor Unable to initialise
14574 iphlpapi: GetAdaptersAddresses required for some utility classes in system.net namespace (.NET)
14596 Some text does not display in Soundslides
14705 Patch for Wordpad that fixes some glaring issues on Windows and Reactos
14827 Autocad 2005 : Multiline text edit crashes application
14862 Crash during execution of cbsetup.exe
15080 Lego Star Wars crashes
15310 DVDShrink: Preview no longer works
15814 Oblivion crashes on launch
15877 unimplemented function sxs.dll.CreateAssemblyNameObject, aborting
15915 cinepak codec reportedly not installed, FourCC case mismatch
16317 Unhandled exception unimplemented function setupapi.dll.SetupPromptForDiskA
16412 3dmark2000 Environment Bump Mapping test broken in 1.1.10
16728 Condor: needs native d3dxof.dll for x-file loading
16846 Children of the nile demo crashes when loading a game
17338 Quicken 2007 Home & Business crashes with X Error "BadLength"
17832 FEAR 1.08: Pixelshader compilation fails with ARB backend
17851 WSAAddressToStringA AF_INET6 implementation missing
17902 ole32.CoGetClassObject: threads without apartment should use existing MTA
17904 PortalGT Mud Client exception
17938 DVD Shrink does not recognize NTFS partitions - creates MDS instead of ISO files
17980 BDE application cannot open any db file
18045 Dangerous usage of strncat
18077 DigiSpel: Cannot move puzzle pieces
18102 Chattha Sangayana - can't use scrollbars
18180 License server problem
18193 Notepad outputs different date format than native
18215 LB_DELETESTRING handler does not send LB_RESETCONTENT if only item is removed
18218 spec file for xinput1_3 is incorrect
18299 Orca crashes in comctl32
18307 .desktop file associates with too many mime types (zip, executable)
18331 John Tiller's campaign series, fatal crash on game startup
18338 Parkan IC: No video shown
18354 Suunto Training Manager crashes shortly after startup
18388 Roblox crashes on install with unimplemented function pdh.dll.PdhMakeCounterPathA
----------------------------------------------------------------
Changes since 1.1.20:
Alexandre Julliard (24):
Revert "kernel32: Report unixfs instead of ntfs for unknown filesystem type."
wininet: Add stubs for PrivacyGet/SetZonePreferenceW.
wininet: Fix a memory leak in the URL cache.
include: Added definitions for IHTMLWindow4 and IHTMLWindow5.
include: Added definition of the DispHTMLWindowProxy interface.
include: Added definitions for HTMLWindowEvents and HTMLWindowEvents2.
ws2_32: Use SIZE_T instead of size_t for inet_ntop argument.
ntdll: Move NtRaiseException and RtlUnwind implementations to the CPU-specific files.
ntdll: Use standard siginfo signal handlers on all platforms.
ntdll: Save all segment registers on x86_64. Implement set_cpu_context.
winebuild: Use iretq on x86_64 to restore more system registers and flags.
winedbg: Fix formatting of the flag register bits.
winedbg: Implement single step for x86_64.
wininet: Pass the complete redirected URL in INTERNET_STATUS_REDIRECT callbacks.
winex11: Limit window dimensions to 65535 to avoid 16-bit truncation issues.
user32: Make sure the system params DC cannot be deleted.
winedump: Add dumping of x86_64 exception tables.
winapi: Handle types should be treated as pointers.
gdiplus/tests: Don't free GDI objects with GlobalFree.
ntdll: Fix the LPC_MESSAGE structure definition for 64-bit.
user32/tests: Fix the window creation on Win64.
ole32/tests: Fix the clipboard format test on Win64.
oleaut32/tests: Use the correct allocator in the ClearCustData test.
oleaut32/tests: Don't crash if ITypeInfo_GetTypeAttr fails.
André Hentschel (9):
winemaker: Fix path handling for Current Working Directory.
winemaker: Fix project file path parsing.
winemaker: Fix optimizations.
winemaker: Add often used negative optimization.
cmdlgtst: Spelling fix.
winemaker: Ignore quotes in source filenames.
winemaker: Make winemaker 64-bit ready.
winemaker: Update manpage.
winemaker: Remove unnecessary quote filtering.
Aric Stewart (11):
msctf: Implement ITfCategoryMgr::UnregisterCategory.
msctf: Implement ITfCategoryMgr::RegisterGUID, ITfCategoryMgr::GetGUID and ITfCategoryMgr::IsEqualTfGuidAtom.
msctf: Implement ITfMessagePump.
msctf: Implement ITfClientId.
msctf: Implement ITfKeystrokeMgr::PreserveKey.
msctf: Implement ITfKeystrokeMgr::UnpreserveKey.
msctf: Implement ITfKeystrokeMgr::IsPreservedKey.
msctf: Add internal functions for managing active text services.
msctf: Implement ITfInputProcessorProfiles::ActivateLanguageProfile.
msctf: Implement ITfInputProcessorProfiles::GetActiveLanguageProfile.
msctf: Implement ITfThreadMgr::Activate and ITfThreadMgr::Deactivate.
Austin English (10):
notepad: Fix date format to match windows.
winetest: When extracting tests, run in console mode.
notepad: Don't append seconds to time format.
crypt32/tests: Print a better error if no Verisign root certificates available.
ws2_32/tests: Add initial tests for WSAStartup.
t2embed: Add stub dll.
winex11.drv: Remove an outdated comment.
wbemprox: Add stub dll.
winedump: Sign compare fixes.
d3d9/tests: Sign compare fix.
Christian Costa (3):
mciqtz32: Add support for MCI_GETDEVCAPS.
mciqtz32: Add support for MCI_WHERE.
mciqtz32: Add support for MCI_SET.
Damjan Jovanovic (1):
wine.inf: Add more file type descriptions.
Dan Kegel (1):
ntdll: Add missing RtlReAllocateHeap Valgrind hook, add tests.
David Adam (1):
d3d9: Fix a copy/paste error in test.
Detlef Riekenberg (6):
urlmon/tests: Handle BSCF_SKIPDRAINDATAFORFILEURLS to fix failures on IE8.
wininet/tests: Prefer winehq.org over winehq.com.
msi/tests: Run tests again with older msi versions (MsiApplyMultiplePatchesA).
localspl: Start implementation of OpenPrinter/ClosePrinter.
localspl: Support XcvMonitor/XcvPort in OpenPrinter.
winspool: Move remaining Xcv support to the backend.
Dmitry Kislyuk (1):
kernel32/tests: Show that NULLs need to be preserved in data before first section.
Dmitry Timoshkov (4):
user32: Add the tests for LB_DELETESTRING, make them pass under Wine.
explorer: Initialize the Progman DDE interface when starting explorer.
msvfw32: Remove useless and harmful traces from ICDecompress.
kernel32: Make SystemTimeToTzSpecificLocalTime and TzSpecificLocalTimeToSystemTime prototypes match PSDK.
Eric Pouech (4):
kernel32: In editline's keys table, use constants instead of numeric constants.
kernel32: Completely get rid of ENHANCED_KEY entry in the keymap.
user32: Clearly separate the 16bit code out of user32.
user32: Make ddeml.dll into a stand-alone 16bit module.
Francois Gouget (10):
kernel32/tests: Add a trailing '\n' to ok() calls.
msctf/tests: Remove spaces before '\n'.
Assorted spelling fixes.
winedbg: Remove an unused debug channel.
sane.ds: Remove an unused debug channel.
taskmgr: Make FillSolidRect2() and Draw3dRect2?() static.
wineps.drv: PSDRV_CmpColor() and PSDRV_Write{ArrayGet, InitClip, RRectangle}() are unused so remove them.
credui: Remove spaces before '\n'.
rpcrt4: Remove WINAPI on static functions where not needed.
notepad: Make NOTEPAD_DoReplace(All)?() static.
Giuseppe Bilotta (2):
comctl32/toolbar: Skip iString field for separators.
comctl32/toolbar: When a null lParam is passed to TB_GETBUTTONTEXTA, we should not return -1 but the string size.
Guy Albertelli (4):
kernel32/tests: Add tests for GetVolumeInformationA and QueryDosDevice.
kernel32: Fix GetVolumeInformation[AW] to require trailing \.
kernel32/tests: Add tests to verify GetVolumeNameForVolumeMountPointA returns correct string.
kernel32/tests: Fix new problems with volume tests.
Hans Leidekker (12):
ws2_32: Implement GetAddrInfoW and FreeAddrInfoW.
include: Add some types and constants used in the IP helper API.
iphlpapi: Implement GetAdaptersAddresses.
iphlpapi: Add tests for GetAdaptersAddresses.
wininet: Implement InternetReadFileEx for ftp requests.
wininet: Replace any existing content length header in HttpSendRequest.
msi: Implement MsiApplyMultiplePatchesA/W.
ole32: Add tests to show that COM needs to be initialized only once for multi-threaded apartments.
ole32: Use existing MTA in CoGetClassObject and CoCreateInstance.
msi: Reject NULL or empty patch package parameter in MsiApplyPatch.
wininet: Don't send any data after being redirected.
pdh: Implement PdhMakeCounterPathA/W.
Henri Verbeet (51):
wined3d: Store D3D shader opcode names in a separate table.
wined3d: Use shader_sm1_read_opcode() in shader_trace_init().
wined3d: Add a function to read a source parameter from SM1-3 bytecode.
wined3d: Add a function to read a destination parameter from SM1-3 bytecode.
wined3d: Add a wined3d pixel shader to struct d3d10_pixel_shader.
wined3d: Create a separate function to record register usage.
wined3d: Use shader_sm1_read_dst_param() and shader_sm1_read_src_param() in shader_get_registers_used().
wined3d: Clear reg_maps in shader_get_registers_used() instead of the callers.
wined3d: Mask set bool/int constants with bool/int constants read.
wined3d: Remove some redundant defines.
wined3d: Store the sampler type in struct shader_reg_maps.
wined3d: Introduce shader_sm1_read_semantic().
wined3d: Handle the sampler type shift in the frontend.
wined3d: The "input" parameter to shader_dump_param() should be a BOOL.
wined3d: Relative addressing tokens are always source parameters.
wined3d: Explicitly pass the register type and index to shader_get_float_offset().
wined3d: Explicitly pass register type, index, etc. to shader_dump_param().
wined3d: Pass a struct wined3d_shader_semantic to shader_dump_decl_usage().
wined3d: Split shader_dump_param() in shader_dump_src_param() and shader_dump_dst_param().
wined3d: Define GL_FENCE_APPLE to the correct value.
wined3d: Merge shader_dump_arr_entry() into shader_dump_register().
wined3d: Use the shader_sm1_read_*() functions in shader_trace_init().
wined3d: Merge wined3d_private_types.h into wined3d_private.h.
wined3d: Introduce shader_sm1_read_comment() to read shader comments.
wined3d: Avoid using WINED3DSP_REGNUM_MASK in the def/defi/defb handlers.
wined3d: Get rid of the remaining WINED3DSP_REGNUM_MASK usage.
wined3d: Move SM 1-3 parsing functions to their own file.
wined3d: Create a frontend for parsing shaders.
wined3d: Add a frontend function to determine if there are any tokens left.
wined3d: Select the frontend based on the version token.
wined3d: Introduce a stubbed SM4 shader frontend.
wined3d: Handle reading the shader header in the frontend.
wined3d: Add a minimal implementation of shader_sm4_read_opcode().
wined3d: Store the SM 1-3 opcode information tables in the SM 1-3 frontend.
wined3d: Implement shader_sm4_is_end().
wined3d: Remove some redundant code.
wined3d: Fix some more indentation.
wined3d: Shift the writemask in the frontend.
wined3d: Add an initial shader_sm4_read_dst_param() implementation.
wined3d: Add an initial shader_sm4_read_src_param() implementation.
wined3d: Improve shader_sm4_read_opcode() to handle some simple opcodes.
wined3d: Store the shader version in the frontend's private data.
wined3d: Create a struct wined3d_shader_version to store version information.
wined3d: Add support for immediate constants to shader_dump_register().
wined3d: Increase the size of glsl_src_param_t.param_str.
wined3d: Group register information into struct wined3d_shader_register.
wined3d: Fix shader_glsl_get_register_name() indentation.
wined3d: Pass a struct wined3d_shader_register to shader_glsl_get_register_name().
wined3d: Pass a struct wined3d_shader_register to shader_is_scalar().
wined3d: Add support for immediate constants to the GLSL backend.
wined3d: Record register usage only once.
Hib Eris (6):
msi/tests: Test type for INT column.
msi: Fix INT column data type.
msi/tests: Test type for INTEGER, SHORT, LONG columns.
msi: Fix SHORT column data type.
msi/tests: Test type for LONGCHAR columns.
msi: Fix LONGCHAR column data type.
Huw Davies (3):
oleaut32: Don't ask for a name if it's not required.
ole32: Don't ask for a name if it's not required.
ole32: Implement GetDataHere.
Hwang YunSong (2):
winedbg: New Korean resource.
notepad: Updated Korean resource.
Jeff Latimer (5):
include: Define IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT and code for IN6_IS_ADDR_LOOPBACK.
ws2_32/tests: Add tests for Inet_Ntop and inet_ntoa.
ws2_32: Make inet_ntop conform to msdn definition.
ws2_32/tests: IPv6 tests for WSAAddressToStringA.
ws2_32: IPv6 functionality for WSAAddressToStringA.
Juan Lang (4):
cryptui: If an input file name is given to CryptUIWizImport, show it in the wizard.
inetmib1: Check return values from SnmpUtilOid functions in utility functions.
inetmib1: Return error codes from internal query functions.
inetmib1: Return errors from SnmpExtensionQuery.
Jörg Höhle (1):
msvfw32/tests: Add mixed-case FOURCC comparisons.
Ken Thomases (5):
winegcc: Recognize '-arch <arch>' as a compiler and linker option.
winebuild: On Mac OS X, use -arch option to control output of "ld" and "as".
configure: On Mac OS X, always specify target architecture to the dev tools.
winecoreaudio: Fix building on Snow Leopard.
dbghelp: Don't check version of Mach-O dyld_all_image_infos structure.
Konstantin Kondratyuk (1):
fonts: Add Kazakhstan's symbols into tahomabd.
Marcus Meissner (2):
msi: Initialize info and patch variables (Coverity 923).
crypt32: Change salt allocation to handle errors (Coverity 133).
Massimo Del Fedele (3):
riched20: Fix placement of crlf on font table streamout.
richedit20: Test for fonttbl streamout.
gdiplus: Add stub for GdipBitmapSetPixel.
Michael Stefaniuc (5):
msctf/tests: Move 'inline' right after the storage specifier.
notepad: Use the explicit SendMessageW form.
notepad: Use the explicit W-form of the types.
notepad: Use the explicit W-form for some string functions.
notepad: Use the explicit W-form of the registry functions.
Nicolas Le Cam (4):
msi/tests: Fix MsiApplyMultiplePatches tests on Windows.
ddraw/tests: Fix a test failure on VirtualBox.
user32/tests: Fix VK_RMENU input tests on localized Windows.
user32/tests: Fix scroll tests when theming is disabled.
Nikolay Sivov (23):
msi: Fix wrong calling convention.
comctl32/listview: Reuse existing variable instead of duplicated expression.
comctl32/listview: Remove duplicated iterator initializer.
comctl32/listview: Draw rightmost vertical grid line when needed.
comctl32/listview: Fix horizontal grid line drawing.
comctl32/listview: Fix resizing grid drawing at right from rightmost column.
comctl32/listview: Handle CCM_[G,S]ETVERSION in listview.
comctl32/listview: Some tests for LVIF_NORECOMPUTE flag.
comctl32/listview: Handle LVIF_NORECOMPUTE in LVM_GETITEM[A,W].
comctl32/listview: A couple of LVM_GETITEM tests with incomplete masks.
comctl32/header: Reset internal drag state on mouse up.
comctl32/listview: Don't draw wrapped focus rectangle.
comctl32/listview: Check columns array size before trying to obtain rectangle.
comctl32/listview: Remove wrong TODO entry.
comctl32/listview: Fix wrong function description.
comctl32/listview: Fix LVM_INSERTITEM handling on LVS_SORTxxx styles.
comctl32/listview: Additional test for LVS_EX_HEADERDRAGDROP.
comctl32/listview: Test WM_ERASEBKGND forwarding to parent on CL_NONE background.
comctl32/listview: Forward WM_ERASEBKGND to parent on CLR_NONE.
gdi32: Check header pointer in CreateDIBitmap.
comctl32/listview: Use handlers instead of sending messages to oneself.
comctl32/listview: Remove irrelevant fixme comment.
comctl32/listview: Add tests for LVS_NOSORTHEADER switchover.
Paul Chitescu (1):
mscoree: Stubs for StrongNameSignatureVerification(Ex).
Paul TBBle Hampson (6):
wininet/tests: Test for handling of blank headers in HttpAddRequestHeaders.
wininet: HTTP_HttpAddRequestHeadersW should ignore 0-length headers.
gdi32: Ensure font name comparisons are case-insensitive.
gdi32: Remove tabs from init_system_links TRACEs.
gdi32: Fetch child fonts by real parent font name.
gdi32: Don't add system_links entries for substituted fonts.
Paul Vriens (8):
gdi32/tests: Fix some test failures on Win9x/WinME.
ws2_32/tests: Run tests again on several platforms due to missing functions.
gdi32/tests: Fix a test failure on NT4.
urlmon/tests: Fix a test failure on Win9x, WinME and NT4.
inetmib1/tests: Add a FreeLibrary and turn some skip()s into win_skip()s.
services: Fix a typo.
rasapi32/tests: Add a FreeLibrary.
clusapi: Don't print an out parameter.
Rein Klazes (7):
winex11: GetPixel() on a monochrome bitmap should return black or white, not dark red.
user32/tests: Show that vertical and horizontal window scroll bar info is not created independently.
user32/tests: Fix a test in edit.c that was not testing what it was supposed to test.
comdlg32: Implement OFN_ENABLESIZING flag for GetOpenFileName and friends.
user32: Combine horizontal and vertical window scroll bar info in a single structure.
winecfg: Make the open file dialogs resizable.
programs: Make some of the open file dialogs of a few programs resizable.
Ricardo Filipe (1):
commdlg: Implemented notifications are only sent with OFN_EXPLORER flag set.
Rico Schüller (2):
notepad: Implement replace.
notepad: Allow only one search/replace dialog to open.
Roderick Colenbrander (1):
wingdi.h: Add missing png/jpeg compression flags.
Scott Ritchie (1):
wine.desktop: Reduce MIME types to application/x-ms-dos-executable and application/x-msi.
Stefan Dösinger (19):
d3d: Limit d3d8 and d3d9 vshader constants to 256.
wined3d: Support the full amount of constants in GLSL.
wined3d: Fix a few more direct buffer accesses.
wined3d: Activate a thread before mapping a buffer.
wined3d: Fix an issue in buffer_get_sysmem.
wined3d: Emulate R16G16F and R32G32F if GL_ARB_texture_rg is not supported.
wined3d: Set the max mipmap level in the pbo test.
wined3d: Hardcode local loop control ints into the code in reps.
wined3d: Implement texldd.
wined3d: Make use of GL_ARB_half_float_vertex.
wined3d: Pack ARB srgb constants better.
wined3d: Pack hardcoded local constants in ARB.
wined3d: Keep track of used float constants.
wined3d: Always declare single constants in ARB if rel addr is not used.
wined3d: Work around a bad crash in fglrx.
wined3d: Add a point size test.
winedd: Move shader_*_add_instruction_modifiers into the shader backend.
wined3d: Pass the instr to pshader_gen_output_modifier_line.
wined3d: Get rid of pshader_gen_output_modifier_line.
Stefan Leichter (4):
shell32: Stub for SHParseDisplayName.
shell32: Stub for ExtractVersionResource16W.
gdiplus: Add stub for GdipGetImageThumbnail.
gdiplus: Add stub for GdipImageRotateFlip.
Timo Kreuzer (1):
comctl32: Change UINT to UINT_PTR in CreateToolbarEx.
Uwe Bonnes (1):
wineboot: Print failing command line.
Vincent Povirk (24):
gdiplus: Only release device contexts created internally.
gdiplus: Don't leak a device context when GdipCreateFromHWND fails.
gdiplus: Add test for GdipNewInstalledFontCollection.
gdiplus: Create a static InstalledFontCollection object, currently empty.
gdiplus: Stub GdipGetLineBlendCount.
gdiplus: Stub GdipGetLineBlend.
gdiplus: Add blend information to linear gradient brushes.
gdiplus: Implement GdipSetLineBlend.
gdiplus: Implement GdipGetLineBlendCount.
gdiplus: Implement GdipGetLineBlend.
gdiplus: Add tests for GdipGet/SetLineBlend.
winex11.drv: Convert image/bmp X selections to Windows DIB.
winex11.drv: Export copied images as image/bmp.
gdiplus: Correct the lfHeight calculation in GdipCreateFontFromLogfontW.
gdiplus: Account for blend factors and positions in line gradients.
gdiplus: Properly draw points outside of line gradients.
gdiplus: Don't draw outside of gradient lines.
gdiplus: Implement GdipSetLineSigmaBlend.
gdiplus: Stub GdipSetRenderingOrigin.
gdiplus: Use brush_fill_path in GdipFillRectangle.
gdiplus: Expand the GdipGetLineRect tests.
gdiplus: Store the rectangle in line gradient brushes.
gdiplus: Store the rect passed to GdipCreateLineBrushFromRect.
gdiplus: Use the mode passed to GdipCreateLineBrushFromRect.
Vitaliy Margolen (1):
xinput1_3: Better match native export order.
Łukasz Wojniłowicz (3):
winmm: Added Polish translation.
oleacc: Added Polish translation.
wineps: Added Polish translations.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.20 is now available.
What's new in this release (see below for details):
- Show a dialog on application crashes.
- Much improved OLE copy/paste support.
- Various listview improvements.
- More Direct3D code cleanups.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.20.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.20.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.20:
2221 Hyper Chem v7.5 doesn't open/save files
4464 d3dx9_*.dll are unimplemented
9084 Panzer General III SE pinkish text instead of transparent
9102 Panzer General III Scorched Earth in-game crash (memcpy)
9637 Switchball only shows a blank screen
10253 Fraps does not record videos or take a screenshot
11716 star wars battlefront crashes with sound enabled
12040 Stronghold 2 1.4: crash when starting the application
12057 Power! Estimator renders numerical cell text incorrectly
12393 adobe illustrator 10 crashed on startup
12560 Perfect World: Corrupt Bitmap Images
13563 Nestopia: crashes with enabled shaders
13820 Yahoo! Messenger 9.0 beta hangs on login
13825 Morrowind pagefaults when trying to run fullscreen with missing videos
14456 Diablo II hangs when it loses focus
14812 dsound bug causes games to crash
14970 everquest crashes in winmm
15081 Perfect World - Grey Characters
15088 Lotus Approach page faults on open dialog
15172 File Names with spaces seen as seperate files
15303 dragonshard crashes or presents a corurpted screen
15494 ddraw_test throws an exception when run
15557 GTA Trylogy can't install
15566 GTA 3 doesn't find DVD
15575 Word Pro table nubmers get reformatted
15603 Screen periodically erased in Starfleet Command II
15622 Everquest crashes
15630 Program LaTeXPiX crashes at startup
15764 Homeworld 2 Patch (homeworld2_update_en_10_11.exe) to v1.1: crash during setup
15881 Pharaoh - can't play on fullscreen
16613 A Vampyre Story Demo installer doesn't work
16989 Cobra 11 Nitro: Cars drawn as artifacts
17198 World Editor: Tree Component of Unit Editor doesn't (re)draw correctly
17397 Ventrilo 3.0.4 won't initialize GSM 6.10 codec stream
17478 Fix dpa warning from comctl32/listview.c
17498 winemaker fails on 64-bit systems
17528 3D Mark 2001 SE Dragothic: Textures not rendered on running humans
17774 Fable crashes on starting a new or existing game
17910 Black & White: Crashes in texture code at start
17984 Invalid handle for RegOpenKeyExA in win64 bit application
17987 Autocad toolbars mis-sized
17991 QueryPathOfRegTypeLib fails to locate typelib when (major.minor) = (0xffff.0xffff)
18007 Subtitle Workshop "Save as.." selection menu not appearing
18030 Images not show (or flickering) in old app
18076 SmartDraw.exe: unimplemented function gdiplus.dll.GdipBitmapSetResolution
18090 Watchtower Library no longer starts
18111 Powerhorse crashes
18114 rpcrt4.NdrDllCanUnloadNow: COM proxy/stub factory reference count eval incorrect (crashes Visual Studio 2005 on exit)
18125 Drawing problem in Wine
18150 Foobar2000 properties dialog is blank
18155 Approach crashes on File, Export
----------------------------------------------------------------
Changes since 1.1.19:
Alexandre Julliard (18):
c2man: Fix the array reference syntax and the return value regexps.
user32/tests: Fix a couple of test failures on Windows.
user32/tests: Fix a few sysparams tests on various Windows versions.
configure: Remove checks for headers that are no longer used.
jscript: Avoid size_t in printf width specifier.
ws2_32/tests: Avoid sizeof in traces.
kernel32: Make sure the string is properly terminated in QueryFullProcessImageNameW.
dbghelp: Add a few more 64-bit symbol functions.
imagehlp: Forward some more 64-bit functions to dbghelp.
winex11.drv: Don't give focus to a minimized window upon take focus.
include: Add defines for 32-bit dbghelp functions on 64-bit.
comctl32: Repaint comboex control upon WM_SETREDRAW, like other common controls do.
advapi32/tests: Fix a couple of test failures on Vista.
user32/tests: Fix a couple of dimension checks on W2k3 and Vista.
include: Fix the SYSTEM_CACHE_INFORMATION structure for Win64.
include: Fix the DDE structures for 64-bit.
user32: Fix the DDE service formatting for 64-bit.
user32/tests: Don't try to unpack or free invalid handles.
Andrew Nguyen (1):
gdiplus: Stub GdipBitmapSetResolution.
André Hentschel (9):
start: Correct German translation.
winemaker: Add -m32 flag to support winegcc-changes.
winemaker: Fix whitespace handling for libs.
winemaker: Fix wrong place for case-check.
winemaker: Parse include dirs from vcproj file.
winemaker: Remove unused function.
winemaker: Print version in Makefile header.
winemaker: Print all copyrights in banner.
winemaker: Canonicalize directory name if used as target name.
Aric Stewart (23):
msctf/test: Test enabling and disabling Language Profiles.
msctf/tests: Add framework for a TextService for testing.
msctf: Correct order of arguments to OnSetFocus sink call.
msctf: Release focused DocumentMgr on Deactivate and make sure to do a OnSetFocus Sink.
msctf: ITfDocumentMgr::GetBase returns the top if there is only one context pushed.
msctf: Correct index for being unable to pop last context. We need to leave one behind.
msctf: Add locking flags.
msctf: Helper functions for generating DWORD cookies.
msctf/tests: Setup test framework for ITfThreadMgrEventSink.
msctf/tests: Test activation and deactivation of a text service.
msctf/tests: Test DocumentMgr creation and Focus.
msctf/tests: Test ITfContext Push, Pop, GetTop and GetBase.
msctf/tests: Add ITextStoreACP interface for testing.
msctf: Make use of generated cookies in sinks to allow 64 bit compatibility.
msctf: Add ITfKeystrokeMgr framework to ThreadMgr.
msctf: Define ITfKeyEventSink.
msctf: Define the TF_MOD_* Constants.
msctf/tests: Framework for testing ITfKeystrokeMgr.
msctf/tests: Test ITfKeystrokeMgr::UnpreserveKey and ITfKeystrokeMgr::PreserveKey.
msctf/tests: Test ITfKeystrokeMgr::IsPreservedKey.
msctf/tests: Test framework for ITfKeyEventSink.
ole32: CoGetTreatAsClass should return S_FALSE if it cannot even find the key for the requested CLSID.
msctf/tests: Use ITfInputProcessorProfiles::GetCurrentLanguage to get gLangid.
Austin English (2):
wineps.drv: Fix a memory leak.
ole32: Rename a macro to prevent a conflict on NetBSD.
Brad Martin (1):
wined3d: Fix prototype for EnumAdapterModes.
Christian Costa (19):
quartz: Data may be incomplete at the end of file so do not assert if we have less data than expected.
amstream: Turn Initialize FIXME into a TRACE.
amstream: Initialize the stream in OpenFile if not done before.
amstream/tests: Beginning of tests.
amstream/tests: Fix crosstest build.
mciqtz32: Use opened state to avoid device to be closed several times.
mciqtz32: Fix some traces.
mciqtz32: Hook MCI_STOP.
mciqtz32: Show messages in hex as they are defines in headers.
amstream/tests: Improve render file test. Move OpenFile specific test into a separate test function.
winedump: When generating preamble, use 4 spaces instead of tabs. Remove extra break.
xmllite: Add stubbed dll for xmllite.
ddraw: Handle refcount of lights when interacting with viewport.
ddraw/tests: Add tests for refcount handling of light with viewport.
d3dxof: Accept longer string size.
mciqtz32: Remove all remaining tabs.
mciqtz32: Move MCIQTZ_mciGetOpenDev at the top and always use it.
mciqtz32: Make sure the device is valid before starting the play.
mciqtz32: Stop the device only after param and device checks are done.
Colin Finck (1):
mshtml: Fix the size passed to MultiByteToWideChar.
Damjan Jovanovic (1):
winemenubuilder: Build freedesktop MIME type list for later use.
Dan Kegel (1):
ntdll: Add missing valgrind hook in RtlAllocateHeap.
David Adam (4):
ddraw: Remove useless comments.
d3d8: Add tests for IDirect3D8Device_Reset.
d3d9: Add tests for IDirect3D9Device_Reset.
wined3d: SetDepthStencilSurface is always called when AutoDepthStencil is enabled.
Detlef Riekenberg (5):
oleaut32: VarCat must use localized names for VT_BOOL.
oleaut32/tests: Replace lstrcpyW and lstrcatW with memcpy to fix failures on win95.
msi/tests: Replace lstrcatW with memcpy to fix failures on win95.
winetest: Add support for --version, --help and /?.
winetest: Add option -x to extract all test.
Dmitry Kislyuk (1):
kernel32: Added GetPrivateProfileSection and GetPrivateProfileString tests for empty section scenario.
Dmitry Timoshkov (2):
oleaut32: Add some additional tests for QueryPathOfRegTypeLib, make them pass under Wine.
winedbg: Fix a typo in the comment.
Dylan Smith (1):
richedit: Null terminate streamed out rich text.
Florian Köberle (2):
comctl32/tests: Test expanding of a invisible sub tree.
comctl32: Fix expanding of invisible sub trees.
Francois Gouget (9):
wineesd.drv: Add a trailing '\n' to a WARN() trace.
dinput: Add a trailing '\n' to ERR() messages.
Assorted spelling fixes.
winapi: parse_c_declarations() is not used. Remove it.
winapi: Fix the parse_c_declaration() prototype and remove unused variables.
winapi: trampoline is not used so remove it.
winapi: Remove some dead code.
winapi: Fix the C-parser combined getter/setter prototypes.
wined3d: Avoid using an implicit value to set fogcoord to 0.0.
Frans Kool (8):
mshtml: Corrected Dutch translations.
wordpad: Fixed Dutch translations.
setupapi: Fixed Dutch translations.
reg: Fixed Dutch translations.
regedit: Fixed Dutch translations.
shell32: Fixed Dutch translations.
kernel32: Added Dutch translations.
crypt32: Corrected Dutch translations.
Ge van Geldorp (2):
secur32: Implement more GetUserNameEx() formats.
secur32/tests: Fix GetUserNameEx() tests.
Giuseppe Bilotta (1):
comctl32/toolbar: Fix trace info for TOOLBAR_InternalInsertButtonsT.
Hans Leidekker (13):
msi: Support setting summary information by importing a _SummaryInformation table.
user32: By default, return all zeroes in the first half of the keyboard layout name.
winex11.drv: Set HKCU\Keyboard Layout\Preload key.
advapi32: Fix buffer size query for CreateWellKnownSid.
msvcrt: Implement ___lc_codepage_func, ___lc_collate_cp_func and ___lc_handle_func.
programs: Add stub termsv.exe.
msi: Fix a double free.
msi: Fix another double free.
server: Add requests to set and retrieve default dacl.
ntdll: Implement NtQuery/SetInformationToken(TokenDefaultDacl).
kernel32: Improve GetVolumePathName stub.
wininet: Fix parsing of cookies with attributes.
wininet: Replace any existing cookie header.
Henri Verbeet (35):
wined3d: Pass a struct wined3d_shader_dst_param to shader_arb_get_write_mask().
wined3d: Get rid of the "token" field from struct wined3d_shader_dst_param.
wined3d: Don't die if a vertex shader has samplers.
wined3d: Group instruction context information together in struct wined3d_shader_context.
wined3d: Introduce struct wined3d_shader_src_param.
wined3d: Store the register type in struct wined3d_shader_src_param.
wined3d: Store the register index in struct wined3d_shader_src_param.
wined3d: Store the source modifiers in struct wined3d_shader_src_param.
wined3d: Create a relative addressing token for 1.x shaders in the frontend.
wined3d: Store the source relative addressing token as a struct wined3d_shader_src_param.
wined3d: Store the destination relative addressing token as a struct wined3d_shader_src_param.
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_register_name() for the relative addressing token.
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_add_src_param().
wined3d: Simplify replicating the .x swizzle in shader_hw_mov().
wined3d: Pass a struct wined3d_shader_src_param to shader_arb_add_src_param().
wined3d: Pass a struct wined3d_shader_src_param to pshader_gen_input_modifier_line().
wined3d: Explicitly pass the source modifier to shader_glsl_gen_modifier().
wined3d: Store the source swizzle in struct wined3d_shader_src_param.
wined3d: Add a separate function for converting swizzles to strings.
wined3d: Pass a struct wined3d_shader_src_param to shader_glsl_get_swizzle().
wined3d: Pass a struct wined3d_shader_src_param to shader_arb_get_swizzle().
wined3d: Get rid of the token field from struct wined3d_shader_src_param.
wined3d: Get rid of the WINED3DVS_* swizzle constants.
wined3d: Handle the swizzle shift in the frontend rather than the backend.
wined3d: Handle the source modifier shift in the frontend rather than the backend.
wined3d: Handle the destination modifier shift in the frontend rather than the backend.
wined3d: Move some frontend specfic code to baseshader.c.
wined3d: Move frontend specfic constants to baseshader.c.
wined3d: Downgrade an ERR to a WARN.
wined3d: Get rid of the shared_handle parameter.
wined3d: Handle the opcode specific control shift in the frontend rather than the backend.
wined3d: Use a more reasonable limit for the number of mipmap levels.
wined3d: The first shader token should be the version token.
wined3d: Add a function to read an opcode from SM1-3 bytecode.
wined3d: Use shader_sm1_read_opcode() in shader_get_registers_used().
Huw Davies (50):
ole32: Store a cached version of the local data object's enumeration.
ole32: Change helper function to return the matching entry.
ole32: Rewrite the clipboard window's wndproc to use the cached enum data.
ole32: Add support for rendering stream data to the clipboard.
ole32: Make all formats available to the clipboard.
ole32: Add support for rendering storage data to the clipboard.
ole32: Use helper function to duplicate global memory.
ole32: Unicodify window creation. Don't register the class as global.
ole32: Add a helper function to return the ole clipboard structure.
ole32: Add a helper function to set and release the source IDataObject.
ole32: Add a function to return (and possibly create) the clipboard's window.
ole32: Don't pass a window if we're reading from the clipboard.
ole32: Rename a variable.
ole32: Store the marshalled IDataObject in a window property of the clipboard window.
ole32: If there's a current data object on the ole clipboard GetData should use it.
ole32/tests: Tests that show the consumer data object isn't a singleton.
ole32: The consumer data object is not a singleton, but reflects the state of the clipboard when it was acquired.
ole32: Now that the consumer side of the clipboard separated from the main clipboard object, simplify the initialization code.
ole32: After a call to GetData the consumer should hold a ref on the source data object.
ole32/tests: Add a few more reference count tests.
ole32: Add support for getting global handle objects from a flushed clipboard.
ole32: Add support for getting stream based objects from a flushed clipboard.
ole32: Add support for getting storage based objects from a flushed clipboard.
ole32: OleFlushClipboard should render all formats to the clipboard.
ole32: Try global and stream types if the requested types don't match the source.
ole32/tests: Tests for a flushed clipboard.
wineps.drv: Fix compile error.
winex11.drv: Fix ordering of synthesized text formats.
winex11.drv: Fix typo so that emf -> mfpict synthesis works.
ole32: Make get_priv_data return target device ptrs (rather than offsets) and add a couple of helper functions to simplify this process.
ole32: Check that the target devices match.
ole32: Don't set cf_dataobject if we're clearing the clipboard.
ole32: Add support for enumerating non-ole clipboard formats.
user32/tests: Fix tests on win9x.
ole32/tests: OleGetClipboard doesn't return the same object under win9x, winme and nt4.
ole32/tests: win9x, winme and nt4 ignore the target device.
ole32/tests: win9x and winme don't have CF_UNICODETEXT.
ole32/tests: win64 sets the lsb of the final DWORD in the ole private data header.
ole32/tests: win9x and winme don't enumerate duplicated cfFormats.
ole32/tests: Add some tests to exercise the enumerator.
ole32: Improve the TRACEs by printing the fmtetc contents.
ole32/tests: Rename variable to avoid a conflict on some systems.
ole32/tests: For win9x and winme the size of the data on the clipboard may be larger than expected.
ole32: Add a stub for OleCreateFromDataEx.
ole32: Register a few more clipboard formats and make them have global scope.
ole32: Rewrite OleQueryCreateFromData so it compares clipboard format ids rather than strings and be sure to free the enumerator.
ole32: Expose the marshalled data on the clipboard rather than as a window prop so that other processes can actually read it.
ole32: Fix a couple of comments.
winex11.drv: Print clipboard formats in hex.
ole32/tests: Improve the traces in the test.
Igor Tarasov (3):
comctl32: Fix regression caused by 2d751ee56afced908d0788b936fa4aac1b29f1a1.
comctl32: Fix typo in TOOLBAR_SetButtonSize code.
comctl32: TOOLBAR_SetImageList should recalculate toolbar only if it is necessary.
Jacek Caban (1):
mshtml: Added IPersistHistory stub implementation.
Jeff Latimer (3):
ws2_32: WSAAddressToStringA should return length of ANSI address string and should include the trailing null.
ws2_32: WSAAddressToStringW should return length of unicode address string should and include the trailing null.
include: Bring in6_addr into line with the MS definition.
Jesse Allen (2):
dsound: Allow a special cbSize case in CreateSoundBuffer.
dsound: Fix test for some windows versions.
Juan Lang (1):
crypt32: Fix a test failure on Windows 98.
Kai Blin (2):
secur32: Work around ntlm_auth in Samba 3.0.28a being broken for cached credentials.
sxs: Implement a stub CreateAssemblyCache to make Publish or Perish install.
Ken Sharp (1):
winedbg: Correct slight typo in winedbg dialog.
Ken Thomases (5):
winecoreaudio: Eliminate some unnecessary code.
winecoreaudio: Avoid potential deadlock in wodOpen.
winecoreaudio: Avoid a race between closing and opening the waveOut device.
winecoreaudio: For waveOut, don't use STOPPED state; it's redundant.
winecoreaudio: Avoid a race between closing and opening the waveIn device.
Konstantin Kondratyuk (1):
fonts: Add Kazakhstan's symbols into tahoma.
Marcus Meissner (1):
amstream/tests: Handle directdraw not being created (Coverity 920).
Michael Stefaniuc (11):
opengl32: Remove superfluous pointer casts.
mshtml/tests: Replace long with LONG.
riched20/tests: Use better types than long.
ws2_32: Use better types for some variables.
msi: Remove superfluous cast of a MSIHANDLE in a TRACE().
msi/tests: Replace long with LONG.
comdlg32: Fix the Slovak translation.
wordpad: "Fix" the Turkish translation.
rpcrt4: Replace some usage of the long type.
winedbg: Remove some superfluous pointer casts.
user32/tests: Don't use the long type.
Mikołaj Zalewski (1):
winedbg: Add a crash dialog for --auto mode.
Nicolas Le Cam (7):
msi/tests: Test MsiRecordGetString on null and empty strings.
msi: Fix buffer length value returned by MSI_RecordGetStringW on null and empty strings.
wininet/tests: Fix HttpSendRequestW test on IE5.
msi: Enfore use of GetFileAttributes return value.
msi/tests: Add empty dir test for the DrLocator part of the AppSearch action.
msi: Fix ACTION_AppSearchDr on empty path.
msi/tests: Fix package test when run on a different drive than C:\.
Nikolay Sivov (19):
comctl32/listview: Fix selection handling in LVM_SORTITEMS (with some tests).
comctl32/listview: Fix a regression caused by 59148d0bb549ff8690f15f14571a715e3fdd43a5.
comctl32/listview: Fix some comment typos.
comctl32/listview: Implemented LVM_SORTITEMSEX.
comctl32/listview: Add a ListView_GetTextBkColor macro.
comctl32/listview: Slightly enlarge rectangle when drawing checkbox.
comctl32/listview: Switching to/from LVS_OWNERDATA isn't allowed after creation.
comctl32/listview: Fix a regression caused by 9c1a0e468f5cfbe9d863852ed5a42390f2cbfeb4.
comctl32/listview: Some tests for LVS_SINGLESEL switchover.
fonts: Fix a typo in copyright text.
comctl32/listview: LVM_SETITEM is unsupported on LVS_OWNERDATA.
comctl32/listview: Add a TRACE(..) to LISTVIEW_CreateHeader.
comctl32/listview: Header should be created when LVS_EX_HEADERDRAGDROP set.
comctl32/listview: Additional tests for LVM_GETSUBITEMRECT.
comctl32/listview: Partial fix for LVM_GETSUBITEMRECT for item == -1.
comctl32/tests: Remove tests failing on most platforms.
comctl32/tests: Existing items aren't resorted after LVS_SORTASCENDING added.
comctl32/tests: Tests for LVM_GETCOLUMNORDERARRAY: it actually uses HDM_GETORDERARRAY.
comctl32/listview: Fix LVM_GETCOLUMNORDERARRAY passing message to header.
Paul TBBle Hampson (1):
dinput: Add missing newline to trace message.
Paul Vriens (15):
usp10/tests: Skip some tests on WinME.
shell32/tests: Fix some test failures on Vista.
gdi32/tests: Skip several tests on Win9x.
rpcrt4: Fix NdrDllCanUnloadNow.
shell32/tests: Fix some test failures on NT4.
gdi32/tests: Fix a test failure on NT4.
shell32/tests: Fix a test failure on Win95 and NT4.
include: Add missing GdipGetLogFontA definition.
gdiplus: Return the correct result in GdipCreateFontFromLogfontA.
gdiplus: Convert lfFaceName from W to A, not the other way around.
gdiplus/tests: Fix test failures on Win98 by using A-functions.
shell32/tests: Fix some test failures on Win9x and NT4.
shell32/tests: Fix a test failure on Win98.
setupapi/tests: Fix a test failure on Win98.
gdiplus/tests: Fix a test failure on Win98.
Peter Schauer (1):
comctl32/listview: Fix warning from DPA_GetPtr.
Reece Dunn (2):
winecfg: Fix the size of the application static text in Spanish.
winecfg: Fix the size of the application static text in Japanese.
Rein Klazes (5):
msvcrt: Correct implementation of _ecvt() with tests.
user32: When repainting a static control with SS_BITMAP style, do not erase the background if there is no valid bitmap to paint.
msvcrt: Do not set the windows version to 0.5.
msvcrt/tests: Add some tests for strtok().
comdlg32: Fix a crash in LookIn combo box WM_COMMAND message handler.
Roderick Colenbrander (3):
wined3d: Update Nvidia driver version information.
wined3d: Report the driver description as reported by the Windows drivers when a device string is entered in our device table.
opengl: Add WGL_EXT_pixel_format_packed_float support.
Stefan Dösinger (5):
wined3d: Add a more formal framework for driver quirks.
wined3d: Move the generic mac glsl uniform fixup to the quirk table.
wined3d: Move the remaining quirks into the quirk table.
wined3d: Reserve additional GLSL constants on some drivers.
wined3d: Merge match_apple and implementation_is_apple.
Tobias Jakobi (2):
wined3d: Add newline to fixme.
wined3d: Rename some NP2 fixup variables and update comments.
Vincent Povirk (2):
mciavi32: Remove unnecessary string buffers in MCIAVI_mciSet.
shell32: Implement SHGetNewLinkInfo[AW].
Vitaliy Margolen (5):
dinput: Make EnumDevices and GetObjectInfo consistent about GUIDs.
dinput: Remove redundant stuff.
dinput: Make props array a part of the generic joystick struct.
dinput: Convert evdev joystick to new base class.
dinput: Use more friendly name for the joystick than its device path.
Łukasz Wojniłowicz (2):
kernel32: Added Polish translations.
cmd: Updated Polish translations.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.19 is now available.
What's new in this release (see below for details):
- Support for Visual C++ project files in winemaker.
- Improvements to the Esound driver.
- Many Direct3D code cleanups.
- Fixes to OLE clipboard handling.
- OpenBSD compilation fixed.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.19.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.19.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.19:
61 winemaker: Add support for the Visual C++ project files
3005 Bink video causes Alien vs Predator Gold to freeze untill killed
3697 Evil Genius does not run
3863 When i install the HPAD the everything is shown in HINDI not in ENGLISH
4175 The incorrect list window in the p-cad 2001.
5439 Menus don't collapse properly in Shareaza
6966 CSpy/IP Address: Cannot overwrite field text
7033 CSpy/Up-Down: Cursor in wrong position
7536 Gravity has database troubles
9187 BBC iPlayer installer claims IE6 is not installed
11958 Magic Workstation (mws play) Stops Displaying Cards
12292 Michelin Rally Masters: Application crashes when PAL_8 Texture and Mipmapping options are enabled
12997 The Lord of the Rings: The Return of the King: no sound in movies and no background sound/voices ingame
13738 F.E.A.R : Crashes when sound is enabled
13988 Spore Creature Creator Trial: Interface not rendered
14242 Unreal Tournament crashes on startup
14347 Toon Town Standalone Launcher error
14373 Starcraft : select one overlord (and only it) makes the game very slow.
14466 Immune Attack crashes on game start with an unhandled exception.
14921 Spore Creature Creator Trial: Incorrect rendering of creatures
14997 firmware upgrade utility for Linksys SPA3102 VoIP router
15149 Spore: many rendering issues
15170 Lotus Word Pro can not find screen extents in windowed mode
15231 Pro Pinball fails to change resolutions
15339 Black & White crashes, giving "fixme:d3d:state_zfunc"
15351 Lexware: Message "Fehler beim Erzeugen der FairUse Komponente." during installation
15358 In Civilization I for Win, if a city located in lower 1/3 of the screen, its name displayed in incorrect place
15644 Morrowind: Waterplane/sprite flickering with ORM=fbo
15778 Counter Strike Source: bullet holes and knife mark don't appear on walls
16242 list apps installed with msi
16597 Wrong detection of SelAttributes in RichEdit
16660 build broken in dlls/inetcomm/internettransport.c on OpenBSD
16661 build broken in dlls/iphlpapi/ipstats.c on OpenBSD 4.4
16662 build broken in dlls/ntdll/cdrom.c on OpenBSD 4.4
16663 build broken in dlls/ntdll/signal_i386.c on OpenBSD 4.4
16833 Build fails in Cygwin at dlls/inetcomm/internettransport.c
16891 .NET 3.0: Windows Workflow Foundation installer claims .NET 2.0 Framework needed, MsiNetAssemblySupport/msi fusion version retrieval bug
17162 Installed IE8 RC1 crashes on rpcrt4 call
17170 Text display error in Autocad - size mismatch
17193 [PATCH] cope with missing wglGetExtensionsStringARB / wglGetPixelFormatAttribivARB
17228 Gecko makes Google Talk shows an internal error
17259 Entering IP in text box does not work
17424 Feeding Frenzy unhandled exception when sound is enabled
17644 urlmon/protocol tests fail massively on OpenSolaris
17654 Edit control on toolbar behaves badly
17695 Silkypix 3.0 toolbox menus too narrow
17700 Microsoft Word 2007 Hangs when scrolling a file with to many pages
17703 unimplemented function KERNEL32.dll.GetSystemTimes
17736 Cluedo classic (or clue or just cluedo) - crashes
17753 Cannot compile Wine 1.1.17 from source on Mac OS X
17819 OpenInsight's OpenEngine does not function.
17824 winemenubuilder.c: "Desktop" string not localized -> no icons
17891 build broken in dlls/ntdll/ntdll_misc.h on OpenBSD 4.4
17907 build broken in dlls/ws2_32/tests/sock.c on OpenBSD 4.5
17917 New *.ini files contain spurious [] lines
17930 Cygwin compilation breaks without --disable-16bit
17977 Sacred hangs when selecting New Campaign
----------------------------------------------------------------
Changes since 1.1.18:
Alexandre Julliard (55):
ntdll: Remove no longer used pthread_functions structure.
loader: Don't bother checking for pthread.h existence, we require it anyway.
loader: Add missing install dependency for extra binaries.
inetcomm: Include ws2tcpip.h before anything else.
ws2_32/tests: Don't use socklen_t.
include: Try to avoid socklen_t redefinition in winsock.h.
winedos: Release the 16-bit lock before calling ExitThread.
winecrt0: Don't bother passing the environment to the _init function.
ntdll: Add separate signal definitions for OpenBSD.
ntdll: Define dvd_struct ourselves since it's not consistent across platforms.
libwine: Export __wine_get_main_environment on Mac OS to make sure it's reevaluated when used.
winecrt0: Disable the delay import destructor on Mac OS, it cannot be made to work.
shell32: Add implementation of WOWShellExecute.
shell32: Make shell.dll into a stand-alone 16-bit module.
oleaut32: Don't use 16-bit headers.
libwine: Don't export mmap functions for the Windows build.
kernel32: Use __wine_main_environ by default, environ is broken on FreeBSD too.
kernel32: Set argv[0] to the full path of the binary when starting from Unix.
configure: Disable all 16-bit code on Cygwin.
server: Use the thread entry point field to pass the PEB in the initial thread.
server: Store the type of CPU that the client is running on.
server: Verify that the client is using a supported CPU type.
ntdll: Set the WOW64 flag according to the server supported CPUs.
ntdll: Don't pretend that the whole address space is reserved on non-i386.
shlwapi/tests: Don't test uninitialized parts of the variant.
ntdll/tests: Add a missing \n.
kernel32/tests: Use the appropriate processor architecture in generated manifests.
msvcrt: Fix scanf to correctly parse pointers on 64-bit.
gdi32/tests: Add some metafile tests. Fix typos.
gdi32: Move freeing of the DC path and regions into free_dc_ptr.
gdi32: Remove Get/SetDCState16 implementation, it should not be used by apps.
gdi32: Move the whole DC saving functionality into get_dc_state, and rename it to save_dc_state.
gdi32: Move the whole DC restoring functionality into set_dc_state, and rename it to restore_dc_state.
gdi32: Completely implement SaveDC in the driver, having it call save_dc_state if necessary.
gdi32: Allow the visible region to be zero since this is the case for metafiles.
gdi32: Completely implement RestoreDC in the driver, having it call restore_dc_state if necessary.
gdi32: Fix SetEnhMetaFileBits last error handling.
fusion: Use the correct cache path on Win64.
fusion/tests: Always use the 32-bit magic in the 32-bit optional header structure.
fusion: Fix the 32/64 PE image format check on 64-bit platforms.
ole32/tests: Avoid size_t in traces.
server: Make all dump function take a prefix string to simplify the tracing code.
server: Define a generic context structure instead of using the platform-specific version.
ntdll: Set the proper context flags in the signal handlers for x86_64.
winedbg: Add context dumping for x86_64.
include: Update and document the TEB/PEB offsets on 64-bit.
ntdll: Remove pthread_data from the ntdll_thread_data structure. Document the offsets for 64-bit.
include: The magic HKEY_* handles should be sign-extended on 64-bit.
winebuild: Hardcode the i386 register context offsets instead of using the data structure.
winebuild: Hardcode the stack frame offsets instead of using the data structures.
winebuild: Don't include any Windows header to avoid data types dependencies.
ntdll: Update the context on send_debug_event for any successful status.
ntdll: Add a raise_status function and avoid exporting __regs_RtlRaiseException.
ntdll: Move the RtlRaiseException implementation into the respective platform-specific files.
ntdll: Set the exception address to the program counter in RtlRaiseException.
Andreas.Rosenberg (1):
advapi32/tests: Added a test to verify result of LookupAccountSid.
André Hentschel (4):
winemaker: winresrc.h is the right name.
winemaker: Add project-parse function.
winemaker: Add workspace-parse function.
winemaker: Update man page.
Aric Stewart (7):
msctf: Add a file version.
advapi32: Alias some sids in LookupAccountName and make comparison case insensitive.
advapi32: Modify check_well_known_name test to be more robust on more Windows platforms.
advapi32: Handle fully qualified account names for well known sids in LookupAccountName.
winmm: Properly cleanup in return from proc_PlaySound if system sound is not found.
winmm: SND_ALIAS and SND_ALIAS_ID overlap so when checking for SND_ALIAS_ID make sure it is SND_ALIAS_ID and not SND_ALIAS.
gdi32/tests: Demonstrate issues in wine with SaveDC and RestoreDC in metafiles and enhmetafiles.
Aurimas Fischer (6):
credui: Add Lithuanian translation.
appwiz.cpl: Add Lithuanian translation.
browseui: Add Lithuanian translation.
devenum: Add Lithuanian translation.
gphoto2.ds: Add Lithuanian translation.
msacm32: Add Lithuanian translation.
Austin English (2):
cryptui: Fix a compiler warning on PC-BSD.
configure: inet_ntop and inet_pton depend on -lsocket on Solaris.
Christian Costa (5):
winemp3: Add missing sampling frequencies.
mciqtz32: Implement driver messages.
mciqtz32: Add basic play capability.
mciqtz32: Implement MCI_SEEK.
mciqtz32: Implement MCI_STATUS.
Damjan Jovanovic (2):
winemenubuilder: Use the user-dirs desktop directory instead of hardcoding ~/Desktop.
winemenubuilder: Make initial directories for fd.o MIME type handling.
Detlef Riekenberg (9):
dsound/tests: Remove duplicate version dump.
dinput/tests: Remove duplicate version dump.
msi/tests: Verify path names case insensitively.
msi/tests: Fix a copy & paste typo in a test message.
wininet/tests: Fix a test with IE8.
wintrust/tests: Fix some tests on win9x.
wintrust/tests: Do not test GetLastError on success.
winmm/tests: Fix a test on win98.
urlmon/tests: Allow BINDSTATUS_COOKIE_SENT in a test.
Dmitry Timoshkov (3):
gdi32: Add a couple of SetGraphicsMode/SetWorldTransform tests, make them pass under Wine.
gdi32: Cache current font code page in the DC structure.
gdi32: Use GdiGetCodePage() instead of duplicating its functionality.
Eric Pouech (2):
winedbg: Fix the way array derefs are done.
winmm: Added support for SND_ALIAS_ID in winmm.PlaySound[AW].
Francois Gouget (9):
winealsa.drv: Remove a few unneeded initialisations and unused variables.
wineesd.drv: Fix a trace and remove an unneeded cast.
wineesd.drv: Remove some unused WINE_WAVExxx fields.
wineesd.drv: Move the wodDsXxx() functions around to avoid forward declarations.
wineesd.drv: Rename esd_fd to stream_fd.
wineesd.drv: Build a unique name so we can identify our stream.
wineesd.drv: Let the EsounD server adjust the volume.
wineesd.drv: Simplify wodPlayer_WriteMaxFrags() and wodPlayer_FeedDSP().
wineesd.drv: Improve the accuracy of wodUpdatePlayedTotal().
Ge van Geldorp (7):
urlmon/tests: Fix ftp protocol test on WinXP and higher.
shdocvw/tests: Fix shdocvw:webbrowser test on some Windows boxes.
mshtml/tests: Fix tests on Windows.
secur32: Implement GetUserNameEx(NameSamCompatible).
secur32/tests: Add simple tests for GetUserNameExA/W().
msi/tests: Handle running the tests as a domain user.
urlmon/tests: Handle certificate verification error.
Hans Leidekker (8):
msi: Don't publish package name as part of product properties.
msi: Build a proper source path in MsiConfigureProductExW.
wininet: Keep track of the number of bytes written.
wininet: Send notifications from InternetWriteFile.
wininet: Don't start reading when POST data hasn't been completely written.
wininet: Support asynchronous HttpEndRequest.
wininet: Add tests for asynchronous HttpSendRequestEx/HttpEndRequest.
wine.inf: Register msctf classes.
Henri Verbeet (50):
wined3d: Store the format_desc itself in struct wined3d_stream_info_element.
wined3d: Use the output slot when we have one.
d3d10core: Add a DXBC parser.
d3d10core: Create a vertex declaration from the input layout.
bcrypt: Add a mostly empty bcrypt.dll.
d3d10core: Implement ID3D10Device::IASetInputLayout().
d3d10core: Implement ID3D10Device::IASetVertexBuffers().
wined3d: Care for things like pitch and blocksize when copying DXT surfaces.
d3d10core: Set the initial buffer data, when present.
wined3d: Don't leak the swapchain in IWineD3DDeviceImpl_Reset() if the display mode is unsupported.
ddraw: Filter invalid texture stage states passed by the application.
wined3d: Don't use the opcode_token field in the GLSL backend.
wined3d: Don't use the opcode_token field in the ARB backend.
wined3d: Avoid a forward declaration.
wined3d: Use a more reasonable name for "SHADER_OPCODE_ARG".
wined3d: Remove some code that doesn't make a whole lot of sense.
wined3d: Compare num_params against 1 in shader_glsl_map2gl().
wined3d: Store the instruction handler index in struct wined3d_shader_instruction.
wined3d: Avoid comparing against WINED3DSIO_* in the ARB shader backend.
wined3d: Store the source and destination parameter count in struct wined3d_shader_instruction.
wined3d: Use the source and destination parameter count in the ARB shader backend.
wined3d: Remove the opcode field from struct wined3d_shader_instruction.
wined3d: Add a struct wined3d_shader_dst_param for storing destination parameter information.
wined3d: Store the register index in struct wined3d_shader_dst_param.
wined3d: Use register_idx in the ARB shader backend.
wined3d: Unset the current GLSL program when it's destroyed.
wined3d: Use a more appropriate mask for masking out the write mask.
wined3d: Pass a pointer to struct wined3d_shader_dst_param to shader_glsl_append_dst_ext().
wined3d: Pass a pointer to struct wined3d_shader_dst_param to shader_glsl_add_dst_param().
wined3d: Store the destination modifiers in struct wined3d_shader_dst_param.
wined3d: Store the write mask in struct wined3d_shader_dst_param.
wined3d: Explicitly pass register type and index to shader_is_scalar().
wined3d: Store the register type in struct wined3d_shader_dst_param.
wined3d: Simplify shader_glsl_color_correction().
wined3d: Simplify shader_glsl_cmp() and shader_glsl_cnd().
wined3d: Store a struct wined3d_shader_dst_param in struct wined3d_shader_semantic.
wined3d: Fix some more 3 space indentation.
wined3d: Properly check if input/output varyings are used.
wined3d: Store usage and usage_idx in struct wined3d_shader_semantic.
wined3d: Eliminate a useless local variable.
wined3d: Only update the swizzle and use map for streams that are actually used in device_stream_info_from_strided().
wined3d: Add a separate function for converting write masks to strings.
wined3d: Pass a struct wined3d_shader_dst_param to shader_glsl_get_write_mask().
wined3d: Explicitly pass parameter properties to shader_glsl_get_register_name().
wined3d: Get rid of a redundant strcat in shader_glsl_get_register_name().
wined3d: Store the destination shift in struct wined3d_shader_dst_param.
wined3d: Store the relative addressing mode in struct wined3d_shader_dst_param.
wined3d: Explicitly pass the register type and index to pshader_get_register_name().
wined3d: Merge pshader_get_register_name() and part of vshader_program_add_param().
wined3d: Split vshader_program_add_param() in shader_arb_add_src_param() and shader_arb_add_dst_param().
Huw Davies (16):
ole32: Use a helper function to access the enum format implementation.
ole32: Rename a variable.
ole32: Don't hold a reference on the parent IDataObject.
ole32: Change the enum formatetc constructor to return HRESULT.
ole32: AddRef does not return an HRESULT. Have the constructor create the object with one reference.
ole32: Reimplement the formatetc enumerator using 'Ole Private Data'.
ole32/tests: Fix DVTARGETDEVICE offsets.
ole32/tests: Tests for EnumFormatEtc.
ole32: Simplify some of the error handling.
ole32/tests: On win9x GetClipboardData returns a new handle.
ole32/tests: Add broken return value for win98.
ole32/tests: Add some tests for stream data.
ole32/tests: Set tymed in GetData and AddRef the interfaces (ReleaseStgMedium releases them even if pUnkForRelease is non-NULL).
ole32: Move the embed source hack to a separate function.
ole32: Rename a few variables and remove a couple of meaningless comments.
ole32: Change the global memory duplicator to return HRESULT.
Igor Tarasov (2):
comctl32: CCS_VERT flips toolbar separators orientation.
comctl32: Correct handling of toolbar separators size.
Jacek Caban (12):
urlmon: Added IWinInetHttpInfo stub implementation to HttpProtocol object.
urlmon: Added IInternetPriority handling tests.
urlmon: Added IWinInetHttpInfo stub implementation to FtpProtocol object.
urlmon: Added IWinInetHttpInfo support to Binding object.
urlmon: Get rid of ICOM_THIS_MULTI macro.
urlmon.idl: Added PROTOCOLFILTERDATA declaration.
basetsd.h: Added HANDLE_PTR and SHANDLE_PTR typedefs.
urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration.
urlmon: Register CLSID_DeCompMimeFilter.
urlmon: Added DeCompMimeFilter stub implementation.
urlmon: Added IInternetProtocolSink interface stub implementation to MimeFilter object.
urlmon: Remove unneeded includes.
Joerg-Cyril.Hoehle(a)t-systems.com (1):
amstream: Log GUID instead of pointer.
Jörg Höhle (1):
Perform case-insensitive FOURCC comparison of built-in video codecs.
Ken Thomases (1):
dbghelp/stabs: For Mach-O, line offset is relative to original function address.
Marcus Meissner (5):
mciqtz32: Fixed boolean condition for null string check (Coverity 913).
comctl32: Avoid potential overflow in Search Param (Coverity 903).
wininet: Fixed memory corruption in urlcache.
quartz: Make sure cookie* are not uninitialized (Coverity 760).
oleaut32: IPropertyBag_Read_Proxy return on unknown type (Coverity 892).
Massimo Del Fedele (4):
gdi32/tests: Add test for GetGlyphOutlineW() requesting buffer size for space char.
gdi32: Correctly handle space char on Path_ExtTextOut().
gdi32: PATH_ExtTextOut remove incorrect shift to DC origin.
gdi32: Fix PATH_add_outline when mapping mode != MM_TEXT.
Michael Stefaniuc (5):
credui: Add the Romanian translation.
comctl32/tests: Use LONG instead of long.
winecfg: Use ULONG for a bitmask variable.
winhlp32: Remove superfluous casts.
wordpad: Replace long with LONG.
Mikołaj Zalewski (2):
kernel32: Implement QueryFullProcessImageFileNameW.
psapi: Implement GetProcessImageNameW.
Nicolas Le Cam (13):
shell32/tests: Fix tests on localized platforms.
shell32: Define PT_FOLDERW.
shell32/tests: Fix GetAttributesOf tests on Win2k and below.
shell32/tests: Fix crash when launched from drive root dir.
shell32/tests: Fix a test on WinNT and some Win95.
shell32/tests: Fix wrong comment and update test accordingly.
shell32/tests: Completly fix GetAttributesOf test when launched from drive root dir.
shell32/tests: Skip interactive part of SetNameOf test on Win2k.
shell32/tests: Fix PropertyBag test on Win2k.
shell32/tests: Skip FolderShortcut test on Win2k.
shell32/tests: Fix ITEMIDLIST format test on Win2k and below.
msi/tests: Fix format test when run on root drive directory.
msi/tests: Fix test when content indexing is disabled.
Nikolay Sivov (17):
comctl32/tab: Remove direct access to items array.
comctl32/tab: Implemented TCM_DESELECTALL.
comctl32/tab: Implemented TCS_MULTISELECT for mouse selection.
comctl32/tab: Fix highlighted tabs painting.
rpcrt4: Implemented RpcEpRegisterW wrapping RpcEpRegisterA.
comctl32: listview: Some tests showed delayed header creation in ListView control.
user32: Implemented GetWindowRgnBox with some tests.
comctl32: Enable selection overwriting in IP Address control.
comctl32: Additional tests for ListView header creation.
comctl32/updown: Don't pass VK_[UP|DOWN] to original Up/Don control buddy's winproc.
comctl32/tab: Draw hottracked tab button properly.
comctl32/tab: Fix hottracked button size.
comctl32/tab: Fix filled rectangle calculation for selected button on TCS_BUTTONS.
comctl32/listview: Implement delayed header creation for ListView control.
comctl32/tab: Simplify hottracked button painting.
comctl32/listview: State mask should be ignored on LVM_INSERTITEM.
comctl32/updown: Allow ranges with max < min for Up/Down control.
Patrick Gauthier (1):
user32: Handle magic font size 0x7fff in dialog templates correctly.
Paul Chitescu (1):
ntdll: Print desired version of missing dependent assemblies.
Paul Vriens (10):
kernel32/tests: Fix some test failures on Win9x and WinME.
kernel32: Fix creation of empty sections in ini files.
shell32/tests: Fix a test failure on Vista and higher.
advapi32/tests: Fix test failures on W2K.
riched20/tests: Remove the todo_wine logic where appropriate.
urlmon/tests: Fix a test by using a better default registry key.
secur32/tests: Document some crashes on Windows.
usp10: Remove an unneeded check.
usp10/tests: Fix some test failures on Vista and W2K8 (ScriptShape).
usp10/tests: Fix some test failures on Vista and W2K8 (ScriptPlace).
Piotr Caban (6):
jscript: Added Math_LN2 implementation.
jscript: Added Math_LN2 tests.
jscript: Added Math_cos implementation.
jscript: Added Math_cos tests.
jscript: Added html comments handling.
jscript: Added html comments tests.
Rein Klazes (5):
user32/tests: In sysparams fix another case where a test changes a users desktop setting.
user32: In COMBO_WindowPosChanging() do not change the height of the the dropped rectangle, if the new height is too small.
user32: Fix for the ending of menu tracking in the default handler of WM_CANCELMODE message with test.
user32/tests: Avoid a few unneeded test failures in sysparams.c.
win87em: Always return that a 8087 coprocessor is present.
Rico Schüller (1):
Implement d3dx9_41 and forward the functions to d3dx9_36.
Rob Shearman (15):
include: Add definition for CreateProcessWithLogonW and associated flags.
include: Add declarations for RpcMgmtInqStats and RpcMgmtStatsVectorFree.
rpcrt4: RpcServerUseProtseqEp(..., NULL, ...) should return RPC_S_OK.
rpcrt4: Free the memory allocated for the protseq and endpoint strings allocated in RpcServerUseProtseq* functions.
include: Move some declarations in ws2tcpip.h to where they belong in new ws2ipdef.h header.
include: Add TCP and IPv6 option defines to ws2ipdef.h.
include: Add a stub implementation of gai_strerror{A,W}.
include: Add defines for NI_MAXHOST and NI_MAXSERV to ws2tcpip.h.
rpcrt4: Fix context handle test on Vista upwards.
rpcrt4: Compile in RPC over HTTP support even if HAVE_SOCKETPAIR is not defined.
oleaut32: Fix the SAFEARRAY marshalling on 64-bit platforms.
include: Add declaration of sockaddr_storage to ws2def.h.
include: Remove mismatched closing bracket from ws2ipdef.h when compiling as C++.
rpcrt4: Factor out non-Win32 compatible parts of the ncacn_ip_tcp client code to allow it to be compiled in.
rpcrt4: Add a Win32 implementation of ncacn_ip_tcp transport.
Roderick Colenbrander (3):
wined3d: Check for the presence of wglGetExtensionsStringARB.
opengl32: Update with the latest OpenGL extensions.
wined3d: Update NVidia pci ids.
Stefan Dösinger (17):
wined3d: Remove a TODO.
wined3d: Fix some whitespace.
wined3d: Update a comment.
wined3d: Advertise post pixelshader blending for a few more formats.
d3d8, d3d9: Don't rely on the wined3d buffer type.
d3d: Unify WINED3DVERTEXBUFFER_DESC and WINED3DINDEXBUFFER_DESC.
wined3d: Use Map and Unmap for index buffers.
wined3d: Merge indexbuffer and buffer implementations.
wined3d: Merge IWineD3DIndexBuffer and IWineD3DBuffer.
ddraw: Store the fvf in the ddraw buffer.
d3d8: Store the fvf in the d3d8 vertex buffer.
d3d9: Store the FVF in the d3d9 vertex buffer.
wined3d: Remove the buffer fvf.
d3d: Remove the format from index buffers.
wined3d: Save some memory in vertex buffers.
wined3d: Fix the drawRectPatch vertex count.
wined3d: Deal with reserved shader constants in the backend.
Stefano Guidoni (1):
winemp3: Rounding block count up in mpeg3_streamsize.
Tobias Jakobi (6):
wined3d: Add pow2Matrix_identity flag to BaseTextureClass struct.
wined3d: Add texrect_fixup bitfield to ps_compile_args struct.
wined3d: GLSL: Implement texrect coord fixup.
wined3d: Simplify sampler_texmatrix using pow2Matrix_identity.
wined3d: Add load_np2fixup_constants function to shader backend.
wined3d: glsl: Enable load_np2fixup_constants.
Vincent Povirk (2):
gdiplus: GdipDrawString: Handle either a width or height of 0 sanely.
ole32: When renaming a storage element, delete from the current iface.
Warren Dumortier (1):
winecfg: Update French translation.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.18 is now available.
What's new in this release (see below for details):
- RPC over HTTP support.
- Improved support for upgrades in MSI.
- Debug symbols in WineDbg on Mac OS X.
- Many Direct3D code cleanups.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.18.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.18.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.18:
2366 Wine unable to initiallize on NetBSD
4145 Redraw problem in "The Journal"
8072 Media Player Classic segfaults
11507 nwn2 dm toolkit missing graphical elements
11856 Any application: keyboard focus lost after a popup is unmapped, if SCIM is enabled
12225 EVE Premium, graphics glitches: some effects missing.
12723 LEGO Island Xtreme Stunts: always wants to install DirectX8.1
13308 comctrl32 listview toggles election while scrolling with ctrl key
13469 cmd can't handle long input (buffer overflow)
14014 T-Online Browser: Crash on unimplemented Functions (gdiplus.dll)
14080 Red Faction: sound does not work
14139 Governor of poker crashes
14185 Wine 1.0 networking issues - /proc/net/route doesn't exit on Solaris hosts.
14293 winhelp: Vertical scroll bar is missing in some cases
14624 Metal Fatigue: crashes before game start
14703 Null character comparison problem in vb6 application
14711 'Type' command in cmd.exe does not line feed in the end of a file
15356 Textures are not displayed in Final Fantasy XI with an ATI card
15411 Dragon NaturallySpeaking 10 takes a very long time to finish loading
15717 Far Cry 2 quits when OffscreenRenderingMode=fbo
16130 Runes of Magic client doesn't communicate with the server
16394 No sound in ever17 without native msacm32.dll
16570 FineReader 7 Pro: won't save to multiple files.
16941 interrupts cause nested trace output
17183 Not showing any text in one of the textboxes
17499 Sun JRE 1.6.0_12 installer crashes
17683 ExpressPCB: does not properly print circuit board traces
17705 Audiosurf: crashes at startup
17759 CommandLineToArgvW bug with empty lpCmdLine
17822 Logic Friday: crashes when entering equation
17843 Rubbish entries in registry on clean .wine
17854 build broken in rpcrt4 on OpenSolaris
----------------------------------------------------------------
Changes since 1.1.17:
Alexander Morozov (1):
hal: Fix KfRaiseIrql declaration.
Alexandre Julliard (24):
loader: Fix installation for platforms that don't use extra binaries.
ctl3d32: Make ctl3d.dll and ctl3dv2.dll into stand-alone 16-bit modules.
imm32: Make imm.dll into a stand-alone 16-bit module.
wintab32: Make wintab.dll into a stand-alone 16-bit module.
wnaspi32: Make winaspi.dll into a stand-alone 16-bit module.
twain_32: Make twain.dll into a stand-alone 16-bit module.
rasapi32: Make rasapi16.dll into a stand-alone 16-bit module.
winmm: Make sound.drv into a stand-alone 16-bit module.
winnls32: Make winnls.dll into a stand-alone 16-bit module.
w32skrnl: Make win32s16.dll into a stand-alone 16-bit module.
w32skrnl: Make w32sys.dll into a stand-alone 16-bit module.
winebuild: Make sure main module is properly initialized.
configure: Always set LDPATH, rpath support is broken on many platforms.
wineps.drv: Set the line join and cap styles based on the selected pen.
avifil32: Make avifile.dll into a stand-alone 16-bit module.
wininet/tests: Fix the http tests for the new winehq.org behavior.
winebuild: Skip non-functions when building the undefined exports file.
kernel32: Revert incorrect part of commit 7c3529f1cc6a3ce6f0a403c337926c8fc9fbfc57.
wininet/tests: Fix another instance of changed behavior on winehq.org.
configure: socketpair needs -lsocket on Solaris.
ntdll: Get rid of the no longer used pthread emulation.
include: Get rid of the definitions for the pthread emulation.
msi/tests: Avoid size_t in traces.
rpcrt4: Disable HTTP support if we don't have socketpair and related networking functions.
Anders Jonsson (1):
wordpad: Update Swedish translation.
Andrew Nguyen (5):
tapi32: Stub lineGetDevCapsW.
tapi32: Stub lineMakeCallW.
tapi32: Stub lineGetIDW.
wine.inf: Add entry for fake ddeml.dll.
ddraw/tests: Skip some cooperative level tests on NT4/Win95.
Andrew Talbot (7):
shell32: Remove uninitialized and superfluous struct.
winex11.drv: Remove order-of-evaluation dependencies.
wineps.drv: Remove order-of-evaluation dependencies.
ntdll: Remove superfluous semicolon.
winedos: Initializations fix.
advapi32: Constify some variables.
advapi32: Constify some variables.
Aric Stewart (10):
kernel32: Report unixfs instead of ntfs for unknown filesystem type.
propsys: Stub for PSUnregisterPropertySchema.
msi: Reorder the condition operators so that longer strings are matched first.
msctf: ThreadMgr sink framework.
msctf: Define ITfTextInputProcessor. Implemented by the Text Services.
msctf: Add ITfThreadMgrEventSink to ThreadMgr.
msctf: Hook up the DocumentMgr to be able to forward ITfThreadMgrEventSink events to sinks advised to the ThreadMgr.
msi: Verify the existence of fusion.dll before reporting the .Net version.
advapi32: Stub TreeResetNamedSecurityInfo for the IE8 installer.
msctf: Implement ThreadMgr ITfSource::UnadviseSink.
Aurimas Fischer (5):
mshtml: Update Lithuanian translation.
uninstaller: Add Lithuanian translation.
reg: Add Lithuanian translation.
start: Add Lithuanian translation.
wineboot: Add Lithuanian translation.
Austin English (3):
winegcc: Fix a compiler warning on PC-BSD.
twain32: Fix a compiler warning on PC-BSD.
rpcrt4/test: Change a skip to win_skip.
Christian Costa (3):
d3dxof: Remove limitation on data buffer size.
amstream: Implement IAMMultiMediaStreamImpl_GetFilterGraph.
kernel32: Add stub for GetSystemTimes.
Dylan Smith (3):
richedit: Add bounds checks for EM_GETTEXTRANGE with tests.
winhlp32: Invalidate scrollbar when changing pages.
richedit: Properly handle lack of semicolon after font name in rtf.
Francois Gouget (1):
wineesd.drv: Remove esd_host as it is unused.
Hans Leidekker (13):
msi: Add stub implementations of MsiDeterminePatchSequenceA/W.
msi: Implement MsiReinstallProductA/W.
msi: Add stub implementations of MsiSourceListClearAllExA/W.
msi: Don't initialize COM for custom action threads.
msi: Only apply a transform when its language id matches the system language id.
winspool: Support special environment value "all" in EnumPrinterDrivers.
msi: Add some tests for MsiQueryFeatureState.
msi: Detect privately installed assemblies.
msvcrt: Implement _vscprintf and _vscwprintf.
msvcrt: Add tests for _vscprintf and _vscwprintf.
msi: Enumerate products from all contexts.
msi: Add tests for MsiEnumProducts.
msi: Allocate token information buffer dynamically.
Henri Verbeet (50):
wined3d: Unload resources on Uninit3D().
wined3d: Compare the actual formats.
wined3d: Set the currently active context to NULL when it's destroyed.
d3d9: Get rid of basetexture.c.
d3d9: Get rid of resource.c.
d3d9: Fix locking.
d3d8: Get rid of basetexture.c.
d3d8: Get rid of resource.c.
d3d8: Fix locking.
d3d10core: Only destroy the device when it doesn't have any references left.
wined3d: Try to make Coverity shut up (CID 863, 905).
d3d8: Properly handle unsetting the pixelshader in SetPixelShader().
d3d8: Cleanup the pixelshader handling code a bit.
d3d8: Cleanup the vertexshader handling code a bit.
wined3d: Set the byte count for WINED3DFMT_UNKNOWN to 0.
wined3d: Remove the bytesPerPixel field from IWineD3DSurfaceImpl and IWineD3DVolumeImpl.
wined3d: Pass format_desc to the Check*Capability() function.
wined3d: Pass format_desc to getColorBits() and getDepthStencilBits().
wined3d: Pass format_desc to set_shader().
shdocvw: Add a stub ITaskbarList implementation.
wined3d: Print a warning when the stage isn't mapped to a valid texture unit in tex_coordindex().
wined3d: Fix the indentation in tex_coordindex().
wined3d: Print a FIXME in tex_coordindex() when NV_TEXGEN_REFLECTION isn't supported.
wined3d: Reduce the number of checkGLcall's in tex_coordindex() a bit.
wined3d: Implement WINED3DTSS_TCI_SPHEREMAP.
wined3d: Make the texunit field in struct stb_const_desc unsigned.
wined3d: Fix a few sign compare warnings.
wined3d: Add a more convenient way to check if a surface is on a swapchain.
wined3d: Don't use rtInternal for surfaces that are on a swapchain.
wined3d: Do the ffp_valid check before even trying to use the element.
d3d8: Fix some indentation.
d3d9: Fix some indentation.
d3d9: Properly initialize the viewport dimensions.
d3d9: Don't depend on specific display modes in test_reset().
wined3d: Remove unused attributes from WineDirect3DVertexStridedData.
wined3d: Simplify remove_vbos().
wined3d: Simplify IWineD3DDeviceImpl_ProcessVertices().
wined3d: Simplify the "transformed" check in state_lighting().
wined3d: Pass the number of components to glVertexBlendARB().
wined3d: Create a separate function for setting basic format info.
wined3d: Create a separate function for checking a format's FBO compatibility.
wined3d: Create a separate function for setting format fixups.
wined3d: Create a separate function for setting a format's GL texture info.
wined3d: Make sure the format actually exists in init_format_texture_info().
wined3d: Use separate structures for ddraw style strided data and wined3d's internal stream info.
wined3d: Remove IWineD3DVertexDeclarationImpl_GetDeclaration().
wined3d: Remove IWineD3DVertexDeclaration_SetDeclaration() from the public interface.
wined3d: Separate the internal representation of vertex declaration elements from the struct used to create it.
wined3d: Don't create an END element for wined3d vertex declarations.
wined3d: Unify vertex and texture formats.
Huw Davies (14):
ole32: Remove unused static variable.
ole32: Don't allocate the ole clipboard object in global memory - we're not going to directly expose it to other processes.
ole32: Add a helper function to retrieve the implementation ptr.
ole32: Rearrange functions to eliminate forward declarations.
ole32: pFmt isn't exposed to the client, so simplify its allocation.
ole32: Simplify QueryInterface.
ole32: Use IsEqualIID rather than memcmp.
ole32: Register DataObject clipboard format.
ole32: Store the ole clipboard window's HWND in the DataObject clipboard format.
ole32: Move the code to set the clipboard formats to a separate function.
ole32/tests: Tests for the 'Ole Private Data' clipboard format.
rpcrt4: Dynamically allocate the buffer if the fixed size one isn't large enough. Don't return an inappropriate error if we fail to get the status text, it's only used for diagnostics.
ole32: OleFlushClipboard shouldn't call EmptyClipboard.
ole32: Set the 'Ole Private Data' clipboard format.
Hwang YunSong(황윤성) (1):
mshtml: Updated Korean resource.
Jacek Caban (4):
urlmon: Code clean up.
urlmon: Return IAsyncMoniker from QueryInterface.
urlmon: Added StdURLMoniker implementation.
urlmon: Fixed handling NULL URLName in GetDisplatName implementation.
James Hawkins (15):
msi: Fix a typo (Coverity 910).
msi: Enumerate the current user's patches if szUserSid is NULL.
msi: Allow the enumeration of other users' patches.
msi: Factor out the MsiEnumPatchesEx tests and test the NULL szUserSid and an szUserSid that is different from the current user.
msi: Test and handle the case where the SourceList key does not exist and the PackageName value does not exist in MsiGetProductInfo.
msi: MsiCollectUserInfo cannot be called from a custom action (Coverity 565, 566).
msi: Don't try to release a NULL record, with tests (Coverity 536).
msi: Handle a NULL and empty szPackagePath in MsiInstallProduct (Coverity 181).
twain_32: Fix the use of an uninitialized variable (Coverity 908).
cmd: Fix a memory leak (Coverity 904).
winebuild: Document the correlation of spec->ordinals and spec->limit with an assertion (Coverity 902).
kernel32: Add tests for WritePrivateProfileString.
kernel32: Set last error to ERROR_FILE_NOT_FOUND if lpAppName is NULL.
kernel32: Handle writing empty sections and keys in WritePrivateProfileString.
kernel32: Don't try to load an empty initialization file.
Kai Blin (1):
quartz/tests: If CoCreateInstance() fails, it's safe to return, as no cleanup is needed.
Ken Thomases (4):
dbghelp: Add support for debugging Mach-O modules.
dbghelp: Recognize .dylib files as Mach-O modules.
dbghelp/stabs: For Mach-O, line numbers use absolute address, not offset.
dbghelp: Include Mach-O modules in minidumps.
Kirill K. Smirnov (1):
mciavi32: Fix typo.
Konstantin Kondratyuk (2):
fonts: Add Bielorussian and Ukrainian symbols to tahomabd.
fonts: Add Bielorussian and Ukrainian symbols to tahoma.
Kusanagi Kouichi (1):
winex11.drv: Make import/export functions static.
Lei Zhang (1):
oleaut32: Fix some corner cases in VarBstrCmp.
Michael Stefaniuc (24):
mshtml: Update the Romanian translation.
mshtml: Convert the German translation to UTF8.
mshtml: Update the German translation.
reg: Change the German translation to UTF8.
reg: Fix/update the German translation.
regedit: Remove commented out STRINGTABLE from the resource files.
regedit: Convert the German translation to UTF8.
regedit: Fix the German translation.
ntdll: Remove superfluous pointer casts.
advapi32/tests: Don't use "long" for variable types.
d3dxof/tests: Use ULONG instead of unsigned long.
d3d8/tests: Use ULONG instead of unsigned long.
d3d9/tests: Use LONG instead of long.
ddraw/tests: Use ULONG instead of unsigned long.
msi: Convert the German translation to UTF8 encoding.
msi: Update the German translation.
msi: Add the Romanian translation.
setupapi: Update the Romanian translation.
gdi32: Use "%p" to TRACE() pointers.
uninstaller: Add the Romanian translation.
msi: Remove redundant NULL check before msi_free (Smatch).
d3dxof: Remove redundant NULL check before HeapFree (Smatch).
crypt32: Change the encoding of the German translation to UTF8.
crypt32: Update the German translation.
Nicolas Le Cam (2):
shell32/tests: Fix a test on Win2k platform and above.
schannel/tests: Fix test on Win2k.
Nikolay Sivov (9):
comctl32/tab: Implement TCM_REMOVEIMAGE.
comctl32/tab: Fix button background filling on TCS_BUTTONS.
comctl32/tab: Implement TCM_[G,S]ETEXTENDEDSTYLE and TCS_EX_FLATSEPARATORS style.
comctl32/trackbar: Fix reverting to default value for TBM_SETPAGESIZE with lParam = -1.
comctl32/ipaddress: Store current IP address text as a window text for IP Address control.
comctl32/listview: Some tests for LVM_GETSUBITEMRECT.
comctl32/tab: Draw tab button properly on TCIS_BUTTONPRESSED state.
comctl32/tab: Handle state mask in TCM_[G,S]ETITEM.
comctl32/tab: Selected item should have TCIS_BUTTONPRESSED state.
Patrick Gauthier (1):
user32/tests: Check effect of magic font height value 0x7fff in dialog template.
Paul Vriens (6):
urlmon/tests: Fix a test failure on Vista and higher.
riched20/tests: Fix and extend EM_FORMATRANGE tests.
winspool.drv/tests: Fix a test failure on NT4 and below.
comctl32/tests: Fix a crash on W2K and below.
kernel32/tests: Fix crash on NT4 and higher.
kernel32/tests: Fix some test failures on NT4 and below.
Rein Klazes (3):
user32/tests: In sysparams.c disable some Get/Set border tests for now. These may permanently change desktop settings of the testers.
user32: In MENU_SuspendPopup() make sure the right message is removed.
user32/tests: Show that a submenu is still functional after calling DestroyMenu().
Ricardo Filipe (2):
setupapi: Remove invalid check for < MAX_PATH and don't copy to NULL PathBuffer (Coverity 888).
comdlg32: Send CDN_INCLUDEITEM notification for each object in an Open/Save dialog.
Rob Shearman (18):
widl: Check the attributes applied to function declarations.
widl: Output correct code for freeing of conformant-sized and non-conformant strings.
widl: Initialise ref pointers to basic and enum types to 0 in generated server code.
rpcrt4: Free the resources associated with server protocol sequences on DLL unload.
rpcrt4: Simplify some code in RpcServerInqBindings by changing while loops into for loops.
rpcrt4: Implement NdrRangeUnmarshall for enum types.
rpcrt4: Fix a memory leak in union unmarshall functions by never passing fMustAlloc=TRUE into union_arm_unmarshall.
services: Add a ref count to the service entry in svcctl_CreateServiceW.
advapi32: Trace the contents of the in parameter to GetServiceKeyNameW, not the out parameter.
services: svcctl_GetServiceDisplayNameW and svcctl_GetServiceKeyNameW should have string attribute on output buffer.
services: Always initialise the out buffer in svcctl_QueryServiceStatusEx and svcctl_QueryServiceConfig2W.
rpcrt4: Fix crash when calling RpcServerUseProtseq for ncacn_np and ncalrpc.
rpcrt4: Implement stubless asynchronous NDR interpreter.
rpcrt4: Implement RPC over HTTP support.
widl: Include the version number in the __WIDL__ preprocessor definition.
rpcrt4: Re-use already registered endpoints for a protocol sequence.
rpcrt4: Allow listening on dynamically generated ncacn_ip_tcp endpoints.
rpcrt4: Ensure that only the IP/IPv6 address families are considered in rpcrt4_protseq_ncacn_ip_tcp_open_endpoint/rpcrt4_ncacn_ip_tcp_open.
Robert Reif (1):
dsound: Fix uninitialized variable.
Roderick Colenbrander (2):
wined3d: Add WGL_ARB_pixel_format detection.
wined3d: Add a classic WGL pixel format backend as not all OpenGL implementations support WGL_ARB_pixel_format.
Roman Mindalev (3):
ntdll: Check for arch and name fields in assembly_identity structure.
ntdll: Free memory for type field of an assembly_identity.
ntdll: Move search for assemblyIdentity element.
Stefano Guidoni (1):
winemp3: Fixed mpeg3_streamsize.
Vincent Povirk (1):
gdiplus: Support line gradient brushes in GdipFillPath.
Vitaliy Margolen (1):
shell32: Fix number of returned arguments from CommandLineToArgvW with empty string.
William Waghorn (2):
msadp32: Refuse unknown destination format.
imaadp32: Refuse unknown destination format.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.17 is now available.
What's new in this release (see below for details):
- Joystick support on Mac OS X.
- Implementation of iphlpapi on Solaris.
- A number of 64-bit improvements.
- Obsolete LinuxThreads support has been removed.
- Many fixes to the regression tests on Windows.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.17.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.17.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.17:
8011 SmartBarXP crashes if you add the Weather Channel pane
9027 No sound for rise of nations - all versions
9615 RPG Maker, Fritz9, Amazon Music Downloader: crash when clicking menu bar. (Screws up Adobe Photoshop CS4 menus, too.)
10831 Guild Wars: "Observe" menu does not display additional information about selected game
12143 Black halos surround NPCs in Fable
12690 Internet Explorer 7 is falling after start on unhandled exception.
14968 DrawPrim.c needs to handle more than 4 vertex shader prims causes crash in everquest and does not allow rendering
15007 The Lost Crown's menu is no longer accessible in-game
15264 Audio broken under Solaris
15314 winhelp: transition to richedit breaks minigolf1997.hlp file
15616 winecfg does not show *.acm (or other non .dll) overrides, must be typed in manually
15707 winhttp: winhttp.ok test fails in OpenSolaris
15798 3D Game Studio text objects newline characters mistranslated
16023 FreeBSD (PC-BSD) fails to launch majority of applications, 'Invalid address'
16838 'make install' broken on BSD
16937 Invisible text in Autocad LT 97
17365 AutoCAD: Buttons on the bottom don't change their graphical state if pressed/released
17384 Naval units in Civilization 4 are drawn incorrectly
17452 Lcms error crashes PowerPoint 2003
17485 Non-windows apps generate an inappropriate dialog
17511 Game pauses when pressing NumLock
17547 Powerpoint 2007: crashes when opening complex .pptx files.
17601 winhlp32: links ceased working
17627 winhlp32: clickable area out of sync with hyperlink text
17636 urlmon: protocol test fails with +heap enabled
----------------------------------------------------------------
Changes since 1.1.16:
Alexandre Julliard (100):
loader: Get rid of the no longer supported wine-kthread.
iphlpapi: Reimplement GetUdpTable to avoid parsing the same information three times.
iphlpapi: Reimplement GetTcpTable to avoid parsing the same information three times.
iphlpapi: Reimplement GetIpNetTable to avoid parsing the same information three times.
iphlpapi: Reimplement GetIpForwardTable to avoid parsing the same information three times.
iphlpapi: Moved AllocateAndGetUdpTableFromStack implementation to ipstats.c.
iphlpapi: Moved AllocateAndGetTcpTableFromStack implementation to ipstats.c.
iphlpapi: Moved AllocateAndGetIpNetTableFromStack implementation to ipstats.c.
iphlpapi: Moved AllocateAndGetIpForwardTableFromStack implementation to ipstats.c.
iphlpapi: Remove the no longer needed getNumArpEntries function.
iphlpapi: Remove the no longer needed getNumUdpEntries function.
iphlpapi: Remove the no longer needed getNumTcpEntries function.
iphlpapi: Remove the no longer needed getNumRoutes and GetNumWithOneHeader functions.
server: Overlapped named pipes are never blocking, even if no APC was specified.
server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting.
kernel32: Fix the last error code for timeout in GetQueuedCompletionStatus.
uninstaller: Only load error strings when needed.
user32: Use MAKEWPARAM instead of MAKELONG for menu messages.
user32/tests: Fix a couple of failing menu tests.
user32/tests: Add some more optional messages.
configure: 16-bit object files should depend on IDL headers too.
makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug.
configure: Enable automatic dependencies for FreeBSD make.
iphlpapi: Move the ip/icmp/tcp/udp statistics functions to ipstats.c.
advapi32/tests: GetTokenInformation apparently needs a dword-aligned buffer.
winebuild: Don't output the relay table if no entry point needs it.
winebuild: Support the --main-module option for stand-alone 16-bit modules.
winebuild: Ignore 16-bit absolute exports when checking for undefined symbols.
kernel32: Make stress.dll into a stand-alone 16-bit module.
kernel32: Make win87em.dll into a stand-alone 16-bit module.
kernel32: Make comm.drv into a stand-alone 16-bit module.
kernel32: Make windebug.dll into a stand-alone 16-bit module.
gdi32: Make dispdib.dll into a stand-alone 16-bit module.
user32: Make display.drv into a stand-alone 16-bit module.
user32: Make keyboard.drv into a stand-alone 16-bit module.
user32: Make mouse.drv into a stand-alone 16-bit module.
kernel32/tests: Improve some failure messages in the pipe tests.
ddraw/tests: Allow IDirectDrawSurface_AddAttachedSurface failure on Windows.
kernel32/tests: Stop testing integer atoms if the first one doesn't work.
iphlpapi: Simplify parsing of ICMP stats. Only try to open /proc on Linux.
iphlpapi: Simplify parsing of interface data. Only try to open /proc on Linux.
iphlpapi: Simplify parsing of IP stats. Only try to open /proc on Linux.
iphlpapi: Simplify parsing of TCP stats. Only try to open /proc on Linux.
iphlpapi: Simplify parsing of UDP stats. Only try to open /proc on Linux.
user32/tests: Mark a couple of painting messages as optional.
user32/tests: Skip menu test if sending input failed. Use VK_MENU instead of VK_LMENU.
ntdll: Fix a couple of warnings on Solaris.
configure: Add check for libkstat on Solaris.
iphlpapi: Implemented GetIcmpStatistics for Solaris.
iphlpapi: Implemented GetIpStatistics for Solaris.
iphlpapi: Implemented GetTcpStatistics for Solaris.
iphlpapi: Implemented GetUdpStatistics for Solaris.
iphlpapi: Implemented getInterfaceStatsByName for Solaris.
iphlpapi/tests: Don't pass a NULL size to GetTcp/UdpTable, it crashes on Vista.
ntdll/tests: Create the server port before starting the client thread.
comctl32/tests: Set the listview image list after WM_CREATE has been processed.
comctl32/tests: Fix the monthcal window creation message sequence.
comctl32/tests: Disable a test that crashes on NT4.
user32/tests: Add more optional messages for Vista and Win9x.
dbghelp: Define _IMAGEHLP_SOURCE_.
user32/tests: Avoid snprintf, it's broken on Mingw.
user32/tests: Fix some message sequences for Vista and Win9x.
iphlpapi: Implemented AllocateAndGetTcpTableFromStack for Solaris.
iphlpapi: Implemented AllocateAndGetUdpTableFromStack for Solaris.
iphlpapi: Implemented AllocateAndGetIpNetTableFromStack for Solaris.
iphlpapi: Implemented AllocateAndGetIpForwardTableFromStack for Solaris.
iphlpapi/tests: Output the various tables in verbose mode.
loader: Merge the first and second stage loaders into a single wine binary.
dbghelp: The main executable is now always named "wine".
user32/tests: SetForegroundWindow sometimes fails on Win98.
user32/tests: Skip shift+button test if we don't receive the event.
wineps.drv: Make all exported entry points CDECL.
configure: Check for IOHIDManagerCreate function that's missing on Tiger.
kernel32: Make the load order for a 16-bit stand-alone dll match its 32-bit owner.
lz32: Make lzexpand.dll into a stand-alone 16-bit module.
msacm32: Make msacm.dll into a stand-alone 16-bit module.
olecli32: Make olecli.dll into a stand-alone 16-bit module.
olesvr32: Make olesvr.dll into a stand-alone 16-bit module.
ole32: Make ole2conv.dll into a stand-alone 16-bit module.
ole32: Make ole2prox.dll into a stand-alone 16-bit module.
ole32: Make ole2thk.dll into a stand-alone 16-bit module.
ole32: Make ole2nls.dll into a stand-alone 16-bit module.
ole32: Make storage.dll into a stand-alone 16-bit module.
ole32: Make ole2.dll into a stand-alone 16-bit module.
ole32: Make compobj.dll into a stand-alone 16-bit module.
ole32: Get rid of WINE_StringFromCLSID and A->W conversions.
oleaut32: Make typelib.dll into a stand-alone 16-bit module.
oleaut32: Make ole2disp.dll into a stand-alone 16-bit module.
wine.inf: Fix typo in the shift_jis entry.
rpcrt4: Use RpcMsg->Buffer instead of BufferStart since the latter isn't always set.
setupapi: Check for NULL module to avoid an exception in RtlImageNtHeader.
winspool.drv: Make sure the DEVMODE structure is fully initialized.
winedbg: Don't name a function PRIVATE.
user32/tests: Add optional restore sequence for Vista.
user32/tests: Print a more useful line number in check_class and check_instance tests.
ntdll: Move the copy_context function into the respective CPU-specific files.
ifsmgr.vxd: Load winedos dynamically.
vwin32.vxd: Load winedos dynamically.
winedos: Don't create an import library.
make_makefiles: Automatically disable 16-bit modules if enable_win16 isn't set.
Alistair Leslie-Hughes (18):
mshtml: Implement IHTMLStyle get/put textDecorationNone.
mshtml: Implement IHTMLStyle get/put textDecorationOverline.
mshtml: Implement IHTMLStyle get/put textDecorationBlink.
mshtml: Implement IHTMLStyle_put_textDecoration.
mshtml: Implement IHTMLStyle get/put borderColor.
mshtml: Implement IHTMLCurrentStyle_get_borderColor.
mshtml: Implement IHTMLStyle get/put borderStyle.
mshtml: Implement IHTMLCurrentStyle_get_borderStyle.
shell32: Add and register CLSID_QueryAssociations.
mshtml: Add missing IHTMLStyle IDispatchEx ids.
mshtml: Add missing IHTMLCurrentStyle IDispatchEx ids.
mshtml: Implement IHTMLStyle_get_borderLeft.
mshtml: Implement IHTMLStyle get/put backgroundPositionX.
mshtml: Implement IHTMLStyle get/put backgroundPositionY.
mshtml: Implement IHTMLStyle get/put borderTopWidth.
mshtml: Implement IHTMLStyle get/put borderRightWidth.
mshtml: Implement IHTMLStyle get/put borderBottomWidth.
mshtml: Add missing IHTMLTable interfaces.
Anders Jonsson (1):
README: Swedish translation.
Andrew Talbot (2):
comdlg32: Fix a typo.
msacm32: Fix a typo.
Aric Stewart (16):
dinput: Begin joystick separation into a generic module.
dinput: Move joystick productGuid and Name to the generic part.
dinput: Move joystick Polling and Device State to the generic part.
dinput: Move joystick mapping functions to the generic part.
dinput: Rename Linux-specific joystick functions.
dinput: Remove easy redundancy from linuxinput.
dinput: Create generic joystick Acquire/Unacquire.
dinput: Add Mac OS/X joystick support.
dinput: OS/X joystick add axes.
dinput: OS/X joystick add POV controls.
dinput: OS/X joystick add GD_X, GD_Y, GD_Z axes.
dinput: OS/X joystick add Rx,Ry,and Rz axes.
dinput: Map OS/X joystick axes so even if they come out of order on the device we recognize them correctly.
dinput: Add OS/X sliders.
dinput: OS/X joystick: Check usage page to avoid odd non-button elements found on the 360 controller.
dinput: OS/X joystick: Sort buttons based on usage as some controllers report the buttons out of order.
Aurimas Fischer (6):
comctl32: Add Lithuanian translation.
shell32: Update Lithuanian translation.
notepad: Improve Lithuanian translation.
comdlg32: Improve Lithuanian translation.
regedit: Add Lithuanian translation.
regedit: Add missing English resource.
Christian Costa (3):
wine.inf: Use 32-bit version of MCI DirectShow driver.
ddraw: Implement IDirect3DViewportImpl_NextLight.
d3dxof: Use offsets to reference data instead of pointers so data buffer can be resized.
Denis Baranov (1):
wine.inf: Add registry branch HKEY_CLASSES_ROOT\MIME\Database\Charset.
Detlef Riekenberg (6):
shdocvw/tests: Add IServiceProvider to the webbrowser test.
shdocvw/tests: Detect more interfaces in the webbrowser test.
spoolss: Implement AddMonitorW.
spoolss: Implement DeleteMonitorW.
spoolss: Implement AddPrinterDriverExW.
localspl: Return 0 for the local computer.
Diaa Sami (1):
cmd: Fixed a number of buffer overflows.
Dmitry Timoshkov (2):
winex11.drv: Take into account current world transform when caching glyphs.
gdi32: Fix the font rotation direction.
Dylan Smith (6):
richedit: Avoid calling ITextHost_TxNotify with EN_MSGFILTER.
winhlp32: Use EM_SCROLL to scroll richedit control.
richedit: Respect manually added links when autourldetect is disabled.
richedit: Count graphics towards line width.
winhlp32: Prevent cursor flicker on mouse moves over richedit control.
winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP.
Eric Pouech (1):
winex11: Correctly pad 1 bpp DDB's lines with 0 values.
Francois Gouget (14):
uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.
sane.ds: Fix compilation with older SANE headers.
libwine: Reenable the memory reservation code on FreeBSD.
winedbg: Remove spaces before '\n's.
fnt2bdf: Remove spaces before '\n's.
port: Remove spaces before '\n's.
Remove spaces before '\n's.
winmm: Try to load the Esound driver as a last resort.
avifil32: Add missing AddRefs in IAVIFile_QueryInterface().
avifil32: Add a missing AddRef in IGetFrame_QueryInterface().
winemenubuilder: Fix an off-by-one check that resulted in erroneous error messages.
winemenubuilder: Print an error message if we are unable to load an lnk file.
dinput: Add a trailing '\n' to ERR() messages.
mshtml: Fix typos in the French translation.
Gerald Pfeifer (1):
comctl32: Simplify three TAB_ functions.
Hans Leidekker (10):
wininet: Remove MSG_PEEK hack from HTTP_GetResponseHeaders.
wininet: Ignore invalid response headers.
usp10: Don't test digit substitution data.
mscms: Accept REG_DWORD values when enumerating registered color profiles.
winhttp, wininet: Load i2d_X509 from libcrypto.so.
mscms: Handle errors from lcms more gracefully.
msi: Fix handling of REINSTALL overrides.
msi: Correct spec entry for MsiGetProductInfoA/W.
msi: Handle ADVERTISE overrides.
msi: Set concurrency model to multi-threaded for custom action threads.
Henri Verbeet (60):
d3d10: Fix a typo.
d3d10: Implement ID3D10Effect::GetTechniqueByName().
d3d10: Implement ID3D10Effect::GetTechniqueByIndex().
d3d10: Implement ID3D10EffectTechnique::GetPassByName().
d3d10: Implement ID3D10EffectTechnique::GetPassByIndex().
d3d10: Actually use the parse_fx10() return value.
d3d10: Simplify DXBC chunk handlers.
d3d10: Implement ID3D10EffectTechnique::GetDesc().
d3d10: Store the shader's input signature.
d3d10: Implement ID3D10EffectPass::GetDesc().
wined3d: Use flags for shader_glsl_get_sample_function().
d3d10core: Add a stub ID3D10InputLayout implementation.
d3d10core: Add a stub ID3D10VertexShader implementation.
d3d10core: Add a stub ID3D10GeometryShader implementation.
d3d10core: Add a stub ID3D10PixelShader implementation.
wined3d: Pass the vertex count rather than the primitive count to wined3d draw methods.
wined3d: Fix some prototypes.
wined3d: Add support for ARB_geometry_shader4.
wined3d: Add d3d10 primitive types.
wined3d: Add separate methods for setting the primitive type.
d3d10core: Implement ID3D10Device::Draw().
d3d10: Implement ID3D10Effect::GetDevice().
d3d10: Create shaders.
d3d10: Implement ID3D10EffectPass::Apply().
wined3d: Also set VBFLAG_HASDESC if we can determine we don't need conversion.
wined3d: Simplify IWineD3DVertexBufferImpl_PreLoad() a bit.
wined3d: Merge IWineD3DVertexBuffer with IWineD3DBuffer.
d3d9: Improve IDirect3DDevice9::SetFVF() code flow.
wined3d: Buffer object ID's are supposed to be unsigned.
wined3d: Don't compare texUnitMap entries to -1.
wined3d: Don't compare const_num against -1.
wined3d: Use shader_glsl_get_write_mask_size() to calculate the write mask size.
wined3d: Handle error conditions better in RemoveContextFromArray().
d3d9: Fix some sign compare warnings.
wined3d: Don't call shader_glsl_append_dst() from shader_glsl_texldl().
wined3d: Get rid of a few stack buffers.
d3d8: Fix some sign compare warnings.
d3d8: Don't call Release() in a while loop.
d3d8: Make the shader handle table a bit more generic.
d3d8: Handles aren't supposed to be pointers.
wined3d: Set the correct texture names on cube surfaces.
wined3d: Free the logo path when we're done with it.
wined3d: The adapters array should be owned by IWineD3DImpl.
wined3d: Get rid of the PUSH1 macro.
wined3d: Don't leak WineD3DAdapter.cfgs.
d3d9: Present parameters are an array when D3DCREATE_ADAPTERGROUP_DEVICE is specified.
wined3d: Explicitly pass the texUnitMap to shader_glsl_load_vsamplers() and shader_glsl_load_psamplers().
wined3d: Remove an unused field.
wined3d: Remove a redundant check.
wined3d: Store a pointer to the format description in the resource.
wined3d: Get rid of some calls to getFormatDescEntry().
wined3d: Remove the shader_color_fixup field from IWineD3DBaseTextureClass.
d3d8: Release the d3d8 shader once we're done with it in IDirect3DDevice8Impl_GetPixelShader().
wined3d: Also change the resource's format desc in IWineD3DBaseSurfaceImpl_SetFormat().
wined3d: Eliminate the heightscale field from IWineD3DSurfaceImpl.
wined3d: Remove some redundant fields from struct glDescriptor.
wined3d: Remove the width and height fields from IWineD3DTextureImpl.
wined3d: Add fields from StaticPixelFormatDesc to struct GlPixelFormatDesc.
wined3d: Only return a pointer to struct GlPixelFormatDesc from getFormatDescEntry().
wined3d: Remove the format field from IWineD3DResourceClass.
Huw Davies (15):
gdiplus/tests: Elliptic regions have a shorter layout in win98.
gdi32/tests: Improve some test failure messages.
gdi32/tests: Win9x doesn't initialize the bitmap bits, so skip this test.
gdi32/tests: Fix tests on NT4.
ole32: Add support for VT_DECIMAL.
gdi32/tests: Mark win9x behaviour as broken.
gdi32/tests: win9x doesn't return the correct number of colours used with dib sections created via DIB_PAL_COLORS.
gdi32/tests: Fix another case where win9x returns bmType equal to 0x5250.
gdi32/tests: Fix yet another place where win9x returns bmType equal to 0x5250.
gdi32/tests: Marked another win9x failure as broken.
gdi32/tests: Win9x's GetDIBits() sets biSizeImage to zero for BI_RGB dibs.
gdi32/tests: Remove a cut and paste error.
gdi32/tests: win9x doesn't initialise the bitmap bits. Mark this behaviour as broken.
gdi32/tests: Mark as broken another case where win9x doesn't set biSizeImage.
gdi32/tests: Under win9x GetBitmapBits returns zero when passed a NULL buffer.
Hwang YunSong(황윤성) (3):
setupapi: Updated Korean resource.
wordpad: Updated Korean resource.
cmd: Updated Korean resource.
Jacek Caban (25):
urlmon: Ignore report_data call if binding is stopped.
urlmon: Move some HttpProtocol variables to generic Protocol object.
urlmon: Move strndupW implementation to header file.
urlmon: Moved HttpProtocol::[Lock|Unlock]Request implementation to generic Protocol object.
urlmon: Move close_connection implementation to common Protocol object.
urlmon: Move HttpProtocol::Read implementation to generic Protocol object.
urlmon: Move HttpProtocol::Continue implementation to generic Protocol object.
urlmon: Move HttpProtocol::Start implementation to generic Protocol object.
urlmon: Move HttpProtocolVtbl to its implementation (code clean up).
urlmon: Added IInternetPriority interface stup implementation to FtpProtocol.
wininet: Don't send INTERNET_STATUS_HANDLE_CLOSING notification for ftp session created by InternetOpenUrl.
urlmon: Added ftp pluggable protocol implementation.
urlmon: Use pluggable protocol for ftp binding.
urlmon: Added ftp protocol tests.
urlmon: Added ftp binding tests.
urlmon: Added gopher protocol handler stub implementation.
urlmon: Added IInternetPriority implementation for gopher protocol.
urlmon: Added gopher pluggable protocol implementation.
urlmon: Get rid of URLMonikerImpl_BindToStorage_hack.
wininet: Release session after FTP_ReceiveResponse call in FTPFILE_Destroy.
mshtml: Added IHTMLElement::put_innerHTML implementation.
mshtml: Added IHTMLStyle::get_cssText implementation.
mshtml: Added IHTMLStyle::put_cssText implementation.
mshtml: Make sure that HTML headers are terminated by endline.
mshtml: Don't use unicode constants for HTML IDs (code clean up).
James Hawkins (11):
msi: Correctly order transposed column values in the INSERT query.
msi: Order primary keys to be first in the column list when creating a table.
msi: Column attributes for temporary string and int columns should be g and j respectively.
msi: The _Streams and _Storages table are special and always exist.
msi: The PATH environment variable can be longer than MAX_PATH, so dynamically allocate strings to deal with that.
msi: Delete the view on error.
msi: Use a SQL marker to query the _Property table when fetching a property.
msi: Add missing calls to MsiViewClose.
msi: Don't allow nested quotes in SQL queries.
msi: Don't treat carriage returns as spaces.
msi: Handle reading from a NULL stream.
Jeremy White (18):
sane.ds: Downgrade inappropriate FIXMEs.
sane.ds: Add a few trace messages useful in following color format.
sane.ds: Implement grayscale and B&W scanning for native image transfers.
sane.ds: Implement support for ICAP_PHYSICALHEIGHT and ICAP_PHYSICALWIDTH.
sane.ds: Add suport for CAP_AUTOFEED, make batch scans the default.
sane.ds: Add support for CAP_FEEDERENABLED.
sane.ds: More correctly detect an end of scan job from sane; this enables Acrobat to pull multiple pages in one scan.
sane.ds: Sane should go first; that makes any actual scanner found the default device.
sane.ds: Fix a subtle bug that prevented the float scrollbar from incrementing by one.
sane.ds: Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans.
sane.ds: Make sure that the condition code is set correctly when we handle an unexpected request.
sane.ds: Downgrade more inappropriate FIXMEs to WARNs.
sane.ds: Remove large chunks of stubbed optional functionality; if it's optional, we don't have to support it, and it is not a stub.
sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues.
twain_32: Remove obsolete README files.
sane.ds: Move a few static functions so they can be shared.
sane.ds: Add support for DG_IMAGE/DAT_IMAGELAYOUT/GET and SET. Enables Acrobat to use custom scan sizes.
twain_32: Revise internal documentation and one test slightly to bring into line with TWAIN 1.8 requirements.
Jim Cameron (1):
regedit: Fix crash importing large values from Unicode.
Juan Lang (3):
crypt32: Fix some test failures on Win9x.
crypt32: Fix some test failures on Win9x.
crypt32: Fix another test on Win9x.
Jörg Höhle (1):
d3d9/tests: Fix typos in text.
Ken Thomases (13):
dsound: Don't use HEAP_ZERO_MEMORY when we're about to overwrite the buffer.
dbghelp/stabs: Translate additional register codes.
dbghelp/stabs: Ignore the N_OSO type used on Darwin.
dbghelp/stabs: Decode the Stabs type more carefully.
dbghelp: Let stabs_parse call back for real (non-debug) symbol definitions.
configure: Check for mach-o/dyld_images.h and mach-o/nlist.h headers.
dbghelp: Teach stabs_parse about other kinds of Mach-O symbol definitions.
dbghelp/stabs: Extract growing of pending_block's buffer to pending_make_room().
dbghelp/stabs: Allow pending list to include line numbers as well as variables.
dbghelp/stabs: Track line numbers pending for an upcoming function.
dbghelp: Rename some things to be less ELF-centric.
dbghelp: Extract calc_crc32 function into a separate file.
dbghelp: Increase file read buffer size for calc_crc32.
Luke Benstead (1):
winnt.h: Completed TOKEN_INFORMATION_CLASS enum definition.
Michael Stefaniuc (27):
mcicda: Compare a file handle with INVALID_HANDLE_VALUE instead of NULL.
user32: Remove superfluous pointer casts.
taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
regedit: Cast to LPARAM the 4th argument passed to SendMessage.
mlang: Silence some Win64 compile warnings.
winedos: Remove superfluous pointer casts.
cryptui: Remove superfluous pointer casts.
mlang: Remove superfluous pointer casts.
netapi32: Remove superfluous pointer casts.
msctf: Remove superfluous pointer casts.
twain_32/tests: Remove superfluous pointer casts.
include: Change long to LONG in tom.idl.
msxml3: Change long to LONG in msxml2.idl and xmldom.idl.
msxml3: Change long to LONG in msxml.idl.
msxml3: Change the remaining long variables to LONG.
quartz: Change long to LONG in control.idl.
mlang: Change long to LONG in mlang.idl.
kernel32: Remove superfluous pointer casts.
d3d9/tests: Limit the back buffer to 800x600 in the scissor size test.
d3d9/tests: Fix some ok() strings in the fog test.
include: Change long to LONG in axextend.idl.
qedit: Change long to LONG in qedit.idl.
include: Change long to LONG in mshtml.idl.
mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part).
mshtml: Change long to LONG in mshtml.idl (HTML*Element stuff).
mshtml: Change long to LONG in mshtml.idl (remaining stuff).
widl: Output "LONG" instead of "long" for a 32bit integer.
Mike Ruprecht (3):
winedbg: Fix typo in a comment.
dbghelp: Don't define 32-bit structs in 64-bit mode.
dbghelp: Define _IMAGEHLP64 in Win64.
Nikolay Sivov (7):
comctl32: Correctly report systemcolor use for Treeview background.
user32: Disable scroll bar control window when both buttons disabled.
user32: Use 1 unit caret width for Edit control.
comctl32: Replace nonprintable characters with spaces on SB_SETTEXT.
user32: Button should get captured when highlighted with VK_SPACE.
comctl32: Fix item selection with VK_SPACE when Ctrl is pressed.
comctl32: LVN_ITEMCHANGED notification should be sent for each item when group selected for ~LVS_OWNERDATA.
Paul Vriens (41):
crypt32/tests: Don't crash on NT4.
fusion/tests: Skip some tests on .NET 1.x.
fusion/tests: Fix the last test failure on .NET 1.x.
d3d8/tests: Use win_skip() and skip() where appropriate.
user32/tests: Fix some test failures on Win98/WinME.
msi/tests: Fix a test failure on Win95.
shlwapi/tests: Fix a typo.
shlwapi/tests: Fix some typos.
kernel32/tests: Correct an ok() statement.
shell32/tests: Use the correct directory on Win95.
shell32/tests: Make sure we test on Win95.
shell32/tests: Skip some tests on Win95 because of W-functions.
urlmon/tests: Use an action that is available on all IE versions.
programs/winetest: Show dll versions again for Win9x/WinME.
qmgr/tests: Fix some tests on systems with BITS 1.5 and lower.
ole32/tests: Remove an unused function declaration.
shdocvw/tests: Add a missing FreeLibrary().
gdiplus/tests: Fix two test failures on Win98.
mshtml/tests: Fix some typos.
wininet/tests: Test result differences are related to IE6 version, not to platform.
wininet/tests: Skip some tests on IE5.
wininet/tests: Skip tests for not implemented functions.
wininet/tests: Don't crash on systems with IE5.
shlwapi/tests: Don't crash on IE5.
shlwapi/tests: Fix failures on systems with IE5.5 or earlier.
shell32/tests: Don't crash on missing class implementations.
wininet/tests: Skip tests if functions are not implemented.
wininet/tests: Don't crash on IE5.01SP4.
ddraw/tests: Fix some test failures on W2K/VMware.
ddraw/tests: Fix some test failures on W2K/VMware.
crypt32/tests: Fix a test failure on Win9x.
msi/tests: Fix a test for systems with %TEMP% being less than 2 levels deep.
shell32/tests: Fix a test failure on W2K and earlier.
fusion/tests: Fix some test failures on Win98.
gdi32/tests: Fix two test failures on Win9x.
crypt32/tests: Fix some test failures on Win9x.
crypt32/tests: Fix some crashes on older NT4 boxes.
crypt32/tests: Fix some test failures on older NT4 boxes.
gdi32/tests: Fix some test failures on Win9x.
ddraw/tests: Fix two test failures on W2K/VMware.
ddraw/tests: Fix a test failure on VMware and some native boxes.
Piotr Caban (2):
mshtml: Added HTMLWindow2_prompt implementation.
mshtml: Added IHTMLWindow2_confirm implementation.
Rein Klazes (2):
user32: MENU_TrackMenu, called from TrackPopupMenu(), should send WM_ENTERIDLE message with the menu window handle as lparam with test.
user32: Check for invalid menu handle passed to TrackPopupMenu and TrackPopupMenuEx.
Ricardo Filipe (1):
setupapi: Implement SetupPromptForDiskA by wrapping around W version.
Rico Schüller (2):
mshtml/tests: Fix SysFreeString call with wrong variable.
mshtml/tests: Add SysFreeString(sDefault) after the variable isn't used any more.
Rob Shearman (20):
widl: Move declarray property to array_details.
widl: Fix get_explicit_generic_handle_type and is_context_handle to detect attributes set on typedefs other than the first.
widl: Implement a more abstract way of representing basic types.
widl: Remove the single keyword and type.
widl: Store the abstract identifier of the type in type object instead of an NDR format character.
widl: Move the pointer referent, array element, function return type and interface inheritance properties from type_t to details structures for the appropriate types.
widl: Allow enum and union tags to be used without being defined.
widl: Move type_new_enum, type_new_struct, type_new_encapsulated_union and type_new_unencapsulated_union to typetree.c.
widl: Add coclass and module types to the global namespace.
widl: Pass var attrs into write_no_repeat_pointer_descriptions and use them for the string check.
ole32: Fix a memory leak in an error path in COMPOBJ_DllList_Add.
qmgr: Fix a memory leak.
qmgr: Add a missing call to CoUninitialize.
widl: Consolidate non-simple pointer writing into one function.
widl: Determine pointer fc at generation time instead of at parse time.
widl: Output server code for freeing returned types.
widl: Fix a memory leak in the server/stub code when unmarshalling pointers to strings at the top level.
widl: Move type_basic_get_fc to typegen.c and rename it to get_basic_fc.
widl: Returned pointers should default to being unique, not reference.
rpcrt4: Add a check for a NULL ref pointer to NdrPointerUnmarshall.
Stefan Leichter (1):
ntoskrnl.exe: Stub for MmQuerySystemSize.
Stefano Guidoni (4):
imaadp32: block align the adpcm extra data.
imaadp32: Fixed adpcm_FormatSuggest.
imaadp32: Support for non-standard formats.
msacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST.
Steven Edwards (1):
include: Add check to asm macro for Windows Services for Unix/Subsystem for Unix applications.
Tony Wasserka (8):
d3dx9: Implement ID3DXSprite_Get/SetTransform.
d3dx9: ID3DXSprite: Move vdecl creation to ID3DXSprite_Begin.
d3dx9: Implement ID3DXSprite_OnLostDevice/OnResetDevice.
d3dx9: Fix inclusions in some d3dx9 headers.
d3dx9: Add some definitions in d3dx9.h.
d3dx9: Add ID3DXSprite tests.
d3dx9: Recognize the D3DXSPRITE_DONOTSAVESTATE flag.
d3dx9: Recognize the D3DXSPRITE_DO_NOT_ADDREF_TEXTURE flag.
Vincent Povirk (5):
kernel32/tests: Add named pipe test using i/o completion ports.
gdiplus: Return a NULL bitmap when GdipCreateBitmapFromScan0 fails.
advapi32: Stub TraceEvent.
wininet: Stub RegisterUrlCacheNotification.
gdiplus: Stub GdipCloneBitmapAreaI.
Vitaliy Margolen (1):
dinput: Add few special cases for key mappings.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.16 is now available.
What's new in this release (see below for details):
- Improved SANE scanner support.
- Support for digital CD audio playback.
- Improved cookies management in Wininet.
- Support for building stand-alone 16-bit modules.
- Many fixes to the regression tests on Windows.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.16.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.16.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.16:
3107 listview columns do not sort in Acemoney
7385 Microsoft Golf 3.0 crashes on startup
10213 Pegasus Mail: program closes when sub-program closes
10631 3DMark01 - Test4 Nature is extremely slow
11164 midtown madness 2 menus are not displayed correctly
11861 regedit does not correctly display unicode value data
11864 iTunes - Show in Windows Explorer link broken
12119 Dialog with enu does not display the menu
12345 Live For Speed S2: could not detect suitable screen modes
12701 watchtower library - listview works slow and wrong
13389 Victoria, an Empire under the sun. Crashes on startup
13676 Lemmings Revolution: does not start anymore, still did in 0.9.43.
14308 Dungeon Keeper 2 cursor fails to render correctly with hardware rendering enabled
14310 Dungeon Keeper 2 cannot be navigated with the arrow keys
14433 GuildWars 3D rendering broken
14469 America does not run
14780 FoxPro for Windows 2.5 setup.exe crashes with page fault
14964 Missing symbols in Microsoft Word (symbol.ttf is required)
14982 Supreme Commander: Lighting changes on zoom level
15063 Silent hill 4 demo crashes very early
15528 Miranda has severe problems showing history in conversation windows
15545 Photomatix Pro works in 32-bit but crashes in 64-bit Ubuntu
15559 winealsa sound regression: scratchiness/stutter in multiple games
15641 Tile Studio 2.55: Toolbar icons get resized when switching to Map mode
15907 Dragon NaturallySpeaking 10 crashes after SelectStyleFont
16199 Miranda IM options page crash
16556 Dragon NaturallySpeaking 10 New User Box displays training text incorrectly
16818 Switched Y/Z on german keybord settings
16908 memory leak in function SetWindowRgn (?)
16917 file dialog to select attchments slows down for many files
16990 Call of Duty 2 demo install fails
17050 eMule: Ends up eating all the memory (swap included)
17117 Chicken Tournament: needs ComputeSphereVisibility
17288 Keyboard stops working in Halo Demo
17369 VMware Intrastructure Client 2.5 cannot validate disk capacity while creating new VM
17373 eac3to: large files don't work - NtMapViewOfSection?
17409 crypt32/chain tests fail with +heap enabled
17411 crypt32/encode tests fail with +heap enabled
17413 riched32/editor tests fail with +heap enabled
17414 user32/dde test crashes if +heap enabled
17415 several tests (jscript:run, msi:msi, netapi32:access) crash if +heap enabled
17417 winetest causes msvcrt:file test to fail
17429 winhlp32 crash when run with no options
17490 win16 app fails with unimplemented function krnl386.exe.GetShortPathName
17500 libs/wine: Japanese character wrongly reported as invalid
17502 Portal: Prelude 1.1.5 installer has improper placement of directory selection text
17507 Scrollbars are inappropriately displayed in Ascentive Library Files installer
----------------------------------------------------------------
Changes since 1.1.15:
Adam Stoelting (2):
msadp32.acm: Changed pointer cast from DWORD to DWORD_PTR.
winemp3.acm: Changed pointer cast from DWORD to DWORD_PTR.
Alexandre Julliard (76):
ntdll: Avoid null dereference in the NtCreateSymbolicLinkObject trace.
ntdll: Improve debugging helper for object attributes structure.
ntdll: Don't fail in NtMapViewOfSection for 4Gb+ files if an explicit size is specified.
user32/tests: Another fix for lack of color cursor support.
user32/tests: Add a couple of optional message, mark as todo a test that now fails consistently on Wine.
user32/tests: Skip some tests if SetForegroundWindow doesn't behave correctly.
user32/tests: Fix some checks of the key value in accelerators.
secur32: Properly initialize the helper structure when fork support is missing.
kernel32/tests: Fix the last remaining failure on NT4.
kernel32/tests: Add a few more error codes for GetDiskFreeSpace.
winmm/tests: Assume volume is not supported if waveGetOutVolume fails.
configure: Try to avoid warnings in checks to support configuring with -Werror.
configure: Don't set target flags if build and host are the same.
wrc: Print better error messages for functions that set errno.
user32: Make sure to not corrupt last error in the message spy.
makefiles: Do not install progman, uninstaller and winebrowser in the bin directory.
ntdll/tests: Don't pass uninitialized object attributes to symlink functions.
shell32: Default to the more modern location for the user profile directory.
user32/tests: Test for failure to change system parameters even if getting them succeeded.
user32/tests: Skip message tests if queuing keyboard events doesn't work.
ole32/tests: Don't hang forever in the child process.
ntdll: Determine the Unix tid for the server directly in ntdll.
ntdll: Move the CPU-specific handling of current TEB to the respective signal files.
msvcrt: Don't try to duplicate invalid handles. Don't reset std handles if we didn't set them.
user32/tests: Ignore SPI_ICONVERTICALSPACING notifications. Don't reset mouse buttons if setting failed.
msctf/tests: Don't import uuid.
winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise.
include: Avoid redefinition of WIN32 in twain.h.
user32/tests: Try harder to make the window receive keystrokes.
tests: When tracing is enabled, output the todo tests too.
winetest: Get rid of the archive URL, it's no longer used.
ntdll: Call pthread_sigmask directly instead of through the pthread function table.
ntdll: Moved exit_thread and abort_thread functions to thread.c.
ntdll: Call pthread_create and pthread_exit directly from ntdll.
fonts: Re-generate fonts using the "official" fontforge version.
fonts: Set the symbol flag when generating symbol.ttf.
user32/tests: Skip some input tests if we fail to queue keyboard events.
user32/tests: Skip some message tests if we fail to queue events.
user32/tests: Remove an unreliable pixel test.
user32/tests: Add some optional keystrokes for AltGr key.
user32/tests: Print all the unexpected messages we received. Fix a couple of sequences.
winetest: Process messages while waiting for a process to terminate.
winetest: Don't try to unload mshtml, it's broken.
ntdll: Don't free the thread stack and TEB while exiting, do it from the next thread.
ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
libwine: Get the reverse mapping of the Unicode default char to check for invalid chars.
programs: Only create executable wrappers for programs that get installed in the bin directory.
winegcc: Allow creating an executable with an arbitrary extension.
configure: Disable VxD and DOS modules when 16-bit support is disabled.
kernel32: Print a nicer error message when 16-bit/DOS apps cannot be launched.
user32/tests: Skip more input tests if we can't queue keyboard input.
user32/tests: Add a couple of optional messages.
winhlp32: Fix a crash when started without arguments.
credui: Fix old-style dependency line in the makefile.
user32: Move a few 16-bit user functions to user16.c where they belong.
libwine: Try to load all modules in the programs directory, not just those with .exe extension.
user32/tests: Fix a few more input test failures on Windows.
user32/tests: Add some more optional messages.
msi: Fix handling of buffer sizes in MsiEnumPatchesA and avoid a redundant call to MsiEnumPatchesW.
msi/tests: Add some tests for MsiEnumPatchesW, fix a few failures on XP.
ntdll: Default to WinXP version if there's nothing in the registry.
programs: Get rid of the remaining binary wrappers, they break out-of-tree builds.
user32/tests: Fix some input tests on Win9x and NT4.
makefiles: Avoid nested variable expansion that doesn't work on BSD make.
winebuild: Make the 16-bit DOS header a local symbol.
winebuild: Allow the module entry point to be NULL.
winebuild: Add support for generating stand-alone 16-bit modules.
winecrt0: Add entry point code for stand-alone 16-bit executables.
kernel32: Add support for loading stand-alone 16-bit modules.
kernel32: Make sure the process has an entry point before starting it.
kernel32: Make winoldap.mod into a stand-alone 16-bit executable.
kernel32: Make winhelp.exe into a stand-alone 16-bit executable.
configure: Disable 16-bit code by default for Mingw builds.
user32/tests: Fix some message sequences for Win9x.
winecfg: Offer a few more dlls in the load order drop-down list.
winebuild: Don't prefix local symbols with an underscore.
Alistair Leslie-Hughes (34):
urlmon: Correctly test to see if PutProperty_CLASSIDPROP is called.
urlmon: Fix PutProperty_CLASSIDPROP check under win98 to w2k.
mshtml: Add VT_I4 support to set_nsstyle_attr_var.
mshtml: Implement IHTMLStyle get/put minHeight.
mshtml: Implement IHTMLStyle_get_marginRight.
mshtml: Implement IHTMLStyle_get_marginLeft.
mshtml: Implement IHTMLCurrentStyle_get_position.
mshtml: Implement IHTMLCurrentStyle_get_fontFamily.
mshtml: Implement IHTMLCurrentStyle_get_fontStyle.
mshtml: Implement IHTMLCurrentStyle_get_backgroundImage.
mshtml: Implement IHTMLCurrentStyle_get_fontVariant.
mshtml: Implement IHTMLCurrentStyle_get_borderTopStyle.
mshtml: Implement IHTMLCurrentStyle_get_borderRightStyle.
mshtml: Implement IHTMLCurrentStyle_get_borderBottomStyle.
mshtml: Implement IHTMLCurrentStyle_get_borderLeftStyle.
mshtml: Implement IHTMLCurrentStyle_get_textAlign.
mshtml: Implement IHTMLCurrentStyle_get_textDecoration.
mshtml: Implement IHTMLCurrentStyle_get_cursor.
mshtml: Implement IHTMLCurrentStyle_get_fontWeight.
mshtml: Implement IHTMLCurrentStyle_get_fontSize.
mshtml: Implement IHTMLCurrentStyle_get_left.
mshtml: Implement IHTMLCurrentStyle_get_top.
mshtml: Implement IHTMLCurrentStyle_get_width.
mshtml: Implement IHTMLCurrentStyle_get_height.
mshtml: Implement IHTMLCurrentStyle_get_paddingLeft.
mshtml: Implement IHTMLCurrentStyle_get_zIndex.
mshtml: Implement IHTMLCurrentStyle_get_verticalAlign.
mshtml: Implement IHTMLCurrentStyle_get_marginRight.
mshtml: Implement IHTMLCurrentStyle_get_marginLeft.
mshtml: Implement IHTMLStyle get/put backgroundRepeat.
mshtml: Implement IHTMLCurrentStyle_get_backgroundRepeat.
mshtml: Add idl for IPersistHistory interface.
uuid: Add IID_PersistHistory GUID.
mshtml: Show IPersistHistory interface is supported.
Anders Jonsson (4):
browseui: Add Swedish translation.
taskmgr: Add Swedish translation.
oleview: Add Swedish translation.
winemine: Change max number of mines to (cols-1)*(rows-1).
Andrew Nguyen (5):
include: Fix mismatched extern declaration in aclui.h.
tapi32: Stub lineGetProviderListW.
tapi32: Stub lineAddProviderW.
hid: Stub HidD_GetFeature.
hid: Stub HidD_SetFeature.
Andrew Talbot (2):
rsaenh: Replace malloc/realloc with HeapAlloc/HeapReAlloc.
twain_32: Replace realloc() and strdup().
Aric Stewart (21):
gdiplus: In GdipDrawString do not NULL terminate the buffer. It is unneeded and overruns the buffer.
wininet: use debugstr_a in NETCON_getNextLine TRACE to avoid overflow on long lines.
msctf: Add Enable key and User key for language profile.
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfile.
msctf: Implement ITfInputProcessorProfiles::EnableLanguageProfileByDefault.
msctf: Implement ITfInputProcessorProfiles::IsEnabledLanguageProfile.
wininet: Parse cookie information from cookie value.
wininet: When cracking a cookie url discard the webpage and ensure at least a path of '/'.
wininet: Add and match paths for cookies.
wininet: Complicated cookie value set/get tests.
wininet: Make use of improved cookie functions and cookie paths.
msctf: Added msctf tests.
wininet: Handle cookie expiration.
msctf: Implement ITfInputProcessorProfiles::Unregister.
msctf: Define TIP Category values.
msctf: Add tests for ITfCategoryMgr::UnregisterCategory and ITfCategoryMgr::RegisterCategory.
msctf: Define TF_LANGUAGEPROFILE.
msctf: Implement ITfInputProcessorProfiles::EnumInputProcessorInfo.
msctf: Implement ITfInputProcessorProfiles::EnumLanguageProfiles.
msctf: Implement ITfCategoryMgr::FindClosestCategory.
msctf: Use ITfCategoryMgr::FindClosestCategory to set catid when enuming language profiles.
Artem Reznikov (1):
shlwapi: Ukranian translation.
Aurimas Fischer (13):
comdlg32: Add Lithuanian translation.
wineps.drv: Add Lithuanian translation.
winecfg: Add Lithuanian translation.
shell32: Add Lithuanian translation.
comdlg32: Unify/fix some Lithuanian translated strings.
winecfg: Unify/fix some Lithuanian translated strings.
winspool.drv: Add Lithuanian translation.
winspool.drv: Properly free destinations list returned by CUPS.
comdlg32: Fix another inconsistency in Lithuanian translation.
winspool.drv: Fix another inconsistency in Lithuanian translation.
notepad: Fix more inconsistencies in Lithuanian translation.
user32: Add Lithuanian translation.
mshtml: Add Lithuanian translation.
Austin English (3):
kernel32: Add test for renaming file over itself.
user32: Add a missing HeapFree.
dbghelp: Change pointer cast to DWORD_PTR.
Chris Robinson (2):
mcicda: Play back an audio CD digitally, when possible.
mcicda: Partially handle Play notifications.
Christian Costa (1):
mciqtz32: Add stubbed mciqtz32.dll (part of DirectShow).
David Adam (7):
d3drm: Remove unneeded includes.
d3drm: Implement the spherical interpolation part of D3DRMQuaternionSlerp.
d3drm: Allow output pointer to be equal to input pointer.
d3drm: Simplify some functions.
d3dx8: Implement the spherical interpolation part for D3DXQuaternionSlerp.
d3drm: D3DRMQuaternionSlerp should be tested against returned Windows values.
ddraw: Implement ComputeSphereVisibility.
David Korth (1):
winex11.drv: Map Super_L, Super_R, and Menu keys correctly.
Detlef Riekenberg (8):
spoolss: Properly initialize the backends.
spoolss: Implement EnumPorts.
fusion/tests: Do not use an hardcoded path for the windows directory.
fusion/tests: Fix remaining win98 failures in asmcache.
mshtml/tests: Fix typos from copy&paste.
mshtml/tests: Fix text in ok().
shdocvw/tests: Dump the guid for additional interfaces.
spoolss: Implement GetPrinterDriverDirectoryW.
Dmitry Timoshkov (2):
mlang: Implement IMLangFontLink_GetStrCodePages.
gdi32: Revert an unrelated part of 028617b90ba586bdb30723c700eea888c159ada7.
Dylan Smith (12):
richedit: Removed unused ME_Document structure.
hhctrl.ocx: Handle quoted filenames in doWinMain.
richedit: Added missing initialization of nAvailWidth for ME_TextEditor.
richedit: Don't show vertical scrollbar for single line controls.
richedit: Fixed scrollbar visiblility calculation after SetScrollInfo.
richedit: Return FALSE for EM_LINESCROLL with single line control.
richedit: EM_SHOWSCROLLBAR hides scrollbars for less than page of text.
richedit: Never wrap for single line controls.
wordpad: Show error when user tries to add more than max tab stops.
wordpad: Sort tab stops by numeric value rather than as string.
richedit: EM_SETOPTIONS modify format rect when selbar setting change.
richedit: Avoid crashing if TxSendMessage is called with NULL plresult.
Eddie Leung (1):
msg711.acm: Pointer cast changed to DWORD_PTR.
Francois Gouget (42):
crypt32: Merge two traces.
wintrust: Make WINTRUST_ReAlloc() static.
winetest: Annotate xmalloc() and xrealloc() with allocation size attribute.
wined3d: Make debug{fixup_channel_source,yuv_fixup}() static.
kernel32: Fix an off-by-one error in build_envp().
mapi32/tests: Use win_skip() to skip over unimplemented functionality.
user32/tests: Use win_skip() to skip over unimplemented functionality.
setupapi/tests: Use win_skip() to skip over unimplemented functionality.
serialui/tests: Use win_skip() to skip over unimplemented functionality.
secur32/tests: Use win_skip() to skip over unimplemented functionality.
rpcrt4/tests: Use win_skip() to skip over unimplemented functionality.
oleaut32/tests: Use win_skip() to skip over unimplemented functionality.
ntdll/tests: Use win_skip() to skip over unimplemented functionality.
netapi32/tests: Use win_skip() to skip over unimplemented functionality.
make_makefiles: Add 'use strict'.
schannel/tests: Use win_skip() to skip over unimplemented functionality.
kernel32/tests: Use win_skip() to skip over unimplemented functionality.
kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.
imm32/tests: Use win_skip() to skip over unimplemented functionality.
gdi32/tests: Use win_skip() to skip over unimplemented functionality.
fusion/tests: Use win_skip() to skip over unimplemented functionality.
ddraw/tests: Use win_skip() to skip over unimplemented functionality.
opengl32/tests: Use win_skip() to skip over unimplemented functionality.
opengl32/tests: Replace a couple of trace()s with skip()s.
crypt32/tests: Use win_skip() to skip over unimplemented functionality.
winemaker: Fix invalid usage of {open,close}dir() in fix_file_and_directory_names(). .
winemaker: Fix handling of the global settings specified on the command line.
d3d8/tests: Use win_skip() to skip over unimplemented functionality.
d3d9/tests: Use win_skip() to skip over unimplemented functionality.
dplayx/tests: Use win_skip() to skip over unimplemented functionality.
shell32/tests: Use win_skip() to skip over unimplemented functionality.
shlwapi/tests: Use win_skip() to skip over unimplemented functionality.
snmpapi/tests: Use win_skip() to skip over unimplemented functionality.
wininet/tests: Use win_skip() to skip over unimplemented functionality.
winspool.drv/tests: Use win_skip() to skip over unimplemented functionality.
wintrust/tests: Use win_skip() to skip over unimplemented functionality.
comdlg32/tests: Use win_skip() to skip over unimplemented functionality.
shell32: Remove WINAPI on static functions where not needed.
advapi32/tests: Use win_skip() to skip over unimplemented functionality.
advpack/tests: Use win_skip() to skip over unimplemented functionality.
comctl32/tests: Use win_skip() to skip over unimplemented functionality.
twain_32/tests: Use win_skip() to skip over unimplemented functionality.
Gerald Pfeifer (2):
comctl32: Simplify fifteen tooltips function invocations.
comctl32: Simplify eight TOOLBAR_ function invocations.
Hans Leidekker (11):
fusion: Assembly version must be taken from the metadata, not the file version.
fusion: Uninstall assembly used to check for presence of .NET runtime.
fusion: Convert to Unicode.
fusion: Assembly version numbers are WORDs.
fusion: Allow spaces between attribute-value pairs in an assembly name.
fusion: Don't trace contents of an out parameter.
msi: Make comparison of assembly field names case insensistive.
fusion: Use parsed properties for assembly enumeration instead of trying to parse the display name again.
msi: Don't release view object twice in check_assembly_installed.
fusion: Sort the list of assemblies built during enumeration.
msi: Add reinstall tests.
Henri Verbeet (35):
wined3d: Allow floating point values for WINED3DDECLUSAGE_BLENDWEIGHT.
wined3d: Add some traces to state handlers.
d3d9: Also copy the AutoDepthStencilFormat field in GetPresentParameters().
quartz: Use a more appropriate size for the video renderer window.
d3d8: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.
d3d9: Explicitly convert between D3DFORMAT and WINED3DFORMAT values.
wined3d: Add DXGI formats to WINED3DFORMAT.
dxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values.
d3d10core: Convert between DXGI_FORMAT and WINED3DFORMAT values.
d3dx8: Don't use uninitialized memory in the D3DXQuaternionSlerp() test.
d3d10core: Keep a reference to the wined3d device in the d3d10 device.
wined3d: Add IWineD3DBuffer, use it in d3d10core.
wined3d: Merge vertexbuffer.c with buffer.c.
wined3d: Merge indexbuffer.c with buffer.c.
wined3d: Add IWineD3DRendertargetView.
d3d10core: Add a wined3d rendertarget view to the d3d10 rendertarget view.
dxgi: Create a wined3d swapchain.
dxgi: Implement IDXGISwapChain::GetBuffer().
dxgi: Initial IDXGISwapChain::Present() implementation.
wined3d: Implement IWineD3DDeviceImpl_ClearRendertargetView().
wined3d: Accept WINED3DFMT_R8G8B8A8_UNORM in getColorBits().
d3d10core: Don't pass 1 for multisample type to wined3d.
d3d10core: Adjust a couple of FIXMEs.
d3d10: Add the ID3D10EffectType interface.
d3d10: Add the ID3D10EffectVariable interface.
d3d10: Add the ID3D10EffectConstantBuffer interface.
d3d10: Add the ID3D10EffectTechnique interface.
d3d10: Add the ID3D10Effect interface.
d3d10: Add the ID3D10EffectPool interface.
d3d10: Add a stub ID3D10Effect implementation.
d3d10: Add the ID3D10EffectPass interface.
d3d10: Add the D3D10_SHADER flags.
d3d10: Add the _D3D10_SHADER_MACRO struct.
d3d10: Add some code for parsing DXBC data.
d3d10: Add an initial effect parser.
Huw Davies (26):
gdi32: Improve calculation of the character code text metrics.
gdi32/tests: Only test the lowest byte of GdiRealizationInfo flags so that the test passes on Vista.
gdi32/tests: GetTextFaceA called with a NULL buffer returns 0 on win98 and winMe.
gdi32/tests: Win98 and WinMe actually do set error codes.
gdi32/tests: Win9x doesn't ensure the facename is nul terminated. Compare the logfont one element at a time.
gdi32: In a Baltic locale the last char of a symbol font is reported as 0xf8fd rather than 0xf0ff.
gdi32/tests: Allow the first char code to point to glyph 0 (the .notdef glyph).
inetcomm/tests: Object is a static singleton on win95.
inetcomm/tests: AddRef on the stream doesn't return the ref count on win95.
gdi32/tests: Win9x truncates the LONG elements of LOGFONT to 16 bit values.
gdi32: The special handling of the character codes metrics for symbol fonts should be based on the presence of the MS symbol charmap rather than whether the font is enumerated as SYMBOL_CHARSET.
gdi32/tests: From Vista onwards TabbedTextOut ignores justification, so remove that bit of the test.
comdlg32/tests: Skip remaining tests if StartDoc fails.
comdlg32/tests: Vista can return a failure from StartDoc when using the XPS driver - don't fail the test in this case.
gdi32/tests: Output the required font height if the test fails.
gdi32/tests: Output the requested font name on failure.
gdi32: Set the font family as FF_MODERN if the panose marks it as monospaced.
gdi32/tests: Add tests for the 120 dpi bitmap fonts.
gdi32: Fix fractional scaling threshold.
lz32/tests: Display filename on failure.
gdi32/tests: Don't test the height that is 1.75 times the original font height. This is unscaled in winnt yet doubled in win9x.
lz32/tests: For win9x, cBytes depends on the length of the filename.
ole32/tests: win9x and winnt don't include the trailing '\0'.
gdi32/tests: Add a broken() to an always true test.
gdi32/tests: Don't expect the screen dc's bitmap to be mono 1x1.
gdi32/tests: Winnt doesn't set last error when a NULL dc is passed to GetDIBits.
Hwang YunSong(황윤성) (1):
cryptui: Updated Korean resource.
Igor Tarasov (5):
comctl32: Make LISTVIEW_ProcessLetterKeys accept Unicode characters.
comctl32: Implement LVN_ODFINDITEM.
comctl32: Do not send LVN_DELETEITEM on LVM_DELETEALLITEMS for virtual listviews.
comctl32: Make listview forward HDN_ITEMCLICK.
comctl32: Make REBAR_StyleChanged respect wParam.
Jacek Caban (6):
shdocvw: Added loading tests.
shdocvw: Added QueryStatus implementation.
jscript: Fixed handling block_cnt in jsheap_alloc.
jscript: Reset mark in jsheap_clear.
jscript: Mark free memory if heap warnings are turned on.
urlmon: Make HttpProtocol implementation vtbl offset independent.
James Hawkins (13):
fusion: Implement the IAssemblyEnum interface.
fusion: Add initial implementation of IAssemblyCache::QueryAssemblyInfo.
fusion: Add tests for the IAssemblyEnum interface.
msi: Make sure a constant string's quotes match up.
msi: Add tests for field zero of a record.
msi: Set field zero to the name of the table containing the primary keys.
msi: Make sure the view being updated is the same view the record was fetched from.
msi: The _Tables and _Columns tables have no persistence attribute.
msi: A non-temporary table cannot have a temporary primary key.
msi: Don't create a temporary table that is not held.
msi: Fix a failing test on win9x.
msi: Trace the username to help debug test failures on certain machines.
msi: Fix a failing test on win9x.
Jeremy White (8):
sane.ds: Get resolution from sane, instead of hard coding -1.
sane.ds: Implement stub support for ICAP_PIXELFLAVOR.
sane.ds: Implement NATIVEXFER/MSG_GET for RGB scans.
sane.ds: Implement support for ICAP_XRESOLUTION and ICAP_YRESOLUTION.
sane.ds: Add support for ICAP_BITDEPTH.
sane.ds: Added support for ICAP_UNITS.
sane.ds: Fully support ICAP_PIXELTYPE.
sane.ds: Revise to match identity structures with partial information.
Jon Parshall (1):
fonts: Add the Symbol font.
Juan Lang (14):
crypt32: Fix a typo.
snmpapi: Relax tests to fix some failures.
wintrust: Fix a few failing tests.
advapi32: Fix failing tests on a number of systems.
odbccp32: Fix a couple failing tests, and log more information about remaining failures.
oleaut32: Remove an errant semicolon.
oleaut32: Constify input parameter to VarR8FromDec.
oleaut32: Implement VarDecFix.
oleaut32: Implement VarDecInt.
crypt32: Fix some test failures on Win9x.
crypt32: Properly NULL-terminate decoded UTF8 strings.
crypt32: Avoid reading freed memory when encountering a cyclic chain.
crypt32: Fix more test failures on Win9x.
crypt32: Fix more test failures on Win9x.
Juan M. Navarro (1):
msvcrt/tests: Avoid size_t in printf format.
Ken Thomases (3):
winecoreaudio: Fix a copy-paste accident ("In" vs. "Out").
dsound: Replace a realloc-or-alloc with a free-then-alloc.
dsound: Consolidate some duplicate code.
Michael Karcher (1):
kernel32: Free profile before reloading.
Michael Stefaniuc (18):
advapi32: Remove superfluous pointer casts.
vwin32.vxd: Remove unused macros.
vwin32.vxd: Remove superfluous pointer casts.
rpcrt4: Remove superfluous pointer casts.
mshtml: Remove superfluous pointer casts.
gdi32: SetAbortProc is not a 16bit function but a 32bit one.
wintrust/tests: Fix typos in ok() strings.
msacm32.drv: dwInstance, dwParam1, dwParam2 and dwUser are DWORD_PTRs.
msacm32: Split out the 16bit parts of the private header.
msacm32: Fix some Win64 problems.
shell32: Remove superfluous pointer casts from macros.
shell32: Remove superfluous pointer casts.
qcap: Remove superfluous pointer casts.
imaadp32.acm: Don't truncate a pointer by casting it to a DWORD.
winmm: Remove commented out code.
winmm: Remove superfluous pointer casts.
winemp3.acm: Remove the commented out III_dequantize_sample_ms function.
winemp3.acm: Remove superfluous pointer casts.
Nicolas Le Cam (1):
fusion/tests: Fix a test on some platforms.
Nikolay Sivov (6):
gdiplus: Implemented GdipIsVisiblePathPoint with tests.
gdiplus/tests: Some tests for Image raw format value.
gdiplus/tests: Use expectf macro for floating point tests.
gdiplus: Fix a docheader typo, add some missed headers.
cmd: Always add a new line in 'type' output on single file mode.
cmd: Reserve a place in buffer for NULL terminator.
Paul Bryan Roberts (2):
makedep: Let umask decide mode for makefiles.
advapi32: Add stub for GetSecurityInfoExA.
Paul Vriens (23):
ddraw/tests: Don't crash on W2K.
ddraw/tests: Use skip() instead of trace().
fusion/tests: Don't crash on .NET 1.x.
fusion/tests: Don't use strdup to prevent crashes when freeing memory.
fusion/tests: Don't crash if we have a culture attribute.
gdi32/tests: Report a missing function only once.
itss/tests: Fix test failures on some Win95 and NT4 boxes.
crypt32/tests: Don't crash on Win9x.
fusion/tests: Fix a test failure on Win64.
crypt32/tests: Don't crash on Win9x (test_msg_get_and_verify_signer).
crypt32/tests: Prevent some crashes on Win9x (test_decode_msg).
crypt32/tests: Prevent a crash on Win9x (test_data_msg).
crypt32/tests: Prevent some crashes on Win9x (test_msg_control).
winetest: Don't use W-functions in winetest to avoid issues on Win9x.
winetest: Extend PATH if we have dlls that only come with .NET.
d3d8/tests: Fix a test failure on VMware.
d3d8/tests: Fix a test failure on some boxes.
shlwapi/tests: Fix a few test failures on Win95 and some W2K.
fusion/tests: Directories with no dll or exe are not enumerated.
ddrawex/tests: Fix some test failures on W95.
shlwapi/tests: Fix remaining test failures on several platforms.
fusion/tests: Fix a few test failures on .NET 1.x.
fusion/tests: Fix some test failures on .NET 1.x.
Rein Klazes (7):
ole32: In PropVariantCopy() fix calculation size of array that contain pointers, not characters.
comctl32: Fix for owner draw statusbar.
user32: Do not handle WM_ENDSESSION in DefWindowProc() with test.
user32/resources: Remove the "switch to... <Ctrl+Esc>" item from the system menu.
user32: Implement support for HBMENU_POPUP_* magic menu bitmaps and use them to decorate the system menu.
user32: Refine the size calculations for menu items with HBMMENU_POPUP magic bitmaps with some conformance tests.
user32: In SetMenuInfo() implement the MIM_APPLYTOSUBMENUS. Also set last error if called with invalid parameters with tests.
Ricardo Filipe (6):
setupapi: Add missing header values for SetupPromptForDisk.
setupapi: Make hinstance global for all dialogs.
setupapi: Implement SetupPromptForDiskW with only Cancel button active.
setupapi: Initiate resources of SetupPromptForDisk dialog.
setupapi: Enable Browse action on SetupPromptForDisk dialog.
setupapi: Implement Ok button action in SetupPromptForDiskW dialog.
Rob Shearman (22):
widl: Fix marshalling/unmarshalling of enum arguments.
widl: Call Struct and Union phase functions for reference pointers to structures and unions.
widl: Only duplicate a type if absolutely necessary.
widl: Call Pointer function for freeing non-conformant strings and for all phases for returned non-conformant strings, as is done for conformant strings.
include: Add WDT_INPROC64_CALL cases to unions in wtypes.idl.
ole32: Round the extected size in the marshal and moniker tests using the results of sizing a global, not a heap pointer.
widl: Fix typos in write_remoting_arg which caused ref pointers to unions to not result in direct calls to NonEncapsulatedUnion/EncapsulatedUnion functions.
winejoystick.drv: Use CP_UNIXCP instead of CP_ACP when converting a string that comes from the OS.
wineoss.drv: Use CP_UNIXCP instead of CP_ACP for converting strings that come from system library functions or system headers.
gdi32: Move 16-bit functions not exported in gdi32.dll into files compiled only when 16-bit functionality is enabled.
widl: Don't directly access the type structure when determining the types in expressions.
widl: Use type_get_type to determine the types during statement enumeration.
widl: Use type_get_type to determine the types of types during header writing.
widl: Use type_get_type to determine the types of types during parsing and checking.
widl: Use type_get_type to determine the types of types during typelib generation.
widl: Use type_get_type to determine the types of types during C client, server and proxy code generation.
widl: Add typegen_detect_type and use it.
imm32: Fix crash in DllMain when FreeLibrary is called from a thread which existed before the DLL was loaded.
imm32: Lazily allocated thread-local data.
rpcrt4: Fix use of uninitialised variable in NdrDllRegisterProxy.
widl: Ignore pointer attributes applied to interface pointers.
widl: Only classify top-level pointers as ref pointers if they don't have any other pointer attributes.
Stefan Dösinger (8):
wined3d: Duplicate GL textures for srgb switching.
wined3d: Add a debug function for surface locations.
wined3d: Pass the requested srgb flag to PreLoad.
wined3d: Properly update last_was_pshader.
d3d9: Add an alpha blending test.
wined3d: Put the color_correction calls into the instruction handlers.
wined3d: Make shader_glsl_get_sample_function aware of *Lod functions.
wined3d: Create a common sampling function in GLSL.
Stefano Guidoni (1):
msacm32: Typo in Italian resource file.
Thomas Kho (1):
iphlpapi: Fix Solaris build error due to ERR redefinition.
Vincent Povirk (14):
gdiplus: Handle negative stride in GdipCreateBitmapFromScan0.
gdiplus: Fix GdipCreateBitmapFromHBITMAP flipping images vertically.
include: Add IShellItem to headers.
shell32: Add stub implementation of IShellItem.
shell32: Partially implement SHCreateShellItem.
include: Add IPersistIDList to headers.
shell32: Add IPersistIDList interface to ShellItem objects.
shell32: Implement UnixFolder_IShellFolder2_GetDefaultColumn.
mapi32: Add version resource.
wine.inf: Create a fake mapi32.dll.
shell32: Implement Get/SetIDList on ShellItem objects.
shell32: Add a message for opening files with no association.
kernel32/tests: Remove a redundant check for ERROR_CALL_NOT_IMPLEMENTED.
kernel32/tests: Fix overlapped named pipe test.
Vitaliy Margolen (2):
dinput: Let each device decide which hook event to skip.
kernel32: Implement GetShortPathName16.
--
Alexandre Julliard
julliard(a)winehq.org
The Wine development release 1.1.15 is now available.
What's new in this release (see below for details):
- Gecko engine update.
- Better region support in GdiPlus.
- Support for cross-compilation in winegcc.
- Beginnings of MS Text Framework support.
- Many fixes to the regression tests on Windows.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.15.tar.bz2http://prdownloads.sourceforge.net/wine/wine-1.1.15.tar.bz2
Binary packages for various distributions will be available from:
http://www.winehq.org/site/download
You will find documentation on http://www.winehq.org/site/documentation
You can also get the current source directly from the git
repository. Check http://www.winehq.org/site/git for details.
Wine is available thanks to the work of many people. See the file
AUTHORS in the distribution for the complete list.
----------------------------------------------------------------
Bugs fixed in 1.1.15:
5694 Lionhead Black & White 2 demo crashes
7014 Unhandled page fault when exiting Commandos - BEL
7297 MIDI in/out fails, ports recognized
7643 Supreme Commander crashes during play
8522 tabbed control captures mouse input even when it shouldn't
10611 VMware Infrastructure Client: Fails to install. MSIEXEC high CPU usage
11729 Unreal Tournament: dinput mode makes game unplayable
12558 Can't record long MIDI sysex data
12692 Final Reality: DX5 benchmark fails to start
12862 Yabause: Fullscreen does not appear correctly
13773 xfwm4 and fullscreen issues
13890 Zmodeler: freezes and crashes
14467 Photoshop CS2 update installer doen't work...
14504 Ableton Live fails to install -- crashes at setup
14561 Outlaws window shrinked to 1/4 of screen
14585 Anquet maps won't install with "internal installer error" number 536870920.
14708 in The White Chamber game in video scenes video and audio is not in sync
14754 freenet SMS-Program crashed during the start
14756 Guitar Pro 5: Alt+Down on score activates menubar
14950 Microsoft Office 2007, Google Chrome: scroll bars in the font name/size and url boxes
15565 Wine Gecko needs .pdb file and defined build procedure
15847 rpcrt4's server crosstest crashes on windows
16181 istool: toolbar spacing way too wide
16410 3dmark2000 dialog window very large
16713 Request: Richedit should handle Ctrl+Scrollwheel
16785 Exception in Gecko 0.9.x xul.dll when run from not-installed Wine built with seperate build and source trees
16931 Compile broken in dlls/iphplpapi/ipstats.c on NetBSD
17033 d3dxof: Chicken Tournament needs d3dxof's "source type 1", not implemented yet
17109 Galactic Civilizations II does not start
17231 status_directx page on winehq is missing
17255 invalid WriteFile call in mshtml
17263 missing expectation of ERROR_MORE_DATA status code in rpcrt4_conn_np_read
17278 Setupapi procedure error CM_Query_And_Remove_SubTreeW
17290 DOSBox installer crashes on launch
17328 tools/widl: warning: null format string
17335 crypt32/tests: compiler warnings
17340 winebuild does not respect --host & --target configure parameters
----------------------------------------------------------------
Changes since 1.1.14:
Alexandre Julliard (56):
winegcc: Make platform-specific behaviors depend on variables instead of #ifdefs.
winegcc: Support -b option for cross-compiling.
configure: Remove no longer needed check for -fshort-wchar.
ntoskrnl.exe: Correctly remove the vectored exception handler.
ntdll: Add a trace when calling vectored exception handlers too.
kernel32/tests: Print some more details on directory test failures.
kernel32/tests: Allow more error codes from GetDiskFreeSpace.
kernel32/tests: Use a better invalid filename than "foo".
kernel32/tests: Don't hardcode C drive for CreateDirectory tests.
kernel32/tests: Add another error code in the CreateDirectory test.
setupapi/tests: Don't compare the drive letter of expanded file paths.
dbghelp: Fix pool allocation routines to be able to support arbitrary sizes.
dbghelp: Allocate enough memory initially for regexps instead of growing the buffer.
dbghelp: Fall back to string comparison if regex support is missing.
dbghelp: Moved SymEnumLines to symbol.c to reuse the regex support.
include: Define LANGID in wtypes.idl.
winebuild: Determine the appropriate as/ld/nm commands at the time they are needed.
winebuild: Append the correct options for as and ld when forcing a 32/64-bit build.
winebuild: Search for the as/ld/nm tools in the PATH under various names.
winegcc: Pass the -m32/-m64 options to winebuild too.
fonts: Copy the TrueType fonts to the build directory for out-of-tree builds.
Fix position of CDECL qualifier for functions that return pointers.
widl: Avoid using GetExceptionCode outside of an exception handler.
widl: Add a dummy reference to the filter function to avoid a warning.
widl: Replace unsigned long and size_t by unsigned int where appropriate.
widl: Add printf format attribute on all printf-like functions and fix resulting warnings.
widl: Print all NdrFcShort parameters as shorts to avoid warnings for negative values.
makefiles: Pass the target flags to winegcc.
winegcc: Don't pass the as/ld/nm commands to winebuild.
winmm: Disable system thread if poll() support is missing.
programs: Don't make apps Unicode if they don't use the command line.
winepath: Fixed the wmain() definition.
include: Undefine a few Unicode macros that conflict with interface functions.
rsaenh: Rename the HANDLETABLE structure to avoid conflicts with wingdi.h.
jscript: Rename the GetObjectW variable to avoid conflict with the function of the same name.
setupapi: Don't use 'interface' as variable name, since it can be defined to a keyword.
include: Moved VWIN32 ioctl definitions out of winioctl.h.
dbghelp: Fix handling of empty file regexp (Coverity).
user32/tests: Fix some window test failures on various Windows platforms.
widl: Change write_type_def_or_decl and write_type_decl to take an argument name instead of a printf format.
user32/tests: Try to fix some more failures in the message test.
winmm/tests: Don't test upper bound on sound duration, it's not guaranteed.
configure: Move down the X11 checks to allow defaulting to --without-x for the Windows build.
configure: Print an error and fail if we don't have libpthread.
configure: Set the target flags from the --host option even if cross-compiling is not detected.
winegcc: Hardcode the various gcc tool names when cross-compiling.
loader: Start phasing out the LinuxThreads support.
dbghelp: Avoid size_t in a trace.
user32/tests: Fix Z-order tests in the presence of owned popups.
user32/tests: Add some more optional messages we get on Windows.
user32/tests: Print the wrong accelerator values in the resource test.
user32/tests: Better handling of the *.* wildcard in the listbox test.
user32/tests: Fix more message tests on XP and Vista.
user32/tests: Skip tests if we fail to inject mouse or keyboard events.
user32/tests: GetClassInfo doesn't set last error reliably, remove test.
user32/tests: Cope with lack of support for color cursors.
Alistair Leslie-Hughes (14):
mshtml: Add missing StyleSheet interfaces.
mshtml: Add missing coclass's.
mshtml: Add support for IHTMLStyle3 interface.
mshtml: Add support for IHTMLStyle4 interface.
shdocvw: OnAmbientPropertyChange should refresh all properties with a DISPID_UNKNOWN.
shdocvw: Correct OnAmbientPropertyChange regression.
mshtml: Implement IHTMLStyle_put_fontWeight.
mshtml: Implement IHTMLStyle_get_backgroundColor.
msxml3: Use our parent doc if we don't have one.
mshtml: Implement IDispatch for IHTMLLocation.
mshtml: Do a case-insensitive compare of type.
mshtml: Implement IHTMLStyle_get_paddingLeft.
mshtml: Implement IHTMLStyle_put_textDecorationLineThrough.
mshtml: Implement IHTMLStyle_put_textDecorationUnderline.
Andre Wisplinghoff (1):
comdlg32: Update German and French translation.
Andrew Talbot (21):
wininet: Declare some functions static.
winmm: Declare some functions static.
wintrust: Declare a functions static.
wnaspi32: Declare some functions static.
ole32: Remove superfluous shadow variables.
cabinet: Declare a function static.
itss: Remove unused function.
inetcomm: Remove unused function.
dsound: Remove unused function.
dplayx: Remove unused functions.
dbghelp: Remove unused function.
msi: Remove unused functions.
netapi32: Remove unused functions.
cabinet: Declare a function static.
qcap: Remove an unused function.
riched20: Remove unused functions.
gphoto2.ds: Replace malloc() with HeapAlloc().
itss: Replace malloc() with HeapAlloc().
winedos: Replace malloc/calloc with HeapAlloc().
winemp3.acm: Replace malloc() with HeapAlloc().
winenas.drv: Replace malloc() with HeapAlloc().
André Hentschel (1):
winemaker: Add odbccp32 to default link list.
Aric Stewart (33):
msctf: Add ITfDocumentMgr interface.
msctf: Implement SetFocus and GetFocus.
msctf: Only 1 ITfThreadMgr is created per thread.
include: Add beginning textstor.idl.
msctf: Implement stub ITfContext.
msctf: Implement ITfDocumentMgr::Push.
msctf: Implement ITfDocumentMgr::Pop.
msctf: Implement ITfDocumentMgr::GetTop.
msctf: Implement ITfDocumentMgr::GetBase.
msctf: Add definition of ITfSource interface.
msctf: Add ITfSource interface to Context.
msctf: Add ITfSource interface to ThreadMgr.
msctf: Add ITfSource interface to DocumentMgr.
advapi32: Add Security Label sids used by IE7.
msctf: Add stub implementation of ITfInputProcessorProfiles.
msctf: Implement InputProcessorProfiles::GetCurrentLanguage.
msctf: Implement ITfInputProcessorProfiles::Register.
msctf: Implement ITfInputProcessorProfiles::AddLanguageProfile.
msctf: Stub implementation of ITfCategoryMgr.
msctf: Implement ITfCategoryMgr::RegisterCategory.
msctf: Flesh out spec file with stubs.
msctf: Implement TF_CreateThreadMgr.
msctf: Implement TF_GetThreadMgr.
mlang: Handle non Japanese case in ConvertUnknownJapaneseToUnicode.
msctf: Add sink framework and implement ITfTextEditSink in Context.
msctf: Stub for SetInputScope.
msctf: Stub implementation of SetInputScopes.
msctf: Add stub ITextStoreACPSink.
msctf: Define ITextStoreACP.
msctf: When a Context is created connect to the ITextStoreACP if provided and create and advise our ITextStoreACPSink.
msctf: Define ITfContextOwnerCompositionSink. This is implemented by a tsf aware application.
msctf: Hook up ITfContextOwnerCompositionSink if present.
wininet: Print better stubs for the internet options IE7 uses.
Artem Reznikov (2):
avifil32: Ukranian translation.
wininet: Ukranian translation.
Aurimas Fischer (3):
include: Add GdipSetStringFormatFlags prototype.
gdiplus: Implement GdipSetStringFormatFlags with tests.
notepad: Add Lithuanian translation.
Austin English (1):
configure.ac: Check for icps_outhist struct.
Christian Costa (4):
d3dxof: Fix object files size limitation by mapping them into memory.
d3dxof: Make is_keyword handle end of file correctly.
d3dxof: Cleanup IDirectXFileImpl_CreateEnumObject a bit.
d3dxof: Add support for DXFILELOAD_FROMRESOURCE source.
Christoph von Wittich (1):
kernel32: DeviceIoControl: lpBytesReturned must not be NULL if lpOverlapped is NULL.
David Adam (17):
d3dx9_36: Fix failing tests in Windows.
d3dx8: Allow output pointer to be equal to input pointer.
d3dx8: Simplify some functions.
d3dx8: Implement D3DXFresnelTerm.
d3dx8: Implement D3DXIntersectTri.
d3dx9_36: Implement D3DXIntersectTri.
d3dx9_36: Remove useless traces.
d3dx8: Move some functions into core.c to match the header file layout.
d3dx8: Remove useless includes.
d3dx8: Change the debug channel into the generic d3dx.
d3dx8: Implement D3DXGetFVFVertexSize.
d3dx8: Implement D3DXComputeBoundingSphere.
d3dx8: Implement D3DXComputeBoundingBox.
d3dx9_36: Implement D3DXComputeBoundingBox.
d3dx9_36: Implement D3DXComputeBoundingSphere.
d3dx9_36: Implement D3DXGetFVFVertexSize.
d3dx9_36: Remove a duplicate declaration for D3DXGetFVFVertexSize.
David Hedberg (2):
msvcrt: Implement _mbcjistojms.
winecfg: Fix for paths containing utf-8.
Detlef Riekenberg (10):
comctl32: Make the status control height dpi and theme aware.
comctl32/tests: Make the test dpi and theme aware by using SM_CYSIZE.
winspool/tests: Run more tests on Win64.
winspool: Enable environment "Windows x64" for Win64.
localspl: Enable environment "Windows x64" for Win64.
spoolss: Move routing functions to a seperate file.
localspl: Move provider functions to a seperate file.
winspool: Move EnumPortsW to the backend.
spoolss: Implement EnumMonitors.
comctl32/tests: The status control use a different formula in XP and up for the height.
Dmitry Timoshkov (6):
winex11.drv: The MAT2 parameter of GetGlyphOutline is mandatory.
wineps.drv: The MAT2 parameter of GetGlyphOutline is mandatory.
gdi32: The MAT2 parameter of GetGlyphOutline is mandatory.
gdi32: Add a test for the MAT2 parameter of GetGlyphOutline, make it pass under Wine.
mlang: Get rid of ICOM_THIS_MULTI macro.
gdi32: Make sure that World2Vport DC transformation is valid before using it.
Dylan Smith (22):
richedit: Use width from EM_SETTARGETDEVICE for wrapping.
richedit: Implement EM_GETTEXTMODE.
richedit: Fixed EM_FINDTEXT to pass todo tests.
richedit: Simplified the character length delete protection.
richedit: Removed unnecessary calls to ME_WrapMarkedParagraphs.
richedit: Properly destroy context in two places.
richedit: Get the paragraph with ME_RunOfsFromCharOfs.
richedit: Accept paragraph as parameter for ME_CharOfsFromRunOfs.
richedit: Add paragraph field to wrap context to avoid searching for it.
richedit: Removed incorrect FIXME comment.
richedit: Avoided searching for adjacent paragraphs through runs.
richedit: Wrap even when message says not to repaint.
richedit: Directly get start and end of text on Ctrl-Home or Ctrl-End.
richedit: Simplified ME_UpdateSelectionLinkAttribute.
richedit: Prevent string trunction due to NULL characters.
richedit: Avoid duplication in make string functions using ME_MakeStringB.
richedit: Removed some conditions that are always taken.
richedit: Got rid of useless function ME_VPosToPos.
richedit: Removed ME_StrLen and ME_StrVLen field access functions.
richedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
richedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_PosToVPos functions.
richedit: Store paragraph in cursors.
Eric Pouech (1):
dbghelp: Fix bad call to free() instead of pdb_free().
Erich Hoover (1):
wcmd: Properly cleanup redirects when there are no in/out/error pipes.
Florian Tobias Schandinat (2):
winedos: Improve PIT emulation.
winedos: Adjust get_timer_val calls to prevent buffer overflow.
Francois Gouget (34):
twain_32/tests: Add a trailing '\n' to ok() calls.
shell32/tests: Remove spaces before a '\n's.
taskmgr: Reorder some functions to avoid forward declarations in applpage.c.
taskmgr: Reorder some functions to avoid forward declarations in graphctl.c.
taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
rsaenh: {alloc,release}_handle_table() are not used so remove them.
d3dx8/tests: Make compare() static.
progman: Reorder some functions to avoid forward declarations in dialog.c.
winex11.drv: X11DRV_XF86VM_SetExclusiveMode() is unused so remove it.
xrandr: X11DRV_XRandR_Cleanup() is unused so remove it.
winedos: Remove spaces before '\n's.
notepad: Make the Lithuanian resources SUBLANG_NEUTRAL.
user32: Remove unneeded forward declarations in edit.c.
user32: Reorder some functions to avoid forward declarations in edit.c.
user32: Make EditWndProcW() static, fix its documentation.
urlmon: Make create_http_protocol() static.
winealsa.drv: ALSA_PeekRingMessage() is not used anymore so remove it.
shell32: Remove some unused functions in clipboard.c.
shell32: Get rid of TRASH_ELEMENT and TRASH_DisposeElement().
shell32: HCR_GetDefaultIconFromGUIDW() is unused so remove it.
taskmgr: Make some functions static.
progman: Make DIALOG_Symbol() static.
d3dx9_36: The d3dx debug channel is unused so remove it.
uxtheme: UXINI_ResetINI() is unused so remove it.
user32: LookupIconIdFromDirectory16() is unused so remove it.
shell32: Make ILGetDisplayNameExA() static, remove WINAPI and fix its documentation.
winapi_test: Improve the usage message.
twain_32/tests: Add a trailing '\n' to an ok() call.
Assorted spelling fixes.
shell32: Make SHILCreateFromPathA() static and remove WINAPI.
d3dx8: The d3dx debug channel is unused so remove it.
mssign32: The mssign32 debug channel is unused so remove it.
ntdll/tests: Remove WINAPI on static functions where not needed.
wined3d: Add a trailing '\n' to shader_addline() calls.
Gerald Pfeifer (2):
comctl32: Simplify four functions by removing unused parameters.
wnaspi32: Invoke ASPI_SendASPICommand() on non-Linux platforms, too.
Hans Leidekker (3):
mlang: Implement IMLangFontLink2_GetScriptFontInfo.
mlang: Export a couple of functions by ordinal.
wininet: Properly drain content for chunked transfers.
Huw Davies (3):
gdi32: Correct the font family values returned in the text metrics.
gdi32: Add missing serif types.
gdi32/tests: Use the ANSI text metrics so the tests work on win9x.
Hwang YunSong(황윤성) (2):
cryptui: Updated Korean resource.
crypt32: Updated Korean resource.
Jacek Caban (10):
jscript: Add IActiveScriptParse64 declaration and use it on Win64.
mshtml: Return nsIDocumentObserver as nsISupport of nsDocumentObserver object.
mshtml: Wine Gecko 0.9.1 release.
mshtml: Remove document observer before releasing nsdoc.
activscp.idl: Added IActiveScriptParseProcedure*64 interfaces and use it on Win64.
wininet: Move FtpOpenFile[AW] implementation to avoid forward declaration.
wininet: Fixed handling empty string password.
wininet: Added QueryDataAvailable implementation for FTP files.
wininet: Make sure that we have some data buffered before sending INTERNET_STATUS_REQUEST_COMPLETE notification.
wininet: Don't send INTERNET_STATUS_REQUEST_COMPLETE notification from FTP_Connect.
Jeremiah Flerchinger (1):
winedos: Unify Fake BIOS & VGA display mode selection information and algorithms.
Jeremy White (17):
twain_32: Add the ability to thoroughly test basic capability types, and add that test for the one capability Wine supports, ICAP_XFERMECH.
sane.ds: Pass MSG_QUERYSUPPORT requests to the capability driver.
sane.ds: More completely implement ICAP_XFERMECH, with helper functions.
sane.ds: Simplify SANE_SaneCapability.
sane.ds: Rearrange function position to avoid the need for forward function declarations.
sane.ds: More correctly stub CAP_XFERCOUNT, and tests.
sane.ds: Eliminate incorrect TWRC_FAILURE return.
sane.ds: Return a 0 for MSG_QUERYSUPPORT even for capabilities we don't support.
sane.ds: Add partial stub support for ICAP_PIXELTYPE, with tests. Fixes a first crash in Adobe Acrobat scanning support.
sane.ds: Add support for CAP_UICONTROLLABLE.
twain_32: Change get requirements such that we require only a minimum level of support.
twain_32: Prevent an incorrect test warning message on get checks.
sane.ds: Add stub support for ICAP_COMPRESSION.
sane.ds: Revise the logic around processing events to reflect the need for us to generate and post a message to drive Sane events.
sane.ds: Indicate that we used a modal dialog.
sane.ds: Remove a duplicate assignment.
sane.ds: Add a log message to flag unsupported operations.
Juan Lang (67):
crypt32: Remove test of a corner case that failed on older crypt32 versions.
mapi32: Fix many test failures on Win9x.
mapi32: Fix some test failures on Win9x.
mapi32: Fix a couple more test failures on Win9x.
secur32: Fix a handful of test failures on Win9x.
wintrust: Use GetSystemDirectory rather than GetWindowsDirectory to find the CatRoot directories.
rsaenh: Fix failing tests on Windows ME.
shell32: Fix a couple test failures on NT4.
shell32: Use list of allowed PIDL types rather than assuming there are no more than two.
mapi32/tests: Fix typo.
shell32: Remove a test that fails on Win64.
shell32: Use the normal list checks for CSIDL_PERSONAL.
shell32: Remove an obsolete comment.
mshtml: Pass bytes written pointer to WriteFile.
advapi32: Test LookupAccountName with the computer name as the account name.
advapi32: Support the computer name as an account name in LookupAccountNameW.
mapi32: Fix failing tests on some Win9x versions.
shell32: Fix a few tests on Windows 98 and Vista.
crypt32: Fix some test failures on older versions of Windows.
crypt32: Fix a regression in chain tests.
cryptui: Prompt whether to export the private key from CryptUIWizExport.
cryptui: Make a copy of export info in CryptUIWizExport.
cryptui: Set default export format based on whether the private key is to be exported.
cryptui: Enable/disable PFX choice based on whether the private key is to be exported.
cryptui: Add a password page to the export wizard.
cryptui: Only show password page if the private key is to be exported.
cryptui: Validate password in export wizard.
cryptui: Skip password page when moving backward through the export wizard if it wasn't shown in the first place.
cryptui: Implement exporting to a PFX file.
cryptui: Correct return value of the user cancels the export wizard.
cryptui: Ensure a certificate's private key is exportable before allowing it to be selected for export.
cryptui: Save private key in temporary store when exporting it.
cryptui: Delete the private keys if requested when they're successfully exported.
rpcrt4: Don't abort reading from a pipe if a single read is short.
crypt32: Fix a few more test failures on older versions of Windows.
crypt32: Fix some tests on Windows 98.
crypt32: Relax a test whose results are ignored on Windows anyway.
crypt32: Fix a compiler warning.
crypt32: Fix a test failure on Windows 98.
crypt32: Fix a typo.
crypt32: Include more info about skipped checks in skip message.
crypt32: Add chain debugging channel for debugging certificate chaining errors.
crypt32: Change some traces to the chain channel.
crypt32: Don't assume intermediate certificates are allowed to be CAs.
crypt32: Set the info status on the last element of a chain even if its issuer can't be found.
kernel32: Add more tests for getting/setting a named pipe's state.
crypt32: Remove a test that fails on some Windows 98 systems, and document it.
crypt32: Fix a couple tests on some Windows 98 systems.
crypt32: Fix test failures on some Windows 98 systems.
crypt32: Support an alternate OID in order to fix a test on some Windows 98 systems.
crypt32: Fix a couple test failures on some Windows 98 systems.
wintrust: Don't fail if a registry value doesn't exist.
wintrust: Remove a couple tests that fail on a variety of systems.
wintrust: Fix a couple tests on a variety of systems.
crypt32: Removed unneeded strcmp.
wintrust: Fix typo.
shell32: Let caller determine whether a shell path function must succeed or fail.
setupapi: Add stub entries for CM_Query_And_Remove_SubTreeA/W and CM_Query_And_Remove_SubTree_ExA/W.
crypt32: Allow an alternate chain policy status for broken systems.
netapi32: Fix tests on systems with reduced privilege.
advapi32: Fix a test failure on systems that are domain members.
crypt32: Fix a few test failures on some Windows 98 systems.
kernel32: Fix some test failures on systems with reduced privilege.
kernel32: Log more information in case of a test failure, and don't run tests that are guaranteed to fail.
kernel32: Fix some more failures on systems with reduced privilege.
kernel32: Fix test failures on NT4.
crypt32: Fix some test failures on Windows 98.
Ken Thomases (1):
winecoreaudio.drv: Add support for waveOutBreakLoop/WODM_BREAKLOOP.
Lei Zhang (1):
oleaut32/tests: Add a VarFormat test for date and time.
Luis C. Busquets Pérez (1):
d3dx8: Add tests for D3DXGetFVFVertexSize.
Marcus Meissner (24):
shell32: Fixed potential buffer overwrite in execute_from_key (Coverity).
advapi32: Fixed NULL ptr deref in QueryServiceConfig2A (Coverity).
services: Handle realloc failures better (Coverity).
kernel32: Handle username conversion failure (Coverity).
oleaut32: Removed useless NULL ptr check (Coverity).
winedbg: Check for buffer being NULL.
msacm32: Add missing HeapALloc failure checks (Coverity).
wrc: Free type to avoid leaks (Coverity).
dmloader: Fixed some pointer read/write checks (Coverity).
dbghelp: Check for wImageName being NULL (Coverity).
winhlp32: Check hlpfile for being NULL (Coverity).
dmstyle: Another NULL ptr check added (Coverity).
itss: Move buffer initialization a bit up (Coverity).
dmime: Added missing NULL ptr check (Coverity).
mshtml: Fixed last argument to MultiByteToWideChar.
atl: Fixed second buffer size to MultiByteToWideChar.
mshtml: Fixed second buffer argument to MultiByteToWideChar.
urlmon: Fixed target buffer length to MultiByteToWideChar.
cryptui: Check NULL ptr differently (Coverity).
mshtml: Call install_cab_file() with name directly on non-Wine.
advapi32: Fixed size of userName.
mshtml: Fixed size passed to MultiByteToWideChar.
advapi32: LookupAccountNameW removed redundant NULL check (Coverity).
winegcc: Added some strarray_free() (Coverity).
Michael Stefaniuc (29):
jscript: Remove superfluous pointer casts.
wined3d: Remove some unused defines.
wined3d: Remove superfluous pointer casts.
include: Change some DWORD to DWORD_PTR in mmddk.h.
twain_32/tests: Don't leak memory on an error path (Smatch).
include: Change some DWORD to DWORD_PTR in msacm.h.
include: Remove struct PORTALLOC from mmddk.h.
include: Change some DWORD to DWORD_PTR in msacmdrv.h.
user32/tests: Remove superfluous pointer casts.
winhttp: Remove superfluous pointer casts.
winmm: SendDriverMessage takes LPARAM as 3rd and 4th argument.
winejack.drv: The dwParam1/dwParam2 function arguments are DWORD_PTR.
comctl32/tests: Remove superfluous pointer casts.
spoolss: Add missing LeaveCriticalSection on error path (Smatch).
riched20: Fix some Win64 compiler warnings.
include: Change two DWORD to DWORD_PTR in vfw.h to match the DDK.
oleaut32: Remove superfluous pointer casts.
winenas.drv: dwParam1 and dwParam2 cwhave the type DWORD_PTR.
ole32: Use GetWindowLongPtr/SetWindowLongPtr for pointers.
msvfw32: Remove some Win64 compiler warnings.
wineesd.drv: Remove superfluous pointer casts.
wineesd.drv: dwParam1 and dwParam2 have the type DWORD_PTR.
ole32: Remove superfluous pointer casts.
imm32: Make space for a 64bit pointer in the IMM window.
dsound: Arguments 3,4,5 of a CALLBACK are of type DWORD_PTR.
atl: Remove superfluous pointer casts.
tools: Remove unused alloca.h include.
comctl32: Remove an one-off macro.
comctl32: Remove superfluous pointer casts.
Mikołaj Zalewski (5):
comctl32: toolbar: Move common TB_ADDBUTTONS and TB_INSERTBUTTONS code into a helper function, makes TB_INSERTBUTTON with a text perform a recalc (with testcase).
comctl32: toolbar: Use different function for dumping of TBUTTON_INFO and TBBUTTON.
comctl32: toolbar: TB_SETBUTTONINFO should do a relayout instead of a recalc.
comctl32: toolbar: Unlike in listview, TB_SETEXTENDEDSTYLE takes the actual style, not a mask.
comctl32: toolbar: Only changing TBSTYLE_EX_MIXEDBUTTONS should cause a recalc.
Nikolay Sivov (15):
gdiplus: Implemented GdipIsEqualRegion.
gdiplus: Implemented GdipTranslateRegion.
gdiplus: Implemented GdipTranslateRegionI.
gdiplus: Implemented GdipGetRegionBounds/GdipGetRegionBoundsI.
gdiplus: Implemented GdipTranslateClip/GdipTranslateClipI.
gdiplus: Implemented GdipCreateBitmapFromHICON (with tests).
gdiplus: Implemented GdipGetClipBounds/GdipGetClipBoundsI.
gdiplus: Implemented GdipSetClipHrgn.
gdiplus: Add testing for ObjectBusy in some Graphics methods.
gdiplus: Implemented GdipFillRegion.
gdiplus: Implemented GdipGetLogFontA.
propsys: Stub for PSRegisterPropertySchema.
reg: Don't close not open reg key (Coverity).
gdiplus: Some tests for LinearGradientBrush.
gdiplus: Handle zero width/height in GdipAddPathPie.
Paul Bryan Roberts (1):
ntdll: Avoid potential infinite loop.
Paul TBBle Hampson (1):
winefile: Don't use child after it has been freed.
Paul Vriens (16):
wininet/tests: Fix tests failures on W2K and below and some early XP.
kernel32/tests: Fill the buffer and check for double-NULL to show a bug in Wine.
kernel32/tests: Fix some tests on Win9x and WinME (GetPrivateProfileSection).
kernel32/tests: Fix some test failures on Win9x and WinME.
kernel32/tests: Fix remaining failures on Win9x and WinME.
riched32/tests: Skip some tests on Win9x, WinME and NT4.
winetest: Make sure we can test .NET dlls on Windows.
fusion/tests: Do the conversion before testing.
fusion/tests: Run tests correctly on Win98.
fusion/tests: Fix some test failures on systems with .NET 1.1.
fusion/tests: Fix a test failure on Win64.
fusion/tests: Fix some tests failures on .NET 1.1 (and Win98).
fusion/tests: Skip tests on .NET 1.1.
fusion/tests: Mark some tests as broken() on .NET 1.0.
fusion/tests: Mark test as skipped when we don't have enough rights.
fusion/tests: Fix some typos.
Ricardo Filipe (1):
include: Fix commdlg hook procedures return type.
Rob Shearman (12):
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
ole32: Initialise more of the context passed into user marshaling functions in the tests for these functions.
oleaut32: Initialise more of the context passed into user marshal functions in the tests for these functions.
ole32: Fix an ole2 test failure on Win9x and NT4.
rpcrt4: Change the test of CStdStubBuffer->pPSFactory to only test for the field not being NULL.
ole32: Fix CLIPFORMAT marshalling on 64-bit platforms by not using the wireCLIPFORMAT type.
ole32: Fix some test failures in the HGLOBAL marshalling tests on 64-bit Windows.
ole32: Output the size that we didn't expect in the HGLOBAL marshalling tests.
ole32: Add framework in the ole2 tests for having optionally called methods.
ole32: Allow some optional methods to be called in the OleCreate tests.
ole32: Fix some test failures in the free threaded marshaller tests on Win9x & NT4.
ole32: Fix a test failure in the moniker tests on Win9x.
Stefan Dösinger (4):
WineD3D: Put vertex shader duplication infrastructure in place.
wined3d: Properly set the fog frag coord according to the FOGTABLEMODE.
wined3d: Implement EXP and EXP2 fog in GLSL.
d3d9: Test table fog and exp fog in the shader fog test.
Stefano Guidoni (4):
msadp32: ADPCM allows other sample rates other than 8000, 11025, 22050 and 44100.
msadp32: Block align size is proportional to the number of channels.
msadp32: MSDN suggests "wfx.nBlockAlign * 2 / wfx.nChannels - 12" as the formula for calculating wSamplesPerBlock.
msadp32: ADPCM_FormatSuggest compare source format tag with destination format tag.
Ulrich Czekalla (1):
user32: Don't scale draw text margin params by character width units.
Vincent Pelletier (5):
dinput: Move gain support from effect to device.
dinput: Fix effect direction conversion from DIEFF_CARTESIAN coordinates.
msadp32.acm: Block align the adpcm extra data.
msadp32.acm: Make destination aligned on destination block size (copy/paste error).
ddraw: Use ddraw_from_d3d7 to make a (IDirectDrawImpl *) from a (IDirect3D7 *).
Vitaliy Margolen (3):
dinput: Consume mouse & keyboard events in exclusive mode.
comctl32: Fix propsheet size calculation.
comctl32: Use style to distinguish between embedded and standalone propsheets.
--
Alexandre Julliard
julliard(a)winehq.org