wine
16 years agodsound: Add support for 24/32 bits input sound buffers.
Maarten Lankhorst [Wed, 7 Nov 2007 19:31:53 +0000 (20:31 +0100)] 
dsound: Add support for 24/32 bits input sound buffers.

16 years agod3dxof: Fix some return values.
EA Durbin [Thu, 8 Nov 2007 04:55:01 +0000 (22:55 -0600)] 
d3dxof: Fix some return values.

16 years agontdll: Increase the signal stack size to avoid crashes on nested signals.
Alexandre Julliard [Thu, 8 Nov 2007 12:53:47 +0000 (13:53 +0100)] 
ntdll: Increase the signal stack size to avoid crashes on nested signals.

16 years agoserver: Don't drop mouse messages that should go to a different thread input.
Alexandre Julliard [Thu, 8 Nov 2007 12:53:26 +0000 (13:53 +0100)] 
server: Don't drop mouse messages that should go to a different thread input.

Instead requeue them into the proper destination queue. Reported by
Ulrich Czekalla.

16 years agomlang: Fix buffer size calculation.
Hans Leidekker [Thu, 8 Nov 2007 11:36:10 +0000 (12:36 +0100)] 
mlang: Fix buffer size calculation.

16 years agomlang: Free SCRIPTINFO structure embedded in EnumScript object.
Hans Leidekker [Thu, 8 Nov 2007 11:35:57 +0000 (12:35 +0100)] 
mlang: Free SCRIPTINFO structure embedded in EnumScript object.

16 years agomlang: Release EnumRfc1766 object.
Hans Leidekker [Thu, 8 Nov 2007 11:35:46 +0000 (12:35 +0100)] 
mlang: Release EnumRfc1766 object.

16 years agowldap32: Always return WLDAP32 error values instead of redefining the ldap.h ones.
Alexandre Julliard [Thu, 8 Nov 2007 12:11:34 +0000 (13:11 +0100)] 
wldap32: Always return WLDAP32 error values instead of redefining the ldap.h ones.

16 years agowldap32: Fix build against latest OpenLDAP release.
Hans Leidekker [Thu, 8 Nov 2007 11:35:36 +0000 (12:35 +0100)] 
wldap32: Fix build against latest OpenLDAP release.

16 years agoriched20: Fix test failure in test_WM_PASTE.
Alex Villacís Lasso [Sun, 4 Nov 2007 03:57:57 +0000 (22:57 -0500)] 
riched20: Fix test failure in test_WM_PASTE.

Native riched20 won't obey simple WM_CHAR or WM_KEYDOWN/WM_KEYUP
messages when processing Ctrl-Key keystrokes. Use keybd_event()
instead.

16 years agolibwine: Refuse to use a WINEPREFIX dir owned by a different user.
Alexandre Julliard [Thu, 8 Nov 2007 11:21:10 +0000 (12:21 +0100)] 
libwine: Refuse to use a WINEPREFIX dir owned by a different user.

16 years agowininet: Don't use HEAP_ZERO_MEMORY on memory that's fully initialized.
Juan Lang [Wed, 7 Nov 2007 22:58:14 +0000 (14:58 -0800)] 
wininet: Don't use HEAP_ZERO_MEMORY on memory that's fully initialized.

16 years agowininet: Fix another typo.
Juan Lang [Wed, 7 Nov 2007 22:45:06 +0000 (14:45 -0800)] 
wininet: Fix another typo.

16 years agowininet: Fix typo.
Juan Lang [Wed, 7 Nov 2007 22:34:49 +0000 (14:34 -0800)] 
wininet: Fix typo.

16 years agowininet: Initialize ftp sockets.
Lei Zhang [Thu, 8 Nov 2007 06:33:21 +0000 (22:33 -0800)] 
wininet: Initialize ftp sockets.

16 years agourlmon: Constify some variables.
Andrew Talbot [Wed, 7 Nov 2007 21:11:10 +0000 (21:11 +0000)] 
urlmon: Constify some variables.

