Roderick Colenbrander [Tue, 3 Oct 2006 19:22:22 +0000 (21:22 +0200)]
gdi32: Route WGL font code through gdi32.dll.
Roderick Colenbrander [Tue, 3 Oct 2006 17:52:17 +0000 (19:52 +0200)]
gdi32: Route WGL context code through gdi32.dll.
Mikołaj Zalewski [Tue, 3 Oct 2006 19:08:32 +0000 (21:08 +0200)]
wineconsole: Make the user backend work on non-latin1 locales.
Vitaliy Margolen [Wed, 4 Oct 2006 05:06:30 +0000 (23:06 -0600)]
user: Move some common code into one function.
Juan Lang [Wed, 4 Oct 2006 04:58:09 +0000 (21:58 -0700)]
crypt32: Win64 printf format warning fixes.
Juan Lang [Wed, 4 Oct 2006 04:59:15 +0000 (21:59 -0700)]
crypt32: Forward CryptAcquireContextU to CryptAcquireContextW.
Vitaliy Margolen [Wed, 4 Oct 2006 03:50:45 +0000 (21:50 -0600)]
capi: Fix compiler warnings.
Marcus Meissner [Tue, 3 Oct 2006 19:39:15 +0000 (21:39 +0200)]
wine.inf: Add some more fake binaries.
James Hawkins [Tue, 3 Oct 2006 21:58:43 +0000 (14:58 -0700)]
comctl32: Set the TVIF_TEXT mask when notifying the parent window of a selection change.
Michael Stefaniuc [Tue, 3 Oct 2006 21:41:14 +0000 (23:41 +0200)]
w32skrnl: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:40:54 +0000 (23:40 +0200)]
spoolss: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:40:42 +0000 (23:40 +0200)]
query: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:40:23 +0000 (23:40 +0200)]
oleacc: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:39:59 +0000 (23:39 +0200)]
newdev: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:39:44 +0000 (23:39 +0200)]
nddeapi: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:39:15 +0000 (23:39 +0200)]
localspl/tests: 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.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:31 +0000 (23:38 +0200)]
d3dx8: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:46 +0000 (23:38 +0200)]
dinput8: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 21:38:17 +0000 (23:38 +0200)]
cards: Win64 printf format warning fixes.
Michael Stefaniuc [Tue, 3 Oct 2006 18:39:05 +0000 (20:39 +0200)]
msvcrt: Win64 printf format warning fixes.
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.
Marcus Meissner [Sat, 30 Sep 2006 10:26:20 +0000 (12:26 +0200)]
crypt32: Include wine/port.h for strcasecmp.
Marcus Meissner [Tue, 3 Oct 2006 17:20:23 +0000 (19:20 +0200)]
crypt32/tests: Replace bad use of sprintf by 2 strcats.
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.
Juan Lang [Tue, 3 Oct 2006 15:32:10 +0000 (08:32 -0700)]
crypt32: Make it clearer where alg ids come from in CryptVerifyCertificateSignatureEx.
Paul Vriens [Tue, 3 Oct 2006 15:06:01 +0000 (17:06 +0200)]
wintrust: Win64 printf format warning fixes.
Eric Pouech [Sun, 1 Oct 2006 06:17:27 +0000 (08:17 +0200)]
ntdll: Implemented AmILastThread information class for NtQueryInformationThread.
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.
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
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).
Francois Gouget [Fri, 29 Sep 2006 10:48:13 +0000 (12:48 +0200)]
include: Add missing STATUS_CTX_ constants.
Francois Gouget [Fri, 29 Sep 2006 10:47:33 +0000 (12:47 +0200)]
include: Add missing PSP_ constants.
Francois Gouget [Fri, 29 Sep 2006 10:46:53 +0000 (12:46 +0200)]
oleaut32: Remove unnecessary casts.
James Hawkins [Thu, 28 Sep 2006 19:58:16 +0000 (12:58 -0700)]
msi: Implement MsiDatabaseImport.
Hans Leidekker [Tue, 3 Oct 2006 13:48:41 +0000 (15:48 +0200)]
advapi32: Win64 printf format warning fixes.
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.
Robert Shearman [Tue, 3 Oct 2006 13:41:04 +0000 (14:41 +0100)]
rpcrt4: RpcBindingCopy is implemented.
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.
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.
Paul Vriens [Tue, 3 Oct 2006 12:37:41 +0000 (14:37 +0200)]
crypt32: Remove bogus tests.
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.
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.
Francois Gouget [Tue, 3 Oct 2006 12:10:58 +0000 (14:10 +0200)]
Assorted spelling fixes.
Francois Gouget [Tue, 3 Oct 2006 12:09:58 +0000 (14:09 +0200)]
Add missing '\n's to ok() calls.
Francois Gouget [Tue, 3 Oct 2006 12:09:01 +0000 (14:09 +0200)]
mshtml: Remove space before '\n'.
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.
Michael Stefaniuc [Tue, 3 Oct 2006 12:04:49 +0000 (14:04 +0200)]
winedos: Win64 printf format warning fixes.
Oleg Krylov [Tue, 3 Oct 2006 10:07:50 +0000 (13:07 +0300)]
user: Fix CopyImage function declaration.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:41:09 +0000 (10:41 +0200)]
comdlg32: Load "Save" string from resources in filedlgbrowser.c.
Alexandre Julliard [Tue, 3 Oct 2006 13:06:43 +0000 (15:06 +0200)]
Makefile: Avoid trailing slash in find, it breaks tags on MacOS.
Alexandre Julliard [Tue, 3 Oct 2006 13:06:41 +0000 (15:06 +0200)]
ntdll: Added error mapping for ENXIO.
Alexandre Julliard [Tue, 3 Oct 2006 12:54:21 +0000 (14:54 +0200)]
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
Alexandre Julliard [Tue, 3 Oct 2006 12:54:16 +0000 (14:54 +0200)]
explorer: Added dynamic drive support for MacOSX.
Alexandre Julliard [Tue, 3 Oct 2006 10:40:39 +0000 (12:40 +0200)]
explorer: Avoid repeated notifications on device removal.
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.
Eric Pouech [Mon, 2 Oct 2006 20:30:11 +0000 (22:30 +0200)]
winedbg: Fixed the auto mode.
Alexandre Julliard [Tue, 3 Oct 2006 09:46:11 +0000 (11:46 +0200)]
ws2_32: Avoid retrieving the fd twice in WSAIoctl.
Marcus Meissner [Mon, 2 Oct 2006 12:08:25 +0000 (14:08 +0200)]
ws2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.
Marcus Meissner [Mon, 2 Oct 2006 20:16:26 +0000 (22:16 +0200)]
ntdll: Clear alignment check flag before entering exception handler.
Juan Lang [Tue, 3 Oct 2006 04:46:08 +0000 (21:46 -0700)]
crypt32: Implement CryptSignAndEncodeCertificate.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:08:58 +0000 (10:08 +0200)]
regedit: Remove the unused IDD_DIALOG2.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:07:34 +0000 (10:07 +0200)]
regedit: Add option to export only a specified branch.
Mikołaj Zalewski [Tue, 3 Oct 2006 08:05:05 +0000 (10:05 +0200)]
regedit: Some import/export dialogs code cleanup.
Jonathan Ernst [Tue, 3 Oct 2006 08:00:25 +0000 (10:00 +0200)]
cmdlgtst: Updated French translation.
Jonathan Ernst [Tue, 3 Oct 2006 07:50:48 +0000 (09:50 +0200)]
crypt32: Initial French translation.
Andrew Talbot [Mon, 2 Oct 2006 20:14:11 +0000 (21:14 +0100)]
user: Cast-qual warnings fix.
Juan Lang [Mon, 2 Oct 2006 21:27:27 +0000 (14:27 -0700)]
crypt32/tests: Win64 printf format warning fixes.
Juan Lang [Mon, 2 Oct 2006 21:19:42 +0000 (14:19 -0700)]
msi: Implement msidbLocatorTypeFileName in RegLocator searches.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:58 +0000 (23:22 +0200)]
winemenubuilder: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:34 +0000 (23:22 +0200)]
wineconsole: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:19 +0000 (23:22 +0200)]
rpcss: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:22:01 +0000 (23:22 +0200)]
oleview: Win64 'incompatible pointer type' warning fix.
Michael Stefaniuc [Mon, 2 Oct 2006 21:21:36 +0000 (23:21 +0200)]
icinfo: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:21:17 +0000 (23:21 +0200)]
eject: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:20:53 +0000 (23:20 +0200)]
cmdlgtst: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:20:26 +0000 (23:20 +0200)]
winhelp: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:19:18 +0000 (23:19 +0200)]
winecfg: Win64 printf format warning fixes.
Michael Stefaniuc [Mon, 2 Oct 2006 21:18:35 +0000 (23:18 +0200)]
wineboot: Win64 printf format warning fixes.
Jacek Caban [Mon, 2 Oct 2006 19:07:31 +0000 (21:07 +0200)]
shdocvw: Silence common invalid QueryInterface FIXMEs.
Jacek Caban [Mon, 2 Oct 2006 19:07:46 +0000 (21:07 +0200)]
mshtml: Silence common invalid QueryInterface FIXME.
Jacek Caban [Mon, 2 Oct 2006 18:33:08 +0000 (20:33 +0200)]
mshtml: Added begining implementation of IPersistStreamInit::Save.
Jacek Caban [Mon, 2 Oct 2006 18:07:13 +0000 (20:07 +0200)]
mshtml: Code cleanup.
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.
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.
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.
Robert Shearman [Mon, 2 Oct 2006 17:25:40 +0000 (18:25 +0100)]
oleaut32: Make ITypeInfo::GetDocumentation work for functions/variables in inherited interfaces.
Paul Vriens [Mon, 2 Oct 2006 14:07:39 +0000 (16:07 +0200)]
advapi32: Make sure it's a real cleanup.
Mikołaj Zalewski [Mon, 2 Oct 2006 13:19:08 +0000 (15:19 +0200)]
regedit: Fix some translated resources errors.
Dmitry Timoshkov [Mon, 2 Oct 2006 12:55:00 +0000 (21:55 +0900)]
winecfg: Fix a typo in Russian translation.
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.
Peter Oberndorfer [Thu, 28 Sep 2006 17:53:01 +0000 (19:53 +0200)]
ntdll: Add a test for NtReadVirtualMemory.
Louis. Lenders [Fri, 29 Sep 2006 07:21:31 +0000 (08:21 +0100)]
kernel32: Add 2 simple tests for GetLongPathNameW.
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.
Juan Lang [Fri, 29 Sep 2006 21:36:26 +0000 (14:36 -0700)]
crypt32/tests: Win64 printf format warning fixes.
Juan Lang [Fri, 29 Sep 2006 01:01:44 +0000 (18:01 -0700)]
shdocvw: Ignore VT_ERROR arguments to WebBrowser_Navigate2.
Juan Lang [Fri, 29 Sep 2006 01:00:09 +0000 (18:00 -0700)]
shdocvw: Return S_OK from WebBrowser_put_RegisterAsDropTarget.
Ivan Gyurdiev [Sun, 1 Oct 2006 03:20:10 +0000 (23:20 -0400)]
wined3d: Win64 printf fixes.
Hans Leidekker [Sat, 30 Sep 2006 10:07:23 +0000 (12:07 +0200)]
wldap32: Win64 printf format warning fixes.
Hans Leidekker [Sat, 30 Sep 2006 10:07:13 +0000 (12:07 +0200)]
mscms: Win64 printf format warning fixes.