Commit Graph

74529 Commits

Author SHA1 Message Date
Eric Pouech 4149643fbe kernel32: When reading chars out of a bare console, use the Unix API (instead of the Windows one). 2010-12-13 16:23:14 +01:00
Alexandre Julliard 10aa13a98e winex11: Fix event coordinates mapping for the root window in the explorer process. 2010-12-13 12:43:34 +01:00
Alexandre Julliard ee44c7c0f4 user32: Fix coordinates mapping for the desktop window in the explorer process. 2010-12-13 12:43:34 +01:00
Detlef Riekenberg 654bb4a231 configure: Ask for the correct development package for gstreamer base plugins. 2010-12-13 12:43:34 +01:00
Detlef Riekenberg d62c6bb77f cmd: Allow GOTO to a label which has a following whitespace, with test. 2010-12-13 12:43:33 +01:00
Michael Stefaniuc dacdb07dc4 oleaut32: Standardize the COM usage in connpt.c. 2010-12-13 12:43:33 +01:00
Michael Stefaniuc 4744659327 clock: Add the Punjabi translation.
Translation by Jaswinder Singh.
2010-12-13 12:43:33 +01:00
Michael Stefaniuc cddc8e71cc clock: Add the Oriya translation.
Translation by Manoj Giri.
2010-12-13 12:43:32 +01:00
Michael Stefaniuc f845a7f05f clock: Add the Telugu translation.
Translation by Krishnababu Krothapalli.
2010-12-13 12:43:32 +01:00
Michael Stefaniuc 1cd20f8c48 clock: Add the Malayalam translation.
Translation by Ani Peter.
2010-12-13 12:43:32 +01:00
Rico Schüller cc6699f09d d3dcompiler: Handle TAG_OSG5 in D3DGetBlobPart(). 2010-12-13 12:43:31 +01:00
Jacek Caban 47bb0de4bc mshtml: Fixed tests on IEs not supporting INewWindowManager. 2010-12-13 12:43:31 +01:00
Paul Vriens 5624128959 shdocvw/tests: Make sure we use a valid temporary directory. 2010-12-13 12:43:30 +01:00
David Bartley bf6a20fad3 iphlpapi: Add CancelIPChangeNotify stub. 2010-12-13 12:43:30 +01:00
Andrew Bogott 4c386998b0 winemenubuilder: In InvokeShellLinkerForURL, better replicate the deferral behavior in InvokeShellLinker.
This gives us a second chance, if the icon file doesn't exist yet
during the first call.
2010-12-13 12:43:29 +01:00
Francois Gouget 0eb6e40720 Assorted spelling fixes. 2010-12-13 12:43:29 +01:00
Francois Gouget f63cdea40a msvcrt/tests: Add a trailing '\n' to an ok() call. 2010-12-13 12:43:29 +01:00
Francois Gouget 5e04053d88 mshtml: Fix a typo and remove a space before a '\n' in a FIXME() trace. 2010-12-13 12:43:28 +01:00
Francois Gouget e8da744f48 shdocvw: Fix compilation on systems that don't support nameless unions. 2010-12-13 12:43:28 +01:00
Joel Holdsworth 2d8522fb3b shdocvw: Added missing rendering directive to ietoolbar.svg. 2010-12-13 12:43:23 +01:00
Austin English b06cd31fe4 ntdll: Bump win2k3 version information to sp2. 2010-12-13 12:31:31 +01:00
Alexandre Julliard ab8959a050 Release 1.3.9. 2010-12-10 20:33:07 +01:00
Hans Leidekker 1214dca412 msi/tests: Fix some test failures on Wow64. 2010-12-10 17:09:37 +01:00
Jacek Caban 9f182396fb mshtml: Added IViewObjectEx iface to plugin test. 2010-12-10 17:09:37 +01:00
Jacek Caban b3f0f07d70 mshtml: Added IBindHost::CreateMoniker implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban d43fb00eaf mshtml: Added PluginHost::GetMoniker implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban 3314bd8f8a mshtml: Added QueryService(SID_SBindHost) implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban 06f3b1a343 mshtml: Added OnChanged(DISPID_READYSTATE) semi-stub implementation. 2010-12-10 17:09:36 +01:00
Jacek Caban 0849079287 mshtml: Added IPropertyBag::Read implementation. 2010-12-10 17:09:35 +01:00
Jacek Caban 9fa8afd095 mshtml: Added IPropertyBag2 stub implementation. 2010-12-10 17:09:35 +01:00
Jacek Caban cc88c5a331 mshtml: Added IPersistPropertyBag calls test. 2010-12-10 17:09:35 +01:00
Jacek Caban 067092c223 mshtml: IPropertyBag stub implementation. 2010-12-10 17:09:34 +01:00
Jacek Caban dbbcbd59a5 mshtml: Added beginning support for loading data by an ActiveX object. 2010-12-10 17:09:34 +01:00
Marcus Meissner e7cb2d35f0 ntdll: Report a failed executable mmap on nonexec filesystems. 2010-12-10 17:09:34 +01:00
Eryk Wieliczko a2af7ccd99 msvcrt/tests: Add _ecvt_s tests. 2010-12-10 15:46:09 +01:00
Eryk Wieliczko 1ade6c2bc8 msvcrt: Implement ecvt_s. 2010-12-10 15:46:06 +01:00
Alexandre Julliard a967d985c2 explorerframe: Convert dll registration to the IRegistrar mechanism. 2010-12-10 15:09:24 +01:00
Alexandre Julliard ba709a1d45 mstask: Convert dll registration to the IRegistrar mechanism. 2010-12-10 15:09:24 +01:00
Alexandre Julliard 0da53e3dd2 msimtf: Convert dll registration to the IRegistrar mechanism. 2010-12-10 15:09:24 +01:00
Alexandre Julliard b13722cd2f include: Disable widl-specific coclass attributes when not building with widl. 2010-12-10 15:09:24 +01:00
Hans Leidekker 75e3544758 sxs: Add support for installing policy files. 2010-12-10 14:02:18 +01:00
Hans Leidekker eba814763a advapi32: Return the computer name as referenced domain name in LookupAccountName. 2010-12-10 14:02:00 +01:00
Michael Stefaniuc b0c925cdb2 wuapi: Use an iface instead of a vtbl pointer in update_searcher. 2010-12-10 14:01:38 +01:00
Michael Stefaniuc ac0826d51e mscoree: Use ifaces instead of vtbl pointers in ConfigFileHandler. 2010-12-10 13:03:31 +01:00
Michael Stefaniuc bcf15c7b16 mscoree: Use an iface instead of a vtbl pointer in MetaDataDispenser. 2010-12-10 13:03:28 +01:00
Michael Stefaniuc 812a0495c5 oleaut32: Use ifaces instead of vtbl pointers in OLEPictureImpl. 2010-12-10 13:03:24 +01:00
Michael Stefaniuc 79d03435ad wuapi: Use an iface instead of a vtbl pointer in automatic_updates. 2010-12-10 13:03:21 +01:00
Michael Stefaniuc ecd7ea605e wuapi: Use an iface instead of a vtbl pointer in update_downloader. 2010-12-10 13:03:16 +01:00
Michael Stefaniuc c3827f1b7b wuapi: Use an iface instead of a vtbl pointer in update_session. 2010-12-10 13:02:49 +01:00
Michael Stefaniuc 079c366292 wuapi: Use an iface instead of a vtbl pointer in update_installer. 2010-12-10 13:02:45 +01:00