16 years agotwain_32: Constify a variable.
Andrew Talbot [Wed, 7 Nov 2007 21:11:07 +0000 (21:11 +0000)] 
twain_32: Constify a variable.

16 years agowined3d: Pass surface dirtification to the container.
Stefan Dösinger [Sat, 3 Nov 2007 15:41:13 +0000 (16:41 +0100)] 
wined3d: Pass surface dirtification to the container.

16 years agod3d9: Be less picky in the D3DFMT_X8L8V8U8 test.
Stefan Dösinger [Mon, 5 Nov 2007 23:11:19 +0000 (00:11 +0100)] 
d3d9: Be less picky in the D3DFMT_X8L8V8U8 test.

16 years agowined3d: Get rid of the conditionals in shader_glsl_compare.
Stefan Dösinger [Mon, 5 Nov 2007 22:13:00 +0000 (23:13 +0100)] 
wined3d: Get rid of the conditionals in shader_glsl_compare.

16 years agowined3d: Take care for client storage and pbos.
Stefan Dösinger [Sat, 3 Nov 2007 15:24:55 +0000 (16:24 +0100)] 
wined3d: Take care for client storage and pbos.

16 years agowined3d: Honor the driver's min point size.
Stefan Dösinger [Sat, 3 Nov 2007 14:39:22 +0000 (15:39 +0100)] 
wined3d: Honor the driver's min point size.

16 years agowined3d: Avoid NOP additions.
Stefan Dösinger [Fri, 2 Nov 2007 00:50:20 +0000 (01:50 +0100)] 
wined3d: Avoid NOP additions.

16 years agowined3d: Replace the position fixup mul-add-add with a MAD.
Stefan Dösinger [Fri, 2 Nov 2007 00:11:15 +0000 (01:11 +0100)] 
wined3d: Replace the position fixup mul-add-add with a MAD.

16 years agowined3d: mov to a0.x does a floor(), not a round to nearest.
Stefan Dösinger [Wed, 7 Nov 2007 18:41:56 +0000 (19:41 +0100)] 
wined3d: mov to a0.x does a floor(), not a round to nearest.

16 years agowined3d: Get rid of the conditionals in the glsl lit implementation.
Stefan Dösinger [Sun, 28 Oct 2007 20:21:24 +0000 (21:21 +0100)] 
wined3d: Get rid of the conditionals in the glsl lit implementation.

16 years agowined3d: Relative addressing offsets are limited to [-64; 63] in arb.
Stefan Dösinger [Wed, 7 Nov 2007 18:57:49 +0000 (19:57 +0100)] 
wined3d: Relative addressing offsets are limited to [-64; 63] in arb.

16 years agowined3d: Remove the conditional from texdepth.
Stefan Dösinger [Sat, 27 Oct 2007 22:02:14 +0000 (00:02 +0200)] 
wined3d: Remove the conditional from texdepth.

16 years agowined3d: Fix the varying number comparison.
Stefan Dösinger [Wed, 7 Nov 2007 17:22:00 +0000 (18:22 +0100)] 
wined3d: Fix the varying number comparison.

16 years agocfgmgr32: Forward cfgmgr32 functions to setupapi.
Juan Lang [Wed, 7 Nov 2007 18:38:49 +0000 (10:38 -0800)] 
cfgmgr32: Forward cfgmgr32 functions to setupapi.

16 years agosetupapi: Add stubs for CM_Get_Device_IDA and CM_Get_Device_ID_Size.
Juan Lang [Wed, 7 Nov 2007 18:38:16 +0000 (10:38 -0800)] 
setupapi: Add stubs for CM_Get_Device_IDA and CM_Get_Device_ID_Size.

16 years agocrypt32: Fail decoding a CRL entry if the serial number is empty.
Juan Lang [Wed, 7 Nov 2007 22:00:10 +0000 (14:00 -0800)] 
crypt32: Fail decoding a CRL entry if the serial number is empty.

