wine/eterwine.git
17 years agomsxml3: Add SAX interfaces.
Alistair Leslie-Hughes [Mon, 24 Mar 2008 09:10:05 +0000 (20:10 +1100)]
msxml3: Add SAX interfaces.

17 years agomsxml3: Add support for SAX Documents.
Alistair Leslie-Hughes [Mon, 24 Mar 2008 09:09:08 +0000 (20:09 +1100)]
msxml3: Add support for SAX Documents.

17 years agonetapi32: Revert "janitorial: Use poll() instead of select()."
Kai Blin [Mon, 24 Mar 2008 16:05:47 +0000 (17:05 +0100)]
netapi32: Revert "janitorial: Use poll() instead of select()."

As Juan Lang pointed out, fd is a SOCKET here and the netapi32 call to
select calls ws2_32.WS_select(), which uses poll internally already.

17 years agoinetcomm: Assign to structs instead of using memcpy.
Andrew Talbot [Mon, 24 Mar 2008 15:45:37 +0000 (15:45 +0000)]
inetcomm: Assign to structs instead of using memcpy.

17 years agowsock32: Assign to struct instead of using memcpy.
Andrew Talbot [Mon, 24 Mar 2008 15:45:33 +0000 (15:45 +0000)]
wsock32: Assign to struct instead of using memcpy.

17 years agows2_32: Assign to structs instead of using memcpy.
Andrew Talbot [Mon, 24 Mar 2008 15:45:30 +0000 (15:45 +0000)]
ws2_32: Assign to structs instead of using memcpy.

17 years agouser32/tests: Fix uninitialized struct component.
Marcus Meissner [Mon, 24 Mar 2008 12:06:48 +0000 (13:06 +0100)]
user32/tests: Fix uninitialized struct component.

17 years agoddraw: Fix vertex processing.
Alexander Dorofeyev [Sun, 23 Mar 2008 15:18:44 +0000 (17:18 +0200)]
ddraw: Fix vertex processing.

17 years agod3d8/tests: Test DrawIndexedPrimitiveUP with primitive count zero.
Alexander Dorofeyev [Sun, 23 Mar 2008 00:00:01 +0000 (02:00 +0200)]
d3d8/tests: Test DrawIndexedPrimitiveUP with primitive count zero.

17 years agoddraw/tests: Test executebuffer triangle instruction with zero count.
Alexander Dorofeyev [Sat, 22 Mar 2008 23:59:54 +0000 (01:59 +0200)]
ddraw/tests: Test executebuffer triangle instruction with zero count.

17 years agowined3d: Handle zero primitive count.
Alexander Dorofeyev [Sun, 23 Mar 2008 12:53:45 +0000 (14:53 +0200)]
wined3d: Handle zero primitive count.

17 years agoddraw/tests: Test SetPalette on non-palettized surfaces.
Alexander Dorofeyev [Sat, 22 Mar 2008 23:59:23 +0000 (01:59 +0200)]
ddraw/tests: Test SetPalette on non-palettized surfaces.

17 years agoddraw: Make SetPalette fail for non-palettized surfaces.
Alexander Dorofeyev [Sat, 22 Mar 2008 23:59:01 +0000 (01:59 +0200)]
ddraw: Make SetPalette fail for non-palettized surfaces.

17 years agowined3d: Fix a typo in CheckSrgbWriteCapability. We support both X8R8G8B8 and A8R8G8B8.
Roderick Colenbrander [Sun, 23 Mar 2008 10:10:57 +0000 (10:10 +0000)]
wined3d: Fix a typo in CheckSrgbWriteCapability. We support both X8R8G8B8 and A8R8G8B8.

17 years agowined3d: Add more debug code to CheckDeviceFormat.
Roderick Colenbrander [Sun, 23 Mar 2008 00:00:19 +0000 (00:00 +0000)]
wined3d: Add more debug code to CheckDeviceFormat.

17 years agowinspool: Forward EnumPrintersA to EnumPrintersW.
Detlef Riekenberg [Sat, 22 Mar 2008 18:28:50 +0000 (19:28 +0100)]
winspool: Forward EnumPrintersA to EnumPrintersW.

17 years agokernel32: Implement IsWow64Process.
Anatoly Lyutin [Fri, 21 Mar 2008 15:36:01 +0000 (18:36 +0300)]
kernel32: Implement IsWow64Process.

17 years agouser32: Clamp the mouse position to the window rectangle when starting a window resize.
Alexandre Julliard [Mon, 24 Mar 2008 17:01:02 +0000 (18:01 +0100)]
user32: Clamp the mouse position to the window rectangle when starting a window resize.

17 years agouser32: Make sure we set menu capture to a window that is visible.
Alexandre Julliard [Mon, 24 Mar 2008 16:59:58 +0000 (17:59 +0100)]
user32: Make sure we set menu capture to a window that is visible.

17 years agowinex11: Grab the pointer in menu tracking mode too.
Alexandre Julliard [Mon, 24 Mar 2008 16:59:40 +0000 (17:59 +0100)]
winex11: Grab the pointer in menu tracking mode too.

17 years agowinex11: Setting window z-order using a sibling doesn't work with some window managers.
Alexandre Julliard [Mon, 24 Mar 2008 14:47:28 +0000 (15:47 +0100)]
winex11: Setting window z-order using a sibling doesn't work with some window managers.

So let's see what happens if we don't set z-order at all in that case.

17 years agojanitorial: Use poll() instead of select().
Kai Blin [Mon, 24 Mar 2008 12:12:49 +0000 (13:12 +0100)]
janitorial: Use poll() instead of select().

17 years agoversion: LZCopy return value is LONG.
Marcus Meissner [Mon, 24 Mar 2008 11:37:33 +0000 (12:37 +0100)]
version: LZCopy return value is LONG.

17 years agowinemenubuilder: Add support for 24 and 32 bit icons using png format.
Vitaliy Margolen [Sun, 23 Mar 2008 20:16:38 +0000 (14:16 -0600)]
winemenubuilder: Add support for 24 and 32 bit icons using png format.

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.