wine
19 years agontdll: If ObjectAttributes is NULL then an error is returned at the
Robert Shearman [Sat, 17 Jun 2006 11:32:05 +0000 (12:32 +0100)] 
ntdll: If ObjectAttributes is NULL then an error is returned at the
start of the NtOpenSymbolicLinkObject, therefore ObjectAttributes does
not need to be checked for NULL later on in the function.

19 years agorpcrt4: Use the thread pool in the RPC server for processing packets.
Robert Shearman [Sat, 17 Jun 2006 11:31:32 +0000 (12:31 +0100)] 
rpcrt4: Use the thread pool in the RPC server for processing packets.

19 years agoole32: Document CoCreateFreeThreadedMarshaler.
Robert Shearman [Sat, 17 Jun 2006 11:31:54 +0000 (12:31 +0100)] 
ole32: Document CoCreateFreeThreadedMarshaler.

19 years agoole32: Reuse event handles used for COM calls.
Robert Shearman [Sat, 17 Jun 2006 11:31:44 +0000 (12:31 +0100)] 
ole32: Reuse event handles used for COM calls.

This reduces the number of server calls during a COM call by half.

19 years agowidl: Fix updating the proc offset.
Thomas Weidenmueller [Sun, 18 Jun 2006 17:45:50 +0000 (19:45 +0200)] 
widl: Fix updating the proc offset.

19 years agowinecfg: Update Turkish resorce file.
Fatih Aşıcı [Sat, 17 Jun 2006 11:18:38 +0000 (14:18 +0300)] 
winecfg: Update Turkish resorce file.

19 years agolz32: Enable old test and expand it.
Saulius Krasuckas [Fri, 16 Jun 2006 19:43:15 +0000 (22:43 +0300)] 
lz32: Enable old test and expand it.

19 years agokernel: Fix reported address space limit to be in keeping with ntdll.
qingdoa daoo [Sat, 17 Jun 2006 06:10:07 +0000 (14:10 +0800)] 
kernel: Fix reported address space limit to be in keeping with ntdll.

19 years agowinspool: AddMonitor: Test the driver entry before return an error.
Detlef Riekenberg [Fri, 16 Jun 2006 08:01:31 +0000 (10:01 +0200)] 
winspool: AddMonitor: Test the driver entry before return an error.

19 years agomsi/tests: Write-strings warnings fixes.
Andrew Talbot [Fri, 16 Jun 2006 08:00:47 +0000 (09:00 +0100)] 
msi/tests: Write-strings warnings fixes.

19 years agooleaut32: Fix 64bit warnings in tests.
Kevin Koltzau [Fri, 16 Jun 2006 02:52:54 +0000 (22:52 -0400)] 
oleaut32: Fix 64bit warnings in tests.

19 years agomscms: Fix 64bit warnings.
Kevin Koltzau [Fri, 16 Jun 2006 02:52:46 +0000 (22:52 -0400)] 
mscms: Fix 64bit warnings.

19 years agouninstaller: Hungarian translation.
András Kovács [Fri, 16 Jun 2006 13:35:18 +0000 (15:35 +0200)] 
uninstaller: Hungarian translation.

19 years agoconfigure: Test for additional ICU libraries /usr/lib/libicuuc.a and /usr/lib/libicud...
Scott Bambrough [Fri, 16 Jun 2006 14:42:20 +0000 (10:42 -0400)] 
configure: Test for additional ICU libraries /usr/lib/libicuuc.a and /usr/lib/libicudata.a.

19 years agoinseng: Initial implementation of inseng (required for IE6 to install under win2k).
Mike McCormack [Fri, 16 Jun 2006 10:43:02 +0000 (19:43 +0900)] 
inseng: Initial implementation of inseng (required for IE6 to install under win2k).

19 years agomshtml: Added Wine Gecko installer.
Jacek Caban [Wed, 14 Jun 2006 20:35:13 +0000 (22:35 +0200)] 
mshtml: Added Wine Gecko installer.

19 years agowined3d: GetScissorRect should use zero-based scissorBox (Coverity).
Paul Vriens [Fri, 16 Jun 2006 11:02:18 +0000 (13:02 +0200)] 
wined3d: GetScissorRect should use zero-based scissorBox (Coverity).

19 years agorpcrt4: Fix the argument size of conformant arrays.
Huw Davies [Fri, 16 Jun 2006 09:32:27 +0000 (10:32 +0100)] 
rpcrt4: Fix the argument size of conformant arrays.

19 years agomsi: Added tests for MsiSetTargetPath.
Andrey Turkin [Thu, 15 Jun 2006 21:07:59 +0000 (01:07 +0400)] 
msi: Added tests for MsiSetTargetPath.

