wine
18 years agohhctrl.ocx: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:59 +0000 (23:38 +0200)] 
hhctrl.ocx: Win64 printf format warning fixes.

18 years agod3dx8: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:31 +0000 (23:38 +0200)] 
d3dx8: Win64 printf format warning fixes.

18 years agodinput8: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:46 +0000 (23:38 +0200)] 
dinput8: Win64 printf format warning fixes.

18 years agocards: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:17 +0000 (23:38 +0200)] 
cards: Win64 printf format warning fixes.

18 years agomsvcrt: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 18:39:05 +0000 (20:39 +0200)] 
msvcrt: Win64 printf format warning fixes.

18 years agoddraw: Don't destroy complex attached surfaces even if explicitely
Elie Morisse [Fri, 22 Sep 2006 14:55:39 +0000 (18:55 +0400)] 
ddraw: Don't destroy complex attached surfaces even if explicitely
requested as they will be liquidated anyway when the root is
destroyed.

18 years agocrypt32: Include wine/port.h for strcasecmp.
Marcus Meissner [Sat, 30 Sep 2006 10:26:20 +0000 (12:26 +0200)] 
crypt32: Include wine/port.h for strcasecmp.

18 years agocrypt32/tests: Replace bad use of sprintf by 2 strcats.
Marcus Meissner [Tue, 3 Oct 2006 17:20:23 +0000 (19:20 +0200)] 
crypt32/tests: Replace bad use of sprintf by 2 strcats.

18 years agontdll: More tests for exception handling.
Marcus Meissner [Tue, 3 Oct 2006 15:19:36 +0000 (17:19 +0200)] 
ntdll: More tests for exception handling.

- Check if we really set the debug register.
- Added unaligned access exception check.
- Added single step exception check.

18 years agocrypt32: Make it clearer where alg ids come from in CryptVerifyCertificateSignatureEx.
Juan Lang [Tue, 3 Oct 2006 15:32:10 +0000 (08:32 -0700)] 
crypt32: Make it clearer where alg ids come from in CryptVerifyCertificateSignatureEx.

18 years agowintrust: Win64 printf format warning fixes.
Paul Vriens [Tue, 3 Oct 2006 15:06:01 +0000 (17:06 +0200)] 
wintrust: Win64 printf format warning fixes.

18 years agontdll: Implemented AmILastThread information class for NtQueryInformationThread.
Eric Pouech [Sun, 1 Oct 2006 06:17:27 +0000 (08:17 +0200)] 
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.

18 years agowinedbg: Rewrote the file handling to use SearchPath instead of home grown version.
Eric Pouech [Sun, 1 Oct 2006 06:16:20 +0000 (08:16 +0200)] 
winedbg: Rewrote the file handling to use SearchPath instead of home grown version.

18 years agontdll-kernel32: WaitCommEvent.
Eric Pouech [Sat, 30 Sep 2006 19:20:41 +0000 (21:20 +0200)] 
ntdll-kernel32: WaitCommEvent.

- implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl
  on serial lines in ntdll
- now using thread pool (instead of simple thread) for the
  background operations (this should help some high load
  situations)
- used this to implement WaitCommEvent on top NtDll functions
- in kernel32, removed now the no longer used termios/ioctls...
  for comm devices

18 years agocomctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
Francois Gouget [Fri, 29 Sep 2006 10:49:01 +0000 (12:49 +0200)] 
comctl32: Fix LVM_GETITEM/LVIF_STATE so it only returns the bits it
has been asked for, and sets all the others to zero (with conformance
test).

18 years agoinclude: Add missing STATUS_CTX_ constants.
Francois Gouget [Fri, 29 Sep 2006 10:48:13 +0000 (12:48 +0200)] 
include: Add missing STATUS_CTX_ constants.

18 years agoinclude: Add missing PSP_ constants.
Francois Gouget [Fri, 29 Sep 2006 10:47:33 +0000 (12:47 +0200)] 
include: Add missing PSP_ constants.

18 years agooleaut32: Remove unnecessary casts.
Francois Gouget [Fri, 29 Sep 2006 10:46:53 +0000 (12:46 +0200)] 
oleaut32: Remove unnecessary casts.

18 years agomsi: Implement MsiDatabaseImport.
James Hawkins [Thu, 28 Sep 2006 19:58:16 +0000 (12:58 -0700)] 
msi: Implement MsiDatabaseImport.

18 years agoadvapi32: Win64 printf format warning fixes.
Hans Leidekker [Tue, 3 Oct 2006 13:48:41 +0000 (15:48 +0200)] 
advapi32: Win64 printf format warning fixes.