16 years agocrypt32: Fix a leak.
Juan Lang [Wed, 7 Nov 2007 17:24:55 +0000 (09:24 -0800)] 
crypt32: Fix a leak.

16 years agocrypt32: Use 3DES to encrypt data.
Juan Lang [Wed, 7 Nov 2007 17:16:48 +0000 (09:16 -0800)] 
crypt32: Use 3DES to encrypt data.

16 years agocrypt32: Set correct bit lengths for algorithms.
Juan Lang [Wed, 7 Nov 2007 17:16:05 +0000 (09:16 -0800)] 
crypt32: Set correct bit lengths for algorithms.

16 years agocrypt32: Pass key length to CryptDeriveKey.
Juan Lang [Wed, 7 Nov 2007 17:14:05 +0000 (09:14 -0800)] 
crypt32: Pass key length to CryptDeriveKey.

16 years agocrypt32: Use the enhanced provider rather than the default (base) provider.
Juan Lang [Wed, 7 Nov 2007 17:11:49 +0000 (09:11 -0800)] 
crypt32: Use the enhanced provider rather than the default (base) provider.

16 years agocrypt32: Use SHA1 rather than MD5 to protect data.
Juan Lang [Wed, 7 Nov 2007 16:54:04 +0000 (08:54 -0800)] 
crypt32: Use SHA1 rather than MD5 to protect data.

16 years agocrypt32: Save alg IDs in CryptProtectData output.
Juan Lang [Wed, 7 Nov 2007 16:16:31 +0000 (08:16 -0800)] 
crypt32: Save alg IDs in CryptProtectData output.

16 years agocrypt32: Describe CryptProtectData data format more accurately.
Juan Lang [Wed, 7 Nov 2007 16:09:42 +0000 (08:09 -0800)] 
crypt32: Describe CryptProtectData data format more accurately.

16 years agorsaenh: Fix a comment.
Juan Lang [Wed, 7 Nov 2007 16:15:12 +0000 (08:15 -0800)] 
rsaenh: Fix a comment.

16 years agouser32: Fix for failing tests of LB_GETTEXT on listbox on Win98.
Alex Villacís Lasso [Wed, 7 Nov 2007 15:36:53 +0000 (10:36 -0500)] 
user32: Fix for failing tests of LB_GETTEXT on listbox on Win98.

16 years agouser32: Fix LB_ITEMFROMPOINT tests for listbox control.
Alex Villacís Lasso [Wed, 7 Nov 2007 15:34:55 +0000 (10:34 -0500)] 
user32: Fix LB_ITEMFROMPOINT tests for listbox control.

16 years agowinebuild: Add a few nops to stub entry points to make Safedisc happy.
Alexandre Julliard [Wed, 7 Nov 2007 19:36:04 +0000 (20:36 +0100)] 
winebuild: Add a few nops to stub entry points to make Safedisc happy.

16 years agouser32: Removed unused NC_DrawGrayButton function.
Alexandre Julliard [Wed, 7 Nov 2007 18:46:34 +0000 (19:46 +0100)] 
user32: Removed unused NC_DrawGrayButton function.

16 years agouser32: Make all internal user32 functions and variables hidden.
Alexandre Julliard [Wed, 7 Nov 2007 17:05:49 +0000 (18:05 +0100)] 
user32: Make all internal user32 functions and variables hidden.

16 years agogdi32: Make all internal gdi functions hidden.
Alexandre Julliard [Wed, 7 Nov 2007 16:50:57 +0000 (17:50 +0100)] 
gdi32: Make all internal gdi functions hidden.

16 years agowinspool: Use unsigned type to avoid a compiler warning.
Detlef Riekenberg [Sun, 4 Nov 2007 16:57:54 +0000 (17:57 +0100)] 
winspool: Use unsigned type to avoid a compiler warning.

16 years agowine.inf: Add APPDATA and LOCALAPPDATA environment variables.
Alexandre Julliard [Wed, 7 Nov 2007 12:32:57 +0000 (13:32 +0100)] 
wine.inf: Add APPDATA and LOCALAPPDATA environment variables.