19 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Thu, 15 Jun 2006 15:41:17 +0000 (17:41 +0200)] 
Add trailing '\n's to ok() calls.
Remove spaces before '\n'.

19 years agoAssorted spelling fixes.
Francois Gouget [Thu, 15 Jun 2006 15:38:04 +0000 (17:38 +0200)] 
Assorted spelling fixes.

19 years agoshell32: Remove dead code in SHELL_FindExecutable().
Francois Gouget [Thu, 15 Jun 2006 16:29:29 +0000 (18:29 +0200)] 
shell32: Remove dead code in SHELL_FindExecutable().

19 years agontdll: Use page_size instead of page_mask+1.
Francois Gouget [Thu, 15 Jun 2006 15:50:15 +0000 (17:50 +0200)] 
ntdll: Use page_size instead of page_mask+1.

19 years agosecur32: Implement QueryContextAttributes. Add tests.
Kai Blin [Fri, 16 Jun 2006 06:59:48 +0000 (06:59 +0000)] 
secur32: Implement QueryContextAttributes. Add tests.

19 years agoavifil32: Corrected destination size in MultiByteToWideChar.
Marcus Meissner [Thu, 15 Jun 2006 18:07:46 +0000 (20:07 +0200)] 
avifil32: Corrected destination size in MultiByteToWideChar.

19 years agod3d9: Remove ValidatePixel/VertexShader.
Louis. Lenders [Thu, 15 Jun 2006 17:49:46 +0000 (18:49 +0100)] 
d3d9: Remove ValidatePixel/VertexShader.

19 years agocrypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.
Juan Lang [Thu, 15 Jun 2006 16:48:12 +0000 (09:48 -0700)] 
crypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.

19 years agohlink: Fix typo. We should set hl not ppvObj.
Ulrich Czekalla [Thu, 15 Jun 2006 16:16:39 +0000 (12:16 -0400)] 
hlink: Fix typo. We should set hl not ppvObj.

19 years agowined3d: Add and use GL_EXT_fog_coord defines.
H. Verbeet [Thu, 15 Jun 2006 22:24:46 +0000 (00:24 +0200)] 
wined3d: Add and use GL_EXT_fog_coord defines.

19 years agox11drv: Renamed the x11drv directory to winex11.drv.
Alexandre Julliard [Fri, 16 Jun 2006 07:57:50 +0000 (09:57 +0200)] 
x11drv: Renamed the x11drv directory to winex11.drv.

19 years agonotepad: Pl.rc: Fix the ellipsis in menu.
Mikołaj Zalewski [Thu, 15 Jun 2006 13:30:13 +0000 (15:30 +0200)] 
notepad: Pl.rc: Fix the ellipsis in menu.

19 years agoprinting: Don't limit the printer name length to CCHDEVICENAME characters.
Huw Davies [Thu, 15 Jun 2006 10:36:00 +0000 (11:36 +0100)] 
printing: Don't limit the printer name length to CCHDEVICENAME characters.

19 years agomsi: Add tests for MsiInstallProduct.
James Hawkins [Thu, 15 Jun 2006 07:31:46 +0000 (02:31 -0500)] 
msi: Add tests for MsiInstallProduct.

19 years agoddraw: Make some functions static.
Alexandre Julliard [Thu, 15 Jun 2006 15:14:37 +0000 (17:14 +0200)] 
ddraw: Make some functions static.

19 years agoconfigure: Ues the standard AC_MSG_WARN to print warnings.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:32 +0000 (16:52 +0200)] 
configure: Ues the standard AC_MSG_WARN to print warnings.

19 years agodlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:23 +0000 (16:52 +0200)] 
dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.

19 years agod3dx8: Remove dependencies on OpenGL headers and libraries.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:05 +0000 (16:52 +0200)] 
d3dx8: Remove dependencies on OpenGL headers and libraries.

19 years agod3d9: Remove dependencies on OpenGL headers and libraries.
Alexandre Julliard [Thu, 15 Jun 2006 14:52:01 +0000 (16:52 +0200)] 
d3d9: Remove dependencies on OpenGL headers and libraries.

19 years agod3d8: Remove dependencies on OpenGL headers and libraries.
Alexandre Julliard [Thu, 15 Jun 2006 14:51:57 +0000 (16:51 +0200)] 
d3d8: Remove dependencies on OpenGL headers and libraries.

19 years agowined3d: Support more than one back buffer.
Stefan Dösinger [Thu, 15 Jun 2006 10:54:19 +0000 (12:54 +0200)] 
wined3d: Support more than one back buffer.

