Francois Gouget
6e80d875d4
riched20: Make ME_SetCursorToEnd() static.
2009-08-26 13:09:27 +02:00
Francois Gouget
798af6fe27
windowscodecs/tests: Make some functions static.
2009-08-26 13:09:24 +02:00
Francois Gouget
e464d48054
ntoskrnl.exe: Remove a space before a '\n'.
2009-08-26 13:09:20 +02:00
Alexandre Julliard
6369d7a08b
comctl32/tests: Fix tooltips test failures on older Windows versions.
2009-08-26 13:09:11 +02:00
Alexandre Julliard
454a7fde33
comctl32/tests: Fix tab control test failures on older Windows versions.
2009-08-26 13:09:05 +02:00
Henri Verbeet
5f9f079d71
d3d9: Use the wined3d cs for wined3d locking.
2009-08-26 12:11:41 +02:00
Henri Verbeet
ada3e059e8
d3d9: Remove stray tabs.
2009-08-26 12:10:49 +02:00
Henri Verbeet
d4e167dfbc
wined3d: Properly check if an attribute is used in remove_vbos().
2009-08-26 12:10:45 +02:00
Henri Verbeet
59c017c8bd
wined3d: Properly check if an attribute is used in state_normalize().
2009-08-26 12:10:42 +02:00
Henri Verbeet
6ef17134d2
wined3d: Properly check if an attribute is used in transform_texture().
2009-08-26 12:10:38 +02:00
Chris Robinson
3dc677cc63
winemp3.acm: Fix reading/decoding loop.
2009-08-26 12:10:33 +02:00
Michael Stefaniuc
ebe5219c6b
d3d8: Release the lock instead of locking a second time (Smatch).
2009-08-26 12:10:27 +02:00
Andrew Eikum
7fe9e693a7
user32/tests: Fix input test failures on NT4.
2009-08-26 12:10:04 +02:00
Austin English
5b21d90f5f
dnsapi: Add a stub for DnsFlushResolverCache.
2009-08-26 12:09:55 +02:00
Vincent Povirk
980bb171ee
wininet: Allow +.- characters in url scheme.
...
According to RFC 1738, the plus, period, and hyphen characters are allowed in URL schemes.
2009-08-26 12:09:48 +02:00
Vincent Povirk
80c870251f
oleaut32: Make ITypeInfo2::GetCustData succeed when data is not found.
2009-08-26 12:09:25 +02:00
Alexandre Julliard
86e4830040
ntdll/tests: Make sure buffer alignment is correct.
2009-08-26 11:52:56 +02:00
Jeff Zaroyko
8274786fa8
kernel32: sLanguage is LOCALE_SABBREVLANGNAME.
2009-08-25 15:08:23 +02:00
Huw Davies
c77ff19e66
msdaps: Implement IBindResource_Bind proxy and stub.
2009-08-25 14:57:28 +02:00
Huw Davies
5a94624055
msdaps: Implement IDBCreateCommand_CreateCommand proxy and stub.
2009-08-25 14:57:24 +02:00
Huw Davies
21137fe269
msdaps: Implement ICreateRow_CreateRow proxy and stub.
2009-08-25 14:57:14 +02:00
Huw Davies
1591d197b6
msdaps: Use 2 byte structure packing for win32 code.
2009-08-25 14:57:09 +02:00
Ge van Geldorp
ca18de9512
crypt32/tests: Remove test that crashes on Win7.
2009-08-25 14:56:14 +02:00
Mike Kaplinskiy
d2065e3dc9
ws2_32/tests: Fix failure on NT4.
2009-08-25 11:43:26 +02:00
Detlef Riekenberg
2b345484bc
ws2_32/tests: Add tests for setsockopt with invalid levels.
2009-08-25 11:31:47 +02:00
Detlef Riekenberg
a563d670a0
ws2_32/tests: Add tests for getsockopt with invalid levels.
2009-08-25 11:31:38 +02:00
Detlef Riekenberg
3d326eb5a8
ws2_32: Set WSAEINVAL on invalid levels in set+getsockopt.
2009-08-25 11:31:24 +02:00
Detlef Riekenberg
3e87a05476
ws2_32: Use only the lower 16 bit as level when calling [g|s]etsockopt from 16 bit.
2009-08-25 11:31:12 +02:00
Alexandre Julliard
1b3027f300
winemp3: Include wine/port.h.
2009-08-25 11:30:07 +02:00
Michael Stefaniuc
091f33e8c6
ntdll: Fix a memory leak on an error path (Smatch).
2009-08-25 11:13:57 +02:00
Alexandre Julliard
4d413296d2
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
2009-08-25 11:13:26 +02:00
Henri Verbeet
f9c791f9ca
d3d8: Use a wined3d cs for wined3d locking.
...
We will need this for d3d10, where both dxgi and d3d10core are making wined3d
calls. Right now d3d8/d3d9 also use this to protect their own data, but
eventually we should push this down into wined3d itself and use something a
bit more fine-grained. There's no good reason that doing e.g. a vertex buffer
upload in some thread should block all of wined3d.
2009-08-25 11:12:17 +02:00
Henri Verbeet
4d1379f6a9
d3d8: Remove stray tabs.
2009-08-25 11:09:52 +02:00
Henri Verbeet
839658848c
wined3d: Properly check if an attribute is used in find_conversion_shift().
2009-08-25 11:09:45 +02:00
Henri Verbeet
bda89180e1
wined3d: Properly check if an attribute is used in streamsrc().
2009-08-25 11:09:40 +02:00
Henri Verbeet
c9f270a5d9
wined3d: Properly check if an attribute is used in drawStridedSlow().
2009-08-25 11:09:34 +02:00
Alistair Leslie-Hughes
15bd593fae
mshtml: Implement IHTMLStyle get/put letterSpacing.
2009-08-25 11:09:31 +02:00
Alistair Leslie-Hughes
15da6c94f5
mshtml: Implement IHTMLCurrentStyle_get_margin.
2009-08-25 11:09:07 +02:00
Alistair Leslie-Hughes
c1c9858b27
mshtml: Implement IHTMLCurrentStyle_get_borderWidth.
2009-08-25 11:08:55 +02:00
Alistair Leslie-Hughes
b2f61a5e09
mshtml: Implement IHTMLCurrentStyle_get_overflow.
2009-08-25 11:08:49 +02:00
Alistair Leslie-Hughes
0a77124844
mshtml: Implement IHTMLCurrentStyle_get_backgroundColor.
2009-08-25 11:08:42 +02:00
Alistair Leslie-Hughes
1479263f7e
mshtml: Implement IHTMLCurrentStyle_get_color.
2009-08-25 11:08:34 +02:00
Vincent Povirk
2c1d555a08
windowscodecs: Fix rounding in BMP encoder.
2009-08-25 11:05:17 +02:00
Vincent Povirk
4753a9d053
windowscodecs: Support conversion of 8bppGray to 32bppBGRA.
2009-08-25 10:25:56 +02:00
Vincent Povirk
341b6ffd71
windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
2009-08-25 10:25:44 +02:00
Vincent Povirk
529bdca8a8
windowscodecs: Implement CopyPixels for the JPEG decoder.
2009-08-25 10:25:35 +02:00
Vincent Povirk
7d63abc9ec
windowscodecs: Implement GetSize for the JPEG decoder.
2009-08-25 10:25:26 +02:00
Vincent Povirk
0ab6e9853c
windowscodecs: Implement GetPixelFormat for the JPEG decoder.
2009-08-25 10:25:19 +02:00
Vincent Povirk
5ef3b51756
windowscodecs: Implement GetFrame for the JPEG decoder.
2009-08-25 10:25:12 +02:00
Vincent Povirk
4185c0d9fe
windowscodecs: Implement Initialize for the JPEG decoder.
2009-08-25 10:24:58 +02:00