wine/eterwine.git
17 years agowineshelllink: Don't hard-code icon extension to xpm.
Vitaliy Margolen [Sun, 23 Mar 2008 20:16:30 +0000 (14:16 -0600)]
wineshelllink: Don't hard-code icon extension to xpm.

17 years agowined3d: We want to compare the old and the new format and not the old with the old.
Roderick Colenbrander [Sat, 22 Mar 2008 21:23:58 +0000 (21:23 +0000)]
wined3d: We want to compare the old and the new format and not the old with the old.

17 years agouser32/tests: Skip checks if pre-condition does not match.
Marcus Meissner [Sat, 22 Mar 2008 18:11:33 +0000 (19:11 +0100)]
user32/tests: Skip checks if pre-condition does not match.

17 years agowined3d: Initialize maxAttribs in case it isn't changed by glGetIntegerv.
Philip Nilsson [Sat, 22 Mar 2008 17:28:52 +0000 (18:28 +0100)]
wined3d: Initialize maxAttribs in case it isn't changed by glGetIntegerv.

17 years agofusion: Add a stub implementation of IAssemblyName.
James Hawkins [Mon, 24 Mar 2008 06:28:56 +0000 (01:28 -0500)]
fusion: Add a stub implementation of IAssemblyName.

17 years agofusion: Add a few fusion stubs.
James Hawkins [Mon, 24 Mar 2008 01:48:48 +0000 (18:48 -0700)]
fusion: Add a few fusion stubs.

17 years agofusion: Add initial fusion.idl.
James Hawkins [Mon, 24 Mar 2008 01:48:08 +0000 (18:48 -0700)]
fusion: Add initial fusion.idl.

17 years agoopengl: Allocate DisabledExtensions buffer.
Markus Amsler [Mon, 24 Mar 2008 00:15:31 +0000 (01:15 +0100)]
opengl: Allocate DisabledExtensions buffer.

17 years agowordpad: Don't try to use information that hasn't been initialized yet.
Eric Pouech [Sun, 23 Mar 2008 08:22:51 +0000 (09:22 +0100)]
wordpad: Don't try to use information that hasn't been initialized yet.

17 years agorichedit: For setting word wrapping, native only uses a null vs non null value.
Eric Pouech [Sun, 23 Mar 2008 08:22:41 +0000 (09:22 +0100)]
richedit: For setting word wrapping, native only uses a null vs non null value.

17 years agorichedit: Fixed a bogus computation of paragraph indentation.
Eric Pouech [Sun, 23 Mar 2008 08:22:30 +0000 (09:22 +0100)]
richedit: Fixed a bogus computation of paragraph indentation.

17 years agorichedit: Fixed the initialization of the word wrap mode.
Eric Pouech [Sun, 23 Mar 2008 07:06:33 +0000 (08:06 +0100)]
richedit: Fixed the initialization of the word wrap mode.

17 years agogdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
Sean Huckins [Fri, 21 Mar 2008 23:39:22 +0000 (16:39 -0700)]
gdiplus: Implementation of GdipCreateBitmapFromHBITMAP.

17 years agowined3d: CheckTextureCapability returns TRUE for V8U8.
Roderick Colenbrander [Sat, 22 Mar 2008 16:45:59 +0000 (16:45 +0000)]
wined3d: CheckTextureCapability returns TRUE for V8U8.

17 years agowgl: Return TRUE on wglReleasePbufferDCARB success.
Roderick Colenbrander [Sat, 22 Mar 2008 12:36:20 +0000 (12:36 +0000)]
wgl: Return TRUE on wglReleasePbufferDCARB success.

17 years agowined3d: Add a missing break to blt_to_drawable.
Roderick Colenbrander [Fri, 21 Mar 2008 23:23:58 +0000 (23:23 +0000)]
wined3d: Add a missing break to blt_to_drawable.

17 years agomsi: Implement the StopServices action.
James Hawkins [Mon, 24 Mar 2008 06:31:07 +0000 (01:31 -0500)]
msi: Implement the StopServices action.