19 years agoddraw: Rewrite most of ddraw using WineD3D.
Stefan Dösinger [Fri, 9 Jun 2006 17:36:12 +0000 (19:36 +0200)] 
ddraw: Rewrite most of ddraw using WineD3D.

19 years agoserver: Fixed a compiler warning on MacOSX.
Alexandre Julliard [Thu, 15 Jun 2006 12:14:31 +0000 (14:14 +0200)] 
server: Fixed a compiler warning on MacOSX.

19 years agolibwine: Fixed a compiler warning on MacOSX.
Alexandre Julliard [Thu, 15 Jun 2006 12:14:26 +0000 (14:14 +0200)] 
libwine: Fixed a compiler warning on MacOSX.

19 years agowinmm: Add support for "open new" commands.
Peter Åstrand [Mon, 12 Jun 2006 14:19:06 +0000 (16:19 +0200)] 
winmm: Add support for "open new" commands.

19 years agomsi: Add test for _Streams table (based on patch by Andrey Turkin).
Mike McCormack [Wed, 14 Jun 2006 03:10:37 +0000 (12:10 +0900)] 
msi: Add test for _Streams table (based on patch by Andrey Turkin).

19 years agowined3d: Correct vertex fog for transformed vertices and correctly
Stefan Dösinger [Mon, 12 Jun 2006 11:25:10 +0000 (13:25 +0200)] 
wined3d: Correct vertex fog for transformed vertices and correctly
handle non-vertex, non-table fog.

19 years agowined3d: Implement more GLSL instructions.
Jason Green [Wed, 14 Jun 2006 02:32:14 +0000 (22:32 -0400)] 
wined3d: Implement more GLSL instructions.

