wine
17 years agousp10: ScriptItemize will break up the string into script_items.
Jeff Latimer [Tue, 8 Aug 2006 08:57:37 +0000 (18:57 +1000)] 
usp10: ScriptItemize will break up the string into script_items.

17 years agoconfigure: Fix the linux/ipx.h detection.
Francois Gouget [Mon, 7 Aug 2006 19:52:36 +0000 (21:52 +0200)] 
configure: Fix the linux/ipx.h detection.

17 years agowined3d: Volume texture addressing caps.
Roderick Colenbrander [Tue, 8 Aug 2006 15:50:33 +0000 (17:50 +0200)] 
wined3d: Volume texture addressing caps.

17 years agowined3d: Shader declaration cap fixes.
Roderick Colenbrander [Tue, 8 Aug 2006 15:46:03 +0000 (17:46 +0200)] 
wined3d: Shader declaration cap fixes.

17 years agoriched20: Modify ME_CharFromPoint to work properly with password controls.
Matt Finnicum [Tue, 8 Aug 2006 15:55:08 +0000 (11:55 -0400)] 
riched20: Modify ME_CharFromPoint to work properly with password controls.

17 years agomshtml: Add Swedish translation.
Samuel Lidén Borell [Tue, 8 Aug 2006 13:33:45 +0000 (15:33 +0200)] 
mshtml: Add Swedish translation.

17 years agowined3d: Shader cap fixes.
Roderick Colenbrander [Tue, 8 Aug 2006 08:57:15 +0000 (10:57 +0200)] 
wined3d: Shader cap fixes.

17 years agouser: Make ExitWindowsEx asynchronous by deferring the real work to the explorer...
Robert Shearman [Fri, 4 Aug 2006 16:28:04 +0000 (17:28 +0100)] 
user: Make ExitWindowsEx asynchronous by deferring the real work to the explorer process.

17 years agoshell32: Use case insensitive comparisons when comparing paths.
Mike McCormack [Tue, 8 Aug 2006 09:47:02 +0000 (18:47 +0900)] 
shell32: Use case insensitive comparisons when comparing paths.

17 years agomsi: Fix the compressed files logic.
James Hawkins [Mon, 7 Aug 2006 18:37:49 +0000 (11:37 -0700)] 
msi: Fix the compressed files logic.

If the compressed file attribute is not set, use the Word Count
property to determine if files are compressed.

17 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 7 Aug 2006 23:53:05 +0000 (08:53 +0900)] 
shell32: Updated Korean resource.

17 years agowined3d: Stub out remaining renderstates.
Jan Zerebecki [Mon, 7 Aug 2006 22:06:40 +0000 (00:06 +0200)] 
wined3d: Stub out remaining renderstates.

17 years agowined3d: Correct check for GL ext. support in MULTISAMPLEANTIALIAS.
Jan Zerebecki [Mon, 7 Aug 2006 22:06:09 +0000 (00:06 +0200)] 
wined3d: Correct check for GL ext. support in MULTISAMPLEANTIALIAS.

17 years agowined3d: Add missing newline at the end of traces.
Jan Zerebecki [Mon, 7 Aug 2006 22:04:24 +0000 (00:04 +0200)] 
wined3d: Add missing newline at the end of traces.

17 years agowined3d: Registry setting for the amount of simulated texture memory.
Jan Zerebecki [Mon, 7 Aug 2006 22:03:06 +0000 (00:03 +0200)] 
wined3d: Registry setting for the amount of simulated texture memory.

Set VideoMemorySize under HKCU\Software\Wine\Direct3D to amount in MB
as string.

17 years agowine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a default...
Francois Gouget [Mon, 7 Aug 2006 19:18:41 +0000 (21:18 +0200)] 
wine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a default value.

17 years agowine.inf: Don't create a fake exe and change the name at the same time.
Francois Gouget [Mon, 7 Aug 2006 19:38:14 +0000 (21:38 +0200)] 
wine.inf: Don't create a fake exe and change the name at the same time.

This confuses installers that think said exes can be run when this is
not the case and cannot work.

