Alex Villacís Lasso
5f603f823e
user32: Fix LB_ITEMFROMPOINT tests for listbox control.
2007-11-08 11:48:26 +01:00
Alexandre Julliard
4f5c61ac7c
user32: Removed unused NC_DrawGrayButton function.
2007-11-07 19:46:34 +01:00
Alexandre Julliard
c57b5057db
user32: Make all internal user32 functions and variables hidden.
2007-11-07 19:46:29 +01:00
Alexandre Julliard
9a368cc475
gdi32: Make all internal gdi functions hidden.
2007-11-07 17:50:57 +01:00
Detlef Riekenberg
d244a55cce
winspool: Use unsigned type to avoid a compiler warning.
2007-11-07 13:34:37 +01:00
Dan Kegel
a1e4758f07
msvcrt: Fix two buglets in heap test.
2007-11-07 13:21:35 +01:00
Alistair Leslie-Hughes
2ad4f102f7
msxml3: Fix memory leak.
2007-11-07 13:20:57 +01:00
Juan Lang
8788cca0ef
rsaenh: Use LocalFree to free memory return by Crypt(Un)ProtectData.
2007-11-07 13:13:17 +01:00
Juan Lang
5408471b23
rsaenh: Use helper function to read key pairs from registry.
2007-11-07 13:13:12 +01:00
Juan Lang
9260fcf7ac
rsaenh: Use helper function to delete a key container's registry key.
2007-11-07 13:13:03 +01:00
Juan Lang
88405a68e7
rsaenh: Use helper function to open a key container's registry key.
2007-11-07 13:12:53 +01:00
Juan Lang
060ed4cf02
rsaenh: Use helper function to create a container's registry key.
2007-11-07 13:12:47 +01:00
Juan Lang
58269419e5
rsaenh: Use helper function to persist keys.
2007-11-07 13:10:32 +01:00
Laurent Vromman
52f769e88d
gdi32: Correct a test where the tested function was not called.
2007-11-07 12:10:43 +01:00
Stefan Dösinger
a34c1f948b
wined3d: Free the backbuffer array.
2007-11-07 12:08:46 +01:00
Stefan Dösinger
d2c166bbb7
d3d9: Initialize the test rectangle correctly.
2007-11-07 12:08:40 +01:00
Stefan Dösinger
1b23dd1ba1
wined3d: Implement the varying map.
2007-11-07 12:08:32 +01:00
Stefan Dösinger
409103f801
wined3d: Install a varying map.
2007-11-07 12:08:24 +01:00
Stefan Dösinger
c390b6044b
d3d9: Remove some spamy debug traces from the texture test.
2007-11-07 12:08:15 +01:00
Stefan Dösinger
714991bf3f
ddraw: Fix a test for Vista.
2007-11-07 12:08:07 +01:00
Stefan Dösinger
f9dba29477
ddraw: Be less picky about float precision.
2007-11-07 12:08:00 +01:00
Stefan Dösinger
50ea23efd6
d3d9: Use HAL devices in some tests.
2007-11-07 12:07:52 +01:00
Stefan Dösinger
c2b6cbf014
wined3d: Refuse to create volumes and volume textures if not supported.
2007-11-07 12:07:29 +01:00
Stefan Dösinger
45ebea1f47
wined3d: Set the display mode before creating the context.
2007-11-07 12:07:20 +01:00
Stefan Dösinger
38147d28dd
wined3d: Set the main hwnd before setting up the screen.
2007-11-07 12:07:05 +01:00
Andrew Talbot
9a177b6407
snmpapi: Constify a variable.
2007-11-07 12:06:41 +01:00
Stefan Dösinger
5fc54b5459
wined3d: Shader Model 3.0 varying tests.
2007-11-07 12:03:04 +01:00
EA Durbin
bc745fa4c4
wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.
2007-11-07 12:02:30 +01:00
Rob Shearman
7ad36eabfc
rpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCancelThread.
2007-11-07 11:57:25 +01:00
Rob Shearman
ebe885d782
rpcrt4: Add a stub for RpcErrorStartEnumeration.
2007-11-07 11:57:20 +01:00
Huw Davies
8ccf1066eb
inetcomm: Add a stub implementation of the MimeSecurity object.
2007-11-07 11:57:16 +01:00
Maarten Lankhorst
511af0d186
dsound: Add conformance tests for 24/32 bits buffers and waveformatextensible.
2007-11-07 11:54:34 +01:00
Maarten Lankhorst
2a117a2017
dsound: Add support for WAVEFORMATEXTENSIBLE format.
2007-11-07 11:48:56 +01:00
Alexandre Julliard
964d83501a
kernel32: Add spec entries for LocaleNameToLCID and LCIDToLocaleName.
2007-11-06 20:37:54 +01:00
Rob Shearman
92db6d2c2f
server: Don't do access checks on the security descriptors of newly created objects.
2007-11-06 14:52:21 +01:00
Alexandre Julliard
a1b02c2cec
comctl32/tests: Flush pending events before progress repaint tests.
2007-11-06 14:39:41 +01:00
Alexandre Julliard
97675b1365
Include objbase.h where need to get the DllRegisterServer prototype.
2007-11-06 14:39:16 +01:00
Alexandre Julliard
0590fe2ecf
Make some variables static.
2007-11-06 14:38:54 +01:00
James Hawkins
25a612b8f3
msi: Test that the install state is dependent on the feature and component registration.
2007-11-06 14:01:21 +01:00
James Hawkins
c31fd4371a
msi: Process the ADDSOURCE property when setting feature states.
2007-11-06 14:01:17 +01:00
James Hawkins
75b825da17
msi: Test the install states of removed features.
2007-11-06 14:01:12 +01:00
James Hawkins
fcc490d047
msi: Add a missing struct initialization.
2007-11-06 14:01:03 +01:00
Laurent Vromman
6f140f9bec
gdi32: Add a test for CloseFigure.
2007-11-06 14:00:40 +01:00
Alexandre Julliard
2b77fed4cd
user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms.
2007-11-06 13:58:05 +01:00
Roderick Colenbrander
b3f7a5565a
wined3d: Make sure the format of the render target is P8 too.
2007-11-06 13:57:03 +01:00
Roderick Colenbrander
df892ff67d
wined3d: Rewrite the draw buffer selection code.
...
Before it was done in findContext, before selecting the new context
which is bad (it doesn't always work). The new code works and this
change also fixes some draw buffer regressions that happened during
the surface rewrite from the last couple of days.
2007-11-06 13:56:55 +01:00
Stefan Dösinger
3febe738ab
wined3d: Handle ps 3.0 varyings in a different way.
2007-11-06 13:34:57 +01:00
Stefan Dösinger
654571f2fc
wined3d: Add a max varyings member to the gl info structure.
2007-11-06 13:34:47 +01:00
Stefan Dösinger
0615c8e454
wined3d: Pixel Shader varying indexing.
2007-11-06 13:34:40 +01:00
Stefan Dösinger
9a9dfc76cb
wined3d: Make pixel shader input an array.
2007-11-06 13:34:32 +01:00