- Implemented: D3DSIO_SGN, LOOP, ENDLOOP, LOGP, LIT, DST, SINCOS
- Process instruction-based modifiers (function existed, it just
  wasn't being called)
- Add loop checking to register maps.
- Renamed "sng" to "sgn" for D3DSIO_SGN - it's not handled anywhere
  except for GLSL, so won't matter.

19 years agoatl: Add a partial implementation of AtlModuleRegisterWndClassInfoW
Robert Shearman [Wed, 14 Jun 2006 12:20:41 +0000 (13:20 +0100)] 
atl: Add a partial implementation of AtlModuleRegisterWndClassInfoW
based on documentation by Mike McCormack.

19 years agokernel: Add a test for mutexes.
Robert Shearman [Wed, 14 Jun 2006 12:20:31 +0000 (13:20 +0100)] 
kernel: Add a test for mutexes.

19 years agokernel: Add some tests for VerifyVersionInfo.
Robert Shearman [Wed, 14 Jun 2006 12:19:50 +0000 (13:19 +0100)] 
kernel: Add some tests for VerifyVersionInfo.

19 years agoole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
Robert Shearman [Wed, 14 Jun 2006 12:20:14 +0000 (13:20 +0100)] 
ole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
as CoUnmarshalInterface may have advanced the stream, even if it failed.

19 years agoole32: Add a tests for OleSetMenuDescriptor and the global interface table.
Robert Shearman [Wed, 14 Jun 2006 12:20:01 +0000 (13:20 +0100)] 
ole32: Add a tests for OleSetMenuDescriptor and the global interface table.

19 years agowinecfg: Updated Norwegian Bokmål resources.
Alexander Nicolaysen Sørnes [Wed, 14 Jun 2006 12:06:35 +0000 (14:06 +0200)] 
winecfg: Updated Norwegian Bokmål resources.

19 years agogphoto2.ds: Added Norwegian Bokmål resources.
Alexander Nicolaysen Sørnes [Wed, 14 Jun 2006 12:06:35 +0000 (14:06 +0200)] 
gphoto2.ds: Added Norwegian Bokmål resources.

19 years agowinedbg: Avoid a crash when there's no backtrace to print.
Alexandre Julliard [Thu, 15 Jun 2006 09:38:43 +0000 (11:38 +0200)] 
winedbg: Avoid a crash when there's no backtrace to print.

19 years agokernel32: Use unsigned types in GlobalMemoryStatusEx to prevent overflows.
Alexandre Julliard [Thu, 15 Jun 2006 09:38:20 +0000 (11:38 +0200)] 
kernel32: Use unsigned types in GlobalMemoryStatusEx to prevent overflows.

19 years agoserver: Fix a win64 warning.
Mike McCormack [Thu, 15 Jun 2006 08:10:40 +0000 (17:10 +0900)] 
server: Fix a win64 warning.

19 years agoserver: Cast user handles to unsigned long for win64 compatibility.
Mike McCormack [Thu, 15 Jun 2006 08:10:31 +0000 (17:10 +0900)] 
server: Cast user handles to unsigned long for win64 compatibility.

19 years agoserver: Cast handles to unsigned long for win64 compatibility.
Mike McCormack [Thu, 15 Jun 2006 08:10:07 +0000 (17:10 +0900)] 
server: Cast handles to unsigned long for win64 compatibility.

19 years agocomctl32: Add a short test for the listview.
Mike McCormack [Thu, 15 Jun 2006 08:30:49 +0000 (17:30 +0900)] 
comctl32: Add a short test for the listview.

19 years agocomctl32: Arrange the listview after deleting all items so we will place icons at...
Mike McCormack [Thu, 15 Jun 2006 07:05:48 +0000 (16:05 +0900)] 
comctl32: Arrange the listview after deleting all items so we will place icons at the top again.

19 years agocomctl32: Use the listview's background colour when drawing with imagelist.
Mike McCormack [Thu, 15 Jun 2006 05:23:42 +0000 (14:23 +0900)] 
comctl32: Use the listview's background colour when drawing with imagelist.

19 years agomsi: Don't define COND_SPACE twice.
Mike McCormack [Wed, 14 Jun 2006 14:44:42 +0000 (23:44 +0900)] 
msi: Don't define COND_SPACE twice.

19 years agomciwave: Fixed a bogus free.
Eric Pouech [Wed, 14 Jun 2006 19:35:18 +0000 (21:35 +0200)] 
mciwave: Fixed a bogus free.

19 years agouser32: Fix character conversion in combo box.
Vitaly Lipatov [Wed, 14 Jun 2006 17:12:16 +0000 (21:12 +0400)] 
user32: Fix character conversion in combo box.

Replace toupper/tolower with CharUpper/CharLower functions.

19 years agowine.inf: Add fake dll for advpack.dll.
Louis. Lenders [Wed, 14 Jun 2006 08:58:28 +0000 (09:58 +0100)] 
wine.inf: Add fake dll for advpack.dll.

19 years agoatl: Add a stub for AtlModuleRegisterWndClassInfoW.
Robert Shearman [Wed, 14 Jun 2006 01:37:43 +0000 (02:37 +0100)] 
atl: Add a stub for AtlModuleRegisterWndClassInfoW.

19 years agontdll: Change the test for no relocation information to use the
Robert Shearman [Wed, 14 Jun 2006 01:38:34 +0000 (02:38 +0100)] 
ntdll: Change the test for no relocation information to use the
IMAGE_FILE_RELOCS_STRIPPED flag instead of a zero sized relocations
section.

This fixes loading of resource-only DLLs that have a load-address of
0x400000.

19 years agomsxml: Text nodes with just whitespace should be stripped.
Robert Shearman [Wed, 14 Jun 2006 01:38:20 +0000 (02:38 +0100)] 
msxml: Text nodes with just whitespace should be stripped.

19 years agomsxml: Implement IXMLDOMElement for text elements by using
Robert Shearman [Wed, 14 Jun 2006 01:38:09 +0000 (02:38 +0100)] 
msxml: Implement IXMLDOMElement for text elements by using
create_element instead of create_basic_node.

19 years agomsxml: Allow the element implementation to be aggregatable.
Robert Shearman [Wed, 14 Jun 2006 01:37:54 +0000 (02:37 +0100)] 
msxml: Allow the element implementation to be aggregatable.

19 years agouxtheme: Add framework and initial tests.
Paul Vriens [Tue, 13 Jun 2006 12:16:58 +0000 (14:16 +0200)] 
uxtheme: Add framework and initial tests.

19 years agowinuser.h: Add some missing virtual key symbols.
Choe Hwanjin [Wed, 14 Jun 2006 06:52:27 +0000 (15:52 +0900)] 
winuser.h: Add some missing virtual key symbols.

19 years agomsi: Add a test for reading long strings.
Mike McCormack [Tue, 13 Jun 2006 12:34:28 +0000 (21:34 +0900)] 
msi: Add a test for reading long strings.

19 years agomsi: Add a test for creating a record with a long string.
Mike McCormack [Tue, 13 Jun 2006 12:34:16 +0000 (21:34 +0900)] 
msi: Add a test for creating a record with a long string.

19 years agomsi: Add a test for MsiDatabaseExport.
Mike McCormack [Tue, 13 Jun 2006 12:33:27 +0000 (21:33 +0900)] 
msi: Add a test for MsiDatabaseExport.

19 years agomapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin).
Mike McCormack [Wed, 14 Jun 2006 02:40:17 +0000 (11:40 +0900)] 
mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin).

