wine
18 years agomsi: Find pending custom actions by GUID.
Mike McCormack [Tue, 13 Feb 2007 13:48:05 +0000 (22:48 +0900)] 
msi: Find pending custom actions by GUID.

18 years agobin2res: Use fstat, handle errors.
Marcus Meissner [Tue, 13 Feb 2007 12:25:34 +0000 (13:25 +0100)] 
bin2res: Use fstat, handle errors.

18 years agotools/wineshelllink: Create links with WINEPREFIX.
Lei Zhang [Tue, 13 Feb 2007 23:01:26 +0000 (15:01 -0800)] 
tools/wineshelllink: Create links with WINEPREFIX.

18 years agouser32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID messages.
Dmitry Timoshkov [Wed, 14 Feb 2007 10:45:45 +0000 (18:45 +0800)] 
user32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID messages.

18 years agod3d8: Don't store the d3d8 declaration in the wined3d object.
H. Verbeet [Tue, 13 Feb 2007 22:12:45 +0000 (23:12 +0100)] 
d3d8: Don't store the d3d8 declaration in the wined3d object.

18 years agod3d8: Move loading local d3d8 vertex shader constants from wined3d to d3d8.
H. Verbeet [Tue, 13 Feb 2007 22:12:40 +0000 (23:12 +0100)] 
d3d8: Move loading local d3d8 vertex shader constants from wined3d to d3d8.

18 years agod3d9: Don't store the d3d9 declaration in the wined3d object.
H. Verbeet [Tue, 13 Feb 2007 22:12:36 +0000 (23:12 +0100)] 
d3d9: Don't store the d3d9 declaration in the wined3d object.

18 years agowined3d: Get rid of the vertexDeclaration field in IWineD3DVertexShaderImpl.
H. Verbeet [Tue, 13 Feb 2007 22:12:29 +0000 (23:12 +0100)] 
wined3d: Get rid of the vertexDeclaration field in IWineD3DVertexShaderImpl.

18 years agod3d8: Store the d3d8 vertex declaration in the d3d8 vertex shader.
H. Verbeet [Tue, 13 Feb 2007 22:12:24 +0000 (23:12 +0100)] 
d3d8: Store the d3d8 vertex declaration in the d3d8 vertex shader.

18 years agod3d8: Add an IDirect3DVertexDeclaration8 class to hold the wined3d vertex declaration.
H. Verbeet [Tue, 13 Feb 2007 22:12:19 +0000 (23:12 +0100)] 
d3d8: Add an IDirect3DVertexDeclaration8 class to hold the wined3d vertex declaration.

18 years agowined3d: Add WINED3DDECLUSAGE, use it.
H. Verbeet [Tue, 13 Feb 2007 22:12:14 +0000 (23:12 +0100)] 
wined3d: Add WINED3DDECLUSAGE, use it.

18 years agowined3d: Get rid of WINED3DSHADERDECLUSAGE.
H. Verbeet [Tue, 13 Feb 2007 22:12:10 +0000 (23:12 +0100)] 
wined3d: Get rid of WINED3DSHADERDECLUSAGE.

18 years agowined3d: Don't use WINED3DSHADERDECLUSAGE_PSIZE / WINED3DSHADERDECLUSAGE_FOG.
H. Verbeet [Tue, 13 Feb 2007 22:12:05 +0000 (23:12 +0100)] 
wined3d: Don't use WINED3DSHADERDECLUSAGE_PSIZE / WINED3DSHADERDECLUSAGE_FOG.

18 years agocabinet: Fixed fd leak in case of error.
Alexandre Julliard [Wed, 14 Feb 2007 12:12:32 +0000 (13:12 +0100)] 
cabinet: Fixed fd leak in case of error.

18 years agomsvcrt: Implemented stat64, wstat64 and fstat64.
Damjan Jovanovic [Wed, 14 Feb 2007 10:26:42 +0000 (12:26 +0200)] 
msvcrt: Implemented stat64, wstat64 and fstat64.

Change all other variations of stat use the stat64 family, since it is
the most general.

