Alexandre Julliard
7e94787948
ntdll: Add a noexec flag for memory views where we don't want to force exec permission.
2008-11-04 13:16:01 +01:00
Alexandre Julliard
0b0b6c351a
ntdll: Store the per-view flags in the high word of the page protection bits.
2008-11-04 13:05:37 +01:00
Aric Stewart
cf164785af
shell32: Do not automatically fail in SHGetFileInfo if the flag SHGFI_USEFILEATTRIBUTES is combined with SHGFI_ATTRIBUTES, SHGFI_EXETYPE, or SHGFI_PIDL.
2008-11-04 12:45:28 +01:00
Aric Stewart
a971489dd0
msimtf: Add a mostly wrapper stub for IActiveIMMApp.
2008-11-04 12:45:22 +01:00
Stefan Dösinger
40c06ea296
d3d9: Add a test for GetTexture with no texture set.
2008-11-04 11:41:20 +01:00
Stefan Dösinger
620a423b22
wined3d: Kill the GL_ATI_envmap_bumpmap code.
...
GL_ATI_envmap_bumpmap provides two things: Signed V8U8 pixel formats,
and bump mapping. The extension is only supported on fglrx, and this
driver also supports GL_ARB_fragment_program. Thus the bump mapping
code is never used on any driver out there. Furthermore, if it is
used, it tends to crash the driver
The signed pixel format is used, as it can be used by pixel shaders or
the ARBfp replacement. However, the format is broken in fglrx, and
negative values are clamped to 0.0. This results in test
failures. WineD3D has an alternative codepath using scale+bias to
enable V8U8 using a standard signed RGB which works correctly on
fglrx.
2008-11-04 11:41:14 +01:00
Stefan Dösinger
a8497a5545
wined3d: Fix the num blend values -> type match.
2008-11-04 11:40:37 +01:00
Stefan Dösinger
123a3f44d9
d3d9: WINED3DSURFACE_DESC::MultiSampleType is not a DWORD.
2008-11-04 11:40:29 +01:00
Stefan Dösinger
3d96f97ee1
d3d9: Use the correct AddRef and Release macros.
2008-11-04 11:40:23 +01:00
Paul Bryan Roberts
01eb926987
ntdll: Avoid potential infinite loop.
2008-11-04 11:40:00 +01:00
Andrew Talbot
9988ae3524
quartz: Sign-compare warnings fix.
2008-11-04 11:27:06 +01:00
Andrew Talbot
ac9e832722
oledlg: Sign-compare warnings fix.
2008-11-04 11:27:00 +01:00
Michael Stefaniuc
3f1a63ec77
iphlpapi: Do not cast zero.
2008-11-04 11:26:40 +01:00
Michael Stefaniuc
7589715c87
crypt32: Remove superfluous casts of void pointers.
2008-11-04 11:26:34 +01:00
Michael Stefaniuc
3d6e19d48a
user32: Do not cast zero.
2008-11-04 11:26:24 +01:00
Michael Stefaniuc
62e17fa8c4
comctl32: Do not cast zero.
2008-11-04 11:26:22 +01:00
Michael Stefaniuc
90024d03b2
riched20: Remove superflous casts.
2008-11-04 11:26:12 +01:00
Michael Stefaniuc
c9a10b32b4
kernel32: Do not cast zero.
2008-11-04 11:26:09 +01:00
Michael Stefaniuc
efeab9d200
wined3d: Use the integer variant of zero instead of casting "0.0".
2008-11-04 11:26:05 +01:00
Michael Stefaniuc
06c4de0461
comctl32/tests: Use MAKELPARAM instead of "(LPARAM) MAKELONG".
2008-11-04 11:26:01 +01:00
Nikolay Sivov
1cca99dc23
gdiplus: Added CachedBitmap calls.
2008-11-04 11:25:40 +01:00
James Hawkins
7051bf5e22
msi: Remove an unused registry function.
2008-11-04 11:24:16 +01:00
James Hawkins
e3074348fc
msi: Factor out the code to open the UserData features key.
2008-11-04 11:24:11 +01:00
James Hawkins
0c01c586c7
msi: Factor out the code to open the features key.
2008-11-04 11:24:04 +01:00
James Hawkins
70be1e7746
msi: Factor out the code to open a product key.
2008-11-04 11:23:51 +01:00
James Hawkins
f12b9cea99
msi: Factor out the table insertion code.
2008-11-04 11:23:30 +01:00
James Hawkins
2abb8bba13
msi: Factor out the table insertion code.
2008-11-04 11:23:07 +01:00
James Hawkins
88f39d95f2
msi: Factor out the table insertion code.
2008-11-04 11:22:45 +01:00
Juan Lang
cbccab6252
wintrust: Implement WVTAsn1SpcFinancialCriteriaInfoDecode.
2008-11-04 11:19:21 +01:00
Juan Lang
4c88340f72
wintrust: Add tests for WVTAsn1SpcFinancialCriteriaInfoDecode.
2008-11-04 11:19:15 +01:00
Juan Lang
05956a6483
wintrust: Add stub for WVTAsn1SpcFinancialCriteriaInfoDecode.
2008-11-04 11:19:11 +01:00
Juan Lang
bbecd6913c
wintrust: Implement WVTAsn1SpcFinancialCriteriaInfoEncode.
2008-11-04 11:19:05 +01:00
Juan Lang
5c0d8a3a12
wintrust: Add tests for WVTAsn1SpcFinancialCriteriaInfoEncode.
2008-11-04 11:19:00 +01:00
Juan Lang
c196e2eea0
wintrust: Add stub for WVTAsn1SpcFinancialCriteriaInfoEncode.
2008-11-04 11:18:54 +01:00
Juan Lang
d8c2a40cf6
crypt32: Fix typo.
2008-11-04 11:18:45 +01:00
Aric Stewart
799a76e8c9
gdiplus: Stub implementation of GdipNewInstalledFontCollection.
2008-11-04 11:18:38 +01:00
Alexandre Julliard
87e12632fa
wrc: Fix the duplicate resource check for user-defined types.
2008-11-04 10:07:07 +01:00
Alexandre Julliard
394e97feea
winemenubuilder: Move the xdg global variables out of the libpng ifdef block.
2008-11-03 20:19:30 +01:00
Andrew Fenn
cefa1e883f
xinput: Added header file that defines a lot of the functionality of the library.
2008-11-03 15:22:07 +01:00
Alistair Leslie-Hughes
f5c5951a3c
mshtml: Implement IHTMLElement get_document.
2008-11-03 15:14:40 +01:00
Damjan Jovanovic
26fcfb4b24
winemenubuilder: Generate icons in winemenubuilder instead of wineshelllink.
2008-11-03 15:05:18 +01:00
Andrew Talbot
5af3af2b2f
oleaut32: Sign-compare warnings fix.
2008-11-03 14:06:07 +01:00
Michael Karcher
2adcef7954
msxml3: Simplify IXMLDOMNodeMap::removeNamedItem.
2008-11-03 14:05:16 +01:00
Michael Karcher
813da72423
msxml3: Clean up initialization.
2008-11-03 14:05:03 +01:00
Michael Stefaniuc
373f8ff103
uxtheme: Remove superflous casts.
2008-11-03 13:42:23 +01:00
Michael Stefaniuc
83c4ae561d
avifil32: Remove superfluous casts of void pointers.
2008-11-03 13:42:17 +01:00
Michael Stefaniuc
4f199a10ad
Remove the remaining casts of NULL.
2008-11-03 13:42:09 +01:00
Michael Stefaniuc
d4b8948ce3
comctl32: Do not cast NULL.
2008-11-03 13:41:58 +01:00
Michael Stefaniuc
25f33cb0bc
oleaut32: Do not cast NULL.
2008-11-03 13:41:53 +01:00
Michael Stefaniuc
b609a5c037
dmloader: Do not cast NULL.
2008-11-03 13:41:49 +01:00