17 years agowine.inf: Use %CurrentVersionNT% wherever applicable.
Francois Gouget [Mon, 7 Aug 2006 19:37:34 +0000 (21:37 +0200)] 
wine.inf: Use %CurrentVersionNT% wherever applicable.

17 years agomlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188...
Francois Gouget [Mon, 7 Aug 2006 19:17:37 +0000 (21:17 +0200)] 
mlang: Fix the 'Multi Language String' CLSID: there is no {44EC053A-B70D-11D0-B188-00AA0038C969} CLSID in the Windows registry.

17 years agoshell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.
Francois Gouget [Mon, 7 Aug 2006 19:37:03 +0000 (21:37 +0200)] 
shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.

17 years agoinseng: Switch to the standard regsvr.c registration code.
Francois Gouget [Mon, 7 Aug 2006 19:38:56 +0000 (21:38 +0200)] 
inseng: Switch to the standard regsvr.c registration code.

Now the CLSID_DLManager and CLSID_ActiveSetupEng keys get proper display names.
This also gives us DllUnregisterServer() for free.

17 years agoitss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste) so...
Francois Gouget [Mon, 7 Aug 2006 19:42:19 +0000 (21:42 +0200)] 
itss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste) so we can register its VersionIndependentProgID.

17 years agooleaut32: Set some missing ProxyStubClsid fields.
Francois Gouget [Mon, 7 Aug 2006 19:50:17 +0000 (21:50 +0200)] 
oleaut32: Set some missing ProxyStubClsid fields.

17 years agoole32: Add a BaseInterface where needed.
Francois Gouget [Mon, 7 Aug 2006 19:54:38 +0000 (21:54 +0200)] 
ole32: Add a BaseInterface where needed.

17 years agowined3d: Textureops caps fix.
Roderick Colenbrander [Mon, 7 Aug 2006 18:09:24 +0000 (20:09 +0200)] 
wined3d: Textureops caps fix.

17 years agouser/tests: Write-strings and cast-qual warnings fix.
Andrew Talbot [Mon, 7 Aug 2006 19:52:33 +0000 (20:52 +0100)] 
user/tests: Write-strings and cast-qual warnings fix.

17 years agoshell32: Write-strings warnings fix.
Andrew Talbot [Mon, 7 Aug 2006 18:03:40 +0000 (19:03 +0100)] 
shell32: Write-strings warnings fix.

17 years agowintrust: Always return ERROR_SUCCESS in WinVerifyTrust.
James Hawkins [Mon, 7 Aug 2006 18:11:10 +0000 (11:11 -0700)] 
wintrust: Always return ERROR_SUCCESS in WinVerifyTrust.

17 years agomsi: Add tests for MsiGetProperty.
James Hawkins [Mon, 7 Aug 2006 17:49:18 +0000 (10:49 -0700)] 
msi: Add tests for MsiGetProperty.

17 years agoconfigure: Fixed soname detection on MacOS by using otool instead of ldd.
Alexandre Julliard [Mon, 7 Aug 2006 19:41:55 +0000 (21:41 +0200)] 
configure: Fixed soname detection on MacOS by using otool instead of ldd.

17 years agohid: Initial implementation.
Kevin Koltzau [Sun, 6 Aug 2006 03:09:06 +0000 (23:09 -0400)] 
hid: Initial implementation.

17 years agowininet: Add INTERNET_OPTION_SECURITY_FLAGS stub to InternetSetOptionW.
Ulrich Czekalla [Mon, 7 Aug 2006 16:35:09 +0000 (12:35 -0400)] 
wininet: Add INTERNET_OPTION_SECURITY_FLAGS stub to InternetSetOptionW.

17 years agoriched20: New, clean, simple selection repaint logic - should fix all outstanding...
Krzysztof Foltman [Mon, 7 Aug 2006 15:27:16 +0000 (17:27 +0200)] 
riched20: New, clean, simple selection repaint logic - should fix all outstanding refresh issues.

