Andrew Talbot
7a8eb4c599
user32: Constify some variables.
2007-11-21 13:23:50 +01:00
Alexandre Julliard
029a74e56e
wsock32: Forward AcceptEx and GetAcceptExSockaddrs to mswsock.
2007-11-21 13:23:04 +01:00
Alexandre Julliard
d4e1debee7
winex11.drv: Make sure to erase the dragging frame before moving the window.
2007-11-21 13:22:42 +01:00
Divan Burger
113f573b25
user32: Change the desktop colour and pattern to match win2k.
2007-11-21 13:22:18 +01:00
Divan Burger
91d2b609c3
user32: Fix colours to match exactly with Windows 2000.
2007-11-21 13:22:14 +01:00
Vijay Kiran Kamuju
1dbaa8c619
rsaenh: Add implementation of Enhanced RSA AES Provider.
2007-11-21 13:07:41 +01:00
Vijay Kiran Kamuju
ea1f8c7ad8
rsaenh: Add tests for RSA_AES provider.
2007-11-21 13:02:26 +01:00
Alistair Leslie-Hughes
f35673e9e9
msxml: Tests for createTextNode.
2007-11-21 12:55:35 +01:00
Alistair Leslie-Hughes
43d92f4d76
msxml: Implement createTextNode.
2007-11-21 12:55:31 +01:00
Alistair Leslie-Hughes
c443674d13
msxml: Always return a string in get_text.
2007-11-21 12:54:31 +01:00
Alistair Leslie-Hughes
9845a9ced4
msxml: Added test for get_text.
2007-11-21 12:54:25 +01:00
Jacek Caban
54d5fd079b
hlink: Added HlinkCreateExtensionServices tests.
2007-11-21 12:39:01 +01:00
Jacek Caban
8208e81d46
hlink: Added HlinkCreateExtensionServices implementation.
2007-11-21 12:38:53 +01:00
Jacek Caban
593023663b
hlink: Wrap heap functions.
2007-11-21 12:38:33 +01:00
Jacek Caban
59873a3748
hlink: Move common includes and function declarations to header file.
2007-11-21 12:37:38 +01:00
Jacek Caban
12d856e100
hlink: Added HlinkUpdateStackItem stub.
2007-11-21 12:37:22 +01:00
Stefan Dösinger
afb06a1184
wined3d: Bool constants aren't vectors.
2007-11-21 12:18:09 +01:00
Stefan Dösinger
959212304d
wined3d: Track vertex declaration changes on vertex shaders.
...
If an attribute has type D3DDECLTYPE_D3DCOLOR, the red and blue channels
are swizzled in the shader. Since the attribute is stored in the vertex
declaration and not the vertex shader, it can change by setting a new
vertex declaration. If this happens, we have to recompile the shader
with the swizzling of that specific attribute turned on or off.
2007-11-21 12:18:02 +01:00
Stefan Dösinger
cfc5725760
wined3d: Move glsl shader destruction to the glsl shader backend.
2007-11-21 12:06:27 +01:00
Stefan Dösinger
af4edef5e1
wined3d: Move destroying the glsl vshader into a separate function.
2007-11-21 12:06:15 +01:00
Stefan Dösinger
bf03075b5e
wined3d: Do not cap fragment samplers to 8.
2007-11-21 12:06:04 +01:00
Alexander Nicolaysen Sørnes
c65dbabcf3
winecfg: Some fixes for Norwegian translation.
2007-11-21 12:05:50 +01:00
José Manuel Ferrer Ortiz
34e8cbf2d8
winefile: Spanish resource file updated.
2007-11-21 12:05:36 +01:00
Lei Zhang
cb99cd331d
shell32: Only notify immediate parent.
2007-11-21 12:05:27 +01:00
Lei Zhang
fa057686bb
shell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
2007-11-21 12:05:18 +01:00
Rob Shearman
046f24a0e7
rpcrt4: Raise an exception if a NULL ref-pointer is passed in to PointerMarshall or PointerBufferSize.
2007-11-21 12:03:35 +01:00
Rob Shearman
ec8a27f573
server: Fix incorrect translation of the World SID to and from Unix file permissions.
...
The World SID now maps to user|group|other instead of just other.
2007-11-21 12:03:29 +01:00
Jonathan Ernst
b95bab9b56
credui: Updated French translation.
2007-11-21 12:03:21 +01:00
Jonathan Ernst
3fc12344fc
cmd: Updated French translation.
2007-11-21 12:03:10 +01:00
Alexandre Julliard
58b85bba3e
kernel32/tests: Don't crash the test if GetThreadContext fails.
2007-11-20 17:53:43 +01:00
Alexander Nicolaysen Sørnes
1f8ba96128
user32: Change to modern Windows colours.
2007-11-20 16:59:20 +01:00
Francois Gouget
c69d47fa49
crypt32/tests: Get the tests running on Windows 98.
2007-11-20 16:45:02 +01:00
Francois Gouget
10e738f236
ntdll/tests: Fix compilation on systems that don't support nameless unions.
2007-11-20 16:44:58 +01:00
Francois Gouget
5f1416ef2b
user32/tests: Add the trailing '\n' to an ok() call.
2007-11-20 16:44:53 +01:00
David Adam
e8edc51d34
d3dx8: Implement D3DXQuaternionBaryCentric.
2007-11-20 16:43:58 +01:00
David Adam
8ec01f62b0
d3dx8: Implement D3DXQuaternionSquad.
2007-11-20 16:43:32 +01:00
David Adam
cb954ca6b4
d3dx8: Implement D3DXQuaternionSlerp.
2007-11-20 16:43:22 +01:00
David Adam
54e8d08e45
d3dx8: Implement D3DXQuaternionInverse.
2007-11-20 16:43:10 +01:00
David Adam
45b13a6cab
d3dx8: Implement D3DXQuaternionMultiply.
2007-11-20 16:43:01 +01:00
David Adam
375dcaa82e
d3dx8: Implement D3DXColorAdjustContrast.
2007-11-20 16:42:51 +01:00
David Adam
8389eab6b7
d3dx8: Implement D3DXColorAdjustSaturation.
2007-11-20 16:42:41 +01:00
David Adam
4a28945505
d3dx8: Implement D3DXPlaneTransform.
2007-11-20 16:41:21 +01:00
David Adam
54d3bb28fd
d3dx8: Implement D3DXPlaneFromPoints.
2007-11-20 16:41:12 +01:00
David Adam
3d30866133
d3dx8: Implement D3DXPlaneFromPointNormal.
2007-11-20 16:41:03 +01:00
Misha Koshelev
ac2c1b8070
msi: automation: Fix ITypeInfo leak.
2007-11-20 16:39:19 +01:00
Misha Koshelev
c30d03f8cc
msi/tests: automation: Add missing VariantClear.
2007-11-20 16:39:14 +01:00
Misha Koshelev
74a2ce4d99
msi/tests: Close opened service handles.
2007-11-20 16:38:56 +01:00
Misha Koshelev
fce6f56f93
msi: automation: Fix automation object reference counts when objects are created.
2007-11-20 16:38:42 +01:00
Alexander Nicolaysen Sørnes
a1378190a5
wordpad: Move printing functions to a separate file.
2007-11-20 14:58:03 +01:00
Alexander Nicolaysen Sørnes
62d90a60ca
wordpad: Fix print preview bar.
2007-11-20 14:56:19 +01:00