Vincent Povirk [Fri, 10 Jun 2011 19:17:17 +0000 (14:17 -0500)]
windowscodecs: Add stub JPEG encoder.
Henri Verbeet [Wed, 11 Apr 2012 20:52:06 +0000 (22:52 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXEffectImpl_QueryInterface().
Henri Verbeet [Wed, 11 Apr 2012 20:52:05 +0000 (22:52 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXEffectCompilerImpl_QueryInterface().
Henri Verbeet [Wed, 11 Apr 2012 20:52:04 +0000 (22:52 +0200)]
ddraw: Get rid of IDirect3DVertexBufferImpl.
Henri Verbeet [Wed, 11 Apr 2012 20:52:03 +0000 (22:52 +0200)]
d3d9: Store wined3d vertex declarations in the fvf lookup table.
This also implicitly gets rid of the convFVF hack in
IDirect3DVertexDeclaration9Impl_Release().
Henri Verbeet [Wed, 11 Apr 2012 20:52:02 +0000 (22:52 +0200)]
d3d9: Introduce a separate function for vertex declaration creation.
André Hentschel [Wed, 11 Apr 2012 18:28:30 +0000 (20:28 +0200)]
winedbg: Add partial ARM disassembler.
Bruno Jesus [Wed, 11 Apr 2012 02:25:56 +0000 (23:25 -0300)]
ws2_32/tests: Avoid crashing if getservbyname fails.
Bruno Jesus [Wed, 11 Apr 2012 02:13:31 +0000 (23:13 -0300)]
ws2_32/tests: Update hostent struct tests.
Christian Costa [Tue, 10 Apr 2012 20:30:45 +0000 (22:30 +0200)]
dmusic: Add trace to DMUSIC_CreateReferenceClockImpl and rename some variables.
Christian Costa [Tue, 10 Apr 2012 20:30:38 +0000 (22:30 +0200)]
dmusic: Check wrong params when creating a port + tests.
Christian Costa [Tue, 10 Apr 2012 20:30:29 +0000 (22:30 +0200)]
dmusic: Add dump function for DMUS_PORTPARAMS struct.
Christian Costa [Tue, 10 Apr 2012 20:30:21 +0000 (22:30 +0200)]
dmusic: Replace debugstr_DMUS_OBJECTDESC by a specific dump function to avoid debug buffer overflow.
Christian Costa [Tue, 10 Apr 2012 20:04:30 +0000 (22:04 +0200)]
kernel32: Limit dwTotalPageFile in GlobalMemoryStatus to 4Gb minus 512kb for apps that do not expect so much memory.
Piotr Caban [Wed, 11 Apr 2012 13:22:44 +0000 (15:22 +0200)]
msvcrt/tests: Added more strftime tests.
Piotr Caban [Wed, 11 Apr 2012 13:22:25 +0000 (15:22 +0200)]
msvcrt: Added _Strftime implementation.
Piotr Caban [Wed, 11 Apr 2012 13:22:12 +0000 (15:22 +0200)]
msvcrt: Added field names to MSVCRT___lc_time_data structure.
Piotr Caban [Wed, 11 Apr 2012 13:22:02 +0000 (15:22 +0200)]
msvcrt: Set correct date and time format for C locale.
Piotr Caban [Wed, 11 Apr 2012 13:21:48 +0000 (15:21 +0200)]
msvcrt: Rewrite wasctime function.
Piotr Caban [Wed, 11 Apr 2012 13:21:32 +0000 (15:21 +0200)]
msvcrt: Rewrite asctime function.
Huw Davies [Wed, 11 Apr 2012 12:50:57 +0000 (13:50 +0100)]
wordpad: Don't quit if the user cancels the save-as dialog when being prompted to save changes.
Huw Davies [Wed, 11 Apr 2012 11:36:20 +0000 (12:36 +0100)]
wineps: Set the printer's devmode using SetPrinter.
Huw Davies [Wed, 11 Apr 2012 11:36:19 +0000 (12:36 +0100)]
wineps: Retrieve the printer's devmode using GetPrinter.
Huw Davies [Wed, 11 Apr 2012 11:36:18 +0000 (12:36 +0100)]
wineps: Remove the installed options list as it's never populated.
Huw Davies [Wed, 11 Apr 2012 11:36:17 +0000 (12:36 +0100)]
wineps: Move the duplex list to a standard list.
Huw Davies [Wed, 11 Apr 2012 11:36:16 +0000 (12:36 +0100)]
wineps: Move the input slot list to a standard list.
Huw Davies [Wed, 11 Apr 2012 11:36:15 +0000 (12:36 +0100)]
wineps: Move the constraints list to a standard list.
Huw Davies [Wed, 11 Apr 2012 11:36:14 +0000 (12:36 +0100)]
wineps: Move the installed font list to a standard list.
Dmitry Timoshkov [Wed, 11 Apr 2012 10:09:53 +0000 (19:09 +0900)]
fonts: Update cyrillic bitmap glyphs in Tahoma Bold.
Jacek Caban [Wed, 11 Apr 2012 09:03:43 +0000 (11:03 +0200)]
mshtml: Return self as a parent of global top window.
Lucas Zawacki [Wed, 11 Apr 2012 00:57:58 +0000 (21:57 -0300)]
dinput: Don't trace DIEFFECT members if they don't contain valid data.
Christian Costa [Tue, 10 Apr 2012 20:09:17 +0000 (22:09 +0200)]
d3drm: Display filename when loading data from a file.
Henri Verbeet [Tue, 10 Apr 2012 20:06:23 +0000 (22:06 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXEffectPoolImpl_QueryInterface().
Henri Verbeet [Tue, 10 Apr 2012 20:06:22 +0000 (22:06 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXFontImpl_QueryInterface().
Henri Verbeet [Tue, 10 Apr 2012 20:06:21 +0000 (22:06 +0200)]
ddraw: Get rid of IDirect3DExecuteBufferImpl.
Henri Verbeet [Tue, 10 Apr 2012 20:06:20 +0000 (22:06 +0200)]
d3d9: COM cleanup for the IDirect3DSwapChain9 interface.
This is mostly based on the COM cleanup scripts by Michael Stefaniuc.
Henri Verbeet [Tue, 10 Apr 2012 20:06:19 +0000 (22:06 +0200)]
d3d9: Introduce a separate function for swapchain creation.
Dmitry Timoshkov [Tue, 10 Apr 2012 13:54:37 +0000 (22:54 +0900)]
gdi32: Add a test for bitmap fonts selected for not existing font sizes.
Jacek Caban [Tue, 10 Apr 2012 10:53:24 +0000 (12:53 +0200)]
mshtml: Added IHTMLElement2::blur implementation.
Jacek Caban [Tue, 10 Apr 2012 10:53:12 +0000 (12:53 +0200)]
mshtml: Added IHTMLDocument2::onkeypress implementation.
Jacek Caban [Tue, 10 Apr 2012 10:53:03 +0000 (12:53 +0200)]
mshtml: Added better IHTMLWindow2::get_opener stub.
Marcus Meissner [Mon, 9 Apr 2012 21:52:37 +0000 (23:52 +0200)]
winealsa.drv: Fixed buffer to RegEnumKeyExW.
Erich Hoover [Mon, 9 Apr 2012 19:06:30 +0000 (13:06 -0600)]
ws2_32: Implement IPV6_UNICAST_IF socket option.
Erich Hoover [Mon, 9 Apr 2012 19:06:08 +0000 (13:06 -0600)]
ws2_32: Implement IP_UNICAST_IF socket option.
Austin English [Mon, 9 Apr 2012 19:04:23 +0000 (14:04 -0500)]
ntdll: Give a better error message if signal context functions aren't defined.
Henri Verbeet [Mon, 9 Apr 2012 18:43:42 +0000 (20:43 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXLineImpl_QueryInterface().
Henri Verbeet [Mon, 9 Apr 2012 18:43:41 +0000 (20:43 +0200)]
d3dx9: Don't return a pointer to the implementation in ID3DXMatrixStackImpl_QueryInterface().
Henri Verbeet [Mon, 9 Apr 2012 18:43:40 +0000 (20:43 +0200)]
ddraw: Get rid of IDirect3DDeviceImpl.
Henri Verbeet [Mon, 9 Apr 2012 18:43:39 +0000 (20:43 +0200)]
ddraw: Properly retrieve an interface pointer in IDirect3DDeviceImpl_7_GetTexture().
Henri Verbeet [Mon, 9 Apr 2012 18:43:38 +0000 (20:43 +0200)]
ddraw: Properly retrieve an interface pointer in ddraw7_GetSurfaceFromDC().
Alexandre Julliard [Tue, 10 Apr 2012 12:42:50 +0000 (14:42 +0200)]
gdi32: Store the reference DC in the enhanced metafile and use it to retrieve device caps.
Alexandre Julliard [Tue, 10 Apr 2012 11:36:45 +0000 (13:36 +0200)]
gdi32: Add explicit fields for the DC flags.
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.