17 years agomsi: Don't hardcode the root drive.
James Hawkins [Mon, 24 Mar 2008 01:10:02 +0000 (18:10 -0700)]
msi: Don't hardcode the root drive.

17 years agomsi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only available with msi >= 3.0.
James Hawkins [Mon, 24 Mar 2008 00:52:27 +0000 (17:52 -0700)]
msi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only available with msi >= 3.0.

17 years agomsi: Initialize the size parameter.
James Hawkins [Mon, 24 Mar 2008 00:45:19 +0000 (17:45 -0700)]
msi: Initialize the size parameter.

17 years agocomctl32: Add the Romanian translation.
Michael Stefaniuc [Sun, 23 Mar 2008 21:05:07 +0000 (22:05 +0100)]
comctl32: Add the Romanian translation.

17 years agobrowseui: Add the German translation.
Michael Stefaniuc [Sun, 23 Mar 2008 21:04:50 +0000 (22:04 +0100)]
browseui: Add the German translation.

17 years agoshlwapi: Add the Romanian translation.
Michael Stefaniuc [Sun, 23 Mar 2008 21:05:25 +0000 (22:05 +0100)]
shlwapi: Add the Romanian translation.

17 years agobrowseui: Add the Romanian translation.
Michael Stefaniuc [Sun, 23 Mar 2008 21:04:34 +0000 (22:04 +0100)]
browseui: Add the Romanian translation.

17 years agocredui: Update the German translation.
Michael Stefaniuc [Sun, 23 Mar 2008 21:02:55 +0000 (22:02 +0100)]
credui: Update the German translation.

17 years agomshtml: Abstract BSCallback implementation.
Jacek Caban [Sun, 23 Mar 2008 01:17:17 +0000 (02:17 +0100)]
mshtml: Abstract BSCallback implementation.

17 years agomshtml: Move hlink_frame_navigate function.
Jacek Caban [Sun, 23 Mar 2008 01:16:36 +0000 (02:16 +0100)]
mshtml: Move hlink_frame_navigate function.

17 years agomshtml: Move BSCallback declaration to navigate.c.
Jacek Caban [Sun, 23 Mar 2008 01:16:18 +0000 (02:16 +0100)]
mshtml: Move BSCallback declaration to navigate.c.

17 years agomshtml: Added new nsChannelBSC type.
Jacek Caban [Sun, 23 Mar 2008 01:16:03 +0000 (02:16 +0100)]
mshtml: Added new nsChannelBSC type.

17 years agomshtml: Don't access BSCallback directly in nsembed.c.
Jacek Caban [Sun, 23 Mar 2008 01:15:39 +0000 (02:15 +0100)]
mshtml: Don't access BSCallback directly in nsembed.c.

17 years agomshtml: Don't access BSCallback directly in nsio.c.
Jacek Caban [Sun, 23 Mar 2008 01:15:20 +0000 (02:15 +0100)]
mshtml: Don't access BSCallback directly in nsio.c.

17 years agorichedit: Added missing fields to be reinitialized for the RTF \pard token.
Eric Pouech [Sat, 22 Mar 2008 20:36:13 +0000 (21:36 +0100)]
richedit: Added missing fields to be reinitialized for the RTF \pard token.

17 years agouser32: Fix F1 message sequence.
Vitaliy Margolen [Sat, 22 Mar 2008 19:09:21 +0000 (13:09 -0600)]
user32: Fix F1 message sequence.

17 years agowinex11.drv: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 22 Mar 2008 17:10:01 +0000 (17:10 +0000)]
winex11.drv: Assign to structs instead of using memcpy.

17 years agowininet: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 22 Mar 2008 17:10:04 +0000 (17:10 +0000)]
wininet: Assign to structs instead of using memcpy.

17 years agowinmm: Assign to struct instead of using memcpy.
Andrew Talbot [Sat, 22 Mar 2008 17:10:08 +0000 (17:10 +0000)]
winmm: Assign to struct instead of using memcpy.

17 years agowintab32: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 22 Mar 2008 17:10:10 +0000 (17:10 +0000)]
wintab32: Assign to structs instead of using memcpy.