16 years agomsvcrt: Fix two buglets in heap test.
Dan Kegel [Wed, 7 Nov 2007 00:52:19 +0000 (16:52 -0800)] 
msvcrt: Fix two buglets in heap test.

16 years agomsxml3: Fix memory leak.
Alistair Leslie-Hughes [Wed, 7 Nov 2007 01:39:11 +0000 (12:39 +1100)] 
msxml3: Fix memory leak.

16 years agorsaenh: Use LocalFree to free memory return by Crypt(Un)ProtectData.
Juan Lang [Tue, 6 Nov 2007 21:58:55 +0000 (13:58 -0800)] 
rsaenh: Use LocalFree to free memory return by Crypt(Un)ProtectData.

16 years agorsaenh: Use helper function to read key pairs from registry.
Juan Lang [Tue, 6 Nov 2007 21:05:23 +0000 (13:05 -0800)] 
rsaenh: Use helper function to read key pairs from registry.

16 years agorsaenh: Use helper function to delete a key container's registry key.
Juan Lang [Tue, 6 Nov 2007 19:53:14 +0000 (11:53 -0800)] 
rsaenh: Use helper function to delete a key container's registry key.

16 years agorsaenh: Use helper function to open a key container's registry key.
Juan Lang [Tue, 6 Nov 2007 19:48:29 +0000 (11:48 -0800)] 
rsaenh: Use helper function to open a key container's registry key.

16 years agorsaenh: Use helper function to create a container's registry key.
Juan Lang [Tue, 6 Nov 2007 19:37:00 +0000 (11:37 -0800)] 
rsaenh: Use helper function to create a container's registry key.

16 years agorsaenh: Use helper function to persist keys.
Juan Lang [Tue, 6 Nov 2007 19:27:24 +0000 (11:27 -0800)] 
rsaenh: Use helper function to persist keys.

16 years agoinclude: Mark imported functions with hidden visibility.
Alexandre Julliard [Wed, 7 Nov 2007 11:31:16 +0000 (12:31 +0100)] 
include: Mark imported functions with hidden visibility.

16 years agoinclude: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.
Alexandre Julliard [Wed, 7 Nov 2007 11:30:51 +0000 (12:30 +0100)] 
include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.

16 years agoinclude: Add NTSYSAPI to the exported ntdll functions.
Alexandre Julliard [Wed, 7 Nov 2007 11:28:59 +0000 (12:28 +0100)] 
include: Add NTSYSAPI to the exported ntdll functions.

16 years agoinclude: Add WINBASEAPI to the exported kernel32 functions.
Alexandre Julliard [Wed, 7 Nov 2007 11:27:51 +0000 (12:27 +0100)] 
include: Add WINBASEAPI to the exported kernel32 functions.

16 years agoinclude: Add WINADVAPI to the exported advapi32 functions.
Alexandre Julliard [Wed, 7 Nov 2007 11:27:27 +0000 (12:27 +0100)] 
include: Add WINADVAPI to the exported advapi32 functions.

16 years agoinclude: Add WINGDIAPI to the exported gdi32 functions.
Alexandre Julliard [Wed, 7 Nov 2007 11:26:49 +0000 (12:26 +0100)] 
include: Add WINGDIAPI to the exported gdi32 functions.

16 years agoinclude: Add WINUSERAPI to the exported user32 functions.
Alexandre Julliard [Wed, 7 Nov 2007 11:26:29 +0000 (12:26 +0100)] 
include: Add WINUSERAPI to the exported user32 functions.

16 years agogdi32: Correct a test where the tested function was not called.
Laurent Vromman [Tue, 6 Nov 2007 00:37:15 +0000 (01:37 +0100)] 
gdi32: Correct a test where the tested function was not called.

16 years agowined3d: Free the backbuffer array.
Stefan Dösinger [Tue, 6 Nov 2007 18:50:18 +0000 (19:50 +0100)] 
wined3d: Free the backbuffer array.