17 years agod3d9: Stub D3DPERF_ functions.
H. Verbeet [Mon, 7 Aug 2006 17:23:11 +0000 (19:23 +0200)] 
d3d9: Stub D3DPERF_ functions.

17 years agowined3d: Allow async occlusion queries.
H. Verbeet [Mon, 7 Aug 2006 17:25:17 +0000 (19:25 +0200)] 
wined3d: Allow async occlusion queries.

17 years agowined3d: Improve a few query traces.
H. Verbeet [Mon, 7 Aug 2006 17:23:49 +0000 (19:23 +0200)] 
wined3d: Improve a few query traces.

The query type is useful to have in query TRACEs.
IWineD3DQueryImpl_GetDataSize isn't really a stub.

17 years agowined3d: Check Occlusion query GL calls.
H. Verbeet [Mon, 7 Aug 2006 17:23:27 +0000 (19:23 +0200)] 
wined3d: Check Occlusion query GL calls.

17 years agowined3d: Add a couple of traces to the vertexdeclaration creation code.
H. Verbeet [Mon, 7 Aug 2006 17:21:54 +0000 (19:21 +0200)] 
wined3d: Add a couple of traces to the vertexdeclaration creation code.

17 years agomakefiles: Use make dependencies to create installation directories.
Alexandre Julliard [Mon, 7 Aug 2006 15:48:18 +0000 (17:48 +0200)] 
makefiles: Use make dependencies to create installation directories.

This avoids a lot of redundant calls to mkinstalldirs.

17 years agontdll: Get rid of the Linux legacy signal stack switching.
Alexandre Julliard [Mon, 7 Aug 2006 14:45:45 +0000 (16:45 +0200)] 
ntdll: Get rid of the Linux legacy signal stack switching.

It doesn't work right in 32-bit code anyway.

17 years agontdll: Cleanup signal_i386.c a bit and fix *BSD.
Tijl Coosemans [Sat, 5 Aug 2006 20:34:11 +0000 (22:34 +0200)] 
ntdll: Cleanup signal_i386.c a bit and fix *BSD.

17 years agoole32: Tell the advise holder what the data delegate is in DefaultHandle_DAdvise...
Robert Shearman [Mon, 7 Aug 2006 11:59:13 +0000 (12:59 +0100)] 
ole32: Tell the advise holder what the data delegate is in DefaultHandle_DAdvise if we are already connected.

17 years agoole32: Finish off delegate notifications in the data advise holder.
Robert Shearman [Mon, 7 Aug 2006 11:59:04 +0000 (12:59 +0100)] 
ole32: Finish off delegate notifications in the data advise holder.

Advise the data delegate object when new advises come in on the data
advise holder, not just when connecting.
Unadvise the data delegate object when unadvising a connection on the
data advise holder, when destructing the data advise holder and when
disconnecting.

17 years agodinput: Signal event after we queued an event. Not before.
Vitaliy Margolen [Mon, 7 Aug 2006 02:27:40 +0000 (20:27 -0600)] 
dinput: Signal event after we queued an event. Not before.

17 years agonetapi32: Add stubs for remaining NetLocalGroup* functions.
Robert Reif [Sat, 5 Aug 2006 10:27:50 +0000 (06:27 -0400)] 
netapi32: Add stubs for remaining NetLocalGroup* functions.

Move existing NetLocalGroup* functions to local_group.c.
Add stubs for remaining NetLocalGroup* functions.

17 years agodbghelp: Missing bits from previous patch about variables with constant values.
Eric Pouech [Sat, 5 Aug 2006 11:50:53 +0000 (13:50 +0200)] 
dbghelp: Missing bits from previous patch about variables with constant values.

17 years agoMake.rules: Make all submake invocations silent for consistency.
Alexandre Julliard [Mon, 7 Aug 2006 11:54:09 +0000 (13:54 +0200)] 
Make.rules: Make all submake invocations silent for consistency.

17 years agontdll: Fixed buffer overflow in NtQueryDirectoryFile optimisation.
Alexandre Julliard [Mon, 7 Aug 2006 11:53:31 +0000 (13:53 +0200)] 
ntdll: Fixed buffer overflow in NtQueryDirectoryFile optimisation.