18 years agomsvcrt: Added declarations for functions and structures related to stat64.
Damjan Jovanovic [Wed, 14 Feb 2007 10:24:27 +0000 (12:24 +0200)] 
msvcrt: Added declarations for functions and structures related to stat64.

18 years agogdi32: Fixed typo in AngleArc.
Alexandre Julliard [Wed, 14 Feb 2007 11:30:43 +0000 (12:30 +0100)] 
gdi32: Fixed typo in AngleArc.

18 years agoquartz: Loop through the rest of the possible filters even when a connection fails.
Chris Robinson [Tue, 13 Feb 2007 22:32:34 +0000 (14:32 -0800)] 
quartz: Loop through the rest of the possible filters even when a connection fails.

18 years agowine.inf: Add quartz.dll to the list of installed fake DLLs.
Chris Robinson [Tue, 13 Feb 2007 22:34:45 +0000 (14:34 -0800)] 
wine.inf: Add quartz.dll to the list of installed fake DLLs.

18 years agoquartz: Remove 1GB AVI size limitation.
Chris Robinson [Tue, 13 Feb 2007 22:37:52 +0000 (14:37 -0800)] 
quartz: Remove 1GB AVI size limitation.

18 years agoquartz: Properly handle input parameters in FileSource_GetCurFile.
Chris Robinson [Tue, 13 Feb 2007 22:28:02 +0000 (14:28 -0800)] 
quartz: Properly handle input parameters in FileSource_GetCurFile.

18 years agowined3d: Do not allocate compressed surfaces with glTexImage2D.
Stefan Dösinger [Tue, 13 Feb 2007 19:28:25 +0000 (20:28 +0100)] 
wined3d: Do not allocate compressed surfaces with glTexImage2D.

18 years agowined3d: Swap the SFLAG_DIBSECTION flag when swaping hdc and memory.
Stefan Dösinger [Tue, 13 Feb 2007 19:25:48 +0000 (20:25 +0100)] 
wined3d: Swap the SFLAG_DIBSECTION flag when swaping hdc and memory.

18 years agowined3d: Check error conditions before creating the object.
Stefan Dösinger [Tue, 13 Feb 2007 19:24:39 +0000 (20:24 +0100)] 
wined3d: Check error conditions before creating the object.

18 years agowined3d: Partial render target locking.
Stefan Dösinger [Tue, 13 Feb 2007 19:24:00 +0000 (20:24 +0100)] 
wined3d: Partial render target locking.

18 years agowined3d: Always use np2 repacking if no native np2 support is available.
Stefan Dösinger [Tue, 13 Feb 2007 19:21:48 +0000 (20:21 +0100)] 
wined3d: Always use np2 repacking if no native np2 support is available.

18 years agowined3d: Improve render target locking.
Stefan Dösinger [Tue, 13 Feb 2007 19:21:44 +0000 (20:21 +0100)] 
wined3d: Improve render target locking.

18 years agowined3d: Remove pow2Size from the surfaces.
Stefan Dösinger [Tue, 13 Feb 2007 19:21:41 +0000 (20:21 +0100)] 
wined3d: Remove pow2Size from the surfaces.

18 years agowined3d: Show fullscreen rendering windows.
Stefan Dösinger [Tue, 13 Feb 2007 19:21:36 +0000 (20:21 +0100)] 
wined3d: Show fullscreen rendering windows.

18 years agowined3d: GetRenderTargetData can call BltFast.
Stefan Dösinger [Tue, 13 Feb 2007 19:14:41 +0000 (20:14 +0100)] 
wined3d: GetRenderTargetData can call BltFast.

18 years agowined3d: Dirtify the render targets, not the primary swapchain on draws.
Stefan Dösinger [Tue, 13 Feb 2007 19:21:32 +0000 (20:21 +0100)] 
wined3d: Dirtify the render targets, not the primary swapchain on draws.

18 years agocomctl32: Remove redundant NULL checks before Free() calls.
Felix Nawothnig [Tue, 13 Feb 2007 20:18:24 +0000 (21:18 +0100)] 
comctl32: Remove redundant NULL checks before Free() calls.