16 years agod3d9: Initialize the test rectangle correctly.
Stefan Dösinger [Tue, 6 Nov 2007 18:45:17 +0000 (19:45 +0100)] 
d3d9: Initialize the test rectangle correctly.

16 years agowined3d: Implement the varying map.
Stefan Dösinger [Tue, 6 Nov 2007 11:34:22 +0000 (12:34 +0100)] 
wined3d: Implement the varying map.

16 years agowined3d: Install a varying map.
Stefan Dösinger [Sat, 27 Oct 2007 22:12:37 +0000 (00:12 +0200)] 
wined3d: Install a varying map.

16 years agod3d9: Remove some spamy debug traces from the texture test.
Stefan Dösinger [Fri, 26 Oct 2007 16:45:20 +0000 (18:45 +0200)] 
d3d9: Remove some spamy debug traces from the texture test.

16 years agoddraw: Fix a test for Vista.
Stefan Dösinger [Fri, 26 Oct 2007 16:43:08 +0000 (18:43 +0200)] 
ddraw: Fix a test for Vista.

16 years agoddraw: Be less picky about float precision.
Stefan Dösinger [Fri, 26 Oct 2007 16:40:58 +0000 (18:40 +0200)] 
ddraw: Be less picky about float precision.

16 years agod3d9: Use HAL devices in some tests.
Stefan Dösinger [Sat, 27 Oct 2007 20:40:57 +0000 (22:40 +0200)] 
d3d9: Use HAL devices in some tests.

16 years agowined3d: Refuse to create volumes and volume textures if not supported.
Stefan Dösinger [Fri, 26 Oct 2007 11:44:16 +0000 (13:44 +0200)] 
wined3d: Refuse to create volumes and volume textures if not supported.

16 years agowined3d: Set the display mode before creating the context.
Stefan Dösinger [Fri, 26 Oct 2007 00:16:03 +0000 (02:16 +0200)] 
wined3d: Set the display mode before creating the context.

16 years agowined3d: Set the main hwnd before setting up the screen.
Stefan Dösinger [Thu, 25 Oct 2007 22:32:08 +0000 (00:32 +0200)] 
wined3d: Set the main hwnd before setting up the screen.

16 years agosnmpapi: Constify a variable.
Andrew Talbot [Tue, 6 Nov 2007 21:29:25 +0000 (21:29 +0000)] 
snmpapi: Constify a variable.

16 years agowined3d: Shader Model 3.0 varying tests.
Stefan Dösinger [Tue, 6 Nov 2007 19:33:33 +0000 (20:33 +0100)] 
wined3d: Shader Model 3.0 varying tests.

16 years agowininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.
EA Durbin [Tue, 6 Nov 2007 17:18:00 +0000 (11:18 -0600)] 
wininet: Return true for case INTERNET_OPTION_SECURITY_FLAGS.

16 years agorpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCancelThread.
Rob Shearman [Tue, 6 Nov 2007 15:55:06 +0000 (15:55 +0000)] 
rpcrt4: Add stubs for RpcMgmtSetCancelTimeout and RpcCancelThread.

16 years agorpcrt4: Add a stub for RpcErrorStartEnumeration.
Rob Shearman [Tue, 6 Nov 2007 15:54:59 +0000 (15:54 +0000)] 
rpcrt4: Add a stub for RpcErrorStartEnumeration.

16 years agoinetcomm: Add a stub implementation of the MimeSecurity object.
Huw Davies [Mon, 5 Nov 2007 17:02:40 +0000 (17:02 +0000)] 
inetcomm: Add a stub implementation of the MimeSecurity object.

16 years agodsound: Add conformance tests for 24/32 bits buffers and waveformatextensible.
Maarten Lankhorst [Mon, 5 Nov 2007 22:23:28 +0000 (23:23 +0100)] 
dsound: Add conformance tests for 24/32 bits buffers and waveformatextensible.