18 years agorpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc, Free} as that
Robert Shearman [Tue, 3 Oct 2006 13:40:48 +0000 (14:40 +0100)] 
rpcrt4: Use I_Rpc{Allocate, Free} instead of Heap{Alloc, Free} as that
the former are exported by rpcrt4 seemingly to allow callers of tower
functions to free the allocated memory.

18 years agorpcrt4: RpcBindingCopy is implemented.
Robert Shearman [Tue, 3 Oct 2006 13:41:04 +0000 (14:41 +0100)] 
rpcrt4: RpcBindingCopy is implemented.

18 years agorpcrt4: Don't use HEAP_ZERO_MEMORY when most of the fields will be initialised to...
Robert Shearman [Tue, 3 Oct 2006 13:40:57 +0000 (14:40 +0100)] 
rpcrt4: Don't use HEAP_ZERO_MEMORY when most of the fields will be initialised to non-zero values.

18 years agouser: Increase the time during which flush_events() waits for pending events.
Dmitry Timoshkov [Tue, 3 Oct 2006 09:15:02 +0000 (18:15 +0900)] 
user: Increase the time during which flush_events() waits for pending events.

18 years agocrypt32: Remove bogus tests.
Paul Vriens [Tue, 3 Oct 2006 12:37:41 +0000 (14:37 +0200)] 
crypt32: Remove bogus tests.

18 years agoshell32: Microsoft's EXP_DARWIN_LINK structure does not have a dbh
Francois Gouget [Tue, 3 Oct 2006 12:12:18 +0000 (14:12 +0200)] 
shell32: Microsoft's EXP_DARWIN_LINK structure does not have a dbh
field so cast it to DATABLOCK_HEADER to access the dwSignature
field. Fixes the compilation with Visual C++ on Windows.

18 years agourlmon: Fix spelling of the 'origin' parameter in the *Protocol_Seek() functions.
Francois Gouget [Tue, 3 Oct 2006 12:11:42 +0000 (14:11 +0200)] 
urlmon: Fix spelling of the 'origin' parameter in the *Protocol_Seek() functions.

18 years agoAssorted spelling fixes.
Francois Gouget [Tue, 3 Oct 2006 12:10:58 +0000 (14:10 +0200)] 
Assorted spelling fixes.

18 years agoAdd missing '\n's to ok() calls.
Francois Gouget [Tue, 3 Oct 2006 12:09:58 +0000 (14:09 +0200)] 
Add missing '\n's to ok() calls.

18 years agomshtml: Remove space before '\n'.
Francois Gouget [Tue, 3 Oct 2006 12:09:01 +0000 (14:09 +0200)] 
mshtml: Remove space before '\n'.

18 years agontdll: Make test_debug_regs() print the actual Dr7 value it got.
Dmitry Timoshkov [Tue, 3 Oct 2006 09:10:13 +0000 (18:10 +0900)] 
ntdll: Make test_debug_regs() print the actual Dr7 value it got.

18 years agowinedos: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 12:04:49 +0000 (14:04 +0200)] 
winedos: Win64 printf format warning fixes.

18 years agouser: Fix CopyImage function declaration.
Oleg Krylov [Tue, 3 Oct 2006 10:07:50 +0000 (13:07 +0300)] 
user: Fix CopyImage function declaration.

18 years agocomdlg32: Load "Save" string from resources in filedlgbrowser.c.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:41:09 +0000 (10:41 +0200)] 
comdlg32: Load "Save" string from resources in filedlgbrowser.c.

18 years agoMakefile: Avoid trailing slash in find, it breaks tags on MacOS.
Alexandre Julliard [Tue, 3 Oct 2006 13:06:43 +0000 (15:06 +0200)] 
Makefile: Avoid trailing slash in find, it breaks tags on MacOS.

18 years agontdll: Added error mapping for ENXIO.
Alexandre Julliard [Tue, 3 Oct 2006 13:06:41 +0000 (15:06 +0200)] 
ntdll: Added error mapping for ENXIO.

18 years agontdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
Alexandre Julliard [Tue, 3 Oct 2006 12:54:21 +0000 (14:54 +0200)] 
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.

18 years agoexplorer: Added dynamic drive support for MacOSX.
Alexandre Julliard [Tue, 3 Oct 2006 12:54:16 +0000 (14:54 +0200)] 
explorer: Added dynamic drive support for MacOSX.