18 years agocomctl32: Add tests for Alloc() and friends.
Felix Nawothnig [Tue, 13 Feb 2007 20:02:56 +0000 (21:02 +0100)] 
comctl32: Add tests for Alloc() and friends.

18 years agocomctl32: Rename 'string' test to 'misc'.
Felix Nawothnig [Tue, 13 Feb 2007 20:01:35 +0000 (21:01 +0100)] 
comctl32: Rename 'string' test to 'misc'.

18 years agowined3d: Cleanup the pixelshader() state handler a little bit.
H. Verbeet [Tue, 13 Feb 2007 18:53:20 +0000 (19:53 +0100)] 
wined3d: Cleanup the pixelshader() state handler a little bit.

18 years agowined3d: Always select the correct shader pair in the vertexdeclaration() state handler.
H. Verbeet [Tue, 13 Feb 2007 18:53:11 +0000 (19:53 +0100)] 
wined3d: Always select the correct shader pair in the vertexdeclaration() state handler.

18 years agocmd: Fix program name.
Vitaly Lipatov [Tue, 13 Feb 2007 18:24:29 +0000 (21:24 +0300)] 
cmd: Fix program name.

18 years agomshtml: Don't release window if it wasn't created.
Jacek Caban [Tue, 13 Feb 2007 11:21:03 +0000 (12:21 +0100)] 
mshtml: Don't release window if it wasn't created.

18 years agomshtml: Added comments about frozen/not frozen interface.
Jacek Caban [Sun, 11 Feb 2007 15:28:16 +0000 (16:28 +0100)] 
mshtml: Added comments about frozen/not frozen interface.

18 years agomshtml: Use wine_url in GetSpec if possible.
Jacek Caban [Sat, 10 Feb 2007 18:04:32 +0000 (19:04 +0100)] 
mshtml: Use wine_url in GetSpec if possible.

18 years agomshtml: Forward GetAsciiSpec to GetSpec.
Jacek Caban [Sat, 10 Feb 2007 18:02:02 +0000 (19:02 +0100)] 
mshtml: Forward GetAsciiSpec to GetSpec.

18 years agomshtml: Added SchemeIs implementation.
Jacek Caban [Tue, 13 Feb 2007 17:08:09 +0000 (18:08 +0100)] 
mshtml: Added SchemeIs implementation.

18 years agomshtml: Return "wine" as scheme of nsIURI if wine_url is set.
Jacek Caban [Sat, 10 Feb 2007 17:59:38 +0000 (18:59 +0100)] 
mshtml: Return "wine" as scheme of nsIURI if wine_url is set.

18 years agoserver: Get the primary group from the token's groups.
Vitaliy Margolen [Fri, 9 Feb 2007 16:24:53 +0000 (09:24 -0700)] 
server: Get the primary group from the token's groups.

18 years agomsi: Remove an unused initializer.
Mike McCormack [Tue, 13 Feb 2007 10:50:35 +0000 (19:50 +0900)] 
msi: Remove an unused initializer.

18 years agoole32: Add missing parameter for RunningObjectTableImpl_UnInitialize.
Mike McCormack [Tue, 13 Feb 2007 10:49:51 +0000 (19:49 +0900)] 
ole32: Add missing parameter for RunningObjectTableImpl_UnInitialize.

18 years agomsi: Conformance test, check that INSTALLUILEVEL flags don't trigger UI install.
Misha Koshelev [Sun, 11 Feb 2007 05:07:42 +0000 (23:07 -0600)] 
msi: Conformance test, check that INSTALLUILEVEL flags don't trigger UI install.

18 years agouser32/tests: Add tests for WM_SETICON.
Kirill K. Smirnov [Fri, 19 Jan 2007 12:06:59 +0000 (15:06 +0300)] 
user32/tests: Add tests for WM_SETICON.

