Commit Graph

55017 Commits

Author SHA1 Message Date
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
Henri Verbeet 5f6ced2767 wined3d: Move the material to wined3d_state. 2010-09-16 10:11:57 -05:00
Kovács András cde699b286 dinput: Return an error in IDirectInputDevice2AImpl_GetProperty(). 2010-09-16 10:11:08 -05:00
Nikolay Sivov e5cd19a4cb msxml3/tests: Don't raise a test error on first try to create a document. 2010-09-16 10:10:37 -05:00
Alexandre Julliard 5b6a24cc7c krnl386.exe: Remove 16 suffix on Get/SetProcessDword since there's no 32-bit version. 2010-09-16 10:03:26 -05:00
Vincent Povirk e1705151a9 ws2_32: Add a test for selecting invalid sockets. 2010-09-15 17:50:32 -05:00
Luca Bennati 5fd0bfe364 inetcpl.cpl: Add Italian translation. 2010-09-15 17:33:36 -05:00
Detlef Riekenberg c9d2fb352b inetcpl: Add German translation. 2010-09-15 17:32:55 -05:00
Detlef Riekenberg da488eacb3 inetcpl: Add an applet icon. 2010-09-15 17:32:20 -05:00
Detlef Riekenberg e9b8d71dfb inetcpl: Add initial applet. 2010-09-15 17:09:14 -05:00