18 years agoexplorer: Avoid repeated notifications on device removal.
Alexandre Julliard [Tue, 3 Oct 2006 10:40:39 +0000 (12:40 +0200)] 
explorer: Avoid repeated notifications on device removal.

18 years agoexplorer: Split the device management to a separate file to make it usable independen...
Alexandre Julliard [Tue, 3 Oct 2006 10:40:27 +0000 (12:40 +0200)] 
explorer: Split the device management to a separate file to make it usable independently of HAL support.

18 years agowinedbg: Fixed the auto mode.
Eric Pouech [Mon, 2 Oct 2006 20:30:11 +0000 (22:30 +0200)] 
winedbg: Fixed the auto mode.

18 years agows2_32: Avoid retrieving the fd twice in WSAIoctl.
Alexandre Julliard [Tue, 3 Oct 2006 09:46:11 +0000 (11:46 +0200)] 
ws2_32: Avoid retrieving the fd twice in WSAIoctl.

18 years agows2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.
Marcus Meissner [Mon, 2 Oct 2006 12:08:25 +0000 (14:08 +0200)] 
ws2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.

18 years agontdll: Clear alignment check flag before entering exception handler.
Marcus Meissner [Mon, 2 Oct 2006 20:16:26 +0000 (22:16 +0200)] 
ntdll: Clear alignment check flag before entering exception handler.

18 years agocrypt32: Implement CryptSignAndEncodeCertificate.
Juan Lang [Tue, 3 Oct 2006 04:46:08 +0000 (21:46 -0700)] 
crypt32: Implement CryptSignAndEncodeCertificate.

18 years agoregedit: Remove the unused IDD_DIALOG2.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:08:58 +0000 (10:08 +0200)] 
regedit: Remove the unused IDD_DIALOG2.

18 years agoregedit: Add option to export only a specified branch.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:07:34 +0000 (10:07 +0200)] 
regedit: Add option to export only a specified branch.

18 years agoregedit: Some import/export dialogs code cleanup.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:05:05 +0000 (10:05 +0200)] 
regedit: Some import/export dialogs code cleanup.

18 years agocmdlgtst: Updated French translation.
Jonathan Ernst [Tue, 3 Oct 2006 08:00:25 +0000 (10:00 +0200)] 
cmdlgtst: Updated French translation.

18 years agocrypt32: Initial French translation.
Jonathan Ernst [Tue, 3 Oct 2006 07:50:48 +0000 (09:50 +0200)] 
crypt32: Initial French translation.

18 years agouser: Cast-qual warnings fix.
Andrew Talbot [Mon, 2 Oct 2006 20:14:11 +0000 (21:14 +0100)] 
user: Cast-qual warnings fix.

18 years agocrypt32/tests: Win64 printf format warning fixes.
Juan Lang [Mon, 2 Oct 2006 21:27:27 +0000 (14:27 -0700)] 
crypt32/tests: Win64 printf format warning fixes.

18 years agomsi: Implement msidbLocatorTypeFileName in RegLocator searches.
Juan Lang [Mon, 2 Oct 2006 21:19:42 +0000 (14:19 -0700)] 
msi: Implement msidbLocatorTypeFileName in RegLocator searches.

18 years agowinemenubuilder: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:58 +0000 (23:22 +0200)] 
winemenubuilder: Win64 printf format warning fixes.

18 years agowineconsole: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:34 +0000 (23:22 +0200)] 
wineconsole: Win64 printf format warning fixes.

18 years agorpcss: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:19 +0000 (23:22 +0200)] 
rpcss: Win64 printf format warning fixes.

18 years agooleview: Win64 'incompatible pointer type' warning fix.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:01 +0000 (23:22 +0200)] 
oleview: Win64 'incompatible pointer type' warning fix.

18 years agoicinfo: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:21:36 +0000 (23:21 +0200)] 
icinfo: Win64 printf format warning fixes.

18 years agoeject: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:21:17 +0000 (23:21 +0200)] 
eject: Win64 printf format warning fixes.

18 years agocmdlgtst: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:20:53 +0000 (23:20 +0200)] 
cmdlgtst: Win64 printf format warning fixes.

18 years agowinhelp: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:20:26 +0000 (23:20 +0200)] 
winhelp: Win64 printf format warning fixes.

18 years agowinecfg: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:19:18 +0000 (23:19 +0200)] 
winecfg: Win64 printf format warning fixes.

18 years agowineboot: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:18:35 +0000 (23:18 +0200)] 
wineboot: Win64 printf format warning fixes.