17 years agousp10/tests: Add trailing '\n's to ok() calls.
Francois Gouget [Sun, 6 Aug 2006 10:30:14 +0000 (12:30 +0200)] 
usp10/tests: Add trailing '\n's to ok() calls.

17 years agoAssorted spelling fixes.
Francois Gouget [Sun, 6 Aug 2006 10:28:32 +0000 (12:28 +0200)] 
Assorted spelling fixes.

17 years agowined3d: texture caps fixes.
Roderick Colenbrander [Sun, 6 Aug 2006 20:50:40 +0000 (22:50 +0200)] 
wined3d: texture caps fixes.

17 years agowined3d: General constant caps fix.
Roderick Colenbrander [Sun, 6 Aug 2006 11:53:19 +0000 (13:53 +0200)] 
wined3d: General constant caps fix.

17 years agoloader/pthread: Added pthread_attr_get_np support.
Tijl Coosemans [Sat, 5 Aug 2006 21:31:07 +0000 (23:31 +0200)] 
loader/pthread: Added pthread_attr_get_np support.

17 years agomsi: Fix the dialog centering logic.
Mike McCormack [Mon, 7 Aug 2006 08:08:27 +0000 (17:08 +0900)] 
msi: Fix the dialog centering logic.

17 years agokernel32: Change some FIXMEs to WARNs.
Mike McCormack [Mon, 7 Aug 2006 06:39:11 +0000 (15:39 +0900)] 
kernel32: Change some FIXMEs to WARNs.

17 years agocabinet: Fix and test the undocumented Extract function.
Mike McCormack [Mon, 7 Aug 2006 04:39:43 +0000 (13:39 +0900)] 
cabinet: Fix and test the undocumented Extract function.

The paths are MAX_PATH length.
The last field is list of files which is checked when flags = 0.
Add tests for the flag in the file list.

17 years agocabinet: Split the cabinet path for FDICopy.
Mike McCormack [Mon, 7 Aug 2006 04:39:06 +0000 (13:39 +0900)] 
cabinet: Split the cabinet path for FDICopy.

17 years agooleview: Updated Korean resource.
Hwang YunSong(황윤성) [Sun, 6 Aug 2006 23:46:29 +0000 (08:46 +0900)] 
oleview: Updated Korean resource.

17 years agod3d: Don't crash when SetRenderTarget() is called with a NULL pSurface.
H. Verbeet [Sat, 5 Aug 2006 21:41:29 +0000 (23:41 +0200)] 
d3d: Don't crash when SetRenderTarget() is called with a NULL pSurface.

17 years agowined3d: Fix D3DCOLOR swizzling in shaders.
H. Verbeet [Sat, 5 Aug 2006 16:15:42 +0000 (18:15 +0200)] 
wined3d: Fix D3DCOLOR swizzling in shaders.

17 years agowined3d: Delay vertex shader compilation until the shader is first used.
H. Verbeet [Sat, 5 Aug 2006 16:15:35 +0000 (18:15 +0200)] 
wined3d: Delay vertex shader compilation until the shader is first used.

17 years agontdll: Add FreeBSD default serial port device.
Tijl Coosemans [Sat, 5 Aug 2006 21:12:22 +0000 (23:12 +0200)] 
ntdll: Add FreeBSD default serial port device.

17 years agooleaut32/tests: Test relative error, not absolute.
Tijl Coosemans [Sat, 5 Aug 2006 21:00:14 +0000 (23:00 +0200)] 
oleaut32/tests: Test relative error, not absolute.

17 years agowinnt.h: Add some more RIDs.
Robert Reif [Sat, 5 Aug 2006 19:54:14 +0000 (15:54 -0400)] 
winnt.h: Add some more RIDs.

17 years agosetupapi/tests: Write-strings warnings fix.
Andrew Talbot [Sat, 5 Aug 2006 16:28:04 +0000 (17:28 +0100)] 
setupapi/tests: Write-strings warnings fix.

