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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

16 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).

16 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).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

16 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 '.'.

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

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

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

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

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

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

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

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

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

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

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

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

16 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).

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

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

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

16 years agomsvcrt: Add support for field width in scanf %c format.
Alexandre Julliard [Thu, 20 Mar 2008 18:55:31 +0000 (19:55 +0100)] 
msvcrt: Add support for field width in scanf %c format.

16 years agouser32: Increase an initial buffer size from 32 to 128 hwnds for enumerated children.
Dmitry Timoshkov [Thu, 20 Mar 2008 15:26:10 +0000 (23:26 +0800)] 
user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated children.

16 years agocmd: Add a nicer icon.
Herve Chanal [Thu, 20 Mar 2008 14:02:19 +0000 (15:02 +0100)] 
cmd: Add a nicer icon.

16 years agomsiexec: Add SVG source for the icon.
Herve Chanal [Wed, 19 Mar 2008 12:21:39 +0000 (13:21 +0100)] 
msiexec: Add SVG source for the icon.

16 years agoconfigure: Add rules for rebuilding icons in maintainer mode.
Alexandre Julliard [Thu, 20 Mar 2008 15:09:18 +0000 (16:09 +0100)] 
configure: Add rules for rebuilding icons in maintainer mode.

16 years agokernel32/tests: Fix false positive file notification tests.
Michael Moss [Wed, 19 Mar 2008 22:09:41 +0000 (15:09 -0700)] 
kernel32/tests: Fix false positive file notification tests.

16 years agowined3d: BltFast dealing correctly with overlapping src and dest.
Luis Javier Merino [Wed, 19 Mar 2008 02:44:37 +0000 (03:44 +0100)] 
wined3d: BltFast dealing correctly with overlapping src and dest.

16 years agocomctl32: Fix listview redraw when deleting items.
Lei Zhang [Thu, 20 Mar 2008 00:49:50 +0000 (17:49 -0700)] 
comctl32: Fix listview redraw when deleting items.

16 years agocomctl32: Correct listview hittest check to include the state rect.
Lei Zhang [Thu, 20 Mar 2008 00:11:56 +0000 (17:11 -0700)] 
comctl32: Correct listview hittest check to include the state rect.

16 years agocomctl32: Redraw listview after changing extended styles.
Lei Zhang [Wed, 19 Mar 2008 22:41:12 +0000 (15:41 -0700)] 
comctl32: Redraw listview after changing extended styles.

16 years agocomctl32: Implement listview checkbox toggle.
Lei Zhang [Wed, 19 Mar 2008 22:01:25 +0000 (15:01 -0700)] 
comctl32: Implement listview checkbox toggle.

16 years agocomctl32: Add listview checkbox toggle test.
Lei Zhang [Wed, 19 Mar 2008 21:58:42 +0000 (14:58 -0700)] 
comctl32: Add listview checkbox toggle test.

16 years agomakefile: Add rules for automatically rebuilding configure in maintainer mode.
Alexandre Julliard [Thu, 20 Mar 2008 12:01:31 +0000 (13:01 +0100)] 
makefile: Add rules for automatically rebuilding configure in maintainer mode.

16 years agoconfigure: Add a --enable-maintainer-mode option.
Alexandre Julliard [Thu, 20 Mar 2008 12:00:12 +0000 (13:00 +0100)] 
configure: Add a --enable-maintainer-mode option.

16 years agowineboot: Add the Romanian translation.
Michael Stefaniuc [Thu, 20 Mar 2008 10:53:21 +0000 (11:53 +0100)] 
wineboot: Add the Romanian translation.

16 years agowineboot: Add the German translation.
Michael Stefaniuc [Wed, 19 Mar 2008 22:57:14 +0000 (23:57 +0100)] 
wineboot: Add the German translation.

16 years agontdll: Add test cases for the direction flag.
Alexandre Julliard [Thu, 20 Mar 2008 11:24:54 +0000 (12:24 +0100)] 
ntdll: Add test cases for the direction flag.

16 years agontdll: Clear the direction flag before calling exception handlers.
Alexandre Julliard [Thu, 20 Mar 2008 10:50:07 +0000 (11:50 +0100)] 
ntdll: Clear the direction flag before calling exception handlers.

16 years agomshtml: Fix potential 1 byte 0 overwrite.
Marcus Meissner [Thu, 20 Mar 2008 10:08:23 +0000 (11:08 +0100)] 
mshtml: Fix potential 1 byte 0 overwrite.

16 years agomsi: Don't trace the tables names on import.
James Hawkins [Thu, 20 Mar 2008 07:09:29 +0000 (00:09 -0700)] 
msi: Don't trace the tables names on import.

16 years agomsi: Fix the registry root indices for Installer::RegistryValue.
James Hawkins [Thu, 20 Mar 2008 07:07:37 +0000 (00:07 -0700)] 
msi: Fix the registry root indices for Installer::RegistryValue.

16 years agomsi: Fix a few failing tests on win9x.
James Hawkins [Thu, 20 Mar 2008 07:06:54 +0000 (00:06 -0700)] 
msi: Fix a few failing tests on win9x.

16 years agomsi: Clean up the db when skipping the tests.
James Hawkins [Thu, 20 Mar 2008 07:06:14 +0000 (00:06 -0700)] 
msi: Clean up the db when skipping the tests.