18 years agoshdocvw: Silence common invalid QueryInterface FIXMEs.
Jacek Caban [Mon, 2 Oct 2006 19:07:31 +0000 (21:07 +0200)] 
shdocvw: Silence common invalid QueryInterface FIXMEs.

18 years agomshtml: Silence common invalid QueryInterface FIXME.
Jacek Caban [Mon, 2 Oct 2006 19:07:46 +0000 (21:07 +0200)] 
mshtml: Silence common invalid QueryInterface FIXME.

18 years agomshtml: Added begining implementation of IPersistStreamInit::Save.
Jacek Caban [Mon, 2 Oct 2006 18:33:08 +0000 (20:33 +0200)] 
mshtml: Added begining implementation of IPersistStreamInit::Save.

18 years agomshtml: Code cleanup.
Jacek Caban [Mon, 2 Oct 2006 18:07:13 +0000 (20:07 +0200)] 
mshtml: Code cleanup.

18 years agowined3d: Report the correct number of available 4-component float vectors for GLSL.
H. Verbeet [Mon, 2 Oct 2006 18:06:32 +0000 (20:06 +0200)] 
wined3d: Report the correct number of available 4-component float vectors for GLSL.

18 years agowined3d: Explicitly enable the GL_ARB_draw_buffers extension in GLSL shaders.
H. Verbeet [Mon, 2 Oct 2006 18:06:38 +0000 (20:06 +0200)] 
wined3d: Explicitly enable the GL_ARB_draw_buffers extension in GLSL shaders.

18 years agooleaut32: Fix ITypeInfo::GetFuncDesc to return the correct information for dual dispi...
Robert Shearman [Mon, 2 Oct 2006 17:25:32 +0000 (18:25 +0100)] 
oleaut32: Fix ITypeInfo::GetFuncDesc to return the correct information for dual dispinterfaces.

18 years agooleaut32: Make ITypeInfo::GetDocumentation work for functions/variables in inherited...
Robert Shearman [Mon, 2 Oct 2006 17:25:40 +0000 (18:25 +0100)] 
oleaut32: Make ITypeInfo::GetDocumentation work for functions/variables in inherited interfaces.

18 years agoadvapi32: Make sure it's a real cleanup.
Paul Vriens [Mon, 2 Oct 2006 14:07:39 +0000 (16:07 +0200)] 
advapi32: Make sure it's a real cleanup.

18 years agoregedit: Fix some translated resources errors.
Mikołaj Zalewski [Mon, 2 Oct 2006 13:19:08 +0000 (15:19 +0200)] 
regedit: Fix some translated resources errors.

18 years agowinecfg: Fix a typo in Russian translation.
Dmitry Timoshkov [Mon, 2 Oct 2006 12:55:00 +0000 (21:55 +0900)] 
winecfg: Fix a typo in Russian translation.

18 years agowinedbg: Don't try to read to invalid memory if winedbg does not find the thread.
Peter Oberndorfer [Thu, 28 Sep 2006 17:50:03 +0000 (19:50 +0200)] 
winedbg: Don't try to read to invalid memory if winedbg does not find the thread.

18 years agontdll: Add a test for NtReadVirtualMemory.
Peter Oberndorfer [Thu, 28 Sep 2006 17:53:01 +0000 (19:53 +0200)] 
ntdll: Add a test for NtReadVirtualMemory.

18 years agokernel32: Add 2 simple tests for GetLongPathNameW.
Louis. Lenders [Fri, 29 Sep 2006 07:21:31 +0000 (08:21 +0100)] 
kernel32: Add 2 simple tests for GetLongPathNameW.

18 years agokernel32: Print an error instead of crashing in GetLongPathNameW if shortpath=0.
Louis. Lenders [Fri, 29 Sep 2006 07:17:07 +0000 (08:17 +0100)] 
kernel32: Print an error instead of crashing in GetLongPathNameW if shortpath=0.

18 years agocrypt32/tests: Win64 printf format warning fixes.
Juan Lang [Fri, 29 Sep 2006 21:36:26 +0000 (14:36 -0700)] 
crypt32/tests: Win64 printf format warning fixes.

18 years agoshdocvw: Ignore VT_ERROR arguments to WebBrowser_Navigate2.
Juan Lang [Fri, 29 Sep 2006 01:01:44 +0000 (18:01 -0700)] 
shdocvw: Ignore VT_ERROR arguments to WebBrowser_Navigate2.