17 years agowintrust: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 22 Mar 2008 17:10:13 +0000 (17:10 +0000)]
wintrust: Assign to structs instead of using memcpy.

17 years agownaspi32: Assign to struct instead of using memcpy.
Andrew Talbot [Sat, 22 Mar 2008 17:10:16 +0000 (17:10 +0000)]
wnaspi32: Assign to struct instead of using memcpy.

17 years agoquartz: Silence requests for ipin on filters.
Maarten Lankhorst [Fri, 21 Mar 2008 22:36:51 +0000 (15:36 -0700)]
quartz: Silence requests for ipin on filters.

17 years agoquartz: Forward requests for MediaSeeking from all pins properly.
Maarten Lankhorst [Fri, 21 Mar 2008 23:12:54 +0000 (16:12 -0700)]
quartz: Forward requests for MediaSeeking from all pins properly.

17 years agoquartz: Play silence in directsound renderer on end of stream notification.
Maarten Lankhorst [Fri, 21 Mar 2008 21:56:40 +0000 (14:56 -0700)]
quartz: Play silence in directsound renderer on end of stream notification.

17 years agoquartz: Make acmwrapper code aware of time, and get rid of its internal buffer.
Maarten Lankhorst [Fri, 21 Mar 2008 21:55:03 +0000 (14:55 -0700)]
quartz: Make acmwrapper code aware of time, and get rid of its internal buffer.

17 years agoquartz: Add sanity check to mediaseeking setrate.
Maarten Lankhorst [Fri, 21 Mar 2008 21:54:33 +0000 (14:54 -0700)]
quartz: Add sanity check to mediaseeking setrate.

17 years agoquartz: Parse audio packets in mpeg splitter to obtain the duration.
Maarten Lankhorst [Fri, 21 Mar 2008 05:33:47 +0000 (22:33 -0700)]
quartz: Parse audio packets in mpeg splitter to obtain the duration.

17 years agofonts: Store the generated TrueType fonts in the repository, and rebuild them only...
Alexandre Julliard [Sat, 22 Mar 2008 20:23:56 +0000 (21:23 +0100)]
fonts: Store the generated TrueType fonts in the repository, and rebuild them only in maintainer mode.

17 years agotools/sfnt2fnt: Add getopt option parsing.
Alexandre Julliard [Sat, 22 Mar 2008 20:00:56 +0000 (21:00 +0100)]
tools/sfnt2fnt: Add getopt option parsing.

17 years agotools/sfnt2fnt: Merge the fnt2fon code into sfnt2fnt to allow generating fonts in...
Alexandre Julliard [Sat, 22 Mar 2008 19:11:25 +0000 (20:11 +0100)]
tools/sfnt2fnt: Merge the fnt2fon code into sfnt2fnt to allow generating fonts in a single step.

17 years agotools/sfnt2fnt: Separate the building of the font data and the actual file creation.
Alexandre Julliard [Sat, 22 Mar 2008 13:56:16 +0000 (14:56 +0100)]
tools/sfnt2fnt: Separate the building of the font data and the actual file creation.

17 years agowineps.drv: Assign to structs instead of using memcpy.
Andrew Talbot [Fri, 21 Mar 2008 15:29:55 +0000 (15:29 +0000)]
wineps.drv: Assign to structs instead of using memcpy.

17 years agowinex11.drv: Indirection level fix.
Andrew Talbot [Fri, 21 Mar 2008 15:30:01 +0000 (15:30 +0000)]
winex11.drv: Indirection level fix.

17 years agowinedos: Assign to struct instead of using memcpy.
Andrew Talbot [Fri, 21 Mar 2008 15:29:51 +0000 (15:29 +0000)]
winedos: Assign to struct instead of using memcpy.

17 years agod3d9: Allow for driver precision differences in some visual tests.
Jason Green [Fri, 21 Mar 2008 16:20:49 +0000 (12:20 -0400)]
d3d9: Allow for driver precision differences in some visual tests.

