Juan Lang
e192beeb0d
iphlpapi: Set adapter description in GetAdaptersAddresses.
2010-09-24 11:34:17 +02:00
Juan Lang
c297dd2fac
iphlpapi: Trace parameters to GetAdaptersAddresses.
2010-09-24 11:34:17 +02:00
Juan Lang
f776aea60d
iphlpapi: Set gateway addresses in GetAdaptersAddresses.
2010-09-24 11:34:16 +02:00
Juan Lang
0905dfc3e7
iphlpapi: Set ConnectionType in GetAdaptersAddresses.
2010-09-24 11:34:16 +02:00
Juan Lang
df9191ae2d
iphlpapi: Set flags for adapters returned by GetAdaptersAddresses.
2010-09-24 11:34:15 +02:00
Juan Lang
f22cf51124
iphlpapi: Trace enumerated addresses.
2010-09-24 11:34:15 +02:00
Lauri Kenttä
41d341cf4e
user32: Update Finnish translation.
2010-09-24 11:34:15 +02:00
Lauri Kenttä
ebfa87b987
shell32: Update Finnish translation.
2010-09-24 11:34:15 +02:00
Henri Verbeet
5013ec83de
wined3d: Consistently use the same stateblock in state_colormat().
...
These should refer to the same stateblock when we're drawing, but it's still
ugly.
2010-09-24 11:34:15 +02:00
Henri Verbeet
7dd4174e05
wined3d: Pass a wined3d_state structure to ffp_clip_emul().
2010-09-24 11:34:15 +02:00
Henri Verbeet
23e286613f
wined3d: Directly pass the texture to texture_activate_dimensions().
2010-09-24 11:34:14 +02:00
Henri Verbeet
67b7a573b9
wined3d: Pass a wined3d_state structure to set_tex_op().
2010-09-24 11:34:14 +02:00
Vincent Povirk
d0f7edd2c1
mscoree: Search for Mono in some predefined paths before using the registry.
...
This makes it possible for distributions to install Mono in a shared location.
2010-09-24 11:34:14 +02:00
Misha Koshelev
e4182ead47
d3dx9_36: Implement D3DXCreateMeshFVF.
2010-09-23 19:22:41 +02:00
Misha Koshelev
a6f2c003a3
d3dx9_36: D3DXDeclaratorFromFVF returns D3DERR_INVALIDCALL when an invalid declarator is passed.
2010-09-23 19:22:38 +02:00
Vitaly Perov
e8f56565cb
winspool.drv: Support pDevMode field in {Get/Set}Job.
2010-09-23 19:21:39 +02:00
Sven Baars
e169a780b0
mciwave: Fix some typos.
2010-09-23 19:21:22 +02:00
Piotr Caban
120346da88
msvcrt: Added 'll' modifier to printf functions.
2010-09-23 17:50:12 +02:00
Alexandre Julliard
9bbfcb5b07
user32: Add support for RTL window layouts in GetUpdateRgn and GetUpdateRect.
2010-09-23 17:50:11 +02:00
Alexandre Julliard
024521190a
user32: Always store the window rectangles unmirrored after SetWindowPos.
2010-09-23 17:50:10 +02:00
Henri Verbeet
6e46e9048f
wininet: Cut of the query string before searching for the filename in CreateUrlCacheEntryW().
...
Apparently it's possible to receive URLs with e.g. slashes in the query
string. I was under the impression those were reserved in the query string,
but e.g. Firefox will happily accept them as well.
2010-09-23 12:06:49 +02:00
Henri Verbeet
7782e81887
wininet: Check URLCache_LocalFileNameToPathW() return values in CreateUrlCacheEntryW().
...
It would be unfortunate if a long file name would cause us to open a file
based on mostly uninitialized data and write the contents of some random
webpage into it.
2010-09-23 12:06:38 +02:00
Henri Verbeet
578df29b9f
wined3d: Pass a wined3d_state structure to set_tex_op_nvrc().
2010-09-23 12:06:31 +02:00
Henri Verbeet
478a0aae38
wined3d: Pass a wined3d_state structure to is_invalid_op().
...
Instead of an entire device.
2010-09-23 12:06:27 +02:00
Hans Leidekker
e7e1ec62c7
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
2010-09-23 12:06:18 +02:00
Peter Oberndorfer
9d74a70ad5
kernel32: Fix last error value of GetStdHandle/SetStdHandle when called with wrong std handle.
2010-09-23 12:00:44 +02:00
Peter Oberndorfer
297b054e74
kernel32: VerifyConsoleIoHandle does not set last error value.
2010-09-23 12:00:29 +02:00
Peter Oberndorfer
f30b708916
kernel32: Fix WaitForMultipleObjectsEx for handles with lower 2 bits set.
2010-09-23 12:00:20 +02:00
Peter Oberndorfer
4f2afdd0ac
kernel32: Add test for WaitForSingleObject with lower 2 bits of handles set.
2010-09-23 11:59:42 +02:00
Sven Baars
577fb4d1f9
shell32: Update the Dutch translation.
2010-09-23 11:58:53 +02:00
Austin Lund
e1a0a66f27
comctl32/tests: Default listview width appears to be 1 inch.
2010-09-23 11:53:11 +02:00
Vincent Povirk
4d55359faf
windowscodecs: Use the BMP decoder to decode ICO frames.
2010-09-22 20:42:41 +02:00
Vincent Povirk
870afcdd19
windowscodecs: Make it possible for the BMP decoder to read packed DIBs.
2010-09-22 20:42:39 +02:00
Alexandre Julliard
5c6a1f776a
user32: Add support for right-to-left menus.
2010-09-22 20:31:52 +02:00
Alexandre Julliard
3f026cafa5
user32: Add support for RTL window layouts in WIN_GetRectangles.
2010-09-22 20:28:20 +02:00
Alexandre Julliard
5702324b37
user32: Add support for RTL window layouts in MapWindowPoints.
2010-09-22 20:27:52 +02:00
Mike Kaplinskiy
cf72f406ec
ws2_32: Implement AcceptEx and GetAcceptExSockaddrs.
2010-09-22 20:04:32 +02:00
Peter Oberndorfer
9c2203123d
ntdll/tests: Remove unused NtWaitForSingleObject import.
2010-09-22 19:57:37 +02:00
Alexander Morozov
476552c5b5
crypt32/tests: Add a test for CryptEncryptMessage.
2010-09-22 19:57:17 +02:00
Stefan Leichter
bffe120f4b
hal: Added stub for ExAcquireFastMutex.
2010-09-22 19:57:11 +02:00
Lauri Kenttä
0d27b6ca70
wined3d: Add check for Intel GM965/GL960 with Mesa driver.
2010-09-22 19:56:52 +02:00
Damjan Jovanovic
a4f3cabb5f
winex11.drv: Translate the drop point to the virtual screen.
2010-09-22 19:56:10 +02:00
Anders Jonsson
a76e78dc8a
shell32: Update Swedish translation.
2010-09-22 19:56:01 +02:00
Alexandre Julliard
ddac146e7d
winmm/tests: Fix some tests that fail on Windows with no input device.
2010-09-22 18:58:46 +02:00
Austin English
e99612c4c8
kernel32: Add a stub for GetSystemDEPPolicy.
2010-09-22 12:47:39 +02:00
Austin English
7bc0484c89
ntoskrnl.exe: Add stub for READ_REGISTER_BUFFER_UCHAR.
2010-09-22 12:44:47 +02:00
Austin English
cf6fa1a036
ntoskrnl.exe: Add stub for KeInitializeDpc.
2010-09-22 12:44:37 +02:00
Dmitry Timoshkov
88900f429a
user32: Make sure that SendInput always initializes the time field.
2010-09-22 12:44:22 +02:00
Austin English
84972be4aa
userenv: Add a stub for GetDefaultUserProfileDirectoryA/W.
2010-09-22 12:44:02 +02:00
Jacek Caban
60827da9d5
mshtml: Added PrintHTML stub.
2010-09-22 12:43:47 +02:00
Dmitry Timoshkov
6cccf51645
user32: Uncomment the GetWindowPlacement() test, fill the test data with real values.
2010-09-22 12:43:43 +02:00
Austin Lund
3836e62ed8
comctl32/tests: LVM_GETRECTITEM should return TRUE.
2010-09-22 12:43:37 +02:00
Henri Verbeet
f870cf07e8
wined3d: Move clip status to wined3d_state.
2010-09-22 12:41:22 +02:00
Henri Verbeet
9ce3c61a41
wined3d: Move clip plane state to wined3d_state.
2010-09-22 12:41:18 +02:00
Henri Verbeet
4546a13d98
wined3d: Move light state to wined3d_state.
2010-09-22 12:41:13 +02:00
Henri Verbeet
f4df53c41a
wined3d: Move the primitive type to wined3d_state.
2010-09-22 12:41:06 +02:00
Zach Smith
fa5f61f59d
dinput: OSX joystick driver separate device for each top level HID collection.
2010-09-21 20:16:16 +02:00
Misha Koshelev
af0c074d7b
d3dx9_36: Implement D3DXCreateMesh and initial ID3DXMesh methods.
2010-09-21 20:16:16 +02:00
Igor Paliychuk
2b94a71d23
shell32: Ukrainian translation update.
2010-09-21 20:16:16 +02:00
Igor Paliychuk
d61b73b0b6
inetcpl: Added Ukrainian translation.
2010-09-21 20:16:15 +02:00
Jacek Caban
a8e969236f
jscript: Better checks for too old jscript.dll versions.
2010-09-21 20:16:15 +02:00
Dmitry Timoshkov
a7188842af
user32: UpdateLayeredWindow() should fail on non-layered or already initialized window.
2010-09-21 20:16:15 +02:00
Alexandre Julliard
18bb9da5bc
krnl386.exe: Get rid of the useless config.sys parser.
2010-09-21 20:16:15 +02:00
Alexandre Julliard
1f3873aae7
wineps: Add a comment about the trap for code checking tools.
2010-09-21 20:16:15 +02:00
Paul Vriens
c0ff1aec03
ddraw: Pass the correct size to memset (Coccinelle).
2010-09-21 20:16:15 +02:00
Alexandre Julliard
97c4ab23ab
wined3d: Reduce the size of a huge function that takes ages to compile.
2010-09-21 20:16:15 +02:00
Dmitry Timoshkov
8118430b68
user32: Do not test window state on the HCBT_SETFOCUS event, it's undefined.
2010-09-21 17:53:55 +02:00
Mariusz Pluciński
10c39090bd
gameux/tests: Add test of creating IGameStatistics instance.
2010-09-21 17:53:55 +02:00
Paul Vriens
5da1ecef3a
dbghelp: Fix use of GetProcessHeap.
2010-09-21 17:53:55 +02:00
Hans Leidekker
0cffcb77d6
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
2010-09-21 17:53:55 +02:00
Luca Bennati
4985b464a8
shlwapi: Update Italian translation.
2010-09-21 17:53:55 +02:00
Luca Bennati
bbf3d65b0c
shell32: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
1d0658ee6e
iccvid: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
91b0518b7a
comdlg32: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
43af162c45
wininet: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
5ba1b6a82e
wineps.drv: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
c5bbb73e80
shdocvw: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
7e59349c87
shdoclc: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
9161609148
oledlg: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
d3d0cc857d
msvfw32: Update Italian translation.
2010-09-21 17:53:54 +02:00
Luca Bennati
de14c324a4
hhctrl.ocx: Update Italian translation.
2010-09-21 17:53:53 +02:00
Luca Bennati
b1beec24d9
cryptui: Update Italian translation.
2010-09-21 17:53:53 +02:00
Luca Bennati
a5c8594ba3
cryptdlg: Update Italian translation.
2010-09-21 17:53:53 +02:00
Luca Bennati
a44805aa38
avifil32: Update Italian translation.
2010-09-21 17:53:53 +02:00
Luca Bennati
6100724cd7
crypt32: Update Italian translation.
2010-09-21 17:53:53 +02:00
Frédéric Delanoy
a8ccf6ea69
shell32: Update French translation.
2010-09-21 17:53:53 +02:00
Jacek Caban
9334c202c4
urlmon: Added about:blank IUri test.
2010-09-21 14:17:29 +02:00
Jacek Caban
ef9283328c
urlmon: Make protocol_start IUri-based.
2010-09-21 14:17:25 +02:00
Henri Verbeet
98a91e84bc
wined3d: Move base vertex state to wined3d_state.
2010-09-21 14:17:07 +02:00
Henri Verbeet
902630efb5
wined3d: Move index buffer state to wined3d_state.
2010-09-21 14:17:03 +02:00
Henri Verbeet
153d8d43aa
wined3d: Move stream state to wined3d_state.
2010-09-21 14:16:58 +02:00
Henri Verbeet
d911622722
d3d9/tests: Cleanup maxmip_test() a bit.
...
Having the failure message match the actual draw call in particular makes
debugging failures a lot nicer.
2010-09-21 14:16:54 +02:00
Alexandre Julliard
c15b376a15
shell32: Map the x86 version of the folder to the appropriate path depending on Wow64 mode.
2010-09-21 14:11:27 +02:00
Michael Mc Donnell
a862b95b4c
shell32/tests: SHBrowseForFolder should return new folder pidl.
2010-09-20 17:43:02 +02:00
Lauri Kenttä
602486bdb4
wined3d: Use the same card selection for both Intel Mesa and binary drivers.
2010-09-20 15:12:32 +02:00
André Hentschel
84dccd920b
shell32: Update German translation.
2010-09-20 15:12:24 +02:00
Łukasz Wojniłowicz
4dd40c8173
oledlg: Update the Polish translation.
2010-09-20 15:05:10 +02:00
Łukasz Wojniłowicz
4e94b15ede
shell32: Update the Polish translation.
2010-09-20 15:05:06 +02:00
Łukasz Wojniłowicz
eb1c07dffe
wineps: Update the Polish translation.
2010-09-20 15:05:02 +02:00
Łukasz Wojniłowicz
8e184f57e6
inetcpl: Add the Polish translation.
2010-09-20 15:04:59 +02:00
Łukasz Wojniłowicz
0623b696d0
appwiz.cpl: Update the Polish translation.
2010-09-20 15:04:42 +02:00
Łukasz Wojniłowicz
6801cc6be8
oleacc: Update the Polish translation.
2010-09-20 15:04:38 +02:00
Detlef Riekenberg
5c18b9fe3e
inetcpl: Implement LaunchSiteCertDialog on top of cryptui.CryptUIDlgCertMgr.
2010-09-20 15:02:58 +02:00
Alexandre Julliard
4cbfe4e1ef
ws2_32: Fail when select is called with an invalid fd.
...
Based on a patch by Vincent Povirk.
2010-09-20 14:56:55 +02:00
Paul Vriens
3d6a57a494
msi/tests: Prevent a popup on Windows NT.
2010-09-20 13:57:45 +02:00
Austin English
76ba45e5ab
comctl32: Fix compiler warnings on Clang.
2010-09-20 13:57:40 +02:00
Austin English
e2755c13fa
wintab32: Fix compiler warnings on Clang.
2010-09-20 13:57:26 +02:00
Austin English
426c920264
winejoystick.drv: Fix a compiler warning on clang.
2010-09-20 13:57:18 +02:00
Austin English
0f05f90aa2
user.exe16: Fix a compiler warning on clang.
2010-09-20 13:57:04 +02:00
Austin English
920f451c9e
riched32: Fix a compiler warning on clang.
2010-09-20 13:55:53 +02:00
Austin English
fc48daa0d2
quartz: Fix compiler warnings on Clang.
2010-09-20 13:55:09 +02:00
Henri Verbeet
b37ce45d6c
wined3d: Move pixel shader constants to wined3d_state.
2010-09-20 13:48:13 +02:00
Henri Verbeet
33dfb9539c
wined3d: Move the pixel shader to wined3d_state.
2010-09-20 13:48:13 +02:00
Henri Verbeet
8a148cc7c5
wined3d: Move vertex shader constants to wined3d_state.
2010-09-20 13:48:12 +02:00
Henri Verbeet
dd4aea36c9
wined3d: Move the vertex shader to wined3d_state.
2010-09-20 13:48:12 +02:00
Jacek Caban
493a3172f4
urlmon: Skip tests on very old IEs as soon as possible.
2010-09-20 13:48:12 +02:00
Hwang YunSong
f493e7e98e
shell32: Update Korean resource.
2010-09-20 13:48:12 +02:00
Hans Leidekker
39d6b6eb70
msi: Handle fdintNEXT_CABINET and fdintPARTIAL_FILE for cabinet streams.
2010-09-20 13:48:12 +02:00
Roderick Colenbrander
d73370313e
wined3d: Add Radeon HD3200 to gpu table.
2010-09-20 13:48:12 +02:00
Nikolay Sivov
5a91bea3b2
msxml3/tests: Fix locale dependent string comparison.
2010-09-20 13:48:12 +02:00
Gerald Pfeifer
9724a432e9
comctl32: Remove unused parameter lpcs from TOOLTIPS_Create.
2010-09-20 13:48:12 +02:00
Gerald Pfeifer
824ab969ff
user32: Fix error handling in BITMAP_Load.
2010-09-20 13:48:11 +02:00
Gerald Pfeifer
ae0a15477c
setupx.dll16: Simplify VcpClose16 a bit.
2010-09-20 13:48:11 +02:00
Gerald Pfeifer
7c27f9cbac
setupx.dll16: Fix error handling in VCP_VirtnodeCreate.
2010-09-20 13:48:11 +02:00
Luca Bennati
9941f846e8
kernel32: Remove dead assignments.
2010-09-20 13:02:11 +02:00
Paul Vriens
507b29a046
atl/tests: Fix a test failure on Win95.
2010-09-20 13:01:18 +02:00
Thomas Mullaly
e48b81036a
urlmon: Implemented validation for the userinfo component when create an IUri with IUriBuilder.
2010-09-20 13:01:07 +02:00
Thomas Mullaly
fcc9d609b0
urlmon: Restructured how the userinfo component is parsed and canonicalized.
2010-09-20 13:00:51 +02:00
Thomas Mullaly
e767cc813d
urlmon: File URIs can't have a userinfo component when creating an IUri using IUriBuilder.
2010-09-20 13:00:36 +02:00
Thomas Mullaly
f2a1737e35
urlmon: Implemented validation of scheme component of a IUriBuilder.
2010-09-20 13:00:32 +02:00
Thomas Mullaly
947e4ec567
urlmon: IUriBuilder_CreateUri* functions return base IUri if there were no changes.
2010-09-20 13:00:27 +02:00
Thomas Mullaly
2e1f854860
urlmon/tests: Added more tests for IUriBuilder's CreateUri functions.
2010-09-20 13:00:21 +02:00
Paul Vriens
6704cd804f
urlmon/tests: Fix test failures on Win9x/WinMe by using more A-functions.
2010-09-20 13:00:09 +02:00
André Hentschel
9a1103112e
dbghelp: Add ARM support.
2010-09-20 12:58:56 +02:00
André Hentschel
171c9a5327
ntdll: Add ARM support.
2010-09-20 12:58:44 +02:00
André Hentschel
ee3a6770b8
kernel32: Add ARM support.
2010-09-20 12:55:29 +02:00
Aurimas Fišeras
eaf599074f
shell32: Update Lithuanian translation.
2010-09-19 14:59:24 +02:00
Jacek Caban
9557f1c526
mshtml: Fixed hash part stripping in GetQuery.
...
Spotted by Joris Huizer.
2010-09-19 14:59:11 +02:00
Paul Vriens
92643eb020
user32: Fix a typo.
2010-09-19 14:59:04 +02:00
Luca Bennati
f43e1bb3b1
shell32: Update Italian translation.
2010-09-19 14:58:55 +02:00
Alexandre Julliard
bd9852cd6f
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
2010-09-19 12:40:12 +02:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Oldřich Jedlička
a6c3d0d6ac
ddraw: Add checking of SURFACEDESC type/nullness into CreateSurface methods.
2010-09-18 14:40:01 +02:00
Brad Smith
466b64032f
ntll: Fix the detection of the number of CPUs for OpenBSD.
2010-09-18 13:10:07 +02:00
Piotr Caban
ab52186086
secur32: Prevent schannel tests from crashing on Windows NT.
2010-09-18 13:09:33 +02:00
Aric Stewart
ac6db331ac
quartz: Return E_OUTOFMEMORY of the StdMemAllocator is unable to allocate memory.
2010-09-18 13:09:20 +02:00
Jacek Caban
ffe9cc87c0
mshtml: Added nsIURL::GetQuery implementation.
2010-09-18 13:08:32 +02:00
Jacek Caban
e081b65aee
mshtml: Try getting window from notification callback if load group is not available in AsyncOpen.
2010-09-18 13:08:28 +02:00
Jacek Caban
d4071b56a1
mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation.
2010-09-18 13:08:25 +02:00
Alexandre Goujon
19a0350bde
quartz: avisplitter Fix query interface test.
2010-09-18 13:07:58 +02:00
Alexander Morozov
dfd3e2dcd5
crypt32: Add a stub for CryptEncryptMessage.
2010-09-18 13:07:28 +02:00
Igor Paliychuk
f0afced6bd
shdocvw: Ukrainian translation update.
2010-09-18 13:07:17 +02:00
Igor Paliychuk
4908e82fe3
shell32: Ukrainian translation update.
2010-09-18 13:07:13 +02:00
Łukasz Wojniłowicz
8b3d314a68
mshtml: Update the Polish translation.
2010-09-18 13:07:00 +02:00
Łukasz Wojniłowicz
477e65402a
shdocvw: Update the Polish translation.
2010-09-18 13:06:56 +02:00
Łukasz Wojniłowicz
d1fd24441c
jscript: Update the Polish translation.
2010-09-18 13:06:50 +02:00
Hans Leidekker
a0ebe951b6
msi: Read supported platform and language ids from the summary information stream.
2010-09-18 13:06:28 +02:00
Hans Leidekker
3ef3e81f9e
msi: Avoid a crash on database destruction.
2010-09-18 13:06:21 +02:00
Hans Leidekker
931bf05731
msi: Adjust the AdminUser property too after applying a patch.
2010-09-18 13:06:17 +02:00
Hans Leidekker
9f4d6c6edc
shell32: Support FOLDERID_LocalAppDataLow.
2010-09-18 13:06:10 +02:00
Henri Verbeet
e31ea51bab
wined3d: Move the vertex declaration to wined3d_state.
2010-09-18 13:05:54 +02:00
Henri Verbeet
d728d5f0ec
wined3d: Move texture bindings to wined3d_state.
2010-09-18 13:05:49 +02:00
Henri Verbeet
5a3a4ac77a
wined3d: Remove IWineD3DBaseTexture::GetTextureDimensions() from the public wined3d interface.
2010-09-18 13:05:44 +02:00
Henri Verbeet
2e119ecd28
wined3d: Move the texture's target field to the base texture struct.
2010-09-18 13:05:36 +02:00
Piotr Caban
cdf8d455c2
secur32: Handle extra data in schan_InitializeSecurityContextW.
2010-09-18 13:05:30 +02:00
Anders Jonsson
98ed9bcdf0
inetcpl.cpl: Add Swedish translation.
2010-09-18 13:05:22 +02:00
Anders Jonsson
6a0794194c
shdocvw: Update Swedish translation.
2010-09-18 13:05:22 +02:00
Thomas Mullaly
b5939f68ef
urlmon/tests: Fixed bug in tests where the wrong value is checked.
2010-09-18 13:05:22 +02:00
Thomas Mullaly
3395c5623a
urlmon/tests: IUriBuilder_CreateUri functions will return the base IUri if no changes have been made.
2010-09-18 13:05:22 +02:00
Thomas Mullaly
0da2e4c39f
urlmon: Can't set the scheme name of a IUriBuilder to NULL or an empty string.
2010-09-18 13:05:22 +02:00
Jacek Caban
f39d945246
mshtml: Use stored nsWineURI object to create moniker in async_open.
2010-09-18 13:03:57 +02:00
Nikolay Sivov
af4377f86a
msxml3/tests: Store test data as a table for ::nodeTypedValue() tests.
2010-09-18 13:03:51 +02:00
Nikolay Sivov
f2ed4de962
msxml3: Remove some useless initializers.
2010-09-18 13:03:44 +02:00
Nikolay Sivov
893e8a46b2
msxml3: Store selected query language in backend document instance.
2010-09-18 13:03:33 +02:00
Nikolay Sivov
a930084d86
msxml3: Fix ::selectSingleNode() behaviour on invalid arguments.
2010-09-18 13:03:26 +02:00
Aurimas Fišeras
a6bfb91a7a
inetcpl.cpl: Add Lithuanian translation.
2010-09-18 13:03:20 +02:00
Alexander Morozov
190c3518d6
crypt32: Initialize HashEncryptionAlgorithm.
2010-09-16 13:59:06 -05:00
Alexander Morozov
8cdf146317
crypt32: Implement CryptSignMessage.
2010-09-16 13:59:01 -05:00
Sven Baars
7673038234
inetcpl.cpl: Add the Dutch translation.
2010-09-16 13:40:47 -05:00
Oldřich Jedlička
bec3b7692d
ddraw: Allow creating back buffer for DirectX 1 interfaces.
2010-09-16 13:38:03 -05:00
Marcus Meissner
8d25534613
ole32: Check for interface NULL which happens with e.g. Abiword.
2010-09-16 13:37:32 -05:00
Sven Baars
5f6f0815de
shell32: Update the Dutch translation.
2010-09-16 13:13:46 -05:00
Sven Baars
3da19c4175
shdocvw: Update the Dutch translation.
2010-09-16 13:13:42 -05:00
André Hentschel
49434929c6
user32: Only select needed part of the flags.
2010-09-16 13:13:16 -05:00
Matej Spindler
21c3e4836a
shell32: Update Slovenian translation.
2010-09-16 13:08:40 -05:00
Matej Spindler
5349897afc
inetcpl.cpl: Add Slovenian translation.
2010-09-16 13:08:35 -05:00
Matej Spindler
338a05a285
shdocvw: Update Slovenian translation.
2010-09-16 13:07:57 -05:00
Misha Koshelev
fffe37aa00
d3dx9_36: Implement D3DXGetDeclLength with tests.
2010-09-16 11:18:58 -05:00
Hwang YunSong
c6f876f4a6
inetcpl.cpl: New Korean resource.
2010-09-16 11:17:53 -05:00
Frédéric Delanoy
aea961c156
inetcpl.cpl: Add French translation.
2010-09-16 11:17:26 -05:00
Jörg Höhle
b4cc03f3e3
winmm: Auto-open MCI core commands only.
2010-09-16 11:16:23 -05:00
Jörg Höhle
8fb1e3eba2
winmm: Support MCI_SOUND.
2010-09-16 11:16:23 -05:00
Mariusz Pluciński
95a9bc043e
gameux: Add UninstallGame implementation.
2010-09-16 10:13:24 -05:00
Mariusz Pluciński
5213d9d07e
gameux: Add InstallGame implementation.
2010-09-16 10:13:15 -05:00
Luca Bennati
ef50af4035
shdocvw: Update Italian translation.
2010-09-16 10:12:49 -05:00
Ričardas Barkauskas
b099eeb8c4
d3d9/tests: Test NVDB (depth bounds test) behavior.
2010-09-16 10:12:39 -05:00
Ričardas Barkauskas
dc1356484c
wined3d: Add NVDB support.
2010-09-16 10:12:33 -05:00
Henri Verbeet
8fdfc736bf
wined3d: Move sampler states to wined3d_state.
2010-09-16 10:12:24 -05:00
Henri Verbeet
5b3c1a2082
wined3d: Move texture states to wined3d_state.
2010-09-16 10:12:17 -05:00
Henri Verbeet
597da9907a
wined3d: Move transforms to wined3d_state.
2010-09-16 10:12:06 -05:00