19 years agoadvpack: Remove some dead code. (Coverity)
Mike McCormack [Wed, 14 Jun 2006 02:16:32 +0000 (11:16 +0900)] 
advpack: Remove some dead code. (Coverity)

19 years agodbghelp: Fix the prototype of some callbacks.
Mike McCormack [Wed, 14 Jun 2006 01:58:29 +0000 (10:58 +0900)] 
dbghelp: Fix the prototype of some callbacks.

19 years agocrypt32: Fix a cast for Win64.
Mike McCormack [Wed, 14 Jun 2006 01:58:15 +0000 (10:58 +0900)] 
crypt32: Fix a cast for Win64.

19 years agowrc: Remove some tokens declared twice.
Mike McCormack [Wed, 14 Jun 2006 01:58:02 +0000 (10:58 +0900)] 
wrc: Remove some tokens declared twice.

19 years agorpcrt4: getaddrinfo returns any non-zero value on failure, not just negative values.
Robert Shearman [Tue, 13 Jun 2006 09:59:42 +0000 (10:59 +0100)] 
rpcrt4: getaddrinfo returns any non-zero value on failure, not just negative values.

19 years agontdll: Cast termios.c_cflag to avoid a printf format warning.
Alexandre Julliard [Tue, 13 Jun 2006 12:16:57 +0000 (14:16 +0200)] 
ntdll: Cast termios.c_cflag to avoid a printf format warning.

19 years agowinedbg: sscanf arguments should be ints, not size_t.
Alexandre Julliard [Tue, 13 Jun 2006 12:16:06 +0000 (14:16 +0200)] 
winedbg: sscanf arguments should be ints, not size_t.

19 years agowinebuild: Fix a few printf format warnings by casting size_t.
Alexandre Julliard [Tue, 13 Jun 2006 12:14:59 +0000 (14:14 +0200)] 
winebuild: Fix a few printf format warnings by casting size_t.

19 years agowined3d: Use unsigned int instead of size_t to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:14:20 +0000 (14:14 +0200)] 
wined3d: Use unsigned int instead of size_t to avoid printf format warnings.

19 years agooleaut32: Use unsigned int instead of size_t to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:14:13 +0000 (14:14 +0200)] 
oleaut32: Use unsigned int instead of size_t to avoid printf format warnings.

19 years agomsvcrt: Use unsigned int instead of size_t to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:14:06 +0000 (14:14 +0200)] 
msvcrt: Use unsigned int instead of size_t to avoid printf format warnings.

19 years agocrypt32: Use unsigned int instead of size_t to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:14:00 +0000 (14:14 +0200)] 
crypt32: Use unsigned int instead of size_t to avoid printf format warnings.

19 years agowidl: Use unsigned int instead of size_t to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:13:49 +0000 (14:13 +0200)] 
widl: Use unsigned int instead of size_t to avoid printf format warnings.

19 years agowinevdm: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:12:07 +0000 (14:12 +0200)] 
winevdm: Don't use sizeof in traces to avoid printf format warnings.

19 years agorpcss: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:11:58 +0000 (14:11 +0200)] 
rpcss: Don't use sizeof in traces to avoid printf format warnings.

19 years agowineps.drv: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:11:48 +0000 (14:11 +0200)] 
wineps.drv: Don't use sizeof in traces to avoid printf format warnings.

19 years agouser32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:11:36 +0000 (14:11 +0200)] 
user32: Don't use sizeof in traces to avoid printf format warnings.

19 years agorpcrt4: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:11:28 +0000 (14:11 +0200)] 
rpcrt4: Don't use sizeof in traces to avoid printf format warnings.

19 years agoole32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:11:15 +0000 (14:11 +0200)] 
ole32: Don't use sizeof in traces to avoid printf format warnings.

19 years agonetapi32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:11:04 +0000 (14:11 +0200)] 
netapi32: Don't use sizeof in traces to avoid printf format warnings.

19 years agomsvfw32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:10:57 +0000 (14:10 +0200)] 
msvfw32: Don't use sizeof in traces to avoid printf format warnings.

19 years agomciseq: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:10:47 +0000 (14:10 +0200)] 
mciseq: Don't use sizeof in traces to avoid printf format warnings.

19 years agokernel32: Don't use sizeof in traces to avoid printf format warnings.
Alexandre Julliard [Tue, 13 Jun 2006 12:10:39 +0000 (14:10 +0200)] 
kernel32: Don't use sizeof in traces to avoid printf format warnings.