17 years agosecur32/tests: Write-strings warnings fix.
Andrew Talbot [Sat, 5 Aug 2006 14:51:13 +0000 (15:51 +0100)] 
secur32/tests: Write-strings warnings fix.

17 years agomsvcrt: Some more exports requested from msvcr80.dll.
Stefan Leichter [Sat, 5 Aug 2006 14:19:05 +0000 (16:19 +0200)] 
msvcrt: Some more exports requested from msvcr80.dll.

17 years agowine.inf: We should not override existing associations.
Francois Gouget [Sat, 5 Aug 2006 09:43:30 +0000 (11:43 +0200)] 
wine.inf: We should not override existing associations.

17 years agomshtml: Fix the .jfif Content Type.
Francois Gouget [Sat, 5 Aug 2006 09:42:25 +0000 (11:42 +0200)] 
mshtml: Fix the .jfif Content Type.

17 years agoriched20: Ensure text is wrapped before invalidating selection.
Krzysztof Foltman [Fri, 4 Aug 2006 21:40:06 +0000 (23:40 +0200)] 
riched20: Ensure text is wrapped before invalidating selection.

17 years agolibwine: Add a minor number to the library filename for future extensions.
Alexandre Julliard [Sat, 5 Aug 2006 19:29:58 +0000 (21:29 +0200)] 
libwine: Add a minor number to the library filename for future extensions.

17 years agolibs: Get rid of Makelib.rules since we only have one library now.
Alexandre Julliard [Sat, 5 Aug 2006 19:17:11 +0000 (21:17 +0200)] 
libs: Get rid of Makelib.rules since we only have one library now.

Merge all the rules into the libwine makefile.

17 years agonetapi32: Add stub for NetUserGetLocalGroups.
Robert Reif [Fri, 4 Aug 2006 23:12:34 +0000 (19:12 -0400)] 
netapi32: Add stub for NetUserGetLocalGroups.

17 years agonetapi32: Return an error for unimplemented levels in NetUserGetInfo.
Robert Reif [Fri, 4 Aug 2006 23:00:58 +0000 (19:00 -0400)] 
netapi32: Return an error for unimplemented levels in NetUserGetInfo.

17 years agonetapi32: Add stub for NetLocalGroupEnum.
Robert Reif [Fri, 4 Aug 2006 22:35:04 +0000 (18:35 -0400)] 
netapi32: Add stub for NetLocalGroupEnum.

17 years agowtsapi32: Add some stubs.
Robert Reif [Fri, 4 Aug 2006 22:17:39 +0000 (18:17 -0400)] 
wtsapi32: Add some stubs.

17 years agomsi: Write-strings warnings fix.
Andrew Talbot [Fri, 4 Aug 2006 21:27:42 +0000 (22:27 +0100)] 
msi: Write-strings warnings fix.

17 years agowined3d: Volume textures fix.
Roderick Colenbrander [Fri, 4 Aug 2006 22:11:17 +0000 (00:11 +0200)] 
wined3d: Volume textures fix.

17 years agowined3d: Raster caps fix.
Roderick Colenbrander [Fri, 4 Aug 2006 20:42:57 +0000 (22:42 +0200)] 
wined3d: Raster caps fix.

17 years agowined3d: Primitive misc caps fix.
Roderick Colenbrander [Fri, 4 Aug 2006 20:37:27 +0000 (22:37 +0200)] 
wined3d: Primitive misc caps fix.

17 years agosetupapi: Create an empty list when getting device interface classes.
Kevin Koltzau [Fri, 4 Aug 2006 20:31:59 +0000 (16:31 -0400)] 
setupapi: Create an empty list when getting device interface classes.

17 years agoriched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWORDCHAR.
Matt Finnicum [Fri, 4 Aug 2006 19:47:44 +0000 (15:47 -0400)] 
riched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWORDCHAR.

17 years agowidl: Replace strdup, malloc and realloc with xstrdup, xmalloc and xrealloc.
Dan Hipschman [Fri, 4 Aug 2006 18:06:54 +0000 (11:06 -0700)] 
widl: Replace strdup, malloc and realloc with xstrdup, xmalloc and xrealloc.