16 years agodsound: Add support for WAVEFORMATEXTENSIBLE format.
Maarten Lankhorst [Mon, 5 Nov 2007 22:23:11 +0000 (23:23 +0100)] 
dsound: Add support for WAVEFORMATEXTENSIBLE format.

16 years agoinclude: Add a few speaker defines to ksmedia.h.
Maarten Lankhorst [Mon, 5 Nov 2007 22:22:41 +0000 (23:22 +0100)] 
include: Add a few speaker defines to ksmedia.h.

16 years agokernel32: Add spec entries for LocaleNameToLCID and LCIDToLocaleName.
Alexandre Julliard [Tue, 6 Nov 2007 19:37:54 +0000 (20:37 +0100)] 
kernel32: Add spec entries for LocaleNameToLCID and LCIDToLocaleName.

16 years agoinclude: Moved AttachThreadInput prototype to winuser.h where it belongs.
Alexandre Julliard [Tue, 6 Nov 2007 18:57:18 +0000 (19:57 +0100)] 
include: Moved AttachThreadInput prototype to winuser.h where it belongs.

16 years agoserver: Don't do access checks on the security descriptors of newly created objects.
Rob Shearman [Mon, 5 Nov 2007 14:23:36 +0000 (14:23 +0000)] 
server: Don't do access checks on the security descriptors of newly created objects.

16 years agocomctl32/tests: Flush pending events before progress repaint tests.
Alexandre Julliard [Tue, 6 Nov 2007 13:39:41 +0000 (14:39 +0100)] 
comctl32/tests: Flush pending events before progress repaint tests.

16 years agoInclude objbase.h where need to get the DllRegisterServer prototype.
Alexandre Julliard [Tue, 6 Nov 2007 13:39:16 +0000 (14:39 +0100)] 
Include objbase.h where need to get the DllRegisterServer prototype.

16 years agoMake some variables static.
Alexandre Julliard [Tue, 6 Nov 2007 13:38:54 +0000 (14:38 +0100)] 
Make some variables static.

16 years agonet.exe: Lists existing NetUse connections.
Tim Schwartz [Mon, 5 Nov 2007 21:02:49 +0000 (15:02 -0600)] 
net.exe: Lists existing NetUse connections.

16 years agomsi: Test that the install state is dependent on the feature and component registration.
James Hawkins [Tue, 6 Nov 2007 11:23:39 +0000 (05:23 -0600)] 
msi: Test that the install state is dependent on the feature and component registration.

16 years agomsi: Process the ADDSOURCE property when setting feature states.
James Hawkins [Tue, 6 Nov 2007 11:22:11 +0000 (05:22 -0600)] 
msi: Process the ADDSOURCE property when setting feature states.

16 years agomsi: Test the install states of removed features.
James Hawkins [Tue, 6 Nov 2007 11:19:55 +0000 (05:19 -0600)] 
msi: Test the install states of removed features.

16 years agomsi: Add a missing struct initialization.
James Hawkins [Tue, 6 Nov 2007 11:18:24 +0000 (05:18 -0600)] 
msi: Add a missing struct initialization.

16 years agogdi32: Add a test for CloseFigure.
Laurent Vromman [Mon, 5 Nov 2007 16:55:17 +0000 (17:55 +0100)] 
gdi32: Add a test for CloseFigure.

16 years agouser32: Fixed A<->W translations of CREATESTRUCTs that contain atoms.
Alexandre Julliard [Tue, 6 Nov 2007 12:58:05 +0000 (13:58 +0100)] 
user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms.

16 years agowined3d: Make sure the format of the render target is P8 too.
Roderick Colenbrander [Mon, 5 Nov 2007 19:20:34 +0000 (20:20 +0100)] 
wined3d: Make sure the format of the render target is P8 too.

16 years agowined3d: Rewrite the draw buffer selection code.
Roderick Colenbrander [Tue, 6 Nov 2007 00:11:35 +0000 (01:11 +0100)] 
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.