17 years agod3d9: Add visual test for D3DRS_SHADEMODE states.
Jason Green [Fri, 21 Mar 2008 16:10:44 +0000 (12:10 -0400)]
d3d9: Add visual test for D3DRS_SHADEMODE states.

17 years agokernel32/tests: Fix the FindFirstVolume test on Vista.
Alexandre Julliard [Sat, 22 Mar 2008 12:09:57 +0000 (13:09 +0100)]
kernel32/tests: Fix the FindFirstVolume test on Vista.

17 years agokernel32/tests: Added some tests for FindResource.
Alexandre Julliard [Sat, 22 Mar 2008 12:09:44 +0000 (13:09 +0100)]
kernel32/tests: Added some tests for FindResource.

17 years agowined3d: Add srgb write support to CheckDeviceFormat.
Roderick Colenbrander [Fri, 21 Mar 2008 22:45:52 +0000 (22:45 +0000)]
wined3d: Add srgb write support to CheckDeviceFormat.

17 years agowined3d: Remove unneeded code in CheckDeviceFormat.
Roderick Colenbrander [Fri, 21 Mar 2008 21:41:59 +0000 (21:41 +0000)]
wined3d: Remove unneeded code in CheckDeviceFormat.

All these checks are done during the capability checks which are
performed under the resource type checks.

17 years agowined3d: Don't continue with CheckDeviceFormat when the texture format isn't around.
Roderick Colenbrander [Fri, 21 Mar 2008 21:11:12 +0000 (21:11 +0000)]
wined3d: Don't continue with CheckDeviceFormat when the texture format isn't around.

It is legal to pass Usage=0 to CheckDeviceFormat and in both this case
and in the case a format isn't available UsageCaps would be 0 and a
format would be reported available.

17 years agowined3d: Return WINED3DERR_NOTAVAILABLE when cubemapping isn't supported.
Roderick Colenbrander [Fri, 21 Mar 2008 20:59:14 +0000 (20:59 +0000)]
wined3d: Return WINED3DERR_NOTAVAILABLE when cubemapping isn't supported.

17 years agowined3d: Add reporting of D3DRTYPE_VOLUME capabilties.
Roderick Colenbrander [Fri, 21 Mar 2008 20:57:14 +0000 (20:57 +0000)]
wined3d: Add reporting of D3DRTYPE_VOLUME capabilties.

We assume it has the same capabilities as VOLUMETEXTURE. MSDN is very
vague on this topic. Intel/Nvidia/ATI drivers seem to offer nearly the
same caps on both, so do that too.

17 years agowined3d: When volume textures aren't around (GL_EXT_texture3D not supported) return...
Roderick Colenbrander [Fri, 21 Mar 2008 20:53:56 +0000 (20:53 +0000)]
wined3d: When volume textures aren't around (GL_EXT_texture3D not supported) return WINED3DERR_NOTAVAILABLE.

17 years agowined3d: We don't offer index/vertex buffer caps. Neither do Windows drivers (at...
Roderick Colenbrander [Fri, 21 Mar 2008 20:50:26 +0000 (20:50 +0000)]
wined3d: We don't offer index/vertex buffer caps. Neither do Windows drivers (at least Nvidia, Ati and Intel).

17 years agolibwine: Cope with Leopard brokenness w.r.t. setrlimit(RLIMIT_NOFILE).
Ken Thomases [Sat, 22 Mar 2008 02:32:49 +0000 (21:32 -0500)]
libwine: Cope with Leopard brokenness w.r.t. setrlimit(RLIMIT_NOFILE).

17 years agoadvapi32: Add a stub for CreateRestrictedToken.
Dan Hipschman [Fri, 21 Mar 2008 22:37:36 +0000 (15:37 -0700)]
advapi32: Add a stub for CreateRestrictedToken.

17 years agouser32: Fixed the HiliteMenuItem tests to pass on Windows 9x.
Reece Dunn [Fri, 21 Mar 2008 09:16:33 +0000 (09:16 +0000)]
user32: Fixed the HiliteMenuItem tests to pass on Windows 9x.

