wine
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.

16 years agowined3d: Handle ps 3.0 varyings in a different way.
Stefan Dösinger [Fri, 26 Oct 2007 00:11:00 +0000 (02:11 +0200)] 
wined3d: Handle ps 3.0 varyings in a different way.

16 years agowined3d: Add a max varyings member to the gl info structure.
Stefan Dösinger [Wed, 24 Oct 2007 11:16:57 +0000 (13:16 +0200)] 
wined3d: Add a max varyings member to the gl info structure.

16 years agowined3d: Pixel Shader varying indexing.
Stefan Dösinger [Sat, 27 Oct 2007 22:08:56 +0000 (00:08 +0200)] 
wined3d: Pixel Shader varying indexing.

16 years agowined3d: Make pixel shader input an array.
Stefan Dösinger [Thu, 18 Oct 2007 12:45:32 +0000 (14:45 +0200)] 
wined3d: Make pixel shader input an array.

16 years agowined3d: Only glBindAttribLocation used attributes.
Stefan Dösinger [Mon, 22 Oct 2007 12:08:23 +0000 (14:08 +0200)] 
wined3d: Only glBindAttribLocation used attributes.

16 years agowsock32: Check return value rather than returned size for error.
Juan Lang [Mon, 5 Nov 2007 18:25:11 +0000 (10:25 -0800)] 
wsock32: Check return value rather than returned size for error.

16 years agosetupapi: Don't convert strings past NULL-terminator.
Juan Lang [Mon, 5 Nov 2007 18:12:25 +0000 (10:12 -0800)] 
setupapi: Don't convert strings past NULL-terminator.

16 years agosetupapi: Downgrade an ERR to a WARN.
Juan Lang [Mon, 5 Nov 2007 17:58:00 +0000 (09:58 -0800)] 
setupapi: Downgrade an ERR to a WARN.

16 years agosetupapi: Correct a return value.
Juan Lang [Mon, 5 Nov 2007 17:57:04 +0000 (09:57 -0800)] 
setupapi: Correct a return value.

16 years agosetupapi: Fix a leak.
Juan Lang [Mon, 5 Nov 2007 17:52:16 +0000 (09:52 -0800)] 
setupapi: Fix a leak.

16 years agowidl: Don't rely on type_memsize to return 0 for all conformant arrays.
Dan Hipschman [Tue, 6 Nov 2007 01:23:26 +0000 (17:23 -0800)] 
widl: Don't rely on type_memsize to return 0 for all conformant arrays.

16 years agodwmapi: Add DwmEnableComposition stub.
Kovács András [Tue, 6 Nov 2007 00:00:58 +0000 (01:00 +0100)] 
dwmapi: Add DwmEnableComposition stub.

16 years agowinspool: Error check in add_printer_driver() was to strict.
Detlef Riekenberg [Mon, 5 Nov 2007 21:48:07 +0000 (22:48 +0100)] 
winspool: Error check in add_printer_driver() was to strict.

Reported by Dan Sawyer.

16 years agoshell32: Constify some variables.
Andrew Talbot [Mon, 5 Nov 2007 22:03:14 +0000 (22:03 +0000)] 
shell32: Constify some variables.

16 years agomshtml: Added AcceptLanguage handling.
Jacek Caban [Sun, 4 Nov 2007 16:04:41 +0000 (17:04 +0100)] 
mshtml: Added AcceptLanguage handling.

16 years agomshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.
Jacek Caban [Fri, 2 Nov 2007 18:54:22 +0000 (19:54 +0100)] 
mshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.

16 years agomshtml: More range tests and fixes.
Jacek Caban [Mon, 5 Nov 2007 20:45:46 +0000 (21:45 +0100)] 
mshtml: More range tests and fixes.

16 years agomshtml: Store HTMLDocument pointer in BSCallback object.
Jacek Caban [Mon, 5 Nov 2007 20:45:07 +0000 (21:45 +0100)] 
mshtml: Store HTMLDocument pointer in BSCallback object.

16 years agod3dx8: Implement D3DXMatrixOrthoOffCenterLH.
David Adam [Mon, 5 Nov 2007 18:34:34 +0000 (19:34 +0100)] 
d3dx8: Implement D3DXMatrixOrthoOffCenterLH.

16 years agod3dx8: Implement D3DXMatrixOrthoOffCenterRH.
David Adam [Mon, 5 Nov 2007 18:30:49 +0000 (19:30 +0100)] 
d3dx8: Implement D3DXMatrixOrthoOffCenterRH.

16 years agod3dx8: Uniformize the matrix format in the tests.
David Adam [Mon, 5 Nov 2007 18:27:01 +0000 (19:27 +0100)] 
d3dx8: Uniformize the matrix format in the tests.

16 years agoriched20: EM_GETMODIFY should not report modification after WM_SETTEXT (fixes todo_wine).
Alex Villacís Lasso [Mon, 5 Nov 2007 16:30:58 +0000 (11:30 -0500)] 
riched20: EM_GETMODIFY should not report modification after WM_SETTEXT (fixes todo_wine).

