Michael Stefaniuc
0fed8b992f
qmgr: Remove superfluous pointer casts.
2009-01-22 12:04:50 +01:00
Andrew Talbot
4be41680a3
rsaenh: Declare some functions static.
2009-01-22 12:04:24 +01:00
Vincent Pelletier
2a0e659335
dinput: Fix macro definitions.
2009-01-22 12:04:21 +01:00
Anders Jonsson
846e361ed1
regedit: Add Swedish translation.
2009-01-22 12:04:16 +01:00
Francois Gouget
21ca20b7a8
comdlg32: Remove a space before a '\n'.
2009-01-22 12:04:07 +01:00
Francois Gouget
30ad4c9eb0
riched20/tests: Make test_TxGetNaturalSize() static.
2009-01-22 12:04:04 +01:00
Francois Gouget
02ace3613c
comctl32/tests: Add a trailing '\n' to an ok() call.
2009-01-22 12:04:01 +01:00
Paul Vriens
e6676ff50e
wintrust/tests: Fix a test failure on W2K.
2009-01-22 12:03:51 +01:00
Paul Vriens
bbd4e078c6
shell32/tests: Fix a test on Win9x, WinME and W2K.
2009-01-22 12:03:46 +01:00
Paul Vriens
b03a434fb4
shell32/tests: Fix a test failure on Win9x and W2K.
2009-01-22 12:03:39 +01:00
Paul Vriens
a0164a1e64
shell32/tests: Use A-functions to test on Win9x.
2009-01-22 12:03:32 +01:00
Ben Klein
8df74a0edb
winecfg: Fix a typo in autodetect_drives.
2009-01-22 12:03:25 +01:00
Alistair Leslie-Hughes
689675273b
riched20: Return a long in fnGetObjectCount.
2009-01-22 12:03:17 +01:00
Alexandre Julliard
05a840dfc9
advapi32: Fix GetServiceDisplayNameW behavior to pass the tests.
2009-01-21 23:35:35 +01:00
Alexandre Julliard
c795150932
advapi32: Fix GetServiceKeyNameW behavior to pass the tests.
2009-01-21 23:32:29 +01:00
Alexandre Julliard
a882bb6a2c
advapi32/tests: Add some more tests for GetServiceDisplayName.
2009-01-21 23:31:12 +01:00
Nikolay Sivov
0b8faac9e6
urlmon: Added a stub for HlinkSimpleNavigateToMoniker.
2009-01-21 13:27:45 +01:00
Florian Köberle
72e6fe9431
user32/tests: Extended test about thick child windows.
2009-01-21 13:27:08 +01:00
Florian Köberle
7b8b17dd42
user32/tests: Fixed error message.
2009-01-21 13:27:05 +01:00
Mikołaj Zalewski
f2235ef30d
regedit: Don't pass an ANSI string to vsprintfW.
2009-01-21 13:26:48 +01:00
Paul Vriens
9908100305
quartz/tests: Fix some test failures on Win95.
2009-01-21 13:23:55 +01:00
Austin English
94021a1f42
iphplapi: Include sys/protosw.h for Net/OpenBSD.
2009-01-21 13:23:43 +01:00
Hans Leidekker
1de7f2d50c
rpcrt4: Add a stub implementation of NdrGetUserMarshalInfo.
2009-01-21 13:07:30 +01:00
Paul Vriens
d615acc894
shell32/tests: Fix a test failure on some platforms.
2009-01-21 13:07:28 +01:00
Nikolay Sivov
3406c9de33
aclui: Added stub dll.
2009-01-21 13:07:16 +01:00
Huw Davies
b2258d8324
comdlg32: Move invocation of the Printer... dialog to a separate function.
2009-01-21 13:06:30 +01:00
Huw Davies
26f11704d4
comdlg32: Use unicode APIs to react to the change printer combo.
2009-01-21 13:06:24 +01:00
Huw Davies
c2cd6f6efe
comdlg32: Use unicode APIs in pagesetup_update_papersize.
2009-01-21 13:05:57 +01:00
Huw Davies
11d389e3d4
comdlg32: Use unicode APIs to access the paper combos.
2009-01-21 13:05:50 +01:00
Huw Davies
75829a9509
comdlg32: Initialize the paper comboboxes using unicode.
2009-01-21 13:05:46 +01:00
Huw Davies
bb9494ba82
comdlg32: Initialize the printer combobox using unicode strings.
2009-01-21 13:05:36 +01:00
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