Alexandre Julliard [Tue, 10 Apr 2012 11:34:25 +0000 (13:34 +0200)]
gdi32: Clip the returned DC bounds to the device rectangle.
Alexandre Julliard [Tue, 10 Apr 2012 11:33:48 +0000 (13:33 +0200)]
gdi32: SaveDC doesn't save the DC bounds.
Alexandre Julliard [Tue, 10 Apr 2012 11:30:32 +0000 (13:30 +0200)]
gdi32/tests: Add tests for DC bounds handling across various DC manipulations.
Alexandre Julliard [Tue, 10 Apr 2012 11:20:01 +0000 (13:20 +0200)]
gdi32/tests: Add tests for DC bounds on various device types.
Alexandre Julliard [Mon, 9 Apr 2012 20:59:11 +0000 (22:59 +0200)]
gdi32/tests: Add tests for DC bounds to the DIB graphics tests.
Alexandre Julliard [Mon, 9 Apr 2012 19:28:50 +0000 (21:28 +0200)]
gdi32/tests: Automatically reset the bits after comparing the hash.
Morten Rønne [Mon, 9 Apr 2012 08:44:58 +0000 (10:44 +0200)]
wininet/tests: Moved a test outside a loop to make numbers of tests run independent on the numbers of entries in the cache.
Aric Stewart [Thu, 5 Apr 2012 13:26:45 +0000 (08:26 -0500)]
quartz: Add control.idl as a typelib resource.
Aric Stewart [Wed, 4 Apr 2012 17:31:42 +0000 (12:31 -0500)]
wineqtdecoder: Register the QT Splitter to be a default potential handler for all unhandled streams.
Aric Stewart [Tue, 3 Apr 2012 19:38:13 +0000 (14:38 -0500)]
quartz: Add VMRSurfaceAllocatorNotify9 to VMR9.
Dmitry Timoshkov [Mon, 9 Apr 2012 09:25:11 +0000 (18:25 +0900)]
gdi32: Add more verbose messages to indicate when a font is being added/replaced/refused to load.
Dmitry Timoshkov [Mon, 9 Apr 2012 09:24:53 +0000 (18:24 +0900)]
gdi32: Fix a typo in faces_equal() preventing loading all sizes of a bitmap font.
Carlo Bramini [Sun, 8 Apr 2012 13:22:25 +0000 (15:22 +0200)]
shlwapi: Add stub for AssocGetPerceivedType.
André Hentschel [Sat, 7 Apr 2012 20:02:28 +0000 (22:02 +0200)]
libwine: Add thumb support.
Andrew Eikum [Mon, 9 Apr 2012 14:20:31 +0000 (09:20 -0500)]
winealsa.drv: Enumerate ALSA devices in a single pass.
Jacek Caban [Mon, 9 Apr 2012 12:02:35 +0000 (14:02 +0200)]
jscript: Replace only the first match for non-regexp pattern in String.replace.
Nicolas Le Cam [Sat, 7 Apr 2012 20:46:58 +0000 (22:46 +0200)]
configure.ac: Prefer pkg-config over freetype-config.
Alexandre Julliard [Mon, 9 Apr 2012 13:13:31 +0000 (15:13 +0200)]
gdi32: Fix GetClipBox return value for non-memory DCs.
Francois Gouget [Mon, 9 Apr 2012 00:40:46 +0000 (02:40 +0200)]
po: Remove duplicate spaces between sentences.
Morten Rønne [Sat, 31 Mar 2012 08:51:56 +0000 (10:51 +0200)]
po: Updated Danish translation.
Bruno Jesus [Sat, 7 Apr 2012 22:45:04 +0000 (19:45 -0300)]
ws2_32/tests: Add hostent struct tests for gethostbyname.
Henri Verbeet [Sun, 8 Apr 2012 17:13:26 +0000 (19:13 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXMeshImpl_QueryInterface().
Henri Verbeet [Sun, 8 Apr 2012 17:13:25 +0000 (19:13 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXConstantTableImpl_QueryInterface().
Henri Verbeet [Sun, 8 Apr 2012 17:13:24 +0000 (19:13 +0200)]
ddraw: Properly retrieve an interface pointer in ddraw_surface7_GetPalette().
Henri Verbeet [Sun, 8 Apr 2012 17:13:23 +0000 (19:13 +0200)]
ddraw: Simplify updating palette entries in d3d_texture2_Load().
Henri Verbeet [Sun, 8 Apr 2012 17:13:22 +0000 (19:13 +0200)]
wined3d: Simplify the data.buffer_object assignment in surface_load_texture().
The surface pbo field should be 0 is SFLAG_PBO is not set.
Józef Kucia [Sat, 7 Apr 2012 08:28:08 +0000 (10:28 +0200)]
d3dcompiler: Allow the alternative shader version format (with dots instead of underscores).
Józef Kucia [Sat, 7 Apr 2012 08:28:07 +0000 (10:28 +0200)]
d3dcompiler: Fix parsing the tex instruction in ps_1_0 shaders.
Vincent Povirk [Thu, 5 Apr 2012 21:46:54 +0000 (16:46 -0500)]
winedump: Add basic support for dumping the property store in lnk files.
Aric Stewart [Wed, 4 Apr 2012 13:27:25 +0000 (08:27 -0500)]
quartz: COM cleanup for PullPin.
Christian Costa [Fri, 6 Apr 2012 11:39:18 +0000 (13:39 +0200)]
dmsynth: Put port caps that match native ones.
Christian Costa [Fri, 6 Apr 2012 11:39:10 +0000 (13:39 +0200)]
dmsynth: Check the rigth CLSID to create the DirectMusicSynthSink object.
Christian Costa [Fri, 6 Apr 2012 11:39:02 +0000 (13:39 +0200)]
dmsynth: Add basic tests.
Robert van Herk [Thu, 5 Apr 2012 11:08:08 +0000 (13:08 +0200)]
msi: Fixed MsiGetFileHashW for empty files.
André Hentschel [Thu, 5 Apr 2012 17:41:01 +0000 (19:41 +0200)]
make_specfiles: Add atl group.
André Hentschel [Fri, 6 Apr 2012 16:22:19 +0000 (18:22 +0200)]
winedbg: Implement be_arm_store_integer on ARM.
Jacek Caban [Fri, 6 Apr 2012 12:58:53 +0000 (14:58 +0200)]
mshtml: Added IHTMLFormElement::submit implementation.
Piotr Caban [Fri, 6 Apr 2012 12:49:54 +0000 (14:49 +0200)]
ddraw: Improve GetScanLine stub so it's usable for timing related tasks.
Jacek Caban [Fri, 6 Apr 2012 10:34:12 +0000 (12:34 +0200)]
urlmon: Build more appropriate user agent string.
The registry value we used previously seems to be ignored by recent IEs.
Michael Stefaniuc [Thu, 5 Apr 2012 22:22:49 +0000 (00:22 +0200)]
dmime/tests: Add some COM tests for DirectMusicSegment.
Michael Stefaniuc [Thu, 5 Apr 2012 22:15:24 +0000 (00:15 +0200)]
dmime: DirectMusicSegment doesn't supports COM aggregation.
Piotr Caban [Thu, 5 Apr 2012 19:50:31 +0000 (21:50 +0200)]
wininet: Implement urlcache index growing.
Piotr Caban [Thu, 5 Apr 2012 19:35:46 +0000 (21:35 +0200)]
wininet: Return error code in URLCache_FindFirstFreeEntry function.
Piotr Caban [Thu, 5 Apr 2012 19:35:27 +0000 (21:35 +0200)]
wininet: Don't reserve space for directory in URL cache entry.
Piotr Caban [Thu, 5 Apr 2012 19:35:00 +0000 (21:35 +0200)]
wininet: Don't overwrite locked entry in CommitUrlCacheEntry.
Piotr Caban [Thu, 5 Apr 2012 19:34:35 +0000 (21:34 +0200)]
wininet: Don't delete locked entry in DeleteUrlCacheEntry.
Andrew Eikum [Thu, 5 Apr 2012 19:16:47 +0000 (14:16 -0500)]
mmdevapi: Indicate data flow direction in IMMDevice::GetId result.
Andrew Eikum [Thu, 5 Apr 2012 19:16:44 +0000 (14:16 -0500)]
winmm: Support DRV_QUERYDEVICEINTERFACE in waveXxxMessage.
Andrew Eikum [Thu, 5 Apr 2012 19:16:40 +0000 (14:16 -0500)]
mmdevapi: Store device interface in registry.
Andrew Eikum [Thu, 5 Apr 2012 18:00:16 +0000 (13:00 -0500)]
dmusic: Check correct return code.
Henri Verbeet [Thu, 5 Apr 2012 17:55:38 +0000 (19:55 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXSpriteImpl_QueryInterface().
Henri Verbeet [Thu, 5 Apr 2012 17:55:37 +0000 (19:55 +0200)]
dxgi: Don't return a pointer to the implementation in dxgi_surface_inner_QueryInterface().
Henri Verbeet [Thu, 5 Apr 2012 17:55:36 +0000 (19:55 +0200)]
ddraw/tests: Add some QueryInterface() tests for devices.
Henri Verbeet [Thu, 5 Apr 2012 17:55:35 +0000 (19:55 +0200)]
ddraw: Version 1 devices are aggregated by the surface that created them.
Henri Verbeet [Thu, 5 Apr 2012 17:55:34 +0000 (19:55 +0200)]
ddraw: Fix querying device interfaces in IDirect3DDeviceImpl_7_QueryInterface().
Version 7 devices can only return the version 7 interface. The other versions
can only return earlier interfaces.
Erich Hoover [Thu, 5 Apr 2012 16:36:33 +0000 (10:36 -0600)]
ntdll: Fix section header heap deadlock.
Alistair Leslie-Hughes [Thu, 22 Mar 2012 05:24:24 +0000 (16:24 +1100)]
scrrun: Add scrrun tests.
Alistair Leslie-Hughes [Tue, 20 Mar 2012 03:54:25 +0000 (14:54 +1100)]
scrrun: Add IFileSystem3 support.
Aric Stewart [Fri, 30 Mar 2012 16:46:34 +0000 (11:46 -0500)]
user32: While calculating lines, discard uniscribe data for non-visible lines.
Hans Leidekker [Thu, 5 Apr 2012 13:12:15 +0000 (15:12 +0200)]
msi: Keep the UI level fixed during the lifetime of a package.
Huw Davies [Thu, 5 Apr 2012 12:25:51 +0000 (13:25 +0100)]
winspool: Implement SetPrinterW for level 9.
Huw Davies [Thu, 5 Apr 2012 12:25:50 +0000 (13:25 +0100)]
winspool: Add a helper to set devmode data in the registry.
Huw Davies [Thu, 5 Apr 2012 12:25:49 +0000 (13:25 +0100)]
winspool: Forward SetPrinterA to SetPrinterW.
Huw Davies [Thu, 5 Apr 2012 12:25:48 +0000 (13:25 +0100)]
winspool: Generalise the A to W printer info conversion to cope with other levels.
Jacek Caban [Thu, 5 Apr 2012 11:58:29 +0000 (13:58 +0200)]
mshtml: Added semi-stub implementation of IOmNavigator::get_cookieEnabled.
Jacek Caban [Thu, 5 Apr 2012 11:58:20 +0000 (13:58 +0200)]
mshtml: Added IHTMLImgElement::onerror tests.
Jacek Caban [Thu, 5 Apr 2012 11:58:03 +0000 (13:58 +0200)]
mshtml: Added IHTMLImgElement::onerror implementation.
Jacek Caban [Thu, 5 Apr 2012 11:57:53 +0000 (13:57 +0200)]
mshtml: Detach also internal listeners in detach_events.
Jacek Caban [Thu, 5 Apr 2012 11:57:42 +0000 (13:57 +0200)]
mshtml: Added support for IDispatch-only ActiveX objects.
Jacek Caban [Thu, 5 Apr 2012 11:57:26 +0000 (13:57 +0200)]
mshtml: Remove old channel from load group in nsIAsyncVerifyRedirectCallback::AsyncOnChannelRedirect.
Morten Rønne [Sun, 25 Mar 2012 16:45:33 +0000 (18:45 +0200)]
wininet/tests: Added more tests for urlcache, including a new flag in CacheEntryType.
Morten Rønne [Sat, 31 Mar 2012 10:38:32 +0000 (12:38 +0200)]
wininet/tests: Fixed text errors in tests.
Stefan Leichter [Wed, 4 Apr 2012 20:31:02 +0000 (22:31 +0200)]
atl80: Add stub for AtlCreateRegistrar.
Stefan Leichter [Wed, 4 Apr 2012 20:31:02 +0000 (22:31 +0200)]
atl80: New dll.
Aric Stewart [Tue, 3 Apr 2012 19:38:10 +0000 (14:38 -0500)]
quartz: Add VMRWindowlessControl9 to VMR9.
Aric Stewart [Tue, 3 Apr 2012 19:38:07 +0000 (14:38 -0500)]
quartz: Add VMRFilterConfig9 to VMR9.
Aric Stewart [Tue, 3 Apr 2012 19:38:04 +0000 (14:38 -0500)]
quartz: Add IAMFilterMiscFlags to VMR9 implementation.
Aric Stewart [Tue, 3 Apr 2012 19:38:01 +0000 (14:38 -0500)]
quartz: Add BaseControlVideo to VMR9.
Aric Stewart [Tue, 3 Apr 2012 19:37:58 +0000 (14:37 -0500)]
quartz: Add BaseControlWindow to VMR9.
Aric Stewart [Tue, 3 Apr 2012 19:37:55 +0000 (14:37 -0500)]
quartz: Add initial VMR9 stub.
Joris Huizer [Wed, 4 Apr 2012 19:18:00 +0000 (21:18 +0200)]
amstream: IAMMultiMediaStreamImpl_SetState: correct ifs.
Ken Thomases [Wed, 4 Apr 2012 22:41:10 +0000 (17:41 -0500)]
gdi32: On Mac OS X, find fonts using Core Text rather than FontConfig, by default.
Ken Thomases [Wed, 4 Apr 2012 22:40:13 +0000 (17:40 -0500)]
Revert "gdi32: Load fonts from default Mac external font paths.".
This reverts commit
85a71387dac1ca3ad47970800c8c01743681b528.
Igor Paliychuk [Wed, 4 Apr 2012 15:44:07 +0000 (18:44 +0300)]
po: Update Ukrainian translation.
Hans Leidekker [Thu, 5 Apr 2012 09:16:37 +0000 (11:16 +0200)]
kernel32: GetModuleHandleEx already clears the module handle on failure.
Hans Leidekker [Thu, 5 Apr 2012 09:16:08 +0000 (11:16 +0200)]
kernel32: Clear the module handle on failure in GetModuleHandleEx.
Hans Leidekker [Thu, 5 Apr 2012 09:15:50 +0000 (11:15 +0200)]
kernel32: Return failure from GetModuleHandleEx if the module handle pointer is NULL.
Hans Leidekker [Thu, 5 Apr 2012 09:15:28 +0000 (11:15 +0200)]
kernel32/tests: Add tests for GetModuleHandleEx.
Daniel Jelinski [Mon, 2 Apr 2012 20:30:04 +0000 (22:30 +0200)]
comctl32/tests: Added tests for treeview TVM_HITTEST message.
Eric Pouech [Wed, 4 Apr 2012 20:30:38 +0000 (22:30 +0200)]
winedbg: Fix set instruction when sizeof(int) <> sizeof register.
Henri Verbeet [Wed, 4 Apr 2012 18:37:24 +0000 (20:37 +0200)]
ddrawex: Don't return a pointer to the implementation in IDirectDrawClassFactoryImpl_QueryInterface().
Henri Verbeet [Wed, 4 Apr 2012 18:37:23 +0000 (20:37 +0200)]
ddrawex: Don't return a pointer to the implementation in IDirectDrawFactoryImpl_QueryInterface().
Henri Verbeet [Wed, 4 Apr 2012 18:37:22 +0000 (20:37 +0200)]
d3dx9: Also print the format as FOURCC in get_format_info().
Henri Verbeet [Wed, 4 Apr 2012 18:37:20 +0000 (20:37 +0200)]
wined3d: Properly determine the viewport size for front buffer blits in SetupForBlit().
Andrew Eikum [Wed, 4 Apr 2012 18:16:09 +0000 (13:16 -0500)]
wineoss.drv: Prefix device names with direction indication.
Andrew Eikum [Wed, 4 Apr 2012 18:15:33 +0000 (13:15 -0500)]
winealsa.drv: Prefix device names with direction indication.
Alexandre Julliard [Wed, 4 Apr 2012 18:47:06 +0000 (20:47 +0200)]
msvcrt: Use macros to define exception type info structures.
Alexandre Julliard [Wed, 4 Apr 2012 18:17:44 +0000 (20:17 +0200)]
msvcrt: Use macros to define RTTI data.
Alexandre Julliard [Wed, 4 Apr 2012 18:12:07 +0000 (20:12 +0200)]
msvcp90: Use the correct vtable pointer for type_info objects.
Alexandre Julliard [Wed, 4 Apr 2012 18:11:59 +0000 (20:11 +0200)]
msvcp60: Use the correct vtable pointer for type_info objects.