16 years agomsi: win95 returns ERROR_BAD_PATHNAME.
James Hawkins [Thu, 20 Mar 2008 07:05:32 +0000 (00:05 -0700)] 
msi: win95 returns ERROR_BAD_PATHNAME.

16 years agomsi: Fix the type of the ID parameter of MsiSourceListEnumMediaDisks.
James Hawkins [Thu, 20 Mar 2008 07:04:49 +0000 (00:04 -0700)] 
msi: Fix the type of the ID parameter of MsiSourceListEnumMediaDisks.

16 years agoquartz: Implement forwarding mediaseeking messages.
Maarten Lankhorst [Thu, 20 Mar 2008 01:31:45 +0000 (18:31 -0700)] 
quartz: Implement forwarding mediaseeking messages.

16 years agoquartz: Add critical sections to IMediaSeeking.
Maarten Lankhorst [Thu, 20 Mar 2008 01:27:07 +0000 (18:27 -0700)] 
quartz: Add critical sections to IMediaSeeking.

16 years agoquartz: Add mediaseeking stub to audio renderer.
Maarten Lankhorst [Thu, 20 Mar 2008 01:29:09 +0000 (18:29 -0700)] 
quartz: Add mediaseeking stub to audio renderer.

16 years agoquartz: Fix checking for duration.
Maarten Lankhorst [Thu, 20 Mar 2008 00:56:44 +0000 (17:56 -0700)] 
quartz: Fix checking for duration.

16 years agoquartz: Pass the reference time + small delay on on begin of playback.
Maarten Lankhorst [Thu, 20 Mar 2008 00:48:38 +0000 (17:48 -0700)] 
quartz: Pass the reference time + small delay on on begin of playback.

16 years agoquartz: Don't pass reference time when running.
Maarten Lankhorst [Thu, 20 Mar 2008 00:46:15 +0000 (17:46 -0700)] 
quartz: Don't pass reference time when running.

16 years agoquartz: Transmit pullpin messages further.
Maarten Lankhorst [Thu, 20 Mar 2008 00:43:11 +0000 (17:43 -0700)] 
quartz: Transmit pullpin messages further.

16 years agoquartz: Fix bug in transmitting messages further.
Maarten Lankhorst [Thu, 20 Mar 2008 00:41:15 +0000 (17:41 -0700)] 
quartz: Fix bug in transmitting messages further.

16 years agoqmgr: Add a stub implementation of IBackgroundCopyJob2.
Dan Hipschman [Wed, 19 Mar 2008 22:02:02 +0000 (15:02 -0700)] 
qmgr: Add a stub implementation of IBackgroundCopyJob2.

16 years agorpcrt4: Use correct count in rpcrt4_conn_np_write.
Dan Hipschman [Wed, 19 Mar 2008 22:03:00 +0000 (15:03 -0700)] 
rpcrt4: Use correct count in rpcrt4_conn_np_write.

count is the total count passed into rpcrt4_conn_np_write.  If WriteFile
does a partial write it would end up writing too much subsequent times
through the loop.  All tests pass as before.

16 years agolocalspl: Add the Romanian translation.
Michael Stefaniuc [Wed, 19 Mar 2008 23:11:53 +0000 (00:11 +0100)] 
localspl: Add the Romanian translation.

16 years agowrite: Add the German translation.
Michael Stefaniuc [Wed, 19 Mar 2008 22:56:31 +0000 (23:56 +0100)] 
write: Add the German translation.

16 years agowrite: Add the Romanian translation.
Michael Stefaniuc [Wed, 19 Mar 2008 22:56:13 +0000 (23:56 +0100)] 
write: Add the Romanian translation.

16 years agouxtheme: Assign to structs instead of using memcpy.
Andrew Talbot [Wed, 19 Mar 2008 21:50:43 +0000 (21:50 +0000)] 
uxtheme: Assign to structs instead of using memcpy.

16 years agouser32: Assign to structs instead of using memcpy.
Andrew Talbot [Wed, 19 Mar 2008 21:50:38 +0000 (21:50 +0000)] 
user32: Assign to structs instead of using memcpy.

16 years agoreg: Added Dutch resources.
Frans Kool [Wed, 19 Mar 2008 21:41:12 +0000 (22:41 +0100)] 
reg: Added Dutch resources.

16 years agoreg: Corrected #include statement for translations to work.
Frans Kool [Wed, 19 Mar 2008 21:42:02 +0000 (22:42 +0100)] 
reg: Corrected #include statement for translations to work.

16 years agomshtml: Update Swedish translation.
Samuel Lidén Borell [Tue, 18 Mar 2008 21:59:25 +0000 (22:59 +0100)] 
mshtml: Update Swedish translation.

16 years agoshdoclc: Update Swedish translation.
Samuel Lidén Borell [Tue, 18 Mar 2008 21:49:56 +0000 (22:49 +0100)] 
shdoclc: Update Swedish translation.

16 years agod3d9: Add a visual test case for the D3DSAMP_SRGBTEXTURE sampler state.
Jason Green [Wed, 19 Mar 2008 17:07:31 +0000 (13:07 -0400)] 
d3d9: Add a visual test case for the D3DSAMP_SRGBTEXTURE sampler state.

16 years agowine.inf: Add "MenuShowDelay" value.
Anatoly Lyutin [Wed, 19 Mar 2008 15:18:29 +0000 (18:18 +0300)] 
wine.inf: Add "MenuShowDelay" value.