Alexandre Julliard [Mon, 27 Dec 2010 11:02:34 +0000 (12:02 +0100)]
ntdll: Use the gettid system call on all Linux platforms.
Alexandre Julliard [Mon, 27 Dec 2010 11:01:52 +0000 (12:01 +0100)]
ntdll: Use the futex system calls on all Linux platforms.
Alexandre Julliard [Mon, 27 Dec 2010 11:01:43 +0000 (12:01 +0100)]
ntdll: Use the getdents64 system call on all Linux platforms.
Michael Stefaniuc [Mon, 27 Dec 2010 00:49:48 +0000 (01:49 +0100)]
mshtml: COM cleanup for the IObjectWithSite iface.
Michael Stefaniuc [Mon, 27 Dec 2010 00:48:10 +0000 (01:48 +0100)]
mshtml: COM cleanup for the ISupportErrorInfo iface.
Michael Stefaniuc [Mon, 27 Dec 2010 00:47:29 +0000 (01:47 +0100)]
mshtml: COM cleanup for the IHlinkTarget iface.
Michael Stefaniuc [Mon, 27 Dec 2010 00:46:09 +0000 (01:46 +0100)]
mshtml: COM cleanup for the IOleControl iface.
Michael Stefaniuc [Mon, 27 Dec 2010 00:44:54 +0000 (01:44 +0100)]
mshtml: COM cleanup for all the IOleCommandTarget ifaces.
Michael Stefaniuc [Mon, 27 Dec 2010 00:43:10 +0000 (01:43 +0100)]
mshtml: COM cleanup for all the IServiceProvider ifaces.
Nikolay Sivov [Mon, 27 Dec 2010 00:43:19 +0000 (03:43 +0300)]
oleaut32: Get rid of some magic offset values, use structure for that.
Nikolay Sivov [Sun, 26 Dec 2010 22:35:37 +0000 (01:35 +0300)]
oleaut32: Move common define to a header.
Nikolay Sivov [Sat, 25 Dec 2010 15:24:27 +0000 (18:24 +0300)]
oleaut32: Get SYSKIND value with a helper.
Nikolay Sivov [Sat, 25 Dec 2010 14:56:11 +0000 (17:56 +0300)]
oleaut32: Allow all property methods to have the same name.
Nikolay Sivov [Sat, 25 Dec 2010 01:25:09 +0000 (04:25 +0300)]
oleaut32: Add a helper to return INVOKEKIND flags value.
Eric Pouech [Sun, 26 Dec 2010 17:00:20 +0000 (18:00 +0100)]
msvcr90: Fix an integer overflow on 64 bit system for qsort_s tests.
Eric Pouech [Sun, 26 Dec 2010 17:00:14 +0000 (18:00 +0100)]
urlmon: Fixed traces on 64bit systems.
Eric Pouech [Sun, 26 Dec 2010 14:21:11 +0000 (15:21 +0100)]
winedbg: When printing with default format an integer (in hex), keep printed value in sync with integer size.
Eric Pouech [Sun, 26 Dec 2010 14:21:05 +0000 (15:21 +0100)]
winedbg: Don't print extra \n in print_basic.
Eric Pouech [Sun, 26 Dec 2010 14:20:33 +0000 (15:20 +0100)]
dbghelp: Fix ELF file computation on 64bit systems.
Marcus Meissner [Sun, 26 Dec 2010 13:36:47 +0000 (14:36 +0100)]
winealsa.drv: Re-add capcontrols initialization.
Jacek Caban [Sat, 25 Dec 2010 20:32:11 +0000 (21:32 +0100)]
urlmon: Fixed a race in tests causing unexpected Switch call failures.
Sven Baars [Sat, 25 Dec 2010 13:35:19 +0000 (14:35 +0100)]
wininet: Update the Dutch translation.
Sven Baars [Sat, 25 Dec 2010 13:35:12 +0000 (14:35 +0100)]
cmd: Update the Dutch translation.
Sven Baars [Sat, 25 Dec 2010 13:35:04 +0000 (14:35 +0100)]
cmd: Fix a typo in the English resource.
Hwang YunSong [Sat, 25 Dec 2010 07:45:34 +0000 (16:45 +0900)]
msacm32: Update Korean resource.
Hwang YunSong [Sat, 25 Dec 2010 07:44:07 +0000 (16:44 +0900)]
mpr: Update Korean resource.
Aurimas Fišeras [Thu, 23 Dec 2010 18:52:45 +0000 (18:52 +0000)]
cmd: Update Lithuanian translation.
Aurimas Fišeras [Thu, 23 Dec 2010 18:42:22 +0000 (18:42 +0000)]
wininet: Update Lithuanian translation.
Alexandre Julliard [Fri, 24 Dec 2010 19:02:43 +0000 (20:02 +0100)]
Release 1.3.10.
Hans Leidekker [Fri, 24 Dec 2010 14:32:01 +0000 (15:32 +0100)]
msi: Change ACTION_UpdateComponentStates to take a feature pointer.
Hans Leidekker [Fri, 24 Dec 2010 14:31:43 +0000 (15:31 +0100)]
msi: Use a function to determine if a feature is selected.
Hans Leidekker [Fri, 24 Dec 2010 14:31:26 +0000 (15:31 +0100)]
msi: Set the install level to the maximum if the requested install state is not the default.
Hans Leidekker [Fri, 24 Dec 2010 14:31:02 +0000 (15:31 +0100)]
msi: Set the Preselected property if the default feature selection is modified in a dialog.
Alexandre Julliard [Fri, 24 Dec 2010 13:51:03 +0000 (14:51 +0100)]
appwiz.cpl: Convert the application list to a standard Wine list.
Hwang YunSong [Fri, 24 Dec 2010 02:42:23 +0000 (11:42 +0900)]
localui: Update Korean resource.
Hwang YunSong [Fri, 24 Dec 2010 02:41:04 +0000 (11:41 +0900)]
localspl: Update Korean resource.
Hans Leidekker [Fri, 24 Dec 2010 08:38:08 +0000 (09:38 +0100)]
appwiz.cpl: Run msiexec if the WindowsInstaller value is set.
Hans Leidekker [Fri, 24 Dec 2010 08:37:51 +0000 (09:37 +0100)]
uninstaller: Fix a leak.
Nikolay Sivov [Thu, 23 Dec 2010 23:51:04 +0000 (02:51 +0300)]
oleaut32: Hide variables and functions count storage details in helpers.
Nikolay Sivov [Thu, 23 Dec 2010 23:04:38 +0000 (02:04 +0300)]
oleaut32: Fix ICreateTypeInfo2::SetVarHelpContext() to iterate properly.
André Hentschel [Thu, 23 Dec 2010 23:51:41 +0000 (00:51 +0100)]
gameux: Fix another test failure on Wine wow64.
Luca Bennati [Thu, 23 Dec 2010 10:51:18 +0000 (11:51 +0100)]
wininet: Update Italian translation.
Jacek Caban [Thu, 23 Dec 2010 15:05:29 +0000 (16:05 +0100)]
include: Added macros for unions and structs that should remain nameless regardless NONAMELESSUNION/NONAMELESSSTRUCT definition.
Hans Leidekker [Thu, 23 Dec 2010 16:09:31 +0000 (17:09 +0100)]
uninstaller: Run msiexec if the WindowsInstaller value is set.
Hans Leidekker [Thu, 23 Dec 2010 16:09:06 +0000 (17:09 +0100)]
msi: Remove an incorrect error trace.
Hans Leidekker [Thu, 23 Dec 2010 16:08:47 +0000 (17:08 +0100)]
msi: Don't flag an error in the InstallServices action if the component does not exist.
Hans Leidekker [Thu, 23 Dec 2010 16:08:32 +0000 (17:08 +0100)]
msi: Global and local win32 assembly names are formatted differently.
Hans Leidekker [Thu, 23 Dec 2010 16:08:10 +0000 (17:08 +0100)]
msi: Add some traces.
Hans Leidekker [Thu, 23 Dec 2010 16:07:55 +0000 (17:07 +0100)]
msi: Rewrite command line parsing to handle quoted values correctly.
Hans Leidekker [Thu, 23 Dec 2010 16:07:13 +0000 (17:07 +0100)]
msi: Return INSTALLSTATE_UNKNOWN from MsiGetComponentState if the component is disabled.
Martin Storsjo [Tue, 21 Dec 2010 22:07:51 +0000 (00:07 +0200)]
wineconsole: Don't overwrite the backend selection when parsing --use-event.
Kirill Smelkov [Tue, 21 Dec 2010 14:23:11 +0000 (17:23 +0300)]
kernel32: Support deleting resources in UpdateResource.
Jacek Caban [Thu, 23 Dec 2010 13:30:08 +0000 (14:30 +0100)]
urlmon: Make protocol tests more verbose.
Jacek Caban [Thu, 23 Dec 2010 13:26:13 +0000 (14:26 +0100)]
mshtml: Get rid of no longer used GECKO_DATADIR.
David Hedberg [Thu, 23 Dec 2010 13:52:30 +0000 (14:52 +0100)]
shell32: Add IInputObject stub to ExplorerBrowser.
Alexandre Julliard [Thu, 23 Dec 2010 16:07:35 +0000 (17:07 +0100)]
libwine: Use the syscall function instead of inline assembly.
Alexandre Julliard [Thu, 23 Dec 2010 15:10:18 +0000 (16:10 +0100)]
ntdll: Use the syscall function instead of inline assembly.
Alexandre Julliard [Thu, 23 Dec 2010 15:10:12 +0000 (16:10 +0100)]
server: Use the syscall function instead of inline assembly.
Michael Stefaniuc [Thu, 23 Dec 2010 01:05:43 +0000 (02:05 +0100)]
ole32: Standardize the COM usage in defaulthandler.c.
Michael Stefaniuc [Thu, 23 Dec 2010 01:05:04 +0000 (02:05 +0100)]
ole32: Use ifaces instead of vtbl pointers in DataCache.
Greg Geldorp [Thu, 23 Dec 2010 12:19:40 +0000 (13:19 +0100)]
shdocvw/tests: Need to save .url before committing extra props for IE6.
André Hentschel [Wed, 22 Dec 2010 20:10:10 +0000 (21:10 +0100)]
advapi32: Print a FIXME also for the unknown levels.
André Hentschel [Thu, 23 Dec 2010 02:03:22 +0000 (03:03 +0100)]
shell32/tests: Fix a typo.
Frédéric Delanoy [Wed, 22 Dec 2010 22:42:11 +0000 (23:42 +0100)]
wininet: Update French translation.
Hwang YunSong [Thu, 23 Dec 2010 07:39:56 +0000 (16:39 +0900)]
iccvid: Update Korean resource.
Hwang YunSong [Thu, 23 Dec 2010 07:38:37 +0000 (16:38 +0900)]
hhctl.ocx: Update Korean resource.
Austin English [Thu, 23 Dec 2010 07:18:25 +0000 (23:18 -0800)]
quartz: Avoid %L in traces (LLVM/Clang).
Austin English [Thu, 23 Dec 2010 06:27:55 +0000 (22:27 -0800)]
mscoree/tests: Fix a broken test (LLVM/Clang).
Michael Stefaniuc [Thu, 23 Dec 2010 01:22:21 +0000 (02:22 +0100)]
mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:21:09 +0000 (02:21 +0100)]
mshtml: COM cleanup for the IViewObjectEx iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:20:05 +0000 (02:20 +0100)]
mshtml: COM cleanup for the IOleInPlaceActiveObject iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:19:14 +0000 (02:19 +0100)]
mshtml: COM cleanup for the IOleDocumentView iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:17:39 +0000 (02:17 +0100)]
mshtml: COM cleanup for the IOleDocument iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:16:00 +0000 (02:16 +0100)]
mshtml: COM cleanup for the IOleObject iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:12:25 +0000 (02:12 +0100)]
mshtml: COM cleanup for the IMonikerProp iface.
Michael Stefaniuc [Thu, 23 Dec 2010 01:11:33 +0000 (02:11 +0100)]
wuapi: Use an iface instead of a vtbl pointer in wucf.
Michael Stefaniuc [Thu, 23 Dec 2010 01:10:03 +0000 (02:10 +0100)]
avifil32: Use an iface instead of a vtbl pointer in ITmpFileImpl.
Michael Stefaniuc [Thu, 23 Dec 2010 01:07:21 +0000 (02:07 +0100)]
inkobj: Remove inkcollector.c as it is dead code.
Michael Stefaniuc [Thu, 23 Dec 2010 01:04:10 +0000 (02:04 +0100)]
msctf: Standardize the COM usage in documentmgr.c.
Michael Stefaniuc [Thu, 23 Dec 2010 01:03:06 +0000 (02:03 +0100)]
msxml3: Standardize the COM usage in xmlelem.c.
Michael Stefaniuc [Thu, 23 Dec 2010 01:02:09 +0000 (02:02 +0100)]
msxml3: Use ifaces instead of vtbl pointers in xmldoc.
Nikolay Sivov [Wed, 22 Dec 2010 20:50:51 +0000 (23:50 +0300)]
oleaut32: Fix null parameters handling in ICreateTypeLib2::CreateTypeInfo().
André Hentschel [Wed, 22 Dec 2010 22:28:44 +0000 (23:28 +0100)]
qmgr/tests: Use a temporary path to avoid failures.
Eryk Wieliczko [Wed, 22 Dec 2010 22:10:56 +0000 (23:10 +0100)]
msvcrt/tests: Add _fcvt_s tests.
Jacek Caban [Wed, 22 Dec 2010 18:01:07 +0000 (19:01 +0100)]
urlmon: Converted more registration process to IRegistrar mechanism.
Alexandre Julliard [Wed, 22 Dec 2010 20:26:11 +0000 (21:26 +0100)]
mshtml: Convert the classes registration to the IRegistrar mechanism.
Alexandre Julliard [Wed, 22 Dec 2010 20:25:44 +0000 (21:25 +0100)]
include: Define the Scriptlet class in mshtml.idl.
Alexandre Julliard [Thu, 23 Dec 2010 11:50:35 +0000 (12:50 +0100)]
widl: Allow specifying a class version outside of a typelib too.
Alexandre Julliard [Wed, 22 Dec 2010 20:26:43 +0000 (21:26 +0100)]
widl: Don't free the input file name since it's stored in various places in the location info.
Yaron Shahrabani [Wed, 22 Dec 2010 13:58:21 +0000 (15:58 +0200)]
shlwapi: Added Hebrew translation.
Jacek Caban [Wed, 22 Dec 2010 15:33:58 +0000 (09:33 -0600)]
mshtml: Added GUID_CUSTOM_CONFIRMOBJECTSAFETY with CONFIRMSAFETYACTION_LOADOBJECT flag tests.
Jacek Caban [Wed, 22 Dec 2010 15:07:33 +0000 (09:07 -0600)]
urlmon: Added more IInternetProtocolEx tests.
Alexandre Julliard [Wed, 22 Dec 2010 14:52:33 +0000 (15:52 +0100)]
hhctrl.ocx: Add a typelib and register it.
Alexandre Julliard [Wed, 22 Dec 2010 14:51:45 +0000 (15:51 +0100)]
include: Set version to 1.0 for msxml classes.
Alexandre Julliard [Wed, 22 Dec 2010 14:51:29 +0000 (15:51 +0100)]
widl: Allow specifying a version for a coclass independently of its typelib version.
Greg Geldorp [Wed, 22 Dec 2010 13:03:17 +0000 (14:03 +0100)]
ntdll/tests: Add alternative results for overlong instructions.
David Hedberg [Wed, 22 Dec 2010 01:20:47 +0000 (02:20 +0100)]
shell32: Standardize the COM usage in ebrowser.c.
David Hedberg [Tue, 21 Dec 2010 23:50:25 +0000 (00:50 +0100)]
urlmon: Fix return value from QueryService.
David Hedberg [Tue, 21 Dec 2010 23:50:24 +0000 (00:50 +0100)]
urlmon: Split the code for sending an http request into its own function.
David Hedberg [Tue, 21 Dec 2010 23:50:23 +0000 (00:50 +0100)]
include: Add a few INET_E_ defines.