18 years agouser32: Handle WM_SETICON message similarly to WM_SETTEXT.
Kirill K. Smirnov [Fri, 19 Jan 2007 12:03:19 +0000 (15:03 +0300)] 
user32: Handle WM_SETICON message similarly to WM_SETTEXT.

18 years agontdll: Allow APCs to run while waiting for a debug event reply.
Alexandre Julliard [Tue, 13 Feb 2007 16:17:58 +0000 (17:17 +0100)] 
ntdll: Allow APCs to run while waiting for a debug event reply.

18 years agowinex11.drv: We still have to flush the display after mapping a window.
Alexandre Julliard [Tue, 13 Feb 2007 16:17:26 +0000 (17:17 +0100)] 
winex11.drv: We still have to flush the display after mapping a window.

The Photoshop splash screen needs this.

18 years agowinex11.drv: Popup windows with system menu are managed.
Vitaliy Margolen [Sat, 10 Feb 2007 17:40:50 +0000 (10:40 -0700)] 
winex11.drv: Popup windows with system menu are managed.

18 years agocomctl32: updown: Getter and setter tests for updown control.
Leslie Choong [Sun, 11 Feb 2007 04:37:26 +0000 (20:37 -0800)] 
comctl32: updown: Getter and setter tests for updown control.

18 years agowineconsole: Added range of value for all up-down controls on config dialog.
Anatoly Lyutin [Sat, 10 Feb 2007 11:44:18 +0000 (14:44 +0300)] 
wineconsole: Added range of value for all up-down controls on config dialog.

18 years agocomdlg32: fontdlg: Add initialisation for comboboxes.
Anatoly Lyutin [Sat, 10 Feb 2007 13:34:30 +0000 (16:34 +0300)] 
comdlg32: fontdlg: Add initialisation for comboboxes.

18 years agowineshelllink: Fix mktemp usage on FreeBSD.
Tijl Coosemans [Fri, 9 Feb 2007 17:31:18 +0000 (18:31 +0100)] 
wineshelllink: Fix mktemp usage on FreeBSD.

18 years agontdll/tests: Fixed WCHAR overflow.
Marcus Meissner [Thu, 8 Feb 2007 16:15:50 +0000 (17:15 +0100)] 
ntdll/tests: Fixed WCHAR overflow.

18 years agocmd: Fix the "move" command the same way as the "copy" command.
Kim Lilliestierna [Sat, 27 Jan 2007 14:26:03 +0000 (15:26 +0100)] 
cmd: Fix the "move" command the same way as the "copy" command.

18 years agowinedump: Free function_name on all error paths.
Marcus Meissner [Tue, 13 Feb 2007 07:49:24 +0000 (08:49 +0100)] 
winedump: Free function_name on all error paths.

18 years agontdll: Test that shows RtlRaiseException with EXCEPTION_BREAKPOINT mangles Eip of...
Peter Oberndorfer [Mon, 12 Feb 2007 20:22:37 +0000 (21:22 +0100)] 
ntdll: Test that shows RtlRaiseException with EXCEPTION_BREAKPOINT mangles Eip of context.

18 years agoatl: Fix a comparison between signed and unsigned.
Michael Stefaniuc [Mon, 12 Feb 2007 23:13:00 +0000 (00:13 +0100)] 
atl: Fix a comparison between signed and unsigned.

18 years agowldap32: Missing HeapFree on error path (found by Smatch).
Michael Stefaniuc [Mon, 12 Feb 2007 23:02:34 +0000 (00:02 +0100)] 
wldap32: Missing HeapFree on error path (found by Smatch).

18 years agocomctl32: Implement ImageList_GetFlags.
Dmitry Timoshkov [Tue, 13 Feb 2007 08:25:02 +0000 (16:25 +0800)] 
comctl32: Implement ImageList_GetFlags.

18 years agouser32: Activate an MDI child on WM_SETFOCUS as well as on WM_CHILDACTIVATE.
Dmitry Timoshkov [Tue, 13 Feb 2007 08:24:17 +0000 (16:24 +0800)] 
user32: Activate an MDI child on WM_SETFOCUS as well as on WM_CHILDACTIVATE.