17 years agontoskrnl.exe: Implement MmIsAddressValid.
Detlef Riekenberg [Fri, 21 Mar 2008 20:25:40 +0000 (21:25 +0100)]
ntoskrnl.exe: Implement MmIsAddressValid.

17 years agowrc: parser_error must append a newline.
Alexandre Julliard [Fri, 21 Mar 2008 20:12:15 +0000 (21:12 +0100)]
wrc: parser_error must append a newline.

17 years agonotepad: Use the larger icon in the About dialog.
Alexandre Julliard [Fri, 21 Mar 2008 17:39:31 +0000 (18:39 +0100)]
notepad: Use the larger icon in the About dialog.

17 years agoshell32: Use the larger Wine logo icon in the About dialog.
Alexandre Julliard [Fri, 21 Mar 2008 17:39:11 +0000 (18:39 +0100)]
shell32: Use the larger Wine logo icon in the About dialog.

17 years agoshell32: Make the icon space a bit larger in the About dialog.
Alexandre Julliard [Fri, 21 Mar 2008 17:38:51 +0000 (18:38 +0100)]
shell32: Make the icon space a bit larger in the About dialog.

Also replace numeric ids by appropriate constants.

17 years agouser32: A nicer icon for oic_winlogo.
Herve Chanal [Fri, 21 Mar 2008 17:45:55 +0000 (18:45 +0100)]
user32: A nicer icon for oic_winlogo.

17 years agoRelease 0.9.58. wine-0.9.58
Alexandre Julliard [Fri, 21 Mar 2008 15:41:33 +0000 (16:41 +0100)]
Release 0.9.58.

17 years agonotepad: Add a nicer icon.
Herve Chanal [Fri, 21 Mar 2008 15:04:59 +0000 (16:04 +0100)]
notepad: Add a nicer icon.

17 years agoddraw: Use a correct resource type and a valid format.
Roderick Colenbrander [Fri, 21 Mar 2008 13:53:54 +0000 (14:53 +0100)]
ddraw: Use a correct resource type and a valid format.

17 years agowined3d: Check pixel formats of the same pixel type.
Roderick Colenbrander [Fri, 21 Mar 2008 13:52:15 +0000 (14:52 +0100)]
wined3d: Check pixel formats of the same pixel type.

17 years agojscript: Added IObjectSafety stub implementation.
Jacek Caban [Fri, 21 Mar 2008 12:03:07 +0000 (13:03 +0100)]
jscript: Added IObjectSafety stub implementation.

17 years agojscript: Added IActiveScriptParseProcedure2 stub implementation.
Jacek Caban [Fri, 21 Mar 2008 12:02:46 +0000 (13:02 +0100)]
jscript: Added IActiveScriptParseProcedure2 stub implementation.

17 years agojscript: Added IActiveScriptParseProcedure2 declaration.
Jacek Caban [Fri, 21 Mar 2008 12:02:30 +0000 (13:02 +0100)]
jscript: Added IActiveScriptParseProcedure2 declaration.

17 years agowine.inf: Register jscript.dll.
Jacek Caban [Fri, 21 Mar 2008 12:02:10 +0000 (13:02 +0100)]
wine.inf: Register jscript.dll.

17 years agod3dx9/tests: Test the D3DXVec*Array functions.
Philip Nilsson [Fri, 21 Mar 2008 10:04:46 +0000 (11:04 +0100)]
d3dx9/tests: Test the D3DXVec*Array functions.

17 years agod3dx9: Implement the D3DXVec*Array functions.
Philip Nilsson [Thu, 20 Mar 2008 23:33:45 +0000 (00:33 +0100)]
d3dx9: Implement the D3DXVec*Array functions.

17 years agofusion: Add a stub implementation of fusion.dll.
James Hawkins [Fri, 21 Mar 2008 01:27:46 +0000 (18:27 -0700)]
fusion: Add a stub implementation of fusion.dll.

17 years agogdi32: Ignore fonts with names that begin with a '.'.
Huw Davies [Fri, 21 Mar 2008 10:32:45 +0000 (10:32 +0000)]
gdi32: Ignore fonts with names that begin with a '.'.