16 years agoinetcomm: Add a test for MimeOleCreateVirtualStream.
Huw Davies [Fri, 2 Nov 2007 15:45:39 +0000 (15:45 +0000)] 
inetcomm: Add a test for MimeOleCreateVirtualStream.

16 years agokernel32: Fix the image size in a test to avoid a BSOD on Windows XP SP1.
Francois Gouget [Mon, 5 Nov 2007 11:35:29 +0000 (12:35 +0100)] 
kernel32: Fix the image size in a test to avoid a BSOD on Windows XP SP1.

16 years agowinex11: Fix compilation on systems that don't support either nameless unions or...
Francois Gouget [Mon, 5 Nov 2007 11:35:18 +0000 (12:35 +0100)] 
winex11: Fix compilation on systems that don't support either nameless unions or nameless structs.

16 years agouser32: Fix compilation on systems that don't support either nameless unions or namel...
Francois Gouget [Mon, 5 Nov 2007 11:35:10 +0000 (12:35 +0100)] 
user32: Fix compilation on systems that don't support either nameless unions or nameless structs.

16 years agorpcrt4: Handle FC_IGNORE in the base type functions.
Rob Shearman [Mon, 5 Nov 2007 11:10:07 +0000 (11:10 +0000)] 
rpcrt4: Handle FC_IGNORE in the base type functions.

16 years agoinclude: Fix a typo in midles.h.
Rob Shearman [Mon, 5 Nov 2007 11:09:52 +0000 (11:09 +0000)] 
include: Fix a typo in midles.h.

16 years agowininet: Release object in HttpSendRequestExW before return on error.
Nigel Liang [Sun, 4 Nov 2007 01:24:49 +0000 (18:24 -0700)] 
wininet: Release object in HttpSendRequestExW before return on error.

16 years agomsxml: Fix a memory leak.
Alistair Leslie-Hughes [Sat, 3 Nov 2007 06:24:34 +0000 (17:24 +1100)] 
msxml: Fix a memory leak.

16 years agod3dx8: Fix the number and the type of variables in d3dx8.spec.
David Adam [Sat, 3 Nov 2007 09:04:52 +0000 (10:04 +0100)] 
d3dx8: Fix the number and the type of variables in d3dx8.spec.

16 years agod3dx8: Implement D3DXMatrixPerspectiveOrthoLH.
David Adam [Sat, 3 Nov 2007 08:59:33 +0000 (09:59 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveOrthoLH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveOrthoRH.
David Adam [Sat, 3 Nov 2007 08:57:33 +0000 (09:57 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveOrthoRH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveOffCenterLH.
David Adam [Sat, 3 Nov 2007 08:54:39 +0000 (09:54 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveOffCenterLH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveOffCenterRH.
David Adam [Sat, 3 Nov 2007 08:52:45 +0000 (09:52 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveOffCenterRH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveFovLH.
David Adam [Sat, 3 Nov 2007 08:50:53 +0000 (09:50 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveFovLH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveFovRH.
David Adam [Sat, 3 Nov 2007 08:48:43 +0000 (09:48 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveFovRH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveLH.
David Adam [Sat, 3 Nov 2007 08:46:37 +0000 (09:46 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveLH.

16 years agod3dx8: Implement D3DXMatrixPerspectiveRH.
David Adam [Sat, 3 Nov 2007 08:43:11 +0000 (09:43 +0100)] 
d3dx8: Implement D3DXMatrixPerspectiveRH.

16 years agod3dx8: Implement D3DXMatrixLookAtLH.
David Adam [Sat, 3 Nov 2007 08:39:30 +0000 (09:39 +0100)] 
d3dx8: Implement D3DXMatrixLookAtLH.

16 years agod3dx8: Implement D3DXMatrixLookAtRH.
David Adam [Sat, 3 Nov 2007 08:33:51 +0000 (09:33 +0100)] 
d3dx8: Implement D3DXMatrixLookAtRH.

16 years agod3dx8: Implement D3DXMatrixRotationYawPitchRoll.
David Adam [Sat, 3 Nov 2007 08:30:14 +0000 (09:30 +0100)] 
d3dx8: Implement D3DXMatrixRotationYawPitchRoll.

16 years agod3dx8: Implement D3DXMatrixRotationQuaternion.
David Adam [Sat, 3 Nov 2007 08:26:14 +0000 (09:26 +0100)] 
d3dx8: Implement D3DXMatrixRotationQuaternion.

16 years agoshell32: Constify some variables.
Andrew Talbot [Sat, 3 Nov 2007 17:02:49 +0000 (17:02 +0000)] 
shell32: Constify some variables.

16 years agomsi: Implement the CCPSearch standard action.
James Hawkins [Mon, 5 Nov 2007 09:50:02 +0000 (04:50 -0500)] 
msi: Implement the CCPSearch standard action.