18 years agodinput: Constify some variables.
Andrew Talbot [Mon, 12 Feb 2007 20:58:08 +0000 (20:58 +0000)] 
dinput: Constify some variables.

18 years agoamstream: Constify a variable.
Andrew Talbot [Mon, 12 Feb 2007 20:58:47 +0000 (20:58 +0000)] 
amstream: Constify a variable.

18 years agowined3d: Use the context manager to create onscreen contexts.
Stefan Dösinger [Mon, 12 Feb 2007 18:22:41 +0000 (19:22 +0100)] 
wined3d: Use the context manager to create onscreen contexts.

18 years agod3d8: Deleting bound shaders unbinds them.
Stefan Dösinger [Mon, 12 Feb 2007 18:21:45 +0000 (19:21 +0100)] 
d3d8: Deleting bound shaders unbinds them.

18 years agowined3d: Use the context manager to select the primary render target.
Stefan Dösinger [Mon, 12 Feb 2007 18:21:10 +0000 (19:21 +0100)] 
wined3d: Use the context manager to select the primary render target.

18 years agowined3d: Make the context array dynamic.
Stefan Dösinger [Mon, 12 Feb 2007 18:35:45 +0000 (19:35 +0100)] 
wined3d: Make the context array dynamic.

18 years agowined3d: Improve render target to texture blits.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:46 +0000 (19:18 +0100)] 
wined3d: Improve render target to texture blits.

18 years agowined3d: Use the context manager to prepare for blitting.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:41 +0000 (19:18 +0100)] 
wined3d: Use the context manager to prepare for blitting.

18 years agowined3d: Use the context manager to prepare for drawing.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:36 +0000 (19:18 +0100)] 
wined3d: Use the context manager to prepare for drawing.

18 years agowined3d: Store dirty states per context.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:31 +0000 (19:18 +0100)] 
wined3d: Store dirty states per context.

18 years agowined3d: Store state optmization members in the context.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:27 +0000 (19:18 +0100)] 
wined3d: Store state optmization members in the context.

18 years agowined3d: Add a per context structure for context management.
Stefan Dösinger [Mon, 12 Feb 2007 18:18:22 +0000 (19:18 +0100)] 
wined3d: Add a per context structure for context management.

18 years agowininet: Fix a test that fails on Windows.
Hans Leidekker [Mon, 12 Feb 2007 14:27:36 +0000 (15:27 +0100)] 
wininet: Fix a test that fails on Windows.

18 years agowininet: Skip empty accept type strings in HttpOpenRequest.
Hans Leidekker [Mon, 12 Feb 2007 14:19:17 +0000 (15:19 +0100)] 
wininet: Skip empty accept type strings in HttpOpenRequest.

18 years agowininet/ftp.c: Fix some returned error codes.
Paul Vriens [Mon, 12 Feb 2007 10:33:26 +0000 (11:33 +0100)] 
wininet/ftp.c: Fix some returned error codes.

18 years agowininet/ftp.c: Add tests to show the order of parameter checking.
Paul Vriens [Mon, 12 Feb 2007 09:55:13 +0000 (10:55 +0100)] 
wininet/ftp.c: Add tests to show the order of parameter checking.

18 years agorpcrt4: The format structures used in the marshaling code should have 1-byte alignment.
Rob Shearman [Mon, 12 Feb 2007 13:29:04 +0000 (13:29 +0000)] 
rpcrt4: The format structures used in the marshaling code should have 1-byte alignment.

18 years agoinclude: Add more EOAC_* enumeration values to objidl.idl.
Rob Shearman [Mon, 12 Feb 2007 13:28:18 +0000 (13:28 +0000)] 
include: Add more EOAC_* enumeration values to objidl.idl.

Also add the SOLE_AUTHENTICATION_INFO and SOLE_AUTHENTICATION_LIST
structures which are used by CoInitializeSecurity.

18 years agoinclude: Fix a typo in a comment in rpcdce.h.
Rob Shearman [Mon, 12 Feb 2007 13:27:36 +0000 (13:27 +0000)] 
include: Fix a typo in a comment in rpcdce.h.