17 years agouser32/tests: Flush events during the mouse button tests.
Alexandre Julliard [Fri, 21 Mar 2008 10:29:18 +0000 (11:29 +0100)]
user32/tests: Flush events during the mouse button tests.

17 years agontdll: Refuse to create the .wine directory if the parent belongs to a different...
Alexandre Julliard [Fri, 21 Mar 2008 10:28:31 +0000 (11:28 +0100)]
ntdll: Refuse to create the .wine directory if the parent belongs to a different user.

17 years agowinecfg: Remove the unused IDS_WINE_VERSION resource.
Michael Stefaniuc [Fri, 21 Mar 2008 00:22:01 +0000 (01:22 +0100)]
winecfg: Remove the unused IDS_WINE_VERSION resource.

17 years agoimm32: IMEs do not expect the hMsgBuf to be NULL, so initialize it.
Aric Stewart [Fri, 21 Mar 2008 08:16:50 +0000 (17:16 +0900)]
imm32: IMEs do not expect the hMsgBuf to be NULL, so initialize it.

17 years agoimm32: Add IME dll prototypes to the ddk/imm.h header.
Aric Stewart [Fri, 21 Mar 2008 08:09:12 +0000 (17:09 +0900)]
imm32: Add IME dll prototypes to the ddk/imm.h header.

17 years agowidl: Make structures with FC_ENUM16 fields complex.
Dan Hipschman [Thu, 20 Mar 2008 23:06:14 +0000 (16:06 -0700)]
widl: Make structures with FC_ENUM16 fields complex.

Structures containing enum fields without the v1_enum attribute must be
treated as complex because of the range check and memory/wire size
differences.  This includes a test which didn't pass before and now
passes on Wine and Windows.

17 years agorpcrt4: Handle FC_ENUM16.
Dan Hipschman [Thu, 20 Mar 2008 23:05:46 +0000 (16:05 -0700)]
rpcrt4: Handle FC_ENUM16.

17 years agomsi: Remove the dependence on compressed cabinets in the install tests.
James Hawkins [Thu, 20 Mar 2008 21:53:31 +0000 (14:53 -0700)]
msi: Remove the dependence on compressed cabinets in the install tests.

17 years agowined3d: Assign to structs instead of using memcpy.
Andrew Talbot [Thu, 20 Mar 2008 22:25:13 +0000 (22:25 +0000)]
wined3d: Assign to structs instead of using memcpy.

17 years agooleaut32: Add the Romanian translation.
Michael Stefaniuc [Thu, 20 Mar 2008 22:26:58 +0000 (23:26 +0100)]
oleaut32: Add the Romanian translation.

17 years agodevenum: Add the Romanian translation.
Michael Stefaniuc [Thu, 20 Mar 2008 22:14:05 +0000 (23:14 +0100)]
devenum: Add the Romanian translation.

17 years agocomdlg32: Update the German translation.
Michael Stefaniuc [Thu, 20 Mar 2008 22:13:52 +0000 (23:13 +0100)]
comdlg32: Update the German translation.

17 years agoquartz: Replace second EnterCriticalSection with LeaveCriticalSection (Smatch).
Michael Stefaniuc [Thu, 20 Mar 2008 20:15:27 +0000 (21:15 +0100)]
quartz: Replace second EnterCriticalSection with LeaveCriticalSection (Smatch).

17 years agowinex11.drv: Fix crash by long preedit text.
Kusanagi Kouichi [Thu, 20 Mar 2008 19:52:49 +0000 (04:52 +0900)]
winex11.drv: Fix crash by long preedit text.

17 years agosetupapi/tests: Add a test for installing a driver service via an INF file.
Paul Vriens [Thu, 20 Mar 2008 19:00:46 +0000 (20:00 +0100)]
setupapi/tests: Add a test for installing a driver service via an INF file.

17 years agokernel32/tests: Test notifications for overlapping directory watches.
Michael Moss [Thu, 20 Mar 2008 18:29:58 +0000 (11:29 -0700)]
kernel32/tests: Test notifications for overlapping directory watches.