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
|
00302152af
|
configure: Added checks for libpng.
|
2007-07-02 19:54:00 +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 |
Alexandre Julliard
|
d0783774e7
|
configure: Merge the libcurses existence check with the soname check.
|
2007-07-02 17:28:50 +02:00 |
Alexandre Julliard
|
c1099bb759
|
configure: Merge the libhal existence check with the soname check.
|
2007-07-02 17:28:33 +02:00 |
Alexandre Julliard
|
a30976281d
|
configure: Move the dll checks earlier in the file to make them available for library checks.
|
2007-07-02 17:27:48 +02:00 |
Alexandre Julliard
|
66afa98f13
|
configure: Change WINE_GET_SONAME to allow it to be used as a replacement for AC_CHECK_LIB.
|
2007-07-02 17:02:51 +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
|
3a0233d63f
|
configure: Don't set LDPATH if not needed.
|
2007-07-02 14:38:04 +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 |
Alexandre Julliard
|
65abe18a08
|
configure: Fix the strip command line for Mac OS.
|
2007-07-02 13:38:18 +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 |
Alexandre Julliard
|
b28c41f107
|
Release 0.9.40.
|
2007-06-29 19:36:20 +02:00 |
Maarten Lankhorst
|
6d97123536
|
dsound: Fix calcplayposition to handle mixed amount > buffer length better.
|
2007-06-29 18:58:13 +02:00 |
Konstantin Kondratyuk
|
8b9454d486
|
programs/winefile: Add Russian resources.
|
2007-06-29 18:58:04 +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 |