18 years agoinclude: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl...
Rob Shearman [Mon, 12 Feb 2007 13:26:59 +0000 (13:26 +0000)] 
include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.

18 years agontdll: Fix compilation on systems that don't support nameless structs.
Francois Gouget [Mon, 12 Feb 2007 14:05:51 +0000 (15:05 +0100)] 
ntdll: Fix compilation on systems that don't support nameless structs.

18 years agontdll: Add prototypes to winnt.h for the SList functions.
Francois Gouget [Fri, 9 Feb 2007 14:57:07 +0000 (15:57 +0100)] 
ntdll: Add prototypes to winnt.h for the SList functions.

18 years agourlmon: Added mk protocol handling test.
Jacek Caban [Sat, 10 Feb 2007 15:34:41 +0000 (16:34 +0100)] 
urlmon: Added mk protocol handling test.

18 years agourlmon: Added test of handlong its protocol.
Jacek Caban [Sat, 10 Feb 2007 15:33:38 +0000 (16:33 +0100)] 
urlmon: Added test of handlong its protocol.

18 years agourlmon: Depend on Read result in report_data.
Jacek Caban [Sat, 10 Feb 2007 15:32:44 +0000 (16:32 +0100)] 
urlmon: Depend on Read result in report_data.

18 years agourlmon: Store download state in Binding object.
Jacek Caban [Sat, 10 Feb 2007 15:32:03 +0000 (16:32 +0100)] 
urlmon: Store download state in Binding object.

18 years agorpcrt4: Enter new named pipe connections into the protocol connection list.
Alexandre Julliard [Mon, 12 Feb 2007 13:13:22 +0000 (14:13 +0100)] 
rpcrt4: Enter new named pipe connections into the protocol connection list.

18 years agocomctl32: Make ImageList_Read and ImageList_Write compatible with each other, simplif...
Dmitry Timoshkov [Mon, 12 Feb 2007 08:47:56 +0000 (16:47 +0800)] 
comctl32: Make ImageList_Read and ImageList_Write compatible with each other, simplify the code.

18 years agomsi: Store dll based custom actions in a separate list.
Mike McCormack [Mon, 12 Feb 2007 02:31:41 +0000 (11:31 +0900)] 
msi: Store dll based custom actions in a separate list.

18 years agomsi: Simplify ACTION_FinishCustomActions.
Mike McCormack [Mon, 12 Feb 2007 02:30:43 +0000 (11:30 +0900)] 
msi: Simplify ACTION_FinishCustomActions.

18 years agowined3d: Properly round negative values in shader_glsl_mov.
Chris Robinson [Sun, 11 Feb 2007 07:04:55 +0000 (23:04 -0800)] 
wined3d: Properly round negative values in shader_glsl_mov.

18 years agowordpad: Open .wri files in wordpad.
Hans Leidekker [Sat, 10 Feb 2007 21:55:29 +0000 (22:55 +0100)] 
wordpad: Open .wri files in wordpad.

18 years agowinedump: Removed a couple of unused elements out of struct symbol.
Eric Pouech [Sat, 10 Feb 2007 08:10:20 +0000 (09:10 +0100)] 
winedump: Removed a couple of unused elements out of struct symbol.

18 years agowinedump: Simplify guid dumping.
Eric Pouech [Sat, 10 Feb 2007 08:10:13 +0000 (09:10 +0100)] 
winedump: Simplify guid dumping.

18 years agowinedump: Larger usage of symbol demangling while dumping.
Eric Pouech [Sat, 10 Feb 2007 08:10:07 +0000 (09:10 +0100)] 
winedump: Larger usage of symbol demangling while dumping.

18 years agowinedbg: Support for debugging child processes.
Eric Pouech [Sat, 10 Feb 2007 09:48:52 +0000 (10:48 +0100)] 
winedbg: Support for debugging child processes.

Added internal flag (AlsoDebugProcChild) to let winedbg debug both
parent and child (in the same WineDbg session).