Jacek Caban [Thu, 22 Jan 2009 12:47:13 +0000 (13:47 +0100)]
jscript: Fixed Math.round with no argument.
Jacek Caban [Thu, 22 Jan 2009 12:47:00 +0000 (13:47 +0100)]
jscript: Added Math.random implementation.
Anders Jonsson [Wed, 21 Jan 2009 23:16:45 +0000 (00:16 +0100)]
progman: Add Swedish translation.
Vincent Pelletier [Wed, 21 Jan 2009 22:25:53 +0000 (23:25 +0100)]
dinput: Add test to show that effects are stopped after Unacquire + Acquire and preserved in dinput.
Vincent Pelletier [Wed, 21 Jan 2009 22:01:42 +0000 (23:01 +0100)]
dinput: On Unacquire, stop all effects and unload them.
Vincent Pelletier [Wed, 21 Jan 2009 22:00:25 +0000 (23:00 +0100)]
dinput: Use tested DirectInput version instead of latest.
Nikolay Sivov [Wed, 21 Jan 2009 16:08:31 +0000 (19:08 +0300)]
richedit: Update EM_GETOLEINTERFACE documentation status.
Dylan Smith [Wed, 21 Jan 2009 15:13:56 +0000 (10:13 -0500)]
richedit: Implemented ITextServices_TxGetVScroll & TxGetHScroll.
Dylan Smith [Wed, 21 Jan 2009 15:10:10 +0000 (10:10 -0500)]
richedit: Removed some unused invalidation code.
The ME_InvalidateFromOfs and ME_QueueInvalidateFromCursor functions are
never called, and the nInvalidOfs variable had its value set but never
used.
Dylan Smith [Wed, 21 Jan 2009 15:10:04 +0000 (10:10 -0500)]
richedit: Typing is ignored while mouse is captured.
I noticed a while ago that on Windows XP richedit controls ignored
characters typed while the mouse is captured (e.g. from holding the left
or middle button down). Arrow keys, delete, and backspace, copying,
cutting, pasting, and everything else handled on WM_CHAR and WM_KEYDOWN
messages are also ignored.
Dylan Smith [Wed, 21 Jan 2009 15:09:58 +0000 (10:09 -0500)]
richedit: Added test for scroll position after EM_SETTEXTEX.
Henri Verbeet [Thu, 22 Jan 2009 11:24:01 +0000 (12:24 +0100)]
ddraw: Rename the main vtables to lpVtbl.
Huw Davies [Wed, 21 Jan 2009 18:18:26 +0000 (18:18 +0000)]
comdlg32: Simplify the preview change function a little.
Huw Davies [Wed, 21 Jan 2009 18:13:51 +0000 (18:13 +0000)]
comdlg32: Rewrite the 1000ths inch conversion function to use the is_metric helper.
Huw Davies [Wed, 21 Jan 2009 18:12:21 +0000 (18:12 +0000)]
comdlg32: Rewrite the 10ths mm conversion function to use the is_metric helper.
Huw Davies [Wed, 21 Jan 2009 18:10:50 +0000 (18:10 +0000)]
comdlg32: Move handling of the 'Properties' button to a separate function.
Alexandre Julliard [Thu, 22 Jan 2009 12:12:09 +0000 (13:12 +0100)]
user32/tests: Don't display window info for hooks that don't contain a window.
Ignore some more registered messages.
Fix some other failures on Win2k.
Alexandre Julliard [Thu, 22 Jan 2009 12:11:38 +0000 (13:11 +0100)]
user32/tests: Ignore WM_IME_SELECT message. Skip mouse hovering test if the mouse isn't where we want.
Henri Verbeet [Thu, 22 Jan 2009 09:33:37 +0000 (10:33 +0100)]
ddraw: Get rid of CONVERT and CONVERT_REV.
Henri Verbeet [Thu, 22 Jan 2009 09:33:37 +0000 (10:33 +0100)]
ddraw: Get rid of ddcomimpl.h.
Henri Verbeet [Thu, 22 Jan 2009 09:33:37 +0000 (10:33 +0100)]
ddraw: Get rid of ICOM_OBJECT.
Henri Verbeet [Thu, 22 Jan 2009 09:33:36 +0000 (10:33 +0100)]
ddraw: Get rid of ICOM_THIS_FROM.
Michael Stefaniuc [Thu, 22 Jan 2009 08:52:44 +0000 (09:52 +0100)]
shlwapi: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 22 Jan 2009 08:52:59 +0000 (09:52 +0100)]
wineoss.drv: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 22 Jan 2009 08:52:28 +0000 (09:52 +0100)]
secur32: Remove superfluous pointer casts.
Michael Stefaniuc [Thu, 22 Jan 2009 08:51:39 +0000 (09:51 +0100)]
qmgr: Remove superfluous pointer casts.
Andrew Talbot [Wed, 21 Jan 2009 22:08:39 +0000 (22:08 +0000)]
rsaenh: Declare some functions static.
Vincent Pelletier [Wed, 21 Jan 2009 06:44:39 +0000 (07:44 +0100)]
dinput: Fix macro definitions.
Anders Jonsson [Wed, 21 Jan 2009 22:14:19 +0000 (23:14 +0100)]
regedit: Add Swedish translation.
Francois Gouget [Wed, 21 Jan 2009 19:03:05 +0000 (20:03 +0100)]
comdlg32: Remove a space before a '\n'.
Francois Gouget [Wed, 21 Jan 2009 19:01:28 +0000 (20:01 +0100)]
riched20/tests: Make test_TxGetNaturalSize() static.
Francois Gouget [Wed, 21 Jan 2009 19:01:10 +0000 (20:01 +0100)]
comctl32/tests: Add a trailing '\n' to an ok() call.
Paul Vriens [Wed, 21 Jan 2009 16:23:48 +0000 (17:23 +0100)]
wintrust/tests: Fix a test failure on W2K.
Paul Vriens [Wed, 21 Jan 2009 15:56:14 +0000 (16:56 +0100)]
shell32/tests: Fix a test on Win9x, WinME and W2K.
Paul Vriens [Wed, 21 Jan 2009 15:50:11 +0000 (16:50 +0100)]
shell32/tests: Fix a test failure on Win9x and W2K.
Paul Vriens [Wed, 21 Jan 2009 15:44:10 +0000 (16:44 +0100)]
shell32/tests: Use A-functions to test on Win9x.
Ben Klein [Wed, 21 Jan 2009 10:02:12 +0000 (21:02 +1100)]
winecfg: Fix a typo in autodetect_drives.
Alistair Leslie-Hughes [Tue, 20 Jan 2009 21:44:04 +0000 (08:44 +1100)]
riched20: Return a long in fnGetObjectCount.
Alexandre Julliard [Wed, 21 Jan 2009 22:35:35 +0000 (23:35 +0100)]
advapi32: Fix GetServiceDisplayNameW behavior to pass the tests.
Alexandre Julliard [Wed, 21 Jan 2009 22:32:29 +0000 (23:32 +0100)]
advapi32: Fix GetServiceKeyNameW behavior to pass the tests.
Alexandre Julliard [Wed, 21 Jan 2009 22:31:12 +0000 (23:31 +0100)]
advapi32/tests: Add some more tests for GetServiceDisplayName.
Nikolay Sivov [Tue, 20 Jan 2009 22:47:30 +0000 (01:47 +0300)]
urlmon: Added a stub for HlinkSimpleNavigateToMoniker.
Florian Köberle [Tue, 20 Jan 2009 12:52:34 +0000 (13:52 +0100)]
user32/tests: Extended test about thick child windows.
Florian Köberle [Tue, 20 Jan 2009 12:52:33 +0000 (13:52 +0100)]
user32/tests: Fixed error message.
Mikołaj Zalewski [Tue, 20 Jan 2009 21:45:41 +0000 (22:45 +0100)]
regedit: Don't pass an ANSI string to vsprintfW.
Paul Vriens [Wed, 21 Jan 2009 09:18:57 +0000 (10:18 +0100)]
quartz/tests: Fix some test failures on Win95.
Austin English [Tue, 20 Jan 2009 23:42:53 +0000 (17:42 -0600)]
iphplapi: Include sys/protosw.h for Net/OpenBSD.
Hans Leidekker [Wed, 21 Jan 2009 11:18:04 +0000 (12:18 +0100)]
rpcrt4: Add a stub implementation of NdrGetUserMarshalInfo.
Paul Vriens [Wed, 21 Jan 2009 11:03:44 +0000 (12:03 +0100)]
shell32/tests: Fix a test failure on some platforms.
Nikolay Sivov [Tue, 20 Jan 2009 17:02:51 +0000 (20:02 +0300)]
aclui: Added stub dll.
Huw Davies [Wed, 21 Jan 2009 10:45:19 +0000 (10:45 +0000)]
comdlg32: Move invocation of the Printer... dialog to a separate function.
Huw Davies [Wed, 21 Jan 2009 10:41:36 +0000 (10:41 +0000)]
comdlg32: Use unicode APIs to react to the change printer combo.
Huw Davies [Tue, 20 Jan 2009 12:06:46 +0000 (12:06 +0000)]
comdlg32: Use unicode APIs in pagesetup_update_papersize.
Huw Davies [Tue, 20 Jan 2009 12:01:16 +0000 (12:01 +0000)]
comdlg32: Use unicode APIs to access the paper combos.
Huw Davies [Wed, 21 Jan 2009 10:30:26 +0000 (10:30 +0000)]
comdlg32: Initialize the paper comboboxes using unicode.
Huw Davies [Wed, 21 Jan 2009 10:28:00 +0000 (10:28 +0000)]
comdlg32: Initialize the printer combobox using unicode strings.
Huw Davies [Tue, 20 Jan 2009 10:35:02 +0000 (10:35 +0000)]
comdlg32: Rename PRINTDLG_PS_ChangePrinterA to better reflect its function.
Alistair Leslie-Hughes [Fri, 16 Jan 2009 08:59:28 +0000 (19:59 +1100)]
mshtml: Implement IHTMLDocument5 createComment.
Jeff Latimer [Tue, 20 Jan 2009 12:04:32 +0000 (23:04 +1100)]
user32: Pass pConv to WDML_Global2DataHandle so that it can be correcly passed to DdeCreateDataHandle.
Vincent Pelletier [Tue, 20 Jan 2009 22:57:20 +0000 (23:57 +0100)]
dinput: Test that upload, unacquire, acquire still permits updating uploaded effect.
Kudos to Daniel Remenak for his help.
Aric Stewart [Tue, 20 Jan 2009 15:33:02 +0000 (09:33 -0600)]
shell32: Initial stub for SHGetImageList.
Dylan Smith [Tue, 20 Jan 2009 06:41:44 +0000 (01:41 -0500)]
richedit: Implemented ITextServices TxGetText and TxSetText.
Dylan Smith [Tue, 20 Jan 2009 06:41:40 +0000 (01:41 -0500)]
richedit: Implemented ITextServices_TxSendMessage.
Dylan Smith [Tue, 20 Jan 2009 06:41:36 +0000 (01:41 -0500)]
richedit: Prevented using NULL hwnd for certain operations.
Certain operations will simply not be done for windowless richedit
controls, such as WM_PAINT which isn't done for windowless richedit
controls since ITextServices provides a TxDraw method.
Dylan Smith [Tue, 20 Jan 2009 06:41:32 +0000 (01:41 -0500)]
richedit: Used ITextHost methods to avoid using window handle directly.
The methods in ITextHost are mostly thin wrappers around functions that
take a handle to a window as their first parameter. This patch just
uses the wrapper functions provided by ITextHost instead of using the
functions that require a handle to a window that the editor might now
have (for windowless richedit controls).
Dylan Smith [Tue, 20 Jan 2009 06:41:25 +0000 (01:41 -0500)]
richedit: Implemented ITextHost for windowed richedit controls.
Juan Lang [Tue, 20 Jan 2009 20:00:07 +0000 (12:00 -0800)]
crypt32: Add a localized name for the TrustedPublisher store.
Juan Lang [Tue, 20 Jan 2009 20:00:31 +0000 (12:00 -0800)]
netapi32: Remove unused define.
Henri Verbeet [Wed, 21 Jan 2009 08:56:14 +0000 (09:56 +0100)]
ddraw: Get rid of ICOM_VFIELD_MULTI_NAME and ICOM_VFIELD_OFFSET.
Henri Verbeet [Wed, 21 Jan 2009 08:56:13 +0000 (09:56 +0100)]
ddraw: Get rid of ICOM_INTERFACE.
Henri Verbeet [Wed, 21 Jan 2009 08:56:13 +0000 (09:56 +0100)]
ddraw: Get rid of ICOM_INIT_INTERFACE.
Henri Verbeet [Wed, 21 Jan 2009 08:56:13 +0000 (09:56 +0100)]
ddraw: Get rid of ICOM_VFIELD_MULTI.
Henri Verbeet [Wed, 21 Jan 2009 08:56:12 +0000 (09:56 +0100)]
ddraw: Get rid of ICOM_VFIELD_MULTI_NAME2.
Michael Stefaniuc [Wed, 21 Jan 2009 08:34:48 +0000 (09:34 +0100)]
winenas.drv: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 21 Jan 2009 08:35:17 +0000 (09:35 +0100)]
quartz/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 21 Jan 2009 08:34:36 +0000 (09:34 +0100)]
crypt32/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Wed, 21 Jan 2009 08:34:14 +0000 (09:34 +0100)]
comcat: Remove superfluous pointer casts.
Austin English [Tue, 20 Jan 2009 20:10:32 +0000 (14:10 -0600)]
iphplapi: Reorder defines for NetBSD.
Andrew Talbot [Tue, 20 Jan 2009 22:33:24 +0000 (22:33 +0000)]
rsaenh: Declare some functions static.
André Hentschel [Tue, 20 Jan 2009 19:34:48 +0000 (20:34 +0100)]
comctl32: Fix callback in treeview.
Aric Stewart [Tue, 20 Jan 2009 19:04:50 +0000 (13:04 -0600)]
shell32: Initial stub for SHCreateShellItem. It returns E_NOINTERFACE until shell32 version 6.0 or later.
Damjan Jovanovic [Tue, 20 Jan 2009 16:19:21 +0000 (18:19 +0200)]
shlwapi: Support the command file type association query.
Paul Chitescu [Tue, 20 Jan 2009 16:09:24 +0000 (18:09 +0200)]
wined3d: Detect Radeon Xpress Series, report PCI ID of Radeon Xpress 200M.
Ge van Geldorp [Tue, 20 Jan 2009 14:07:15 +0000 (15:07 +0100)]
user32/tests: Prevent buffer overflow.
Paul Vriens [Wed, 21 Jan 2009 07:19:57 +0000 (08:19 +0100)]
crypt32/tests: Skip a few tests if needed.
Paul Vriens [Tue, 20 Jan 2009 17:18:13 +0000 (18:18 +0100)]
wintrust/tests: Check file attributes set by CryptCATAdminAddCatalog.
Paul Vriens [Tue, 20 Jan 2009 14:59:07 +0000 (15:59 +0100)]
wintrust/tests: Add some cdf parsing tests.
Paul Vriens [Tue, 20 Jan 2009 12:13:03 +0000 (13:13 +0100)]
wintrust: Add some cdf parsing definitions.
Hans Leidekker [Tue, 20 Jan 2009 16:12:09 +0000 (17:12 +0100)]
wintrust: Set system attribute on the target catalog file in CryptCATAdminAddCatalog.
Hans Leidekker [Tue, 20 Jan 2009 13:23:11 +0000 (14:23 +0100)]
updspapi: Add a stub implementation of UpdSpSetDynamicStringA.
Hans Leidekker [Tue, 20 Jan 2009 13:49:17 +0000 (14:49 +0100)]
wininet: Strip trailing slashes from filename in CreateUrlCacheEntryW.
Alexandre Julliard [Tue, 20 Jan 2009 18:51:08 +0000 (19:51 +0100)]
advapi32/tests: Add some more tests for GetServiceKeyName.
Alexandre Julliard [Tue, 20 Jan 2009 16:50:11 +0000 (17:50 +0100)]
advapi32/tests: Improve error reporting in the service test. Don't check last error on success.
Alexandre Julliard [Tue, 20 Jan 2009 15:43:08 +0000 (16:43 +0100)]
kernel32/nls: Use a codepage 950 encoding that round trips correctly for Unicode char 0x5341.
Anders Jonsson [Tue, 20 Jan 2009 10:36:37 +0000 (11:36 +0100)]
write: Add Swedish translation.
Anders Jonsson [Tue, 20 Jan 2009 10:35:17 +0000 (11:35 +0100)]
wordpad: Add Swedish translation.
Michael Stefaniuc [Tue, 20 Jan 2009 10:21:34 +0000 (11:21 +0100)]
oleview: Remove superfluous pointer casts.
Ge van Geldorp [Tue, 20 Jan 2009 01:57:07 +0000 (02:57 +0100)]
msi/tests: EstimatedSize is not set consistently between Windows Installer versions.
Ge van Geldorp [Tue, 20 Jan 2009 01:56:46 +0000 (02:56 +0100)]
urlmon/tests: Fix protocol tests when proxy is configured.
Shunichi Fuji [Tue, 20 Jan 2009 06:24:46 +0000 (15:24 +0900)]
configure: Set default libs if ***-config is missing.