Robert Shearman
3fa7fa5bdf
kernel: Add some tests for VerifyVersionInfo.
2006-06-15 12:14:18 +02:00
Robert Shearman
f2dc25a5f3
ole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
...
as CoUnmarshalInterface may have advanced the stream, even if it failed.
2006-06-15 12:07:10 +02:00
Robert Shearman
fa757df883
ole32: Add a tests for OleSetMenuDescriptor and the global interface table.
2006-06-15 12:06:49 +02:00
Alexander Nicolaysen Sørnes
138676dd24
gphoto2.ds: Added Norwegian Bokmål resources.
2006-06-15 12:05:54 +02:00
Alexandre Julliard
3df59e4fee
kernel32: Use unsigned types in GlobalMemoryStatusEx to prevent overflows.
2006-06-15 11:39:29 +02:00
Mike McCormack
13115d8cf6
comctl32: Add a short test for the listview.
2006-06-15 11:39:29 +02:00
Mike McCormack
f86270a022
comctl32: Arrange the listview after deleting all items so we will place icons at the top again.
2006-06-15 11:39:29 +02:00
Mike McCormack
52c204be88
comctl32: Use the listview's background colour when drawing with imagelist.
2006-06-15 11:39:29 +02:00
Mike McCormack
172e183cf3
msi: Don't define COND_SPACE twice.
2006-06-15 11:39:28 +02:00
Eric Pouech
50c9681a24
mciwave: Fixed a bogus free.
2006-06-15 11:39:28 +02:00
Vitaly Lipatov
88694be2ad
user32: Fix character conversion in combo box.
...
Replace toupper/tolower with CharUpper/CharLower functions.
2006-06-15 11:26:57 +02:00
Robert Shearman
124c3a8f7c
atl: Add a stub for AtlModuleRegisterWndClassInfoW.
2006-06-14 13:40:30 +02:00
Robert Shearman
850ae994c6
ntdll: Change the test for no relocation information to use the
...
IMAGE_FILE_RELOCS_STRIPPED flag instead of a zero sized relocations
section.
This fixes loading of resource-only DLLs that have a load-address of
0x400000.
2006-06-14 13:37:25 +02:00
Robert Shearman
e072d7a0a3
msxml: Text nodes with just whitespace should be stripped.
2006-06-14 13:36:07 +02:00
Robert Shearman
1df06e5c4a
msxml: Implement IXMLDOMElement for text elements by using
...
create_element instead of create_basic_node.
2006-06-14 13:35:51 +02:00
Robert Shearman
09ddab1481
msxml: Allow the element implementation to be aggregatable.
2006-06-14 13:35:38 +02:00
Paul Vriens
569a452d3a
uxtheme: Add framework and initial tests.
2006-06-14 13:22:35 +02:00
Mike McCormack
863bc989b9
msi: Add a test for reading long strings.
2006-06-14 12:47:06 +02:00
Mike McCormack
2d323b3df8
msi: Add a test for creating a record with a long string.
2006-06-14 12:47:05 +02:00
Mike McCormack
d2dca89c52
msi: Add a test for MsiDatabaseExport.
2006-06-14 12:47:05 +02:00
Mike McCormack
a87ba6f445
advpack: Remove some dead code. (Coverity)
2006-06-14 12:47:05 +02:00
Mike McCormack
4dace74bd8
crypt32: Fix a cast for Win64.
2006-06-14 12:47:05 +02:00
Robert Shearman
b3c04e032d
rpcrt4: getaddrinfo returns any non-zero value on failure, not just negative values.
2006-06-14 12:47:05 +02:00
Alexandre Julliard
2208694ab2
ntdll: Cast termios.c_cflag to avoid a printf format warning.
2006-06-13 14:16:57 +02:00
Alexandre Julliard
836b5c7e93
wined3d: Use unsigned int instead of size_t to avoid printf format warnings.
2006-06-13 14:14:20 +02:00
Alexandre Julliard
fb5366c6c3
oleaut32: Use unsigned int instead of size_t to avoid printf format warnings.
2006-06-13 14:14:13 +02:00
Alexandre Julliard
db78a84d47
msvcrt: Use unsigned int instead of size_t to avoid printf format warnings.
2006-06-13 14:14:06 +02:00
Alexandre Julliard
dbd473ff79
crypt32: Use unsigned int instead of size_t to avoid printf format warnings.
2006-06-13 14:14:00 +02:00
Alexandre Julliard
1f39252d27
wineps.drv: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:48 +02:00
Alexandre Julliard
2864377793
user32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:36 +02:00
Alexandre Julliard
2a91838f0c
rpcrt4: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:28 +02:00
Alexandre Julliard
96ad688174
ole32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:15 +02:00
Alexandre Julliard
a62dca5874
netapi32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:11:04 +02:00
Alexandre Julliard
348fd746d9
msvfw32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:10:57 +02:00
Alexandre Julliard
5784ca9bca
mciseq: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:10:47 +02:00
Alexandre Julliard
1c66c611a1
kernel32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:10:39 +02:00
Alexandre Julliard
bc99ac09d3
dsound: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:10:32 +02:00
Alexandre Julliard
9f37cd55bc
dplayx: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:10:21 +02:00
Alexandre Julliard
1b469c2482
dmstyle: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:10:12 +02:00
Alexandre Julliard
7ad5f9eca0
dinput: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:55 +02:00
Alexandre Julliard
4374328271
d3d9: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:46 +02:00
Alexandre Julliard
7bf49faf23
d3d8: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:36 +02:00
Alexandre Julliard
aeae92e9f9
comdlg32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:24 +02:00
Alexandre Julliard
03e2b335c4
comctl32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:16 +02:00
Alexandre Julliard
553bb2591f
advapi32: Don't use sizeof in traces to avoid printf format warnings.
2006-06-13 14:09:02 +02:00
Alexandre Julliard
82a404a077
winmm/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:04:07 +02:00
Alexandre Julliard
55d9045804
version/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:59 +02:00
Alexandre Julliard
744528578d
urlmon/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:51 +02:00
Alexandre Julliard
d90f68166c
rpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:44 +02:00
Alexandre Julliard
28e17a75af
ole32/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:36 +02:00
Alexandre Julliard
cba2c84741
ntdll/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:19 +02:00
Alexandre Julliard
65459cb344
mshtml/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:03:01 +02:00
Alexandre Julliard
be4dccb33f
mlang/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:52 +02:00
Alexandre Julliard
4ec2fcc9fd
mapi32/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:45 +02:00
Alexandre Julliard
c6b342d8ff
kernel32/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:31 +02:00
Alexandre Julliard
e19f31b682
gdi/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:13 +02:00
Alexandre Julliard
52d6077f8b
crypt32/tests: Don't use sizeof in ok() to avoid printf format warnings.
2006-06-13 14:02:03 +02:00
Alexandre Julliard
68e4cf4a0b
wininet/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:58:30 +02:00
Alexandre Julliard
298d80c2bd
version/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:58:12 +02:00
Alexandre Julliard
0cbd0a367d
shlwapi/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:57:59 +02:00
Alexandre Julliard
8e5eaaad1b
ntdll/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:57:40 +02:00
Alexandre Julliard
1369719d2c
mscms/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:57:27 +02:00
Alexandre Julliard
e2e6115193
kernel32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:57:12 +02:00
Alexandre Julliard
93fd4524e4
crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:56:39 +02:00
Alexandre Julliard
290ddd8e38
advapi32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
2006-06-13 13:56:18 +02:00
Mike McCormack
9985c42150
wingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe Hwanjin).
2006-06-13 12:56:49 +02:00
Mike McCormack
cfe36cc81d
msi: Fix loading of long strings.
2006-06-13 12:56:42 +02:00
Mike McCormack
25f521f1b2
winmm: Undefine SW_MAX defined by linux/input.h to avoid a conflict with winuser.h.
2006-06-13 12:56:38 +02:00
Michael Stefaniuc
fee72b607a
Yet another round of redundant NULL checks before HeapFree.
2006-06-13 11:40:23 +02:00
Alexandre Julliard
24beabfd4e
msvcrt: Explicitly specify CDECL calling convention on exported functions.
2006-06-13 11:40:23 +02:00
Alexandre Julliard
28bbdf116c
oledlg: Declare varargs functions as WINAPIV instead of cdecl.
2006-06-13 11:40:23 +02:00
Alexandre Julliard
1db7a349c9
avifil32: Declare varargs functions as WINAPIV instead of cdecl.
2006-06-13 11:40:23 +02:00
Mike McCormack
4a2d96077e
userenv: Add profinfo.h.
2006-06-13 11:40:23 +02:00
Ivan Gyurdiev
45dbb78d73
wined3d: Fix params for DP2ADD/TEXLDD.
...
DP2ADD is valid on pshaders 2.0 and above, has 4 parameters.
TEXLDD is valid on pshaders 2.x and above, has 5 parameters.
2006-06-13 11:40:23 +02:00
Ivan Gyurdiev
8c6ee8df0d
wined3d: Mark instructions without a destination token.
...
There are a total of 17 instructions without a destination token. Of
those 9 have num_params != 0, which means that we will not process any
of them correctly, because we assume the first token (if present) is a
destination token.
Those are basically all the flow control instructions, which we plan to
support very soon. They have source tokens, and no destination. Add a
flag that marks them up to the ins table. Use this flag in the trace
pass, and generation pass.
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
14a52e5c09
wined3d: Keep pshader and vshader constants in GLSL separate.
...
GLSL uniforms have as scope the entire program.
To prevent conflicts, name pshader and vshader constants differently.
Based on a patch by Jason Green.
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
0d08316523
wined3d: Improve Sampler support on 2.0 and 3.0 shaders.
...
- track sampler declarations and store the sampler usage in reg_maps structure
- store a fake sampler usage for 1.X shaders (defined as 2D sampler)
- re-sync glsl TEX implementation with the ARB one (no idea why they diverged..)
- use sampler type in new TEX implementation to support 2D, 3D, and Cube sampling
- change drawprim to bind pixel shader samplers
Additional improvements:
- rename texture limit to texcoord to prevent confusion
- add sampler limit, and use that for samplers - *not* the same as texcoord above
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
e99926ee06
wined3d: Cast more things.
...
Anything with a swizzle has to be casted to vec4, or it won't work properly.
There's multiple ways to do this, for the moment pick the easiest one.
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
a1f4dfe4e3
wined3d: Add support for shader model 3.0 I/O registers.
...
SM 3.0 can pack multiple "semantics" into 12 generic input/output registers.
To support that, define temporaries called IN and OUT, and use those as
the output registers. At the end of the vshader, unpack the OUT temps
into the proper GL variables. At the beginning of the pshader, pack the
GL variables back into 12 IN registers.
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
1a3003338f
wined3d: Trivial cleanups
...
- compiler warnings and errors should be FIXME
- remove obsolete comment, and change variable type.
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
a42925ee09
wined3d: Register map cleanups.
...
Various cleanups:
- do not use DWORD as a bitmask, that places artificial limit of 32 on
registers
- track attributes that are used and declare only those
- move declarations function call in pshader/vshader to allow us to
insert pixel or vertex specific code between the declarations and
the rest of the code
- remove redundant 0 intializers
- remove useless continue statement
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
17b0d26c1e
wined3d: Share trace pass
...
Now that the declaration function is out of the way, the tracing pass,
which is very long and 100% the same can be shared between pixel and
vertex shaders.
The new function is called shader_trace_init(), and is responsible for:
- tracing the shader
- initializing the function length
- setting the shader version [needed very early]
2006-06-13 11:40:22 +02:00
Ivan Gyurdiev
9bae7755ab
wined3d: Rework dcl processing.
...
The new function is called in pass 2 (getister counting/maps), and
it's now in baseshader. It operates on all INPUT and OUTPUT registers,
which, in addition to the old vertex shader input declarations covers
Shader Model 3.0 vshader output and pshader input declarations. The
result is stored into the reg_map structure.
2006-06-13 11:40:21 +02:00
Ivan Gyurdiev
f144d58ac2
wined3d: The namedArrays code path is dead (always FALSE).
...
Delete the entire namedArrays code path and all its dependencies (one
of which is quite long - storeOrder in drawprim is always FALSE, for
example). Delete declaredArrays, and make its code path the default.
2006-06-13 11:40:21 +02:00
Saulius Krasuckas
3692219db4
mscms: Eliminate complex test macro to make source navigation easier.
2006-06-13 11:40:21 +02:00
Robert Shearman
abc0f385a3
mlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.
...
The source is largely irrelevant since we are not likely to be wanting
to ship updates to the MIME database as registry updates, instead of
just changing the code.
2006-06-13 11:40:20 +02:00
Robert Shearman
0d1456ca30
mlang: Add us-ascii encoding to the list of supported encodings.
2006-06-13 11:40:20 +02:00
Robert Shearman
4b7a5aaca6
advapi32: Fix the parsing of string SIDs with multiple sub-authorities.
2006-06-13 11:40:20 +02:00
Robert Shearman
8a4088d8a3
advapi32: Replace some mixed tabs with spaces.
2006-06-13 11:40:20 +02:00
Robert Shearman
84019596be
advapi32: Support well-knowns SIDs in string SIDs.
2006-06-13 11:40:20 +02:00
Robert Shearman
ddd84f4f28
advapi32: Nul-terminate the domain string in LookupAccountNameW.
2006-06-13 11:40:20 +02:00
Robert Shearman
b5f7e818a1
ole32: Print an error if a DLL's DllGetClassObject fails as this is
...
usually a good indicator of a bug elsewhere in Wine.
2006-06-13 11:40:20 +02:00
Jan Zerebecki
c6449b5a91
wined3d: Move a checkGLcall to it's gl call inside an "if".
2006-06-13 10:51:07 +02:00
Jan Zerebecki
7528fc0de1
wined3d: Fix stencil related render states.
2006-06-13 10:50:55 +02:00
Jan Zerebecki
cf8833c467
wined3d: Enable two sided stencil in the caps.
2006-06-13 10:46:29 +02:00
Jan Zerebecki
df3e078b20
wined3d: Also print the format like a fourcc if unknown in debug_d3dformat.
2006-06-13 10:35:14 +02:00
Alexandre Julliard
6444876da2
msvcrtd: Explicitly specify CDECL calling convention on exported functions.
2006-06-12 21:35:40 +02:00
Alexandre Julliard
f278f534c1
msvcrt20: Explicitly specify CDECL calling convention on exported functions.
2006-06-12 21:35:27 +02:00
Alexandre Julliard
40cbe19e49
crtdll: Explicitly specify CDECL calling convention on exported functions.
2006-06-12 21:35:20 +02:00
Alexandre Julliard
57939d8fa4
ntdll: Explicitly specify CDECL calling convention on exported functions.
2006-06-12 21:35:07 +02:00