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
Huw Davies
b524c55021
widl: Add separate --win32-align and --win64-align options.
2009-08-25 14:56:57 +02:00
Ge van Geldorp
ca18de9512
crypt32/tests: Remove test that crashes on Win7.
2009-08-25 14:56:14 +02:00
Alexandre Julliard
995e553715
libwine: Determine the bin directory independently from the lib directory if possible.
...
Prefer the bin directory when getting the data dir location.
2009-08-25 14:29:32 +02:00
Austin English
b3fb793b52
dxdiag: Add stub implementation.
2009-08-25 11:48:31 +02:00
Mike Kaplinskiy
d2065e3dc9
ws2_32/tests: Fix failure on NT4.
2009-08-25 11:43:26 +02:00
Detlef Riekenberg
69b3782a82
regedit: Do not write junk after the LastKey value.
2009-08-25 11:42:06 +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
e80b36e7c5
winefile: Compile with -DWINE_NO_UNICODE_MACROS.
2009-08-25 11:27:17 +02:00
Michael Stefaniuc
9b62d9df20
winefile: Use the explicit W-form for the rest of the types.
2009-08-25 11:27:08 +02:00
Michael Stefaniuc
e75b496d00
winefile: Replace the TSTR types with WSTR.
2009-08-25 11:25:58 +02:00
Michael Stefaniuc
21049ffb1f
winefile: Replace TCHAR with WCHAR.
2009-08-25 11:25:50 +02:00
Michael Stefaniuc
575b7bf36c
winefile: Convert the rest of the functions to use the explicit W-form.
2009-08-25 11:25:38 +02:00
Michael Stefaniuc
4d512dbe32
winefile: Use the explicit W-form for the file IO related functions.
2009-08-25 11:25:30 +02:00
Michael Stefaniuc
05db8d5dd1
winefile: Use the explicit W-form of the Load*() functions.
2009-08-25 11:25:22 +02:00
Michael Stefaniuc
4490759a27
winefile: Use the explicit W-form for the *Window* functions.
2009-08-25 11:25:10 +02:00
Michael Stefaniuc
2ebe3db8fb
winefile: Use the explicit W-form of the string functions.
2009-08-25 11:25:01 +02:00
Michael Stefaniuc
0c6e5293bb
winefile: Use the explicit SendMessageW form.
2009-08-25 11:24:48 +02:00
Michael Stefaniuc
3dc7bceb48
winefile: Don't use _tsplitpath().
2009-08-25 11:24:27 +02:00
Michael Stefaniuc
2b8f5e3742
winefile: Get rid of the #ifndef UNICODE code paths.
2009-08-25 11:23:35 +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
Vincent Povirk
bec465e467
windowscodecs: Add stub JPEG decoder.
2009-08-25 10:24:33 +02:00