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
Vladimir Panteleev
592d994f00
user32: Fix VK_RETURN handling in IsDialogMessage for dialogs without an IDOK.
2010-09-15 17:05:54 -05:00
André Hentschel
fe0df211a1
shell32: Update German translation.
2010-09-15 17:01:48 -05:00
Mikko Rasa
f2377e8981
secur32: Add some more schannel tests.
2010-09-15 16:36:45 -05:00
Mikko Rasa
506af9205d
secur32: Fill a SECBUFFER_MISSING buffer if the message is not complete.
2010-09-15 16:36:17 -05:00
Mikko Rasa
b335e94788
secur32: Only process full TLS frames in schan_DecryptMessage.
2010-09-15 16:36:11 -05:00
Mikko Rasa
149ffe130f
secur32: Fill header and trailer buffers in schan_DecryptMessage.
2010-09-15 16:36:01 -05:00
Mikko Rasa
b424b3431e
secur32: Validate buffers passed to schan_DecryptMessage.
2010-09-15 16:35:51 -05:00
Frédéric Delanoy
0df8892d59
shell32: Update French translation.
2010-09-15 16:30:10 -05:00
Frédéric Delanoy
3d9794628a
shdocvw: Update French translation.
2010-09-15 16:30:03 -05:00
Andrew Nguyen
c858e583cd
msxml3: Correct the prototype of DOMDocument_create when compiling without libxml2.
2010-09-15 11:29:03 -05:00
Alexandre Julliard
e317b6068e
ntdll/tests: Fix the image protection test on Mac OS where the image limits are only approximative.
2010-09-15 11:28:54 -05:00
Alexander Morozov
665ede7517
crypt32/tests: Add a test for CryptSignMessage.
2010-09-15 11:28:54 -05:00
Rudolf Mayerhofer
2637bb9de7
kernel32: Implement GetUserDefaultLocaleName using users default LCID.
2010-09-15 11:28:53 -05:00
Mariusz Pluciński
c84cf4189c
gameux/tests: Add verification of registry content for InstallGame and UninstallGame.
2010-09-15 11:28:53 -05:00
Mariusz Pluciński
7c121d53ae
gameux/tests: Add basic test for InstallGame and UninstallGame.
2010-09-15 11:28:53 -05:00
Mariusz Pluciński
d02a6ab2b1
gameux: IGameExplorer::UpdateGame implementation.
2010-09-15 11:28:53 -05:00
Paul Vriens
14316fc17f
msxml3/tests: Step to the next item on failure as well.
2010-09-15 10:34:45 -05:00
Hwang YunSong
44fb3c393d
shell32: Update Korean resource.
2010-09-15 10:34:16 -05:00
Luca Bennati
d6e7d44e50
shell32: Update Italian translation.
2010-09-15 10:34:06 -05:00
Henri Verbeet
16d9c91b97
wined3d: Move the viewport to wined3d_state.
2010-09-15 10:33:26 -05:00
Henri Verbeet
937eb7e600
wined3d: Move the scissor rect to wined3d_state.
2010-09-15 10:33:20 -05:00
Henri Verbeet
1ef4f075c1
wined3d: Introduce a separate structure for stateblock states.
...
We'd like to not pass an entire stateblock to things like state handlers and
the shader backend, because those then use the stateblock to get to the
device and through there to all the rest of wined3d. This would also be
required for serialization of wined3d draw and state change commands into a
single GL context. Resource updates would be explicitly excluded from
serialization.
2010-09-15 10:33:14 -05:00
Henri Verbeet
689c45b9b9
ntdll: Do not return STATUS_SUCCESS on failure in NtQueryObject().
2010-09-15 10:32:55 -05:00
Alexandre Julliard
6dc12cdb31
winemp3.acm: Fix a couple of compiler warnings on Mac OS.
2010-09-14 18:03:41 -05:00
Joris Huizer
5815b63979
d3dx9_36: D3DXPreprocessShaderFromFileW: remove unneeded code.
2010-09-14 15:33:54 -05:00
André Hentschel
a418f2572d
shdocvw: Update German translation.
2010-09-14 15:33:00 -05:00
André Hentschel
20acd72643
shell32: Update German translation.
2010-09-14 15:32:56 -05:00
Matej Spindler
fd60c013ff
mshtml: Update Slovenian translation.
2010-09-14 15:32:50 -05:00
Oldřich Jedlička
7085a3f85b
ddraw/tests: New attachment tests for 3D back buffers.
2010-09-14 13:34:21 -05:00
Luca Bennati
1be7bbf538
shell32: Update Italian translation.
2010-09-14 13:32:33 -05:00
Rico Schüller
e6d52c0c8b
wined3d: Add argument check for Type to Get/SetTextureStageState().
2010-09-14 13:32:00 -05:00
Stefan Leichter
7e8ab4c8b4
setupapi: Added tests for SetupDiGetINFClassA.
2010-09-14 13:31:46 -05:00
Matej Spindler
ef65b6c301
jscript: Update Slovenian translation.
2010-09-14 12:53:26 -05:00
Matej Spindler
29296a17aa
shdocvw: Add Slovenian translation.
2010-09-14 12:53:20 -05:00
Matej Spindler
9977b50475
shell32: Update Slovenian translation.
2010-09-14 12:53:08 -05:00
Aurimas Fišeras
18200565a9
shdocvw: Update Lithuanian translation.
2010-09-14 12:53:03 -05:00
Aurimas Fišeras
099cf92a71
shell32: Update Lithuanian translation.
2010-09-14 12:52:59 -05:00
Hans Leidekker
859a1d0d44
shell32: Implement SHGetFolderPathEx.
2010-09-14 12:51:42 -05:00
Hans Leidekker
678c677690
shell32: Implement SHGetKnownFolderPath.
2010-09-14 12:51:27 -05:00
Henri Verbeet
6ce848bee4
wined3d: Introduce a structure for stream state.
2010-09-14 11:43:54 -05:00
Henri Verbeet
0b15963b4e
wined3d: Get rid of redundant comparisons against FALSE.
2010-09-14 11:43:44 -05:00
Henri Verbeet
b68d257710
wined3d: Get rid of redundant comparisons against NULL / 0.
2010-09-14 09:43:33 -05:00
Henri Verbeet
fd7c1cbf05
wined3d: IWineD3DBuffer_GetDesc() should never fail.
2010-09-14 09:43:22 -05:00
Jesse Litton
ad917d366c
wined3d: Recognize GeForce GTX 465.
2010-09-14 09:43:15 -05:00
Dmitry Timoshkov
cec1686ced
gdi32: Add a trace for GetClipBox.
2010-09-14 09:43:11 -05:00
Dmitry Timoshkov
7864ade5a8
winex11.drv: Avoid copying invalid window bits.
2010-09-14 09:43:09 -05:00
Dmitry Timoshkov
c912af04de
winex11.drv: Avoid copying window bits if the window didn't move.
2010-09-14 09:43:03 -05:00
Nikolay Sivov
9c951e7520
msxml3: Properly set default value for SelectionLanguage property.
2010-09-14 09:42:56 -05:00
Nikolay Sivov
4e94abd710
msxml3: Fix IXMLDOMNode::get_namespaceURI() for empty URIs.
2010-09-14 09:42:43 -05:00
Nikolay Sivov
154c0828bf
msxml3: Fix IXMLDOMNode::get_prefix() for empty prefix.
2010-09-14 09:42:36 -05:00
Nikolay Sivov
8d055c7854
msxml3: Support elements with namespaces.
2010-09-14 09:42:29 -05:00
Vitaly Perov
e1b9a5c892
winspool.drv: Set the printer name in AddJobW.
2010-09-13 16:47:00 -05:00
Alexandre Goujon
b234bb49ff
odbccp32: Fix SQLInstallDriverManager{,W}.
2010-09-13 14:47:35 -05:00
Juan Lang
6d20893b1e
winex11.drv: ImeInquire's second parameter is an output parameter.
2010-09-13 14:47:14 -05:00
Juan Lang
d354316c43
shdocvw: Add Close menu item.
2010-09-13 14:47:05 -05:00
Alexander Morozov
3bea7f943e
crypt32: Add stub for CryptSignMessage.
2010-09-13 14:46:41 -05:00
Mariusz Pluciński
dfb88608e3
kernel32: New flags added to LoadLibraryEx.
2010-09-13 14:46:20 -05:00
Eric Pouech
a2322e3735
kernel32: Fixed a couple of cases where the console was not reset in cooked mode after a bare console has been created.
2010-09-13 14:45:18 -05:00
Matteo Bruni
8d7a0d5027
d3dx9: D3DXPreprocessShader implementation with tests.
2010-09-13 14:43:53 -05:00
Matteo Bruni
87f00d34fd
d3dcompiler: Add D3DPreprocess tests.
2010-09-13 14:43:42 -05:00
Matteo Bruni
5504395697
d3dcompiler: D3DPreprocess implementation.
2010-09-13 14:43:34 -05:00
Vincent Povirk
1cb7e6f879
windowscodecs: Override libjpeg's default error handling.
2010-09-13 13:32:06 -05:00
Vincent Povirk
9293ad7e13
windowscodecs: Implement conversion from CMYK to RGB.
2010-09-13 13:31:56 -05:00
Vincent Povirk
116cf47df3
windowscodecs: Decode CMYK/YCCK JPEG images as CMYK.
2010-09-13 13:31:49 -05:00
Vincent Povirk
72bd534908
windowscodecs: Fix the seeking in stream region streams.
2010-09-13 13:31:37 -05:00
Luca Bennati
623bf111c5
user32: Update Italian translation.
2010-09-13 13:30:47 -05:00
Alexandre Goujon
135a70772d
fusion: Improve parse_display_name.
2010-09-13 13:30:25 -05:00
Roderick Colenbrander
4baf7a52f0
wined3d: Move video memory override to init_driver_info.
2010-09-13 13:28:28 -05:00
Roderick Colenbrander
192e0dc433
wined3d: Store amount of video memory in gpu_description_table.
2010-09-13 13:28:15 -05:00
Roderick Colenbrander
27fb5e2d74
wined3d: Add legacy ATI cards.
2010-09-13 13:27:21 -05:00
Francois Gouget
0d3b4b3c0c
usp10: Add a trailing '\n' to a TRACE() call.
2010-09-13 13:27:09 -05:00
Francois Gouget
75bb4359d7
shell32/tests: Make create_commdlgbrowser3() static.
2010-09-13 13:27:04 -05:00
Francois Gouget
7d9cd71db7
d3dcompiler_43: Make asmshader_error() and set_rel_reg() static.
2010-09-13 13:26:59 -05:00
Francois Gouget
330520980a
d3dcompiler_43: Move asmparser_message() and asmshader_error() up to avoid forward declarations.
2010-09-13 13:26:54 -05:00
Andrew Talbot
ab6ad77243
dsound: Constify some variables.
2010-09-13 11:01:52 -05:00
Eric Pouech
1e12e90cc9
dbghelp: Fix regression with prevented StackWalk on i386 CPU to be called with a NULL context.
2010-09-13 11:01:38 -05:00
Paul Vriens
ba5e809864
msvcp80/msvcr90: Fix some typos in the forwards.
2010-09-13 11:01:05 -05:00
Hans Leidekker
02e38f3066
shell32: Add support for CSIDL_PROGRAM_FILESX86 and CSIDL_PROGRAM_FILES_COMMONX86.
2010-09-13 10:59:27 -05:00
Hans Leidekker
7e9d50a122
msi: Avoid pointer truncation in MSI_ViewFetch and MSI_ViewModify.
2010-09-13 10:59:18 -05:00
Jacek Caban
addefe4ce5
msxml3: Don't use xmlnode's IXMLDOMNode iface in insertBefore implementations.
2010-09-13 10:59:02 -05:00
Jacek Caban
e9ebd8c964
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_attributes implementations.
2010-09-13 10:58:56 -05:00
Jacek Caban
55175042eb
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_[previous|next]Sibling implementations.
2010-09-13 10:31:58 -05:00