Huw Davies
7d996fb739
comdlg32: Rename PRINTDLG_PS_ChangePrinterA to better reflect its function.
2009-01-21 13:05:27 +01:00
Alistair Leslie-Hughes
bb983c824d
mshtml: Implement IHTMLDocument5 createComment.
2009-01-21 13:05:02 +01:00
Jeff Latimer
be14da009a
user32: Pass pConv to WDML_Global2DataHandle so that it can be correcly passed to DdeCreateDataHandle.
2009-01-21 13:04:45 +01:00
Vincent Pelletier
ebc2c74f7c
dinput: Test that upload, unacquire, acquire still permits updating uploaded effect.
...
Kudos to Daniel Remenak for his help.
2009-01-21 12:30:20 +01:00
Aric Stewart
c31a0cc4e1
shell32: Initial stub for SHGetImageList.
2009-01-21 12:22:24 +01:00
Dylan Smith
20d6bc8ac7
richedit: Implemented ITextServices TxGetText and TxSetText.
2009-01-21 11:55:36 +01:00
Dylan Smith
e7b68a20fd
richedit: Implemented ITextServices_TxSendMessage.
2009-01-21 11:55:22 +01:00
Dylan Smith
902afbc65b
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.
2009-01-21 11:55:03 +01:00
Dylan Smith
05c788ac6f
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).
2009-01-21 11:54:43 +01:00
Dylan Smith
6c4dda009e
richedit: Implemented ITextHost for windowed richedit controls.
2009-01-21 11:54:26 +01:00
Juan Lang
7e3881909d
crypt32: Add a localized name for the TrustedPublisher store.
2009-01-21 11:41:56 +01:00
Juan Lang
f356c8e46d
netapi32: Remove unused define.
2009-01-21 11:18:00 +01:00
Henri Verbeet
772e56a2d8
ddraw: Get rid of ICOM_VFIELD_MULTI_NAME and ICOM_VFIELD_OFFSET.
2009-01-21 11:17:41 +01:00
Henri Verbeet
9a0c885e63
ddraw: Get rid of ICOM_INTERFACE.
2009-01-21 11:17:25 +01:00
Henri Verbeet
ad171b143f
ddraw: Get rid of ICOM_INIT_INTERFACE.
2009-01-21 11:16:51 +01:00
Henri Verbeet
4e38c2e943
ddraw: Get rid of ICOM_VFIELD_MULTI.
2009-01-21 11:16:41 +01:00
Henri Verbeet
94c98d0697
ddraw: Get rid of ICOM_VFIELD_MULTI_NAME2.
2009-01-21 11:16:34 +01:00
Michael Stefaniuc
3ba0eed071
winenas.drv: Remove superfluous pointer casts.
2009-01-21 10:25:41 +01:00
Michael Stefaniuc
2724adae2d
quartz/tests: Remove superfluous pointer casts.
2009-01-21 10:25:38 +01:00
Michael Stefaniuc
1dc371c255
crypt32/tests: Remove superfluous pointer casts.
2009-01-21 10:25:35 +01:00
Michael Stefaniuc
ae6231d048
comcat: Remove superfluous pointer casts.
2009-01-21 10:25:30 +01:00
Austin English
b0d46d6892
iphplapi: Reorder defines for NetBSD.
2009-01-21 10:25:25 +01:00
Andrew Talbot
98dad20925
rsaenh: Declare some functions static.
2009-01-21 10:25:16 +01:00
André Hentschel
2ef02afe95
comctl32: Fix callback in treeview.
2009-01-21 10:25:06 +01:00
Aric Stewart
9b0be4980a
shell32: Initial stub for SHCreateShellItem. It returns E_NOINTERFACE until shell32 version 6.0 or later.
2009-01-21 10:24:59 +01:00
Damjan Jovanovic
36a24b93c7
shlwapi: Support the command file type association query.
2009-01-21 10:24:49 +01:00
Paul Chitescu
540febecf9
wined3d: Detect Radeon Xpress Series, report PCI ID of Radeon Xpress 200M.
2009-01-21 10:24:44 +01:00
Ge van Geldorp
33a6e66bef
user32/tests: Prevent buffer overflow.
2009-01-21 10:24:39 +01:00
Paul Vriens
efe334b5b1
crypt32/tests: Skip a few tests if needed.
2009-01-21 10:24:31 +01:00
Paul Vriens
d18249dda6
wintrust/tests: Check file attributes set by CryptCATAdminAddCatalog.
2009-01-21 10:24:15 +01:00
Paul Vriens
d4cf5a55c6
wintrust/tests: Add some cdf parsing tests.
2009-01-21 10:23:52 +01:00
Paul Vriens
78d75b7a5d
wintrust: Add some cdf parsing definitions.
2009-01-21 10:23:31 +01:00
Hans Leidekker
e361356e8e
wintrust: Set system attribute on the target catalog file in CryptCATAdminAddCatalog.
2009-01-21 10:23:24 +01:00
Hans Leidekker
41e94622dc
updspapi: Add a stub implementation of UpdSpSetDynamicStringA.
2009-01-21 10:23:12 +01:00
Hans Leidekker
34d4466342
wininet: Strip trailing slashes from filename in CreateUrlCacheEntryW.
2009-01-21 10:22:46 +01:00
Alexandre Julliard
fe3ba1295b
advapi32/tests: Add some more tests for GetServiceKeyName.
2009-01-20 19:51:08 +01:00
Alexandre Julliard
df671256f8
advapi32/tests: Improve error reporting in the service test. Don't check last error on success.
2009-01-20 17:50:11 +01:00
Alexandre Julliard
6d0a0fb182
kernel32/nls: Use a codepage 950 encoding that round trips correctly for Unicode char 0x5341.
2009-01-20 16:43:08 +01:00
Anders Jonsson
e9d8c9f572
write: Add Swedish translation.
2009-01-20 15:17:29 +01:00
Anders Jonsson
fed3c945f0
wordpad: Add Swedish translation.
2009-01-20 15:17:25 +01:00
Michael Stefaniuc
0a51e54fce
oleview: Remove superfluous pointer casts.
2009-01-20 15:17:22 +01:00
Ge van Geldorp
78457300aa
msi/tests: EstimatedSize is not set consistently between Windows Installer versions.
2009-01-20 14:02:43 +01:00
Ge van Geldorp
f0f6225906
urlmon/tests: Fix protocol tests when proxy is configured.
2009-01-20 14:02:33 +01:00
Shunichi Fuji
4bf77d6cf7
configure: Set default libs if ***-config is missing.
2009-01-20 14:02:26 +01:00
Alexandre Julliard
023df85183
winmm/tests: Increase the timing tolerances some more.
2009-01-20 14:02:12 +01:00
Alexandre Julliard
d8375e2137
user32/tests: Fix some more message test failures on Windows.
2009-01-20 14:02:02 +01:00
Vincent Pelletier
d2969fef92
dinput: Add effect gain support.
2009-01-20 12:58:14 +01:00
Vincent Pelletier
a4b201a287
winejoystick.drv: Implement POV support.
2009-01-20 12:57:27 +01:00
Vincent Pelletier
b04e8226e5
winejoystick.drv: Use JSIOCGAXMAP ioctl to correct axes mapping.
2009-01-20 12:57:11 +01:00
Vincent Pelletier
279690e3e7
winejoystick.drv: Fix file descriptor leak.
2009-01-20 12:55:52 +01:00