André Hentschel
6c144d06fe
ws2_32: Fix test message.
2010-07-22 10:11:31 +02:00
Matteo Bruni
d567a030ec
d3dx9: Shader assembler <= ps_1_3 support.
2010-07-22 10:11:14 +02:00
Matteo Bruni
8ce3ecea0d
d3dx9: Add <= ps_1_3 instruction parsing to the shader assembler.
2010-07-22 10:10:59 +02:00
Matteo Bruni
383a7fe3b1
d3dx9: Fix dst register handling in ps_1_4.
2010-07-22 10:10:53 +02:00
Alexandre Julliard
ee5cada235
rpcrt4: Don't align the buffer after reading the conformance, we need to read the variance first.
2010-07-21 20:31:53 +02:00
David Hedberg
215bd7d4c1
include: Add a few IFileDialog related interface declarations.
2010-07-21 17:38:37 +02:00
Dylan Smith
c51b1e6db6
user32: DefMDIChildProc sends WM_MDINEXT with active child handle.
2010-07-21 17:38:37 +02:00
Alexander Nicolaysen Sørnes
c345ca1a0f
shdocvw: Fix a buffer overflow in InternetShortcut's IPersistFile::Load.
2010-07-21 17:38:37 +02:00
Nikolay Sivov
1b0182f9bb
ole32: Use IsEqualIID() instead of memcmp().
2010-07-21 17:38:37 +02:00
Nikolay Sivov
114510801f
ole32: No need to test for interface pointer being null.
2010-07-21 17:38:37 +02:00
Nikolay Sivov
2f61e19156
ole32: Fix assumption about HRESULT failure code value.
2010-07-21 17:38:37 +02:00
Nikolay Sivov
5185409144
ole32: Remove redundant variables.
2010-07-21 17:38:37 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Alexandre Julliard
f9253bbb45
makefiles: Specify -nodefaultlibs when building low-level dlls.
2010-07-21 17:38:18 +02:00
Hans Leidekker
d99b6d3934
msi: Properly advance the patch pointer in msi_check_product_patches.
...
Fixes patch enumeration when multiple patches are registered for a given product.
2010-07-21 13:24:01 +02:00
Hans Leidekker
409e2d7105
msi/tests: Double null-terminate a REG_MULTI_SZ string.
2010-07-21 13:24:01 +02:00
Hans Leidekker
3929369611
msi: Remove a fixme that no longer applies.
2010-07-21 13:24:01 +02:00
Hans Leidekker
d10208e863
msi: Improve traces in db_get_raw_stream.
2010-07-21 13:24:00 +02:00
Hans Leidekker
fba248642b
msi: Reverse the transform storage list order.
...
This ensures that we use the most recently added stream if another
transform storage contains a stream by the same name. Fixes
wordconv.msp, an update for Word 2007.
2010-07-21 13:24:00 +02:00
Hans Leidekker
424e3a9fb8
msi: Move the component enabled check into the standard actions.
2010-07-21 13:24:00 +02:00
Hans Leidekker
568c7c198c
msi: Set feature states to the installed state if the Preselected property is not set.
2010-07-21 13:24:00 +02:00
Hans Leidekker
c9fb24927d
msi: Publish patches regardless of any features being installed locally.
2010-07-21 13:24:00 +02:00
Michael Stefaniuc
6301f65534
winmm: Move from a per resource to a global LANGUAGE setting.
2010-07-21 13:24:00 +02:00
Stefan Dösinger
8284f70de8
d3d9: Use a vertex shader in the vpos test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
bb3fb05c38
d3d9: Use a vertex shader in the vFace test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
ba0a5ed104
d3d9: Use a vertex shader for the nested loop test.
...
Win7 (or newer Nvidia drivers) don't allow ps_3_0 fragment processing without
vertex shaders. This is interesting on its own, but not part of this test.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
e534e2e2ac
d3d9: Win7+Nvidia returns c2 in COISSUE'd CND.
2010-07-21 13:23:59 +02:00
Stefan Dösinger
24adf40ee1
d3d9: Remove the fog vs sRGB test.
2010-07-21 13:23:59 +02:00
Luke Bratch
c63c568731
wined3d: Add Nvidia 8800GTX detection.
2010-07-21 13:23:59 +02:00
Austin English
f7f38c5def
setupapi/tests: Remove unused variable.
2010-07-21 13:23:59 +02:00
Austin English
cdf091f2c9
ws2_32: Remove unused variable.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
a38ff8d7dd
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
c64a0fd989
gphoto2.ds: Remove unused variables.
2010-07-21 13:23:59 +02:00
Alexandre Julliard
474899dbcd
sane.ds: Remove unused variables.
2010-07-21 13:23:58 +02:00
Alexandre Julliard
cbc6ef9e91
d3d9/tests: Avoid sizeof in a trace.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
84baad06c6
urlmon/tests: Added more test data for scheme parsing and canonicalization.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
a34700f034
urlmon: Implemented functionality for retrieving the scheme type of a IUri.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
d4e69aec61
urlmon: Implemented functionality for retrieving the scheme name of a IUri.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
4de04ce8c7
urlmon: Added a canonicalization function for the scheme of a URI.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
1eca647bb3
urlmon: Added a parser function to determine the scheme type of a URI.
2010-07-21 13:23:58 +02:00
Thomas Mullaly
811ed515ab
urlmon: Added a scheme name parser for the IUri interface.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
2c35fccf4d
winspool.drv: Add Ukrainian translation.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
04af975d91
sane.ds: Add Ukrainian translation.
2010-07-21 13:23:58 +02:00
Igor Paliychuk
5440dfb8dc
gphoto2.ds: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
a57e06aac8
jscript: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Igor Paliychuk
2d5a6231c0
browseui: Add Ukrainian translation.
2010-07-21 13:23:57 +02:00
Peter Urbanec
5b22afd3c3
wintab32: Avoid NULL pointer dereferences.
2010-07-21 13:23:57 +02:00
Marcus Meissner
2f7ec73add
gdi32: Rebuild font hash after changing the matrix.
2010-07-21 13:23:56 +02:00
Rico Schüller
51c2542631
d3d10: Add data and size check to parse_dxbc().
2010-07-21 13:23:56 +02:00
Rico Schüller
53ea5de666
d3d10: Move some helper funcs to utils.
2010-07-21 13:23:56 +02:00
André Hentschel
bb2600b687
shell32: Add stub for SHGetPropertyStoreFromParsingName.
2010-07-21 13:23:56 +02:00
Dylan Smith
e5a476c66d
comdlg32: Test and fix Find/ReplaceText parameter checking code.
2010-07-21 13:23:56 +02:00
Dylan Smith
51ba036f6c
comdlg32: Zero length replace buffer is valid for ReplaceText.
2010-07-21 13:23:56 +02:00
Dylan Smith
f89b14020f
comdlg32: Check for valid replace parameters on ReplaceTextW.
...
COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
indicate that it is checking for a replace dialog, which includes checking
for a non-NULL replace buffer. This was called correctly on ReplaceTextA
but not for ReplaceTextW.
2010-07-21 13:23:56 +02:00
Piotr Caban
166b7f4ffb
msvcp90/tests: Added char_traits<char>::_Copy_s tests.
2010-07-21 13:23:56 +02:00
Piotr Caban
b5a6ed7469
msvcp90/tests: Added char_traits equal tests.
2010-07-21 13:23:56 +02:00
Piotr Caban
d589d95d50
msvcp90/tests: Added char_traits assign tests.
2010-07-21 13:23:55 +02:00
Piotr Caban
0a4e90153d
msvcp90: Added char_traits<unsigned short> implementation.
2010-07-21 13:23:32 +02:00
Piotr Caban
8313d52ccc
msvcp90: Added char_traits<wchar_t> implementation.
2010-07-21 10:11:55 +02:00
Piotr Caban
b895c10432
msvcp90: Added char_traits<char> implementation.
2010-07-21 10:11:52 +02:00
Piotr Caban
9ae9d263da
msvcp90: Added stub dll.
2010-07-21 09:35:08 +02:00
Paul Vriens
5de86f4db2
appwiz.cpl: Add the Serbian (Latin) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:34:05 +02:00
Paul Vriens
bd16a7225d
comctl32: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-21 09:33:50 +02:00
Andrew Eikum
d6a827d083
shlwapi: Be less strict on which type of IShellFolder can be enumerated.
2010-07-21 09:33:35 +02:00
André Hentschel
10e1387f61
ntdll: Add LDT error codes.
2010-07-21 09:33:27 +02:00
Owen Rudge
11dea57f69
fusion: Implement IAssemblyNameImpl_GetDisplayName more completely.
2010-07-21 09:33:23 +02:00
Henri Verbeet
c411b45da9
wined3d: Use a more consistent name for the normalized texrect "extension".
2010-07-21 09:33:18 +02:00
Henri Verbeet
0344bc429d
wined3d: Just implement BindTexture() for GDI surfaces in surface_gdi.c.
2010-07-21 09:33:05 +02:00
Henri Verbeet
aae8f13610
wined3d: Remove an unused prototype.
2010-07-21 09:33:01 +02:00
Henri Verbeet
9976e078cb
wined3d: Add some missing flags to debug_d3dusage().
2010-07-21 09:32:55 +02:00
Alexandre Goujon
061eb12ca3
advapi32: Fix cred domain according to tests.
2010-07-20 17:38:53 +02:00
Matteo Bruni
bfa3999284
d3dx9: Shader assembler ps_1_4 support.
2010-07-20 16:29:45 +02:00
Matteo Bruni
7c834e30d7
d3dx9: Add ps_1_4 instructions parsing to the shader assembler.
2010-07-20 16:29:45 +02:00
Matteo Bruni
949eca4012
d3dx9: Add shift modifiers parsing to the shader assembler.
2010-07-20 16:29:45 +02:00
Matteo Bruni
4c5954eaa4
d3dx9: Add ps_1_x source register modifiers to the shader assembler.
2010-07-20 16:29:45 +02:00
Hans Leidekker
9b329d5bab
msi: Keep track of the patch filename in apply_registered_patch.
2010-07-20 16:29:45 +02:00
Hans Leidekker
b87271150a
msi: Unpublish the product after running all the actions.
2010-07-20 16:29:45 +02:00
Hans Leidekker
f7aa88fe7d
msi: Store the patch state in the registry.
2010-07-20 16:29:45 +02:00
Hans Leidekker
03cddf9d05
msi: Add a test for MsiSetFeatureState.
2010-07-20 16:29:45 +02:00
Hans Leidekker
7a2944d5ad
shlwapi: Don't trace the contents of output buffers.
2010-07-20 16:29:44 +02:00
Hans Leidekker
f2081fb2bd
advapi32: Stub out the Safer* functions a bit more.
2010-07-20 16:29:44 +02:00
Nikolay Sivov
b486c50523
comctl32/monthcal: Use memcpy to copy day state arrays.
2010-07-20 16:28:17 +02:00
Andrew Nguyen
fdabf10a97
shlwapi/tests: Correct the prototype of the StrRetToBSTR function pointer.
2010-07-20 16:28:17 +02:00
Andrew Nguyen
5709ef1a29
shlwapi/tests: Skip a StrCpyNW test that crashes on older Win9x.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
fd9b8c4ac5
shlwapi/tests: Skip StrRStrI tests on older Win9x platforms.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
bfcf59631e
shlwapi/tests: Skip SHUnicodeToUnicode tests on Win98.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
d3e0836435
shlwapi/tests: Skip SHAnsiToAnsi tests on Win98.
2010-07-20 16:28:16 +02:00
Andrew Nguyen
f8c88bc3d7
shlwapi/tests: Rename a string variable for clarity.
2010-07-20 16:28:16 +02:00
Paul Vriens
f2135efe48
msi: Add the Serbian (Cyrillic) translation.
...
Translation by Nenad Vujic <nesa24casa@gmail.com>
2010-07-20 14:53:22 +02:00
Alexandre Julliard
af6fb4712f
comctl32: Fix positioning of toolbars that have the WS_BORDER style.
2010-07-20 14:40:32 +02:00
Alexandre Julliard
811cdfaf27
gdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-20 14:40:32 +02:00
Piotr Caban
21ced8ddc8
wininet: Allow HTTPREQ_ReadFileEx read more then one data chunk.
2010-07-20 14:40:32 +02:00
Piotr Caban
0736ca71e7
wininet: Don't report error in read_gzip_data when to much data was cached.
2010-07-20 14:40:32 +02:00
Owen Rudge
c6d34d7b05
fusion: Install assemblies into correct directory for architecture.
2010-07-20 14:40:32 +02:00
Austin English
eb7c206114
rpcrt4/tests: Improve failure messages.
2010-07-20 14:40:32 +02:00
André Hentschel
f42ede788e
shlwapi/tests: Fix GLE for SHFormatDateTimeA.
2010-07-20 14:40:32 +02:00
David Hedberg
fb88e06e79
shell32: Implement IPersistFolder2 for the desktop folder.
2010-07-20 14:40:32 +02:00
David Hedberg
1d658d4bb7
shell32/tests: Try harder to subclass the listview.
2010-07-20 14:40:32 +02:00
David Hedberg
d5a7ad89aa
include: Add IShellItemArray and IShellItemFilter interface declarations.
2010-07-20 14:40:31 +02:00
David Hedberg
95a46b017c
include: Add IEnumShellItems interface declaration.
2010-07-20 14:40:31 +02:00
Andrey Turkin
9fd7f392dc
oleaut32: Better handle secondary type when generating type descriptors.
2010-07-20 14:40:31 +02:00
Andrey Turkin
fe7e384e07
oleaut32: Add support for const variables.
2010-07-20 14:40:31 +02:00
Andrey Turkin
eb03917935
oleaut32: Reuse existing function to encode custom data.
2010-07-20 14:40:31 +02:00
Igor Paliychuk
35b65ca550
cryptui: Add Ukrainian translation.
2010-07-20 13:13:05 +02:00
Henri Verbeet
4b850ed121
wined3d: Remove restoring the read buffer from read_from_framebuffer_texture().
...
The few functions that care about the read buffer should explicitly set it
themselves, instead of assuming any particular state.
2010-07-20 13:13:04 +02:00
Henri Verbeet
d6e08f8074
wined3d: Consolidate surface related prototypes in wined3d_private.h.
2010-07-20 13:13:04 +02:00
Henri Verbeet
ce8f6ecf6e
ddraw: Merge the surface thunks into surface.c.
2010-07-20 13:13:04 +02:00
Henri Verbeet
6fb9ee0ee7
ddraw: Merge the ddraw thunks into ddraw.c.
...
Note how both ddraw 1 and ddraw 7 used the same IDirectDrawImpl_XXX naming
convention.
2010-07-20 13:13:04 +02:00
Paul Chitescu
2e97746340
kernel32: Declare and add stubs for GetLogicalProcessorInformation(Ex).
2010-07-20 12:56:26 +02:00
Michael Mc Donnell
5c715b46f4
shell32/tests: Test that clicking "Make New Folder" makes a new folder.
2010-07-20 12:35:56 +02:00
Alexandre Goujon
14db6a802c
oleaut32/typelib: Fix ITypeInfo_Invoke with restricted keyword.
2010-07-20 12:35:51 +02:00
Austin English
82868174bc
Remove references to wineprefixcreate.
2010-07-20 12:35:40 +02:00
David Hedberg
be2259dce9
shell32: Shell_GetImageLists should be declared in shlobj.h and exported by name.
2010-07-20 12:35:17 +02:00
David Hedberg
65f6ab7c86
shell32: Shell_MergeMenus should be declared in shlobj.h and exported by name.
2010-07-20 12:35:13 +02:00
Alexandre Julliard
b14cfdeea4
tests: Run all tests with the default FPU control word.
2010-07-20 11:41:05 +02:00
Alexandre Julliard
e2c48c5952
tests: Try to avoid message boxes popping up in non-interactive testing.
2010-07-20 11:39:50 +02:00
Andrew Nguyen
15c6057ce1
shlwapi: Implement StrStrNIW.
2010-07-19 16:07:05 +02:00
Andrew Nguyen
9bd13c93ab
shlwapi: Implement StrStrNW.
2010-07-19 16:06:55 +02:00
Andrew Nguyen
355057d529
shlwapi/tests: Add tests for StrStrIW.
2010-07-19 15:56:49 +02:00
Andrew Nguyen
1784dbd17a
shlwapi/tests: Add tests for StrStrIA.
2010-07-19 15:56:44 +02:00
Andrew Nguyen
9bcdb1c423
shlwapi: Fix handling of an empty search string in StrStrW.
2010-07-19 15:56:39 +02:00
Andrew Nguyen
c43bac44ba
shlwapi/tests: Add tests for StrStrA.
2010-07-19 15:56:18 +02:00
Andrew Nguyen
ec0e9d0df8
shlwapi/tests: Fix Win98 SE test failures for StrFormatKBSizeA/W.
2010-07-19 15:56:07 +02:00
Austin English
a4ea347f9f
ntoskrnl.exe: Add stubs for MmMapIoSpace/MmUnmapIoSpace.
2010-07-19 15:55:34 +02:00
Misha Koshelev
242b4f3fe8
d3dx9: Add stub and basic test for D3DXCreateSphere.
2010-07-19 15:47:28 +02:00
Nikolay Sivov
331e179632
msxml3: Speed up a IPersistStreamInit::Save() by querying for BSTR length.
2010-07-19 15:16:19 +02:00
Nikolay Sivov
94666ebf0d
comctl32/monthcal: Prepare MCM_GETMONTHRANGE with GMR_VISIBLE for multiple calendars.
2010-07-19 15:15:53 +02:00
Nikolay Sivov
34fba5a2d2
comctl32/monthcal: Get rid of goto jumps in hit test helper.
2010-07-19 15:15:47 +02:00
Nikolay Sivov
8ea515c872
comctl32/monthcal: Modify hittesting helper to work with multiple calendars.
2010-07-19 15:15:41 +02:00
Nikolay Sivov
2042cbc243
comctl32/monthcal: Prepare drawing helpers for multiple calendars.
2010-07-19 15:15:33 +02:00
Nikolay Sivov
274d132b1f
comctl32/monthcal: Separate single calendar data.
2010-07-19 15:15:22 +02:00
Howell Tam
8b7ec05bd2
ws2_32: Wrapped WSASendTo/WSARecvFrom with a different function name.
2010-07-19 15:13:24 +02:00
Florian Köberle
2c1e8decfc
wined3d: Let GetRasterStatus return D3DERR_INVALIDCALL.
2010-07-19 15:12:14 +02:00
Rico Schüller
894a150f69
wined3d: Add GL_NV_point_sprite extension.
2010-07-19 15:10:32 +02:00
Matteo Bruni
c2b0f200fa
d3dx9: Check dcl input instruction syntax against shader version.
2010-07-19 15:10:16 +02:00
Matteo Bruni
0ea6f7957a
d3dx9: Error out on dcl output instruction where not supported.
2010-07-19 15:10:10 +02:00
Matteo Bruni
d76e3ac9c6
d3dx9: Improve a FIXME.
2010-07-19 15:10:06 +02:00
Matteo Bruni
a5e55c157f
d3dx9: Remove unused parameter from get_regname().
2010-07-19 15:09:59 +02:00
David Hedberg
b30934c529
comctl32: Warn when using unsupported extended styles.
2010-07-19 15:09:05 +02:00
David Hedberg
e81d65f8d4
comctl32: Add support for expanded state image in treeview.
2010-07-19 15:09:03 +02:00
David Hedberg
d60c9adca2
shell32: Fix some return values from the shellview contextmenu.
2010-07-19 15:06:15 +02:00
Vincent Povirk
2a74569230
gdiplus: Stub GdipMultiplyPenTransform.
2010-07-19 14:49:07 +02:00
Vincent Povirk
3506521f16
gdiplus: Stub GdipGetPenCompoundCount.
2010-07-19 14:49:07 +02:00
Vincent Povirk
5694825ae3
gdiplus: Return copies of fonts from GdipGetFontCollectionFamilyList.
2010-07-19 14:49:07 +02:00
Vincent Povirk
3847c2dec9
gdiplus: Stub GdipGetMetafileHeaderFromStream.
2010-07-19 14:49:07 +02:00
Vincent Povirk
688eb0688b
gdiplus: Stub GdipGetMetafileHeaderFromFile.
2010-07-19 14:49:07 +02:00
Paul Chitescu
d067814127
t2embed: Forward several stdcall-decorated names to existing undecorated stubs.
2010-07-19 14:49:07 +02:00
Greg Geldorp
913c91fd47
msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0.
2010-07-19 14:49:07 +02:00
Paul Vriens
13a7ecff57
atl/tests: Skip tests if function is not implemented.
2010-07-19 14:49:07 +02:00
Henri Verbeet
1edda50c03
ddraw: The surface isn't allowed to be NULL in EnumSurfacesCallbackThunk() and EnumCallback().
2010-07-19 14:49:07 +02:00