18 years agoshdocvw: Return S_OK from WebBrowser_put_RegisterAsDropTarget.
Juan Lang [Fri, 29 Sep 2006 01:00:09 +0000 (18:00 -0700)] 
shdocvw: Return S_OK from WebBrowser_put_RegisterAsDropTarget.

18 years agowined3d: Win64 printf fixes.
Ivan Gyurdiev [Sun, 1 Oct 2006 03:20:10 +0000 (23:20 -0400)] 
wined3d: Win64 printf fixes.

18 years agowldap32: Win64 printf format warning fixes.
Hans Leidekker [Sat, 30 Sep 2006 10:07:23 +0000 (12:07 +0200)] 
wldap32: Win64 printf format warning fixes.

18 years agomscms: Win64 printf format warning fixes.
Hans Leidekker [Sat, 30 Sep 2006 10:07:13 +0000 (12:07 +0200)] 
mscms: Win64 printf format warning fixes.

18 years agodnsapi: Win64 printf format warning fixes.
Hans Leidekker [Sat, 30 Sep 2006 10:07:06 +0000 (12:07 +0200)] 
dnsapi: Win64 printf format warning fixes.

18 years agouser: Win64 printf format warning fixes.
Michael Stefaniuc [Fri, 29 Sep 2006 22:25:15 +0000 (00:25 +0200)] 
user: Win64 printf format warning fixes.

18 years agoresutils: Implements stub dll for resutils.dll.
Benjamin Arai [Fri, 29 Sep 2006 22:17:22 +0000 (15:17 -0700)] 
resutils: Implements stub dll for resutils.dll.

18 years agontdll: Added debug registers test case.
Marcus Meissner [Sat, 30 Sep 2006 13:09:55 +0000 (15:09 +0200)] 
ntdll: Added debug registers test case.

18 years agomswsock: More debug output in AcceptEx().
Marcus Meissner [Mon, 18 Sep 2006 15:56:02 +0000 (17:56 +0200)] 
mswsock: More debug output in AcceptEx().

18 years agogdi32: Improve get_nearest_charset().
Byeong-Sik Jeon [Sun, 1 Oct 2006 21:42:50 +0000 (06:42 +0900)] 
gdi32: Improve get_nearest_charset().

18 years agotapi32: Cast-qual warnings fix.
Andrew Talbot [Sun, 1 Oct 2006 15:19:53 +0000 (16:19 +0100)] 
tapi32: Cast-qual warnings fix.

18 years agouser/tests: Flush events before running mouse tests.
Dmitry Timoshkov [Sun, 1 Oct 2006 14:20:16 +0000 (23:20 +0900)] 
user/tests: Flush events before running mouse tests.

18 years agows2_32: Add a comment to ioctlsocket about 'bogus' ioctl 0x667e.
Dmitry Timoshkov [Sun, 1 Oct 2006 15:27:38 +0000 (00:27 +0900)] 
ws2_32: Add a comment to ioctlsocket about 'bogus' ioctl 0x667e.

18 years agows2_32: Use a symbolic name instead of hand-made value.
Dmitry Timoshkov [Sun, 1 Oct 2006 15:15:59 +0000 (00:15 +0900)] 
ws2_32: Use a symbolic name instead of hand-made value.

18 years agowined3d: Remove unused field in shader opcode_arg.
Ivan Gyurdiev [Sun, 1 Oct 2006 12:07:53 +0000 (08:07 -0400)] 
wined3d: Remove unused field in shader opcode_arg.

18 years agoUpdated Norwegian Bokmål translations.
Alexander Nicolaysen Sørnes [Sat, 30 Sep 2006 19:18:02 +0000 (21:18 +0200)] 
Updated Norwegian Bokmål translations.

18 years agowinsock: Make sure to include sys/types.h in all cases.
Alexandre Julliard [Mon, 2 Oct 2006 09:57:54 +0000 (11:57 +0200)] 
winsock: Make sure to include sys/types.h in all cases.

18 years agooleaut32/tests: Print each 64-bit integers as two 32 bit integers.
Stefan Leichter [Sat, 30 Sep 2006 18:31:07 +0000 (20:31 +0200)] 
oleaut32/tests: Print each 64-bit integers as two 32 bit integers.

18 years agoshell32: Another cast-qual warning fix.
Andrew Talbot [Sat, 30 Sep 2006 23:04:02 +0000 (00:04 +0100)] 
shell32: Another cast-qual warning fix.

18 years agoshell32: Cast-qual warnings fix.
Andrew Talbot [Fri, 29 Sep 2006 21:13:48 +0000 (22:13 +0100)] 
shell32: Cast-qual warnings fix.