Juan Lang
2f2ccbd779
cryptdlg: Implement GetFriendlyNameOfCertA/W.
2008-04-24 12:03:31 +02:00
Jacek Caban
6f33fee5af
mshtml: Return S_OK in QueryContinue.
2008-04-24 11:59:42 +02:00
Jacek Caban
38e9364b65
mshtml: Fixed typo.
2008-04-24 11:59:36 +02:00
Jacek Caban
e14ba15e0e
oleaut32: Handle VT_R4 in RecordClear (spotted by Konrad Rzepecki).
2008-04-24 11:59:05 +02:00
Jacek Caban
dda741e456
oleaut32: Clear record in RecordDestroy.
2008-04-24 11:59:00 +02:00
Jacek Caban
378c17019e
oleaut32: Properly clear VT_BSTR record.
2008-04-24 11:58:56 +02:00
Jacek Caban
8dddd89500
urlmon: Ignore query and hash part in file protocol URL.
2008-04-24 11:58:54 +02:00
Stefan Dösinger
9ee7e42de8
wined3d: Call activate_dimensions from the atifs code.
2008-04-24 11:54:28 +02:00
Alexandre Julliard
c6d04ea9d5
user32: Make drivers non-const to avoid a compiler warning.
2008-04-24 11:53:58 +02:00
Alexandre Julliard
4073805aeb
kernel32: If necessary reload the environment after wineboot has run.
2008-04-24 11:53:45 +02:00
Lei Zhang
2f0b111243
user32: Handle VK_RETURN WM_KEYDOWN events better in edit controls.
...
Elias Benali wrote the initial version of this patch.
2008-04-24 11:52:22 +02:00
Lei Zhang
1e5faee29e
user32: Add a test for sending WM_KEYDOWN to a child edit control.
2008-04-24 11:51:34 +02:00
James Hawkins
97e1fef09f
uxtheme: Fix a test that fails in win2k3.
2008-04-24 11:51:29 +02:00
James Hawkins
9ba8989026
shell32: Fix a test that fails in win2k3.
2008-04-24 11:51:25 +02:00
James Hawkins
ead42d7f7f
riched20: Fix a few tests that fail in XP and up.
2008-04-24 11:51:21 +02:00
James Hawkins
6c59a15a19
pdh: Fix two tests that fail on win2k3.
2008-04-24 11:51:17 +02:00
Michael Stefaniuc
1cb8e96da9
start: Update the German translation.
2008-04-24 11:50:03 +02:00
Andrew Talbot
523552fcc3
quartz: Remove unused variables.
2008-04-24 11:49:56 +02:00
Andrew Talbot
0ba8677430
riched20: Remove unused variables.
2008-04-24 11:49:53 +02:00
Andrew Talbot
1e52433f01
qcap: Remove unused variable.
2008-04-24 11:49:48 +02:00
Rob Shearman
91d5844f76
wintrust: Check that provider functions are not NULL before using them.
2008-04-24 11:49:42 +02:00
Rob Shearman
8e0f125f45
wintrust: Implement WTHelperGetProvPrivateDataFromChain.
...
Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which
is the complement of WTHelperGetProvPrivateDataFromChain.
2008-04-24 11:49:35 +02:00
Rob Shearman
3f2ea57013
crypt32: Decode the message content on finishing in CDecodeMsg_Update for the streamed case as well as the non-streamed case.
2008-04-24 11:49:31 +02:00
Reece Dunn
48f39dc995
shlwapi/tests: Add 'res:' protocol tests for UrlCanonicalize.
2008-04-24 11:49:26 +02:00
Alex Villacís Lasso
a9caca3eda
riched20: Yet more tests for EM_STREAMIN.
2008-04-24 11:49:14 +02:00
Alex Villacís Lasso
4165a1f696
uxtheme: Skip creation of temporary bitmap when painting a single tile.
2008-04-24 11:49:08 +02:00
Alex Villacís Lasso
6a42264053
uxtheme: Fix nasty regression with painting of themed progress bar.
2008-04-24 11:48:58 +02:00
Jacek Caban
d5059b8303
mshtml: Added elements IDispatchEx implementation.
2008-04-24 11:43:19 +02:00
Jacek Caban
22eb495aaf
mshtml.idl: Added DispHTMLUnknownElement declaration.
2008-04-24 11:43:19 +02:00
Jacek Caban
38b14274fb
mshtml: Use heap_alloc_zero for allocating node objects.
2008-04-24 11:43:19 +02:00
Jacek Caban
e610d2ff12
mshtml: Added IHTMLDocument3::getElementById implementation.
2008-04-24 11:43:18 +02:00
Stefan Dösinger
5d49dea373
d3d9: Add a test for NP2 stretchrect.
2008-04-24 11:43:18 +02:00
Stefan Dösinger
1c9f1f8ddd
wined3d: Support framebuffer reading from texture_rectangle sources.
2008-04-24 11:43:18 +02:00
Stefan Dösinger
e3bd5b6dcd
wined3d: Use the shader backend to enable / disable atifs and nvts.
...
The previous logic assumed that if NVTS or ATIFS are available they
will be used. This happens to be true for NVTS, but ATIFS is only used
if neither ARBFP nor GLSL are supported. This breaks fixed function
fragment processing on ATI r300 and newer cards
2008-04-24 11:37:17 +02:00
Alexandre Julliard
9bbbebc2ce
explorer: Convert the command line parsing to Unicode.
2008-04-23 18:04:43 +02:00
Alexandre Julliard
bbd32aacff
winex11: Don't allow changing the X11 size of a maximized window.
2008-04-23 15:34:07 +02:00
Alexandre Julliard
6ba06fa7af
winex11: Make sure that the window gravity is always set.
2008-04-23 15:33:29 +02:00
Alexandre Julliard
855308fd95
winex11: Merged the contents of winpos.c into window.c.
2008-04-23 15:32:58 +02:00
Alexandre Julliard
39f2a08277
winex11: Moved the X11DRV_resize_desktop function to desktop.c.
2008-04-23 15:22:17 +02:00
Dan Kegel
8c8262510d
gdiplus: GdipLoadImageFromStream: initialize variable.
2008-04-23 14:32:59 +02:00
Nikolay Sivov
f994306a02
gdiplus: Implemented GdipCloneFont.
2008-04-23 14:32:31 +02:00
Reece Dunn
eb139e44a7
shlwapi/tests: Improve the way that the UrlCanonicalize tests report failure.
2008-04-23 14:32:16 +02:00
James Hawkins
4d07047d4e
kernel32: Fix a test that fails on win9x.
2008-04-23 14:29:50 +02:00
James Hawkins
3550d3bfbc
version: Fix tests that fail in win9x and win2k.
2008-04-23 14:29:41 +02:00
ByeongSik Jeon
a720292bac
imm32: More implementation of the ImmGetConversionStatus().
...
Match the ImmSetConversionStatus() function.
2008-04-23 13:28:16 +02:00
ByeongSik Jeon
4c5a21c60e
imm32: Pass the old conversion status value to the IME.
2008-04-23 13:28:06 +02:00
ByeongSik Jeon
9a89e4d68c
imm32: Examine whether the fOpen value differs with its old value.
2008-04-23 13:27:53 +02:00
ByeongSik Jeon
4b77bb4ae2
user32: Pass the WM_IME_NOTIFY message to the default IME window.
2008-04-23 13:27:13 +02:00
ByeongSik Jeon
a6ff00c4da
imm32: Add stub and header of Imm{Create|Show|Destroy}SoftKeyboard.
2008-04-23 13:26:48 +02:00
ByeongSik Jeon
f9316b1877
imm32: Add stub and header of ImmRequestMessage.
2008-04-23 13:26:45 +02:00