Rob Shearman
6181419b64
comctl32: Fix use of arithmetic operator on Boolean type in TREEVIEW_ComputeItemInternalMetrics.
...
Use a conditional operator to get the same result, but improving
readability of the code.
2008-08-18 17:34:12 +02:00
Rob Shearman
602b58ba73
hhctl.ocx: Fix reference count leak in InPlace_OnPosRectChange.
...
Also compare the result of IOleObject_QueryInterface with S_OK instead
of using not operator so it is more clear what the code is doing.
2008-08-18 17:34:12 +02:00
Rob Shearman
24c5df3dc1
include: Remove superfluous semi-colons from wine/wined3d_gl.h.
2008-08-18 17:34:12 +02:00
Nikolay Sivov
169e87d879
gdiplus: Implemented GdipResetWorldTransform.
2008-08-18 17:27:59 +02:00
Nikolay Sivov
ef889d94a3
gdiplus: Implemented GdipPathIterNextSubpathPath with tests.
2008-08-18 17:27:16 +02:00
Nikolay Sivov
09950e3ab5
gdiplus: Implemented GdipPathIterIsValid with tests.
2008-08-18 17:27:06 +02:00
Jeff Latimer
b7e81d3e54
user32: Check for invalid conversation and return the correct error.
2008-08-18 17:26:46 +02:00
Jeff Latimer
544c1e5cd1
user32/tests: Add tests for for invalid DDE conditions.
2008-08-18 17:26:39 +02:00
Jeff Latimer
70ebae341d
user32: DdeClientTransaction should check that pData is not NULL for XTYP_REQUEST.
2008-08-18 17:26:19 +02:00
Jeff Latimer
04a59014f8
user32: DdeQueryString returns a NULL str if there is no handle.
2008-08-18 17:26:01 +02:00
Jeff Latimer
ec49e4179b
user32: DdeClientTransaction should return 0 in the last param for DDE_DATA.
2008-08-18 17:25:37 +02:00
Vladimir Pankratov
fe0d5b5578
shell32: Update Russian translation.
2008-08-18 17:24:26 +02:00
Lei Zhang
215f6c47ca
shell32: Handle directories in ShellExecute.
2008-08-18 17:24:22 +02:00
Alistair Leslie-Hughes
164e264a41
mshtml: Implement IDispatch for IHTMLAnchorElement.
2008-08-18 17:15:57 +02:00
Alistair Leslie-Hughes
e867fa253d
mshtml: Implement IDispatch for IHTMLElement2.
2008-08-18 17:15:57 +02:00
Dylan Smith
ddc107bd26
richedit: Added support for changing cell border colours.
2008-08-18 17:15:57 +02:00
Dylan Smith
421c5b0e02
richedit: Borders are now drawn for tables and nested tables.
2008-08-18 17:15:57 +02:00
Dylan Smith
967c148a68
richedit: Borders are drawn for simple tables.
2008-08-18 17:15:57 +02:00
Dylan Smith
a47d4a4c3a
richedit: Adjust table spacing with horizontal gap and left edge.
2008-08-18 17:15:57 +02:00
Dylan Smith
b628482d68
richedit: Removed an unused local variable and assignments to it.
2008-08-18 17:15:57 +02:00
Dylan Smith
fe1a24ff88
richedit: Substitute space for \tab and \par control words for simple tables.
...
For simple tables cells are represented with tabs, and a table row is
ended at the end of the paragraph, so native richedit controls
substitute spaces for \tab and \par rich text format control words.
2008-08-18 17:15:57 +02:00
Dylan Smith
a382e35600
richedit: EM_[SG]ETPARAFORMAT returned the wrong value.
...
The values returned by EM_SETPARAFORMAT and EM_GETPARAFORMAT previously
indicated an error, and the included tests shows that Windows behaves as
documented.
2008-08-18 17:15:57 +02:00
Rob Shearman
30cd9b473e
d3d9: Remove unneeded local variable in IDirect3DDevice9Impl_SetFVF.
2008-08-18 17:15:57 +02:00
Rob Shearman
320aac97e4
d3d9: Fix variable type in IDirect3DDevice9Impl_GetSoftwareVertexProcessing.
...
IWineD3DDevice_GetSoftwareVertexProcessing returns a BOOL, not an HRESULT.
2008-08-18 17:15:56 +02:00
Rob Shearman
0427cf087b
appwiz.cpl: Fix leak of thread and process handles in UninstallProgram.
2008-08-18 17:15:56 +02:00
Rob Shearman
b0e8143db6
cryptnet: Fix mismatch between sizeof and countof quantities in CRYPT_GetUrlFromCertificateCRLDistPoint.
...
nextUrl is of type "WCHAR *" so don't multiply the length by
"sizeof(WCHAR)" when incrementing the pointer.
2008-08-18 17:15:56 +02:00
Michael Karcher
33ca67dcab
kernel32: Fix profile sharing mode.
...
Based on a patch from Austin English.
2008-08-18 17:15:56 +02:00
Jeff Zaroyko
4603c87351
winmm: Remove misleading message.
2008-08-18 17:15:56 +02:00
Michael Karcher
3843d5beee
winex11: Fix GetDIBits with monochrome pixmaps.
2008-08-18 17:15:56 +02:00
Christian Costa
48b459afff
winmm: Implement stub for midiConnect and midiDisconnect.
2008-08-18 17:15:56 +02:00
Alistair Leslie-Hughes
666378f4fe
mshtml: Implement IDispatch for IHTMLElement.
2008-08-18 17:15:56 +02:00
Alistair Leslie-Hughes
6d9e79a45f
mshtml: Implement IDispatch for IHTMLStyle.
2008-08-18 17:15:56 +02:00
Alistair Leslie-Hughes
059c3ab650
mshtml: Implement HTMLStyle get_background.
2008-08-18 17:15:56 +02:00
Alistair Leslie-Hughes
373a43f0af
msxml3: Added and corrected trace string.
2008-08-18 17:15:56 +02:00
Lei Zhang
fc6553973f
comctl32: Add a test for TTM_GETTEXT.
2008-08-18 17:15:56 +02:00
Will Tipton
accb5f8faf
comctl32: Added input validation to TOOLTIPS_GetTextW() in order to handle gracefully the case where it is called with an empty tooltip.
2008-08-18 17:15:56 +02:00
Frans Kool
497377ec39
appwiz.cpl: Added Dutch resources.
2008-08-18 17:15:55 +02:00
Alistair Leslie-Hughes
905817a589
advapi32: Fix test under w2k8.
2008-08-18 17:15:55 +02:00
Alistair Leslie-Hughes
4d6d09553b
advapi32: Fix two tests for w2k8.
2008-08-18 17:15:55 +02:00
Juan Lang
fc8545b43a
crypt32: Implement CryptMsgGetAndVerifySigner.
2008-08-18 17:15:55 +02:00
Juan Lang
d677f6084d
crypt32: Add tests for CryptMsgGetAndVerifySigner.
2008-08-18 17:15:55 +02:00
Juan Lang
35b126a033
crypt32: Add stub for CryptMsgGetAndVerifySigner.
2008-08-18 17:15:55 +02:00
Andrew Talbot
3bf289aecc
dmime: Indirection levels fix.
2008-08-18 17:15:55 +02:00
Kirill K. Smirnov
e8eb6d1b42
winhlp32: Set correct font size while generating rtf stream.
2008-08-18 17:15:55 +02:00
James Hawkins
6e63953b4c
msi: Also check the LocalPackage install property when searching for the product package.
2008-08-18 17:15:46 +02:00
James Hawkins
d500dc4f31
msi: Test how MsiConfigureProductEx locates the source package.
2008-08-18 17:04:53 +02:00
Paul Vriens
d46f93669d
ole32/tests: Fix a test on win98 and W2K.
2008-08-18 17:04:48 +02:00
Huw Davies
67a5f256c4
gdi32: Don't use biSizeImage for a BI_BITFIELDS dib.
2008-08-18 17:04:44 +02:00
Huw Davies
d84ea74ec8
wineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll get a scaled-width font.
2008-08-18 17:04:41 +02:00
Rob Shearman
fc269433ce
oleaut32: Fix invalid free of import library entry name with SLTG typelibs.
...
Use TLB_MultiByteToBSTR to allocate import library entry name in
ITypeLib2_Constructor_MSFT as BSTR instead of a normal block of memory
to make the allocator the same as for SLTG typelibs. Free the name
with SysFreeString instead of TLB_Free.
2008-08-18 14:36:58 +02:00