17 years agoconfigure: Only link against libresolv where necessary.
Alexandre Julliard [Fri, 4 Aug 2006 21:17:56 +0000 (23:17 +0200)] 
configure: Only link against libresolv where necessary.

17 years agoserver: Added support for kqueue() as an alternative to poll() on FreeBSD.
Alexandre Julliard [Fri, 4 Aug 2006 20:11:00 +0000 (22:11 +0200)] 
server: Added support for kqueue() as an alternative to poll() on FreeBSD.

17 years agowined3d: Basetexture anisotropic fix.
Roderick Colenbrander [Fri, 4 Aug 2006 16:14:41 +0000 (18:14 +0200)] 
wined3d: Basetexture anisotropic fix.

17 years agowined3d: Fix a number of badly reported caps.
Roderick Colenbrander [Fri, 4 Aug 2006 17:14:16 +0000 (19:14 +0200)] 
wined3d: Fix a number of badly reported caps.

17 years agouser: Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent.
Dan Hipschman [Fri, 4 Aug 2006 17:08:53 +0000 (10:08 -0700)] 
user: Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent.

17 years agouser: Add a test for CreateWindowEx.
Dan Hipschman [Fri, 4 Aug 2006 17:08:00 +0000 (10:08 -0700)] 
user: Add a test for CreateWindowEx.

17 years agouser: Don't bother checking the WS_VISIBLE style on the desktop window.
Alexandre Julliard [Fri, 4 Aug 2006 18:45:55 +0000 (20:45 +0200)] 
user: Don't bother checking the WS_VISIBLE style on the desktop window.

17 years agousp10: Implement ScriptGetGlyphABCWidth.
Hans Leidekker [Fri, 4 Aug 2006 12:55:30 +0000 (14:55 +0200)] 
usp10: Implement ScriptGetGlyphABCWidth.

Add a test for ScriptGetGlyphABCWidth and ScriptCacheGetHeight.

17 years agoadvapi32: Add more SID tests.
Robert Reif [Fri, 4 Aug 2006 12:17:58 +0000 (08:17 -0400)] 
advapi32: Add more SID tests.

17 years agorpcrt4: Make the error output on a failed binding more informative
Robert Shearman [Fri, 4 Aug 2006 11:55:44 +0000 (12:55 +0100)] 
rpcrt4: Make the error output on a failed binding more informative
by dumping information about the interface it is trying to bind to.

17 years agourlmon: Delay-load cabinet.dll as native urlmon doesn't import it.
Robert Shearman [Fri, 4 Aug 2006 11:55:37 +0000 (12:55 +0100)] 
urlmon: Delay-load cabinet.dll as native urlmon doesn't import it.

17 years agousp10: Implement ScriptIsComplex.
Hans Leidekker [Fri, 4 Aug 2006 09:41:58 +0000 (11:41 +0200)] 
usp10: Implement ScriptIsComplex.

17 years agowidl: Generate GUID (infile_i.c) files.
Dan Hipschman [Fri, 4 Aug 2006 00:48:45 +0000 (17:48 -0700)] 
widl: Generate GUID (infile_i.c) files.

17 years agomsi: Use the initial dialog position values in the database when creating the dialog...
James Hawkins [Fri, 4 Aug 2006 00:42:05 +0000 (17:42 -0700)] 
msi: Use the initial dialog position values in the database when creating the dialog window.

17 years agousp10: Fix glyph comparsion between tests.
Jeff Latimer [Fri, 4 Aug 2006 09:47:37 +0000 (19:47 +1000)] 
usp10: Fix glyph comparsion between tests.

17 years agontdll: Fix a race condition at thread exit.
Alexandre Julliard [Fri, 4 Aug 2006 10:04:39 +0000 (12:04 +0200)] 
ntdll: Fix a race condition at thread exit.

17 years agooleaut32: Removes extra string allocation for varformat:VarMonthName.
Benjamin Arai [Fri, 4 Aug 2006 02:59:22 +0000 (19:59 -0700)] 
oleaut32: Removes extra string allocation for varformat:VarMonthName.