James Hawkins
|
99714f12cb
|
msi: Handle remote calls to MsiSequence.
|
2007-07-04 12:06:59 +02:00 |
James Hawkins
|
0f321c0af9
|
msi: Handle remote calls to MsiDoAction.
|
2007-07-04 12:06:59 +02:00 |
James Hawkins
|
be5eec45b5
|
msi: Handle remote calls to MsiProcessMessage.
|
2007-07-04 12:06:59 +02:00 |
Michael Stefaniuc
|
d7d40b7dd3
|
msvcrt: Remove superfluous casts of void pointers to other pointer types.
|
2007-07-04 12:06:58 +02:00 |
Evan Stade
|
53e05015f6
|
gdi32: Don't access DC in PolyDraw after releasing handle.
|
2007-07-04 12:06:58 +02:00 |
Evan Stade
|
c60c030c95
|
gdiplus: Call EndPath() in GdipDrawLineI in case there is an open path.
|
2007-07-04 12:06:58 +02:00 |
Evan Stade
|
d9ef172e04
|
gdiplus: Use SaveDC, RestoreDC in GdipDrawLineI.
|
2007-07-03 20:39:32 +02:00 |
Paul Vriens
|
8fae363595
|
advapi32/tests: Use skip when we don't have enough rights.
|
2007-07-03 20:39:32 +02:00 |
Paul Vriens
|
24123e8603
|
user32/tests: Use skip.
|
2007-07-03 20:39:32 +02:00 |
Paul Vriens
|
918a2911bf
|
user32/tests: Use skip.
|
2007-07-03 20:39:31 +02:00 |
Huw Davies
|
bd2fe1a2fa
|
winex11.drv: Use global Pictures for the tiles.
|
2007-07-03 20:39:31 +02:00 |
Huw Davies
|
030ef1ef05
|
winex11.drv: Move the PictFormats into an array.
|
2007-07-03 20:39:31 +02:00 |
Huw Davies
|
ee40cb4b9f
|
winex11.drv: Pass root_window to XCreatePixmap to avoid BadDrawable errors.
|
2007-07-03 20:39:30 +02:00 |
James Hawkins
|
39a5638268
|
msi: Read the components state directly from the registry.
|
2007-07-03 14:05:41 +02:00 |
James Hawkins
|
34f6af95b4
|
msi: Return INSTALLSTATE_BADCONFIG if we can't decode the first component.
|
2007-07-03 14:05:36 +02:00 |
James Hawkins
|
73e0a87477
|
msi: Return INSTALLSTATE_ADVERTISED if the component list is empty.
|
2007-07-03 14:05:29 +02:00 |
James Hawkins
|
1130d5909b
|
msi: Open the correct key and return INSTALLSTATE_ADVERTISED if it's missing.
|
2007-07-03 14:05:21 +02:00 |
James Hawkins
|
ceb4e6d4ef
|
msi: Add tests for MsiQueryFeatureState.
|
2007-07-03 13:50:08 +02:00 |
James Hawkins
|
0e44e090c5
|
msi: Set the WindowsInstaller value in RegisterProduct instead of PublishProduct.
|
2007-07-03 13:49:44 +02:00 |
James Hawkins
|
a2df31aea1
|
msi: Only publish the product if at least one feature is to be installed.
|
2007-07-03 13:49:35 +02:00 |
James Hawkins
|
624bbbe78a
|
msi: Unpublish the product when it is entirely removed.
|
2007-07-03 13:49:18 +02:00 |
James Hawkins
|
5e46fc9019
|
msi: Delay publishing of the SourceList until the PublishProduct action.
|
2007-07-03 13:43:20 +02:00 |
James Hawkins
|
08443b3bf7
|
msi: PackagePath must also include the package name.
|
2007-07-03 13:43:00 +02:00 |
James Hawkins
|
56129f252c
|
msi: Add tests to show when the SourceList is published to the registry.
|
2007-07-03 13:42:52 +02:00 |
James Hawkins
|
04c67c2a1c
|
msi: Add support for the MSICODE_PATCH option.
|
2007-07-03 13:42:42 +02:00 |
James Hawkins
|
0cd708e7f5
|
msi: pcchValue represents the length of szValue in TCHARS, not bytes.
|
2007-07-03 13:42:22 +02:00 |
James Hawkins
|
4d668e06a2
|
msi: Handle remote calls to MsiSetProperty.
|
2007-07-03 12:59:58 +02:00 |
James Hawkins
|
4de8247c5a
|
msi: Handle remote calls to MsiGetProperty.
|
2007-07-03 12:59:48 +02:00 |
James Hawkins
|
e4658e05f2
|
msi: Handle remote calls to MsiGetActiveDatabase.
|
2007-07-03 12:59:32 +02:00 |
James Hawkins
|
bc4750ff75
|
msi: Add the IWineMsiRemoteCustomAction interface.
|
2007-07-03 12:59:17 +02:00 |
James Hawkins
|
f9001058b0
|
msi: Add the IWineMsiRemotePackage interface.
|
2007-07-03 12:58:43 +02:00 |
H. Verbeet
|
1c14c180b7
|
wined3d: Implement dsx & dsy shader instructions.
|
2007-07-03 12:32:52 +02:00 |
Stefan Dösinger
|
58fb9dd5c0
|
ddraw: Z buffers can be attached to offscreen d3d devices.
|
2007-07-03 12:32:42 +02:00 |
Stefan Dösinger
|
b462ff0876
|
wined3d: Create multiple contexts for onscreen render targets.
|
2007-07-03 12:32:33 +02:00 |
Stefan Dösinger
|
13f24c3808
|
wined3d: Select onscreen contexts based on the thread id.
|
2007-07-03 12:30:33 +02:00 |
Stefan Dösinger
|
a1f83aae8e
|
wined3d: rsq and rcp use the .w component if no swizzle is given.
|
2007-07-03 12:29:34 +02:00 |
Andrew Talbot
|
ac82f20b36
|
oleaut32: Constify some variables.
|
2007-07-03 12:29:24 +02:00 |
Rob Shearman
|
2ede1370d3
|
secur32: Don't free the password in InitializeSecurityContextW to enable the credentials handle to be re-used in further InitializeSecurityContextW calls.
|
2007-07-03 12:29:19 +02:00 |
Ben Hodgetts
|
f438e524e7
|
ws2_32: Don't tell users to run Wine as root when sockets not creatable.
|
2007-07-03 12:29:13 +02:00 |
Evan Stade
|
72e20d8f57
|
oleaut32: Save load time format of pictures.
|
2007-07-02 20:40:34 +02:00 |
Evan Stade
|
5c5c5aabc5
|
oleaut32: Added support for decoding some PNG files.
|
2007-07-02 20:40:24 +02:00 |
Alexandre Julliard
|
d0fddf4f68
|
configure: Make the libjpeg soname check depend on the header check.
|
2007-07-02 19:53:14 +02:00 |
Alexandre Julliard
|
f91909b3b0
|
configure: Make the libssl soname check depend on the header check.
|
2007-07-02 19:42:53 +02:00 |
Alexandre Julliard
|
ccd5f28429
|
configure: Make the libfontconfig soname check depend on the header check.
|
2007-07-02 19:42:52 +02:00 |
Alexandre Julliard
|
34200c3518
|
configure: Make the libjack soname check depend on the header check.
|
2007-07-02 19:42:52 +02:00 |
Alexandre Julliard
|
702d35560b
|
configure: Make the libcups soname check depend on the header check.
|
2007-07-02 19:42:52 +02:00 |
Alexandre Julliard
|
418e74b5d9
|
configure: Merge the libsane existence check with the soname check.
|
2007-07-02 19:42:13 +02:00 |
Alexandre Julliard
|
3336e9bf05
|
configure: Merge the libcapi20 existence check with the soname check.
|
2007-07-02 17:29:17 +02:00 |
James Hawkins
|
c26505b701
|
msi: Return ERROR_SUCCESS if the PackageName property is not present.
|
2007-07-02 15:28:50 +02:00 |
James Hawkins
|
381b915b47
|
msi: Return ERROR_BAD_CONFIGURATION if the SourceList key does not exist.
|
2007-07-02 15:28:42 +02:00 |
James Hawkins
|
3e56d78f2e
|
msi: Validate MsiSourceListGetInfo parameters.
|
2007-07-02 15:28:33 +02:00 |
James Hawkins
|
1ff40d1558
|
msi: Add tests for MsiSourceListGetInfo.
|
2007-07-02 15:28:14 +02:00 |
James Hawkins
|
6cc2f0f402
|
msi: Implement MsiSourceListGetInfoA.
|
2007-07-02 15:27:42 +02:00 |
Andrew Talbot
|
886c970d76
|
ole32: Constify some variables.
|
2007-07-02 14:38:11 +02:00 |
Alexandre Julliard
|
446befbb4d
|
configure: Don't use a default soname if a library is not found, leave it undefined.
|
2007-07-02 14:35:05 +02:00 |
Alexandre Julliard
|
5a95cfbd9c
|
configure: Export the shared library extension instead of hardcoding .so.
|
2007-07-02 14:35:05 +02:00 |
Paul Vriens
|
6dde764898
|
advapi32/tests: Add tests for OpenSCManagerA.
|
2007-07-02 13:37:34 +02:00 |
H. Verbeet
|
973496d5e4
|
wined3d: Cleanup shader_glsl_load_psamplers().
|
2007-07-02 13:36:26 +02:00 |
H. Verbeet
|
6421d45f53
|
wined3d: In tex_colorop() & tex_alphaop(), only check the mapped stage against GL_LIMITS(textures) if the texture is used.
|
2007-07-02 13:36:15 +02:00 |
H. Verbeet
|
25c673225b
|
wined3d: Only set GL_SHADER_OPERATION_NV to GL_NONE for supported units.
|
2007-07-02 13:36:07 +02:00 |
H. Verbeet
|
9ed84211c1
|
wined3d: Only call activate_dimensions() if the texture is used.
|
2007-07-02 13:35:59 +02:00 |
H. Verbeet
|
5e78a83cb2
|
wined3d: Call IWineD3DDeviceImpl_FindTexUnitMap for cards without support for NV_REGISTER_COMBINERS as well.
|
2007-07-02 13:35:50 +02:00 |
Kai Blin
|
fd133237b0
|
ws2_32: Handle IPv6 in WSAStringToAddress.
|
2007-07-02 13:35:41 +02:00 |
Michael Stefaniuc
|
bf6a96ca66
|
ntdll: Fix missing unlock on error path. Found by Smatch.
|
2007-07-02 13:34:29 +02:00 |
Juan Lang
|
ef134dc703
|
crypt32: Accept ERROR_INVALID_PARAMETER in addition to ERROR_PATH_NOT_FOUND (and remove no-longer-useful checkFileStoreFailure).
|
2007-07-02 13:34:17 +02:00 |
Juan Lang
|
11e6717e66
|
crypt32: Accept ERROR_BADKEY in addition to ERROR_INVALID_HANDLE.
|
2007-07-02 13:34:00 +02:00 |
Juan Lang
|
f575d8569b
|
crypt32: Accept OSS errors as well.
|
2007-07-02 13:33:49 +02:00 |
Juan Lang
|
e64e66c41d
|
crypt32: Accept OSS errors.
|
2007-07-02 13:33:40 +02:00 |
Juan Lang
|
85eeccc585
|
crypt32: Don't fail when CryptVerifyCertificateSignatureEx is missing, use skip (and get rid of unnecessary indenting).
|
2007-07-02 13:32:57 +02:00 |
Juan Lang
|
68b052057b
|
crypt32: Use skip to avoid failures where support is missing.
|
2007-07-02 13:32:28 +02:00 |
Markus Gömmel
|
ddb4be2bb0
|
user32: Center MessageBox dialogs to desktop, as Windows does.
|
2007-07-02 13:32:17 +02:00 |
Markus Gömmel
|
f281d0e77d
|
comctl32/datetime: Added a missing InvalidateRect to update display after WM_ENABLE.
|
2007-07-02 13:24:17 +02:00 |
Aric Stewart
|
6302b965fa
|
imm32: Implementation of GCS_CURSORPOS.
|
2007-07-02 13:17:22 +02:00 |
Maarten Lankhorst
|
6d97123536
|
dsound: Fix calcplayposition to handle mixed amount > buffer length better.
|
2007-06-29 18:58:13 +02:00 |
Andrew Talbot
|
66b05dde02
|
ole32: Constify some variables.
|
2007-06-29 14:30:48 +02:00 |
Kai Blin
|
d89f2b4810
|
ws2_32: Return WSAEINVAL for unhandled address families in WSAStringToAddress.
Prepare for IPv6 support.
|
2007-06-29 13:47:30 +02:00 |
Misha Koshelev
|
0d750e3282
|
shell32: Fix shelllink creation to non-executable files and remove unnecessary code.
|
2007-06-29 13:43:27 +02:00 |
Misha Koshelev
|
240648534f
|
shell32/tests: Fix tests of IShellLinkA_SetPath to conform on both Windows 98 and XP.
|
2007-06-29 13:43:02 +02:00 |
Misha Koshelev
|
de774710d6
|
shell32/tests: Allow CoCreateInstance to return E_NOINTERFACE to pass on Win98; add skips and display return values.
|
2007-06-29 13:42:56 +02:00 |
Misha Koshelev
|
75fbca227b
|
shell32/tests: Add test for shell links to existing non-executable files.
|
2007-06-29 13:42:48 +02:00 |
Misha Koshelev
|
f8eabe0d37
|
shell32/tests: Allow individual tests in check_lnk to be todo_wine'd.
|
2007-06-29 13:42:38 +02:00 |
H. Verbeet
|
860aa6993b
|
wined3d: Get rid of the oneToOneTexUnitMap field.
|
2007-06-29 13:42:26 +02:00 |
H. Verbeet
|
92fc808b05
|
wined3d: In device_map_psamplers(), only touch the sampler mapping for samplers that are used by the shader.
|
2007-06-29 13:42:20 +02:00 |
H. Verbeet
|
99e3abab30
|
wined3d: Cleanup device_map_fixed_function_samplers().
|
2007-06-29 13:42:12 +02:00 |
Alexandre Julliard
|
0bd2b548da
|
ws2_32: Don't print traces from async I/O callbacks.
|
2007-06-29 13:40:48 +02:00 |
Alexandre Julliard
|
1b57c3bf90
|
ntdll: Don't print traces from async I/O callbacks.
|
2007-06-29 13:40:42 +02:00 |
Jacek Caban
|
21836d21cf
|
mshtml: Add IID_IPropertyNotifySink and DIID_HTMLTextContainerEvents connection points to HTMLBodyElement.
|
2007-06-29 13:28:43 +02:00 |
Jacek Caban
|
982dce485a
|
mshtml: Added IConnectionPointContainer implementation to HTMLBodyElement.
|
2007-06-29 13:28:37 +02:00 |
Jacek Caban
|
88f4fb1f4f
|
mshtml: Make connection points container independent.
|
2007-06-29 13:28:31 +02:00 |
Jacek Caban
|
f09a6f7283
|
mshtml: Move IConnectionPointContainer to the separated struct.
|
2007-06-29 13:28:24 +02:00 |
Jacek Caban
|
fc4fd71e01
|
mshtml: Store connection point as a list.
|
2007-06-29 13:28:16 +02:00 |
Jacek Caban
|
fb16633d6f
|
mshtml: Don't use dynamic allocation for connection points.
|
2007-06-29 13:28:10 +02:00 |
Juan Lang
|
f75b86f02b
|
crypt32: Implement getting content for data messages opened to encode.
|
2007-06-29 13:27:17 +02:00 |
Juan Lang
|
263f424c3b
|
crypt32: Implement getting bare content for data messages opened to encode.
|
2007-06-29 13:27:10 +02:00 |
Juan Lang
|
d1f379340a
|
crypt32: Add tests for data message encoding.
|
2007-06-29 13:27:02 +02:00 |
Juan Lang
|
0546cf1a69
|
crypt32: Add a stub get param function for data messages and remove stub message from open function.
|
2007-06-29 13:26:53 +02:00 |
Juan Lang
|
74bf713be7
|
crypt32: Implement CryptMsgUpdate for data messages opened to encode.
|
2007-06-29 13:25:33 +02:00 |
Juan Lang
|
b6bf594aa5
|
crypt32: Add a finalized member to message.
|
2007-06-29 13:25:28 +02:00 |
Juan Lang
|
203849d75d
|
crypt32: Store stream info in message.
|
2007-06-29 13:25:11 +02:00 |
Juan Lang
|
5db6b1cc96
|
crypt32: Add an update function, use it to implement CryptMsgUpdate.
|
2007-06-29 13:25:03 +02:00 |