Rob Shearman
610a3b1ad2
secur32: Remove valid_session_key from NegoHelper since it is only ever set and not read.
2007-08-08 15:32:00 +02:00
Rob Shearman
888a8e27b8
secur32: Split the NTLM credential and context handles into separate objects.
...
This prevents races with two threads using the helper object at the same
time on two different context handles, eliminates the need to free the
credential handle after freeing the context handles and also prevents a
crash caused by not clearing session_key in DeleteSecurityContext.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
b8dd5839ef
wined3d: Store the position_transformed flag in the vdecl.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
06e51c21e1
wined3d: Determine used streams at vdecl creation.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
ca0d92f3bc
wined3d: Remove link collection from vertexdeclaration.c.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
2d15cb8b27
d3d: Add a simple offscreen rendering test.
2007-08-08 15:32:00 +02:00
Stefan Dösinger
89dccc7c7c
ddraw: Implement IDirect3DDevice7::DrawIndexedPrimitiveStrided.
2007-08-08 15:32:00 +02:00
Paul Vriens
5cb50202a0
kernel32/tests: Create paths after checking availability of functions.
2007-08-08 15:32:00 +02:00
Paul Vriens
e90f1e3568
kernel32/tests: Changed skip message.
2007-08-08 15:32:00 +02:00
Paul Vriens
3de1c55dc6
shlwapi/tests: Use GetModuleHandleA instead of LoadLibraryA.
2007-08-08 15:31:59 +02:00
Alexandre Julliard
d00d54ebeb
user32: Get rid of winproc.h and move definitions in user_private.h.
2007-08-08 15:31:59 +02:00
Alexandre Julliard
c4245a7fb6
user32: Fixed the return value of DispatchMessageA/W.
2007-08-07 17:45:10 +02:00
Jason Edmeades
3b597af01e
dpnet: Implement directplay lobbied application stubs.
2007-08-07 12:57:19 +02:00
Huw Davies
dc881a258e
wininet: Fix the case when Proxy or ProxyBypass is NULL.
2007-08-07 12:42:31 +02:00
Maarten Lankhorst
cdbd17bdb8
dsound: Make hardware acceleration work again.
2007-08-07 12:42:29 +02:00
Misha Koshelev
84cf17c3e9
urlmon/tests: Keep track of download state in tests.
2007-08-07 12:42:00 +02:00
Misha Koshelev
ed2cf42b51
urlmon/tests: Add tests for synchronous vs asynchronous binding.
2007-08-07 12:41:54 +02:00
Misha Koshelev
97e999565d
urlmon: Add support for synchronous binding.
2007-08-07 12:41:44 +02:00
Misha Koshelev
e54a48f96c
urlmon/tests: Declare the bind flags as a global variable in url tests.
2007-08-07 12:41:25 +02:00
James Hawkins
ca55c7a330
msi: Implement the MSIINSTALLCONTEXT_MACHINE context for MsiQueryComponentState.
2007-08-07 12:39:48 +02:00
James Hawkins
5f442207d5
msi: Forward MsiQueryComponentStateA to MsiQueryComponentStateW.
2007-08-07 12:39:36 +02:00
James Hawkins
072adfa99a
msi: Add tests for MsiQueryComponentState.
2007-08-07 12:39:27 +02:00
Andrew Talbot
48dcc3fc04
qcap: Constify some variables.
2007-08-07 12:37:47 +02:00
Ralf Beck
92ef2814eb
winealsa.drv: Correct midi input program change + channel aftertouch.
2007-08-07 12:36:57 +02:00
Roderick Colenbrander
f3af04a8be
wined3d: Use UINT instead of uint.
2007-08-07 12:36:37 +02:00
Roderick Colenbrander
e77da5ef8a
wined3d: Don't call ActivateContext between ENTER_GL/LEAVE_GL.
2007-08-07 12:36:32 +02:00
Peter Beutner
1a688cd058
msvcrt: Fix _makepath().
2007-08-07 12:36:23 +02:00
Peter Beutner
2b3c19fe55
msvcrt: Add _makepath() tests.
2007-08-07 12:36:12 +02:00
Misha Koshelev
ea37fa998c
urlmon/tests: Fix todo_wine's to show the IServiceProvider interface is not queried on wine from CreateAsyncBindCtx.
2007-08-06 14:02:56 +02:00
Vitaliy Margolen
b06786940c
dinput: Reuse common code and definition.
...
Unify object properties structure and he common axis mapping function
for both joystick drivers.
2007-08-06 14:02:41 +02:00
Vitaliy Margolen
19183e71d4
dinput: Fix POV calculation.
...
Combine and simplify the POV calculations. Linux provides X,Y for the POV.
While DirectInput returns dial-degrees*1000 (12 o-click is 0 degrees).
2007-08-06 14:02:26 +02:00
Vitaliy Margolen
1fdc0230f0
dinput: Fix handling of dead-zone in evdev joystick.
...
USB joysticks can and do provide dead-zone area. Use it to initialize
the initial dead-zone.
2007-08-06 14:02:02 +02:00
Vitaliy Margolen
9e36848303
dinput: Fix mapping of axes ids to property ids.
2007-08-06 14:01:54 +02:00
Roderick Colenbrander
d1bc63090e
wined3d: Another devmode bug.
2007-08-06 14:01:42 +02:00
Chris Robinson
ef561429ee
wined3d: Use the macro when querying the current display settings.
2007-08-06 14:01:28 +02:00
Chris Robinson
c6e6eae08c
wined3d: Initialize major and minor when filling GL caps.
2007-08-06 13:59:38 +02:00
Chris Robinson
9a319f2857
wined3d: Properly setup DevModeW before using it.
2007-08-06 13:59:28 +02:00
Chris Robinson
68c5477d27
winex11: Be consistent with GLX_SLOW_CONFIG meaning GENERIC_ACCELERATION.
2007-08-06 13:59:15 +02:00
Chris Robinson
b4c11e3033
winex11: Properly handle WGL_PBUFFER_LOST_ARB.
2007-08-06 13:59:06 +02:00
Andrew Talbot
6d0dd71965
oledlg: Constify some variables.
2007-08-06 13:58:57 +02:00
Louis Lenders
bd9f1fdded
shell32: Define avi resource #164 .
2007-08-06 13:58:40 +02:00
Janusz Tomczak
73b8aaf62a
oledlg: Fix Polish translation.
2007-08-06 13:58:27 +02:00
Janusz Tomczak
e0f66ac8f7
mpr: Fix Polish translation.
2007-08-06 13:58:23 +02:00
Janusz Tomczak
21fdee3324
msvfw32: Fix Polish translation.
2007-08-06 13:58:19 +02:00
Janusz Tomczak
c43da4b4a4
hhctrl.ocx: Fix Polish translation.
2007-08-06 13:58:15 +02:00
Janusz Tomczak
b36878abf0
comdlg32: Fix Polish translation.
2007-08-06 13:58:11 +02:00
Janusz Tomczak
9588fc5df2
avifil32: Fix Polish translation.
2007-08-06 13:58:04 +02:00
Damjan Jovanovic
d85b10accb
msvcrt: mbsnbicmp should be case insensitive.
2007-08-06 13:57:58 +02:00
Francois Gouget
4deb14a3b6
msi: Fix the MsiEnumProductsEx*(), MsiQueryComponentState*() and MsiProvideQualifiedComponentEx*() prototypes.
2007-08-06 13:57:53 +02:00
Francois Gouget
a4bbc85853
netapi32: Add lmuseflg.h and include it from lmuse.h.
...
Also add some prototypes to lmuse.h, and use it in the implementation.
2007-08-06 13:57:27 +02:00