Paul Vriens
4844672781
wintrust/tests: Add a few tests.
2008-02-28 20:00:45 +01:00
Paul Vriens
84039b26fe
wintrust/tests: W2K and XP-SP1 don't set last error.
2008-02-28 20:00:41 +01:00
Mikołaj Zalewski
83724232fd
shell32: Fixes in Polish translation.
2008-02-28 20:00:30 +01:00
Alexandre Julliard
edb91ce519
winmm/tests: Make sure the callback thread has a message queue.
2008-02-28 19:56:48 +01:00
Alexandre Julliard
d2b6087999
user32/tests: Flush events after showing/hiding a window to avoid z-order race conditions.
2008-02-28 19:56:38 +01:00
Alexandre Julliard
c0e10d2b97
user32: Hide the icon title when hiding a window.
2008-02-28 17:01:30 +01:00
Alexandre Julliard
936ab3a644
user32: Moved the ShowWindow implementation from winex11 back to user32.
2008-02-28 17:01:30 +01:00
Alexandre Julliard
63dd1a02ca
winex11: Merge the iconification support into the SetWindowPos driver backend.
2008-02-28 17:01:10 +01:00
Dmitry Timoshkov
cfcacdf554
winex11: Add a workaround for Metacity being too strict and disabling fullscreen support for not resizable windows.
2008-02-28 13:15:03 +01:00
Hans Leidekker
d284fd972f
mscms: Avoid closing a random file when destroying a memory based profile.
2008-02-28 13:03:31 +01:00
Jacek Caban
54e6aa91af
mshtml: Added nsIURI::Equals implementation on URIs without necko interface associated.
2008-02-28 12:57:10 +01:00
Jacek Caban
6a3984c397
mshtml: Added nsIURI::Clone implementation on URIs without necko interface associated.
2008-02-28 12:57:07 +01:00
Paul Vriens
6832c8327d
rpcrt4/tests: Make tests run on win9x/NT4 again.
2008-02-28 12:57:02 +01:00
Alistair Leslie-Hughes
f9d89ed36a
msxml3: Implement IXMLDOMComment_get_data.
2008-02-28 12:56:55 +01:00
Alistair Leslie-Hughes
c48ad71068
msxml3: Implement IXMLDOMText_get_data.
2008-02-28 12:56:46 +01:00
Alistair Leslie-Hughes
a1f5fef880
msxml3: Implement IXMLDOMComment_get_nodeValue.
2008-02-28 12:56:34 +01:00
Roy Shea
84a5eca28e
qmgr: Implement IEnumBackgroundCopyFiles_GetCount.
2008-02-28 11:01:11 +01:00
Roy Shea
27421285b9
qmgr: Implement IBackgroundCopyJob_EnumFiles.
2008-02-28 10:59:43 +01:00
James Hawkins
174b7b51ac
msi: Update controls based on a property when that property changes.
2008-02-28 10:59:22 +01:00
James Hawkins
5e2bc5b3fe
msi: If a feature's action is INSTALLSTATE_UNKNOWN, MsiEvaluateCondition should return MSICONDITION_FALSE.
2008-02-28 10:59:16 +01:00
Marcus Meissner
eb836b718f
msi: Initialize type (Coverity).
2008-02-28 10:50:57 +01:00
Andrew Talbot
a4e8f4dcdd
gdi32: Assign to structs instead of using memcpy.
2008-02-28 10:50:57 +01:00
Rob Shearman
f7628b69b0
rpcrt4: Add tests for RpcStringBindingParseA.
2008-02-28 10:50:57 +01:00
Rob Shearman
5fce2d8839
rpcrt4: Don't crash in RpcStringBindingParseA/W if Endpoint or Options is NULL.
2008-02-28 10:50:57 +01:00
Rob Shearman
376be08a7c
dinput: Include fcntl.h instead of sys/fcntl.h since they are equivalent and the former is more portable.
2008-02-28 10:50:57 +01:00
Rob Shearman
97a9ca3f4a
dbghelp: Define NONAMELESSUNION in dwarf.c and type.c as they access VARIANT fields directly.
2008-02-28 10:50:57 +01:00
Mikołaj Zalewski
23b0085a25
comctl32: rebar: Don't assume the first band is visible.
...
The code required that a row started with a visible band. However this
was not met if the first band of the rebar was hidden. The new code
should fix this case. I've also made it explicit in the comments that
the functions require the first band to be visible and renamed
next_band, prev_band to next_visible and prev_visible to make it clear
what these functions do.
2008-02-28 10:45:52 +01:00
Mikołaj Zalewski
4d0bad870c
comctl32: rebar: To check if an image is present iImage should be compared to -1 (with testcase).
2008-02-28 10:45:30 +01:00
Mikołaj Zalewski
ecde1c3cc7
comctl32: rebar: Image height should be taken into account when computing the band height.
2008-02-28 10:45:20 +01:00
Jacek Caban
81590db3a2
shdocvw: Guess URL scheme if not available.
2008-02-28 10:45:12 +01:00
Jacek Caban
7cb53e0232
shdocvw: Register default URL prefixes.
2008-02-28 10:45:07 +01:00
Jacek Caban
d1ae63b0d6
shlwapi: Added more tests.
2008-02-28 10:45:03 +01:00
Jacek Caban
7e255f1ac8
shlwapi: Added TRACEs to PathIsURL.
2008-02-28 10:44:59 +01:00
Jacek Caban
a1f3af39b3
shlwapi: Store rekistry key name in unicode to avoid conversion.
2008-02-28 10:44:55 +01:00
Jacek Caban
66259555ff
wininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
2008-02-28 10:44:50 +01:00
Jacek Caban
8c45eecca7
wininet: Moved InternetFindNextFileW implementation to vtbl.
2008-02-28 10:44:42 +01:00
Huw Davies
34002d4c7e
gdi32: Add a partial implementation of GdiRealizationInfo.
2008-02-28 10:44:35 +01:00
Rob Shearman
ed9c7396fa
oleaut32: Fix local variable shadowing in OLEFontImpl_Invoke.
2008-02-28 10:44:27 +01:00
Rob Shearman
e23598132f
oleaut32: Fix size calculation in OLEFontImpl_GetSizeMax for multi-byte locale environments.
2008-02-28 10:44:22 +01:00
Rob Shearman
ab8302d88f
oleaut32: Don't store result of CompareStringW in HRESULT in OLEFontImpl_IsEqual.
...
It returns an INT, which is quite different to an HRESULT.
2008-02-28 10:44:17 +01:00
Rob Shearman
3183ad65d2
msi: Fix buffer size calculation in build_default_format.
2008-02-28 10:44:11 +01:00
Rob Shearman
03e466b837
msi: Fix the buffer size calculation in msi_build_createsql_prelude.
2008-02-28 10:44:06 +01:00
Hans Leidekker
d6bb9e76b3
gdi32: Return registered monitor profile from GetICMProfile.
2008-02-28 10:44:02 +01:00
Alexandre Julliard
eaea28e5d8
winex11: Check the current window state on Map/UnmapNotify and ignore obsolete events.
2008-02-27 19:52:59 +01:00
Alexandre Julliard
b76db19e88
winex11: Use XWithdrawWindow to unmap managed windows, and wait until they are withdrawn before mapping them again.
2008-02-27 19:13:09 +01:00
Alexandre Julliard
5a5344b4ad
winex11: Added tracking of the WM_STATE window property.
2008-02-27 19:11:43 +01:00
Alexandre Julliard
9939b7b430
winex11: Clear the NET_WM_STATE status when a window is withdrawn.
...
Change WM_STATE to NET_WM_STATE in variable and function names to
avoid confusion with the ICCCM WM_STATE property.
2008-02-27 18:01:31 +01:00
Alexandre Julliard
5ddcb2c1d3
mscms/tests: The tests shouldn't fail if we have some ICM files.
2008-02-27 14:52:26 +01:00
Alistair Leslie-Hughes
00609d5e78
msvcrt: Implement wcscpy_s.
2008-02-27 14:52:26 +01:00
Dmitry Timoshkov
aebcbf0f6e
kernel32: Return upper cased drive letters in paths, some applications depend on it.
2008-02-27 14:52:26 +01:00
James Hawkins
9101665233
msi: Change the property variant if the types don't match.
2008-02-27 14:52:26 +01:00
James Hawkins
47120f5003
propsys: Add an initial implementation of PropVariantChangeType.
2008-02-27 14:52:26 +01:00
Roy Shea
83aee6b1a3
qmgr: Implement the IUnknown interface for IEnumBackgroundCopyFiles.
2008-02-27 14:52:26 +01:00
Roy Shea
be8bac15fd
qmgr: Implement IBackgroundCopyJob_AddFile.
2008-02-27 14:52:26 +01:00
Roy Shea
128654ba08
qmgr: Implement the IUnknown interface for IBackgroundCopyFile.
2008-02-27 14:52:26 +01:00
Alexander Nicolaysen Sørnes
a3a49149b6
comdlg32: PrintDlgW: Remove incorrect FIXME.
2008-02-27 14:52:25 +01:00
Roderick Colenbrander
4ac1b94d96
wined3d: Improved CheckDeviceType.
2008-02-27 14:52:25 +01:00
Alexandre Julliard
d66b9f7e48
msvcrt: Use the correct msvcrt defines for errno values.
2008-02-27 14:52:25 +01:00
Alexandre Julliard
a470afca6c
msvcrt: Fix incorrect uses of msvcrt_set_errno.
2008-02-27 14:52:25 +01:00
Paul Vriens
1bbac341df
msi/tests: Fix test that depends on the order of the files in a directory.
2008-02-27 14:52:25 +01:00
Detlef Riekenberg
ae91e974eb
winspool: Implement Level 6 + 7 for GetPrinter.
2008-02-27 14:52:25 +01:00
Mikołaj Zalewski
497239b105
comctl32: rebar: Code cleanup.
2008-02-27 14:52:25 +01:00
Mikołaj Zalewski
786dcac944
comctl32: rebar: Add RBS_AUTOSIZE support.
2008-02-27 14:52:25 +01:00
Mikołaj Zalewski
bc0fe1bd8e
comctl32: rebar: Invalidate children in CalcHorz/VertBand.
2008-02-27 14:52:25 +01:00
Mikołaj Zalewski
480c0d7215
comctl32: rebar: An implementation of RB_SIZETORECT.
2008-02-27 14:52:25 +01:00
Maarten Lankhorst
b254b407a4
shlwapi: Don't add a trailing slash in the case that nothing has to be appended to relative, with testcase.
2008-02-27 14:52:25 +01:00
Andrew Talbot
7e584e4add
dpnet: Assign to structs instead of using memcpy.
2008-02-27 14:52:25 +01:00
Andrew Talbot
a5a11b7889
dswave: Assign to structs instead of using memcpy.
2008-02-27 14:52:25 +01:00
Andrew Talbot
20c0c311da
dplayx: Assign to struct instead of using memcpy.
2008-02-27 14:52:25 +01:00
Jacek Caban
0e33eee9a2
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION_[SEND|RECEIVE]_TIMEOUT) implementation.
2008-02-27 14:52:25 +01:00
Jacek Caban
1ffcfbce85
wininet: Use vtbl in InternetWriteFile implementation.
2008-02-27 14:52:24 +01:00
Jacek Caban
7dc9bf677b
wininet: Moved close_connection to vtbl.
2008-02-27 14:52:24 +01:00
Jacek Caban
5a535d6b23
wininet: Moved handle destructor to vtbl.
2008-02-27 14:52:24 +01:00
Jacek Caban
928c9f0984
wininet: Fixed version returned by INTERNET_OPTION_VERSION.
2008-02-27 14:52:24 +01:00
Maarten Lankhorst
5132fb4469
wininet: Fix retrieving raw headers.
2008-02-27 14:52:24 +01:00
Rob Shearman
4e5c1bf6fd
urlmon: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Rob Shearman
5ef04604f0
shdocvw: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Rob Shearman
26ad119d3a
mshtml: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Rob Shearman
e658b79965
msimtf: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Rob Shearman
da1d3fb455
itss: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Rob Shearman
fc1b62bd7d
dsound: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Rob Shearman
f2b77031c3
ddraw: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Paul Vriens
6b37543adc
msi/tests: Skip tests that contain functions that are not available.
2008-02-27 14:52:24 +01:00
Paul Vriens
ecf8c5af36
msi/tests: Skip tests for functions that are not available.
2008-02-27 14:52:24 +01:00
Paul Vriens
e7937f3cd5
msi/tests: Make sure tests will run on Win9x and NT.
2008-02-27 14:52:24 +01:00
Paul Vriens
7911424f9d
gdi32/tests: Skip a test as it crashes on Vista.
2008-02-27 14:52:24 +01:00
Paul Vriens
e9ccee0501
gdi32/tests: Skip functions that are available but not implemented.
2008-02-27 14:52:24 +01:00
Paul Vriens
ad697ecdc4
kernel32/tests: Win9x doesn't change last error.
2008-02-27 14:52:24 +01:00
Aric Stewart
f9e5296c7d
imm32: Correct offset of text in default IME window when using not default window position.
2008-02-27 14:52:23 +01:00
Francois Gouget
e98a468ebe
shell32/tests: Use the IShellLinkDataList's standard 'C' interface.
2008-02-27 14:52:23 +01:00
Francois Gouget
31137aa197
opengl32/tests: Add the trailing '\n' to an ok() call and make a spelling fix.
2008-02-27 14:52:23 +01:00
Francois Gouget
39844efc5f
msxml3: Add a trailing '\n' to a Wine trace.
2008-02-27 14:52:23 +01:00
Francois Gouget
50b6e12833
d3dx9_*: Fix the D3DXMatrixDeterminant() forwards.
2008-02-27 14:52:23 +01:00
Alistair Leslie-Hughes
0d4db95d99
msxml3: Implement IXMLDOMCDATASection_get_length.
2008-02-27 14:52:23 +01:00
Alistair Leslie-Hughes
be435c47cb
msxml3: Implement IXMLDOMComment_get_length.
2008-02-27 14:52:23 +01:00
Alexander Nicolaysen Sørnes
8487a5dc59
commdlg: PrintDlg16: Handle print quality combobox.
2008-02-26 12:03:53 +01:00
Roy Shea
9f63253d00
qmgr: Implement IBackgroundCopyManager_EnumJobs with test.
2008-02-26 11:35:12 +01:00
Roy Shea
00a3dceb75
qmgr: Implement the IUnknown interface for IEnumBackgroundCopyJobs.
2008-02-26 11:34:15 +01:00
Roy Shea
28e7c3b9a9
qmgr: Implement IBackgroundCopyJob_GetDisplayName with test.
2008-02-26 11:33:48 +01:00
Roy Shea
3f126b4a60
qmgr: Implement IBackgroundCopyJob_GetType with test.
2008-02-26 11:33:26 +01:00
Stefan Dösinger
7b297890a7
wined3d: Mark a vertex buffer dirty after VBO creation.
2008-02-26 11:31:53 +01:00
Stefan Dösinger
220d9eb44c
wined3d: Move the dummy texture creation to the device.
2008-02-26 11:31:47 +01:00
Stefan Dösinger
f912f18b13
wined3d: Move shader model private data into its own structure.
2008-02-26 11:31:39 +01:00
Stefan Dösinger
6269415793
wined3d: Add GL_APPLE_float_pixels.
2008-02-26 11:31:29 +01:00
Stefan Dösinger
825506d5ff
wined3d: General cross format blitting infrastrucutre, R32F->R16F blits.
2008-02-26 11:31:19 +01:00
Roderick Colenbrander
f5149e651e
wined3d: Check real depth/stencil capabilities based on WGL pixel formats.
2008-02-26 11:29:59 +01:00
Chris Robinson
14abaa5709
winex11: Fix wglCopyContext case where GLX contexts are missing.
2008-02-26 11:29:48 +01:00
Royal Chan
b83abb6122
gdiplus: Added conformance tests for GdipDrawLineI.
2008-02-26 11:23:29 +01:00
Royal Chan
ea92872af0
gdiplus: GdipDrawArc should return InvalidParameter for non-positive values of height and width.
2008-02-26 11:23:16 +01:00
Royal Chan
fc31303780
diplus: Implemented GdipDrawArcI based on GdipDrawArc.
2008-02-26 11:22:38 +01:00
Royal Chan
da161a50f3
diplus: Implement GdipDrawBezierI based on GdipDrawBezier.
2008-02-26 11:22:26 +01:00
Alexandre Julliard
de61fc5eca
ole32: Added a CoGetContextToken stub.
2008-02-26 11:21:54 +01:00
Francois Gouget
8e97ff5e3b
dinput: Fix compilation on systems that don't support nameless unions.
2008-02-26 11:21:17 +01:00
Dmitry Timoshkov
b9bea18cfe
mscms: Allow compilation without LCMS installed.
2008-02-26 11:20:58 +01:00
James Hawkins
bdbb7a0348
msi: Search existing published sources if the media cannot be found.
2008-02-26 11:20:46 +01:00
James Hawkins
cf84e2df5b
msi: Allow setting a media disk as the last used source in the internal msi_set_last_used_source.
2008-02-26 11:20:35 +01:00
James Hawkins
7d10d1d2d0
msi: Store the media type and set the last used source type accordingly.
2008-02-26 11:20:27 +01:00
James Hawkins
6e2048bbc7
msi: Read the source list properties from the user-unmanaged context.
2008-02-26 11:20:18 +01:00
James Hawkins
acfed4cfab
msi: Read the disk prompt source list property from the user-unmanaged context.
2008-02-26 11:20:13 +01:00
James Hawkins
d62bd166dc
msi: Remove setting a source list property that's in the wrong place.
2008-02-26 11:20:07 +01:00
James Hawkins
4d2cf7a44b
msi: Publish source information in the user-unmanaged context.
2008-02-26 11:20:02 +01:00
James Hawkins
7e8cd606a0
msi: Add tests for MsiSourceListEnumMediaDisks.
2008-02-26 11:19:45 +01:00
James Hawkins
1bd49bcf74
msi: Implement MsiSourceListEnumMediaDisks.
2008-02-26 11:19:40 +01:00
James Hawkins
45d7d6a4e1
msi: Fix skipping a NULL record.
2008-02-26 11:19:29 +01:00
Maarten Lankhorst
60401737c6
wininet: Add stub for INTERNET_OPTION_PER_CONNECTION.
2008-02-26 11:19:24 +01:00
Andrew Talbot
a01bfc26fe
dmstyle: Assign to structs instead of using memcpy.
2008-02-26 11:18:23 +01:00
Andrew Talbot
6b39f35cf5
dmusic: Assign to structs instead of using memcpy.
2008-02-26 11:18:20 +01:00
Andrew Talbot
e1062df14b
dmscript: Assign to structs instead of using memcpy.
2008-02-26 11:18:16 +01:00
Paul Vriens
433ca7d8bd
setupapi/devinst: Struct size passed needs to be exact.
2008-02-25 20:42:32 +01:00
Hans Leidekker
d91f3a93ae
mscms: Implement TranslateColors and improve the other transformation functions.
2008-02-25 20:41:44 +01:00
Roderick Colenbrander
675988633f
wgl: Add a test case for wglCreateContext.
2008-02-25 20:34:58 +01:00
Roy Shea
575b1bfcc7
qmgr: Implement IBackgroundCopyJob_GetId with test.
2008-02-25 20:11:38 +01:00
Roy Shea
111e6929ac
qmgr: Implement IBackgroundCopyManager_CreateJob with test.
2008-02-25 20:11:02 +01:00
Roy Shea
fee94bbc9e
qmgr: Implement the IUnknown interface for IBackgroundCopyJob and stubs for the rest of the methods.
2008-02-25 20:10:22 +01:00
Günther Brammer
df5116cc7d
ddraw: Return a nullpointer as lpSurface in Lock() if the rect is invalid.
2008-02-25 19:50:30 +01:00
Paul Vriens
d6a8b5024a
version/tests: Win98, NT4 and W2K return different errors.
2008-02-25 19:50:19 +01:00
Paul Vriens
0c7ab1bd30
advapi32/tests: Don't crash on NT4, W2K and XP-SP1.
2008-02-25 19:50:12 +01:00
Rob Shearman
9730b285ba
ole32: Implement VT_VECTOR|VT_VARIANT in PropVariantCopy.
2008-02-25 19:50:03 +01:00
Rob Shearman
076e3002ec
imm32: Destroy the data of the context passed into ImmDestroyContext, not the data in the root context.
2008-02-25 19:49:58 +01:00
Paul Vriens
89c8e795d8
msi/tests: Make tests run on win9x/NT4 again.
2008-02-25 19:49:54 +01:00
Alexandre Julliard
198a00bc9e
ntdll: Add an exception handler around check_actctx to catch bad handles.
2008-02-25 19:49:27 +01:00
Alexandre Julliard
dba8ad5751
winex11: Use the same full screen test in is_window_managed and update_wm_states.
2008-02-25 19:48:07 +01:00
Alexandre Julliard
a268725922
winex11: Get rid of the visual id property, we are using the default now.
2008-02-25 16:06:08 +01:00
Alexandre Julliard
1642fbcbc2
user32: Moved the DCE support from winex11 back to user32.
...
Window and class DCEs are now allocated lazily.
2008-02-25 15:59:19 +01:00
Alexandre Julliard
4273a8ab86
user32: Simplify the window structure creation. Get rid of the unused clsStyle field.
2008-02-25 15:55:17 +01:00
Alistair Leslie-Hughes
5579d2f995
msxml3: Tests for put_data.
2008-02-25 13:40:56 +01:00
Alistair Leslie-Hughes
dfe23babe2
msxml3: Implement IXMLDOMComment put_data.
2008-02-25 13:35:45 +01:00
Alistair Leslie-Hughes
1e3153a7b7
msxml3: Implement IXMLDOMText put_data.
2008-02-25 13:35:39 +01:00
Alistair Leslie-Hughes
cd3f18fbf2
msxml3: Implement IXMLDOMProcessingInstruction put_data.
2008-02-25 13:35:31 +01:00
Alistair Leslie-Hughes
d0cd1ea893
msxml3: Implement IXMLDOMCDATASection put_data.
2008-02-25 13:35:25 +01:00
Alistair Leslie-Hughes
75a8444a8b
msxml3: Implement IXMLDOMNode put_nodeValue.
2008-02-25 13:35:17 +01:00
Alexandre Julliard
30f068a0b3
winex11: Correctly initialize the cursor in a newly-created thread.
2008-02-25 13:32:45 +01:00
Rob Shearman
38a968ff52
netapi32: Fix character count passed to GetUserNameW and GetComputerNameW in init_wksta_tests.
2008-02-25 13:31:57 +01:00
Rob Shearman
e154d3b29e
user32: Fix the number of characters passed to GetClassNameW in ClassTest.
2008-02-25 13:31:52 +01:00
Rob Shearman
492be1b5e3
kernel32: Fix the number of characters passed to GetAtomNameW in test_local_get_atom_name.
2008-02-25 13:31:47 +01:00
Rob Shearman
d182559161
shell32: Fix the character count passed to SearchPathW in SHELL_execute.
2008-02-25 13:31:40 +01:00
Rob Shearman
fe75a8c616
dinput: Fix character count passed to GetKeyNameTextW in SysKeyboardWImpl_GetObjectInfo.
2008-02-25 13:31:34 +01:00
Rob Shearman
e7173dfa4e
avifil32: Fix the character count passed into LoadStringW in AVIBuildFilterW and AVISaveOptionsUpdate.
2008-02-25 13:31:29 +01:00
Rob Shearman
18d891986d
winspool.drv: Fix the character count passed into RegEnumKeyExW in get_local_monitors.
...
len is used in RegEnumKeyExW and this takes a character count for the
key argument, not a byte count.
2008-02-25 13:31:25 +01:00
Rob Shearman
5838185133
mciavi32: Fix the buffer length passed into strncat in MCIAVI_mciSet.
...
The number of remaining characters should be passed in, not the total
buffer size.
2008-02-25 13:31:19 +01:00
Rob Shearman
f3c40f925d
comctl32: Fix possible use of uninitialised variable in REBAR_Paint.
...
In the case where an hdc is passed in via the wParam, ps.fErase could be
uninitialised. Fix this by rearranging the code so that ps is only used
when an hdc isn't passed in.
2008-02-25 13:29:34 +01:00
Rob Shearman
4e0100ff06
comdlg32: Fix checks for failure of COMDLG32_SHGetFolderPathW in FILEDLG95_InitControls.
...
COMDLG32_SHGetFolderPathW returns a BOOL, not an HRESULT.
2008-02-25 13:29:22 +01:00
Rob Shearman
03812357db
avicap32: Fix the type of retval in capGetDriverDescriptionA.
2008-02-25 13:29:14 +01:00
Rob Shearman
0287289475
rpcrt4: Include ws2tcpip.h instead of Unix headers when targeting a build for Windows.
2008-02-25 13:27:54 +01:00
Stefan Leichter
684a5b4bab
user32: Added stub for GetMouseMovePointsEx.
2008-02-25 13:27:49 +01:00
Stefan Leichter
0640dbb620
user32: Fix a test of GetMouseMovePointsEx.
2008-02-25 13:27:38 +01:00
Andrew Talbot
4cd6ef739d
dmloader: Assign to structs instead of using memcpy.
2008-02-25 13:27:27 +01:00
Andrew Talbot
be2f48cdd4
dmime: Assign to structs instead of using memcpy.
2008-02-25 13:27:22 +01:00
Andrew Talbot
13afbc02b6
dmime: Assign to structs instead of using memcpy.
2008-02-25 13:27:14 +01:00
Andrew Talbot
ea85c5b15b
dmband: Assign to struct instead of using memcpy.
2008-02-25 13:27:07 +01:00
Mikołaj Zalewski
41025d56e3
comctl32: datetime: Support literals in apostrophes.
2008-02-25 13:27:00 +01:00
Anatoly Lyutin
a871830dd3
user32: Fix return value in ShowScrollBar according with test.
2008-02-25 13:26:52 +01:00
Anatoly Lyutin
b6241e4ad8
user32: Added some tests for scrollbar.
2008-02-25 13:26:12 +01:00
Alexander Dorofeyev
57d506f654
d3d8/tests: Add a P8 texture test.
2008-02-25 12:38:37 +01:00
Gerald Pfeifer
6766f9c1a0
d3dx8: Simplify D3DXMatrixInverse().
2008-02-25 12:38:25 +01:00
Stefan Dösinger
3ed963dc5d
d3d9: Fix a ok line.
2008-02-25 12:37:04 +01:00
Stefan Dösinger
708e217506
d3d9: ATI drivers do not handle D3DUSAGE_QUERY_LEGACYBUMPMAP properly.
2008-02-25 12:36:30 +01:00
Stefan Dösinger
9850e4b529
d3d9: Add a non-shader reversed fog test.
2008-02-25 12:36:22 +01:00
James Hawkins
21b4af1b46
msi: Fix and simplify handling of REG_MULTI_SZ strings in the WriteRegistryValues action.
2008-02-25 12:22:16 +01:00
James Hawkins
b532c0c306
msi: Simplify MsiSourceListAddMediaDisk.
2008-02-25 12:22:09 +01:00
James Hawkins
d3b3738567
msi: Remove invalid fixmes.
2008-02-25 12:22:03 +01:00
James Hawkins
08172ad1c4
msi: Return the result of the call to OpenSourceKey.
2008-02-25 12:21:58 +01:00
James Hawkins
34d50c1e3e
msi: Validate the parameters of MsiSourceListAddMediaDisk.
2008-02-25 12:21:51 +01:00
James Hawkins
1fced5cc1d
msi: Add tests for MsiSourceListAddMediaDisk.
2008-02-25 12:21:42 +01:00
James Hawkins
8b540d2670
msi: Fix the INSTALLPROPERTY_LASTUSEDTYPE case.
2008-02-25 12:21:19 +01:00
James Hawkins
737dedfcbb
msi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case.
2008-02-25 12:20:56 +01:00
James Hawkins
d41cae07d5
msi: Factorize and fix the INSTALLPROPERTY_MEDIAPACKAGEPATH case.
2008-02-25 12:20:48 +01:00
James Hawkins
f178985db3
msi: Simplify the check for a valid product code.
2008-02-25 12:20:39 +01:00
James Hawkins
868de4d56b
msi: Add more tests for MsiSourceListGetInfo.
2008-02-25 12:20:33 +01:00
Jacek Caban
28cf008c3b
mshtml: Added IHTMLBodyElement::aLink implementation.
2008-02-25 12:20:19 +01:00
Jacek Caban
a81fb4ca0c
mshtml: Added IHTMLBodyElement::vLink implementation.
2008-02-25 12:20:15 +01:00
Jacek Caban
8d7e1922d8
mshtml: Added IHTMLBodyElement::get_link implementation.
2008-02-25 12:20:11 +01:00
Jacek Caban
a7ba7647ad
mshtml: Added IHTMLBodyElement::put_link implementation.
2008-02-25 12:20:07 +01:00
Alexandre Julliard
84cf9caa75
qmgr: Ignore errors when registering the service.
2008-02-25 12:17:40 +01:00
Roderick Colenbrander
e5bef99fbe
wined3d: Request aux buffers when using backbuffer rendering.
2008-02-25 12:17:36 +01:00
Roderick Colenbrander
5374d623ce
wgl: Add aux buffers support to DescribePixelFormat.
2008-02-25 12:17:31 +01:00
Roderick Colenbrander
220163ee9d
wgl: Remove unneeded opengl initialisation code at wine startup.
2008-02-25 12:17:10 +01:00
Roderick Colenbrander
8293a9ead0
wgl: Remove the pixel format limitation.
2008-02-25 12:14:52 +01:00
Roderick Colenbrander
68467cf344
wined3d: Request alpha in backbuffer mode, to work correctly with multiple opengl pixel formats.
2008-02-25 12:14:36 +01:00
Rob Shearman
7f33e95ca7
comctl32: Rename the dwStyle and dwOldStyle variables in LISTVIEW_SetExtendedListViewStyle to more accurately reflect their purpose.
...
This also fixes local variable shadowing in the function, which should
be avoided for purposes of code readability.
2008-02-25 12:02:18 +01:00