Francois Gouget
|
7c42bfe107
|
shlwapi: UrlIs()'s check for the 'file:' protocol is case insensitive.
|
2012-09-26 10:59:45 +02:00 |
Dmitry Timoshkov
|
7fcf7e831c
|
windowscodecs: Use appropriate helper to release GIF decoder.
|
2012-09-26 10:59:24 +02:00 |
Vincent Povirk
|
6f4dba586a
|
windowscodecs: Use WINCODEC_ERR_UNSUPPORTEDOPERATION in GetColorContexts stubs.
|
2012-09-26 10:59:12 +02:00 |
Detlef Riekenberg
|
a695062447
|
d3dx9_36/tests: Fix copy & paste error in ok messages.
|
2012-09-26 10:59:00 +02:00 |
Michael Stefaniuc
|
cea6329483
|
dsound: DirectSoundDevice_RemoveBuffer() cannot fail.
|
2012-09-26 10:58:48 +02:00 |
Michael Stefaniuc
|
4e06eead8f
|
dsound: Don't bother shrinking the secondary buffer list.
|
2012-09-26 10:58:43 +02:00 |
Piotr Caban
|
04453937e5
|
inetcpl.cpl: Added support for clearing cookies and history cache.
|
2012-09-25 21:13:08 +02:00 |
Piotr Caban
|
306f53cbf2
|
wininet: Added more GetUrlCacheEntryInfo tests with GET_INSTALLED_ENTRY flag.
|
2012-09-25 21:13:08 +02:00 |
Piotr Caban
|
f9e80f588a
|
wininet: Ignore unsupported flags in GetUrlCacheEntryInfoEx functions.
|
2012-09-25 21:13:08 +02:00 |
Piotr Caban
|
7c6f0c9470
|
wininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoW.
|
2012-09-25 21:13:08 +02:00 |
Piotr Caban
|
a342ded288
|
wininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoA.
|
2012-09-25 21:13:07 +02:00 |
Piotr Caban
|
134db11eff
|
wininet: Move GetUrlCacheEntryInfoA code to GetUrlCacheEntryInfoExA function.
|
2012-09-25 21:13:07 +02:00 |
Jacek Caban
|
7308be6c0a
|
vbscript: Added Space() implementation.
|
2012-09-25 21:13:07 +02:00 |
Jacek Caban
|
ff34939400
|
mshtml: Return S_OK in plugin host's CanInPlaceActivate implementation.
|
2012-09-25 21:13:07 +02:00 |
Jacek Caban
|
f90798572a
|
mshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD flags support for elements exposed as window properties.
|
2012-09-25 21:13:07 +02:00 |
Huw Davies
|
7a2d68abc8
|
comdlg32: Use a ComboBoxEx control for the filename if the structure size is not the nt40 version size.
|
2012-09-25 19:25:21 +02:00 |
Huw Davies
|
01a084383c
|
comdlg32: Use the window handle to send messages to the filename control.
|
2012-09-25 18:11:21 +02:00 |
Huw Davies
|
3cfc2ab772
|
comctl32: Forward the focus to the edit control if it exists.
|
2012-09-25 18:11:21 +02:00 |
Francois Gouget
|
06439b303a
|
shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.
Add NULL and insufficient buffer tests for PathCreateFromUrl().
|
2012-09-25 18:11:18 +02:00 |
Francois Gouget
|
d86abc4921
|
include: Remove a misplaced duplicate definition of SORT_STRINGSORT.
|
2012-09-25 12:58:20 +02:00 |
Francois Gouget
|
9c1402e6a9
|
mshtml/tests: Add a trailing '\n' to an ok() call.
|
2012-09-25 11:42:41 +02:00 |
Francois Gouget
|
2606b85687
|
wininet: Check for the 'http:' protocol in a locale independent way.
|
2012-09-25 11:42:38 +02:00 |
Nozomi Kodama
|
1f85d64b19
|
d3dx9: Implement D3DXSHRotate.
|
2012-09-25 11:39:28 +02:00 |
Nozomi Kodama
|
c69a496461
|
d3dx9: Implement D3DXSHEvalDirectionalLight.
|
2012-09-25 11:38:53 +02:00 |
Nozomi Kodama
|
7c5d93b504
|
d3dx9: Simplify D3DXVector*Normalize.
|
2012-09-25 11:32:45 +02:00 |
Nozomi Kodama
|
10d1253971
|
d3dx9: Simplify D3DXComputeBoundingSphere.
|
2012-09-25 11:32:15 +02:00 |
Dmitry Timoshkov
|
0ef523e2bf
|
gdiplus: Add GIF palette to the image properties.
|
2012-09-25 11:30:31 +02:00 |
Dmitry Timoshkov
|
faa24d96d4
|
gdiplus: Add GIF loopcount to the image properties.
|
2012-09-25 11:30:28 +02:00 |
Dmitry Timoshkov
|
54edca19e1
|
gdiplus: Add GIF transparent index to the image properties.
|
2012-09-25 11:30:25 +02:00 |
Dmitry Timoshkov
|
a950a0549f
|
gdiplus: Add GIF background to the image properties.
|
2012-09-25 11:30:21 +02:00 |
Dmitry Timoshkov
|
3bb4974dd4
|
gdiplus: Add GIF frame delay to the image properties.
|
2012-09-25 11:30:18 +02:00 |
Dmitry Timoshkov
|
000f4725aa
|
gdiplus: Add GIF comment to the image properties.
|
2012-09-25 11:30:14 +02:00 |
Dmitry Timoshkov
|
a0424f33c0
|
gdiplus: Remove GIF properties test from generic tests, they are tested separately.
|
2012-09-25 11:30:11 +02:00 |
Ričardas Barkauskas
|
342ce213e6
|
dxgi: Avoid division by zero.
Based on patch by Eduard - Gabriel Munteanu.
|
2012-09-25 11:20:17 +02:00 |
Ričardas Barkauskas
|
d9ce33bfb0
|
dxgi: Partially implement IDXGISwapChain_GetDesc.
|
2012-09-25 11:20:10 +02:00 |
Ričardas Barkauskas
|
06a8cbcc35
|
wined3d: Don't leave leftover textures when destroying and creating dxgi swapchains.
|
2012-09-25 11:20:05 +02:00 |
André Hentschel
|
f98c896e8a
|
crypt32/tests: Improve test output.
|
2012-09-25 11:19:39 +02:00 |
André Hentschel
|
0da26cfc4c
|
ntdll/tests: Fix test failure on win8.
|
2012-09-25 11:19:35 +02:00 |
Henri Verbeet
|
1ff07a7d68
|
wined3d: Take the data type of registers into account in the GLSL shader backend.
|
2012-09-25 11:19:15 +02:00 |
Henri Verbeet
|
6e4c40689c
|
wined3d: Just return the shader from wined3d_device_get_pixel_shader().
|
2012-09-25 11:19:11 +02:00 |
Henri Verbeet
|
fc711d4955
|
wined3d: wined3d_device_set_pixel_shader() never fails.
|
2012-09-25 11:19:07 +02:00 |
Henri Verbeet
|
4f2c93e248
|
d3d10: Store shader variables in d3d10_effect_pass instead of d3d10_effect_object.
|
2012-09-25 11:19:00 +02:00 |
Henri Verbeet
|
2a83e1a581
|
d3d10: Store shaders directly in d3d10_effect_object.
|
2012-09-25 11:18:54 +02:00 |
Nikolay Sivov
|
42db7e4c1d
|
mlang: Forward GetRfc1766FromLcid() to IMultiLanguage3 implementation.
|
2012-09-25 11:18:50 +02:00 |
Nikolay Sivov
|
55d87c050c
|
mlang: Forward IsConvertible() to IMultiLanguage3 implementation.
|
2012-09-25 11:18:45 +02:00 |
Nikolay Sivov
|
76e12944ed
|
mlang: Forward GetFamilyCodePage() to IMultiLanguage3 implementation.
|
2012-09-25 11:18:39 +02:00 |
Nikolay Sivov
|
db1cd7eba8
|
mlang: Forward GetNumberOfCodePageInfo() to IMultiLanguage3 implementation.
|
2012-09-25 11:18:34 +02:00 |
Nikolay Sivov
|
fdaf6df67a
|
mlang: Move IUnknown implementation to IMultiLanguage3 interface implementation and forward to it.
|
2012-09-25 11:18:25 +02:00 |
Nikolay Sivov
|
406c431109
|
mlang: Implemented IMLangConvertCharset_DoConversionToUnicode.
|
2012-09-25 11:17:23 +02:00 |
Marcus Meissner
|
73dfc3d462
|
shlwapi: Fixed incorrect buffer size.
|
2012-09-25 11:17:12 +02:00 |