Henri Verbeet
|
a8697d90e4
|
wined3d: Renumber WINED3DTEXTURESTAGESTATETYPE enum elements.
Saves some space by not having unused entries is the arrays tracking these
states.
|
2009-01-06 12:45:43 +01:00 |
Henri Verbeet
|
352e60e6ed
|
d3d: Explicitly translate texture stage states.
Ddraw and d3d8 already translate half of them, it turns out the lookup
table actually saves lines there.
|
2009-01-06 12:45:32 +01:00 |
Henri Verbeet
|
c51bc826e8
|
ddraw: Properly handle sampler states.
|
2009-01-06 12:45:20 +01:00 |
Henri Verbeet
|
04808cc5aa
|
d3d9: Don't test invalid texture stages.
|
2009-01-06 12:45:14 +01:00 |
Hans Leidekker
|
d5d2a27aa4
|
sfc: Add a stub implementation for ordinal 3.
|
2009-01-06 12:45:03 +01:00 |
Hans Leidekker
|
c8513986f2
|
sfc: Add missing exports.
|
2009-01-06 12:44:32 +01:00 |
Dylan Smith
|
f361910514
|
richedit: Use 32-bit rather than 16-bit trackbar value for scrolling.
|
2009-01-06 12:44:24 +01:00 |
Michael Stefaniuc
|
ba01d15b1f
|
include: Change mapi.h to use ULONG for Win64 compatibility.
|
2009-01-06 12:44:17 +01:00 |
Michael Stefaniuc
|
54b6a42a0a
|
include: Change twain.h to use LONG/ULONG for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
|
2009-01-06 12:44:12 +01:00 |
Michael Stefaniuc
|
9896cb4ea6
|
include: Change mapix.h to use ULONG for Win64 compatibility.
|
2009-01-06 12:44:08 +01:00 |
Michael Stefaniuc
|
230fb06d2e
|
include: Change the rest of sspi.h to use LONG/ULONG for Win64 compatibility.
|
2009-01-06 12:44:04 +01:00 |
Michael Stefaniuc
|
57ab0cd9a6
|
include: sspi.h: Use the Win types as per MSDN.
This improves the Win64 compatibility.
|
2009-01-06 12:43:46 +01:00 |
Michael Stefaniuc
|
92892873be
|
include: Use ULONG instead of unsigned long in ipexport.h.
Fix also the compiler warnings introduced by this change.
|
2009-01-06 12:43:28 +01:00 |
Juan Lang
|
f2df415ac1
|
crypt32: Use specified inner content type for signed messages when it's given.
|
2009-01-06 12:43:22 +01:00 |
Juan Lang
|
3eb3033deb
|
crypt32: Implement CryptMsgSignCTL.
|
2009-01-06 12:43:15 +01:00 |
Juan Lang
|
80a24edb55
|
crypt32: Implement CryptMsgEncodeAndSignCTL on top of CryptMsgSignCTL.
|
2009-01-06 12:43:10 +01:00 |
Juan Lang
|
1efe0bc39b
|
crypt32: Add stub for CryptMsgSignCTL.
|
2009-01-06 12:43:05 +01:00 |
Juan Lang
|
30de92df3a
|
crypt32: Add stub for CryptMsgEncodeAndSignCTL.
|
2009-01-06 12:42:55 +01:00 |
Nikolay Sivov
|
76925b06c2
|
oleaut32: Check pointer in IPicture_get_Attributes.
|
2009-01-06 12:42:49 +01:00 |
Nikolay Sivov
|
5b88f0d916
|
oleaut32: Add PICTYPE_NONE and PICTYPE_UNINITIALIZED to IPicture_get_Attributes.
|
2009-01-06 12:42:43 +01:00 |
Francois Gouget
|
e46d25a661
|
cmd: Make some functions static.
|
2009-01-06 10:09:37 +01:00 |
Francois Gouget
|
6b16d0229d
|
cmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
|
2009-01-06 10:09:37 +01:00 |
Francois Gouget
|
e7b125702f
|
cmd: Make WCMD_ask_confirm() static.
|
2009-01-06 10:09:37 +01:00 |
Francois Gouget
|
b82caec718
|
winemine: Make some functions static.
|
2009-01-06 10:09:36 +01:00 |
Vincent Povirk
|
78dcb140c5
|
explorer: Quiet a few fixmes.
|
2009-01-06 10:09:36 +01:00 |
Jacek Caban
|
d747c41cd5
|
mshtml: Fixed IOmNavigator::get_platform for win64 platform.
|
2009-01-06 10:09:36 +01:00 |
Jacek Caban
|
a2ac4d2323
|
mshtml: Added IDispatchEx support to HTMLLocation object.
|
2009-01-06 10:09:36 +01:00 |
Paul Vriens
|
cd31fd393e
|
advapi32/tests: Fix two test failures on Vista and W2K8.
|
2009-01-06 10:09:36 +01:00 |
Gerald Pfeifer
|
8507911264
|
Sync documentation/README.de.
|
2009-01-06 10:09:36 +01:00 |
Alexandre Julliard
|
d7fd308f41
|
updspapi: Added an updspapi implementation that forwards to setupapi.
|
2009-01-05 20:28:06 +01:00 |
Alexandre Julliard
|
2e20bd4960
|
setupapi/tests: Added some tests for SetupEnumInfSectionsA/W.
|
2009-01-05 20:27:06 +01:00 |
Alexandre Julliard
|
b45cfc123e
|
setupapi: Implemented SetupEnumInfSectionsA/W.
|
2009-01-05 20:26:50 +01:00 |
Ge van Geldorp
|
1f62d85496
|
mscms/tests: Pass correct device name to AssociateColorProfileWithDevice().
|
2009-01-05 16:43:10 +01:00 |
Ge van Geldorp
|
e7e4894f2a
|
wininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and ..._CONNECTION_CLOSED callbacks can appear after ..._REQUEST_COMPLETE.
|
2009-01-05 16:42:03 +01:00 |
Hans Leidekker
|
b511365423
|
setupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.
|
2009-01-05 16:37:47 +01:00 |
Hans Leidekker
|
c5fa3ec216
|
winhttp: Set last error for invalid URLs passed to WinHttpCrackUrl.
|
2009-01-05 16:37:40 +01:00 |
Paul Vriens
|
d1d0e335cf
|
shell32/tests: Fix some test failures on Vista and W2K8.
|
2009-01-05 16:37:36 +01:00 |
Alexandre Julliard
|
fec03d2bcc
|
include: Fix 64-bit sign extension in the MAKEWPARAM/LPARAM macros.
|
2009-01-05 16:08:17 +01:00 |
Alexandre Julliard
|
57a1a147a6
|
jscript/tests: Don't crash if we fail to get the IActiveScriptParse interface.
|
2009-01-05 15:50:36 +01:00 |
Alexandre Julliard
|
b11507ebca
|
include: Fix the PROCESS_MEMORY_COUNTERS structure definition for Win64.
|
2009-01-05 15:44:53 +01:00 |
Alexandre Julliard
|
7181c38dcc
|
crypt32/tests: Fix handle size in CERT_KEY_PROV_HANDLE_PROP_ID for Win64.
|
2009-01-05 15:44:37 +01:00 |
Alexandre Julliard
|
e793a2ba35
|
ole32/tests: Fix a structure size check for Win64.
|
2009-01-05 15:37:48 +01:00 |
Alexandre Julliard
|
19184f0071
|
mshtml/tests: Fix the platform test for Win64.
|
2009-01-05 15:37:39 +01:00 |
Alexandre Julliard
|
4deb0ada75
|
urlmon/tests: Fix an uninitialized variable check for Win64.
|
2009-01-05 15:20:15 +01:00 |
Paul Vriens
|
10b2d6db04
|
shdocvw/tests: Fix test failures on XP SP2 and higher.
|
2009-01-05 15:09:21 +01:00 |
Paul Vriens
|
49da5031c2
|
d3d8/tests: Fix a test failure on VMware and VirtualBox.
|
2009-01-05 15:09:17 +01:00 |
Ge van Geldorp
|
80d4d54c59
|
comctl32/tests: Fix title bar tests for non-English locales.
|
2009-01-05 15:08:35 +01:00 |
Markus Weiland
|
40fb1cd9cd
|
dxdiaxgn: Implemented retrieval of szDeviceIdentifier property.
|
2009-01-05 15:08:15 +01:00 |
Andrey Turkin
|
a54c0de2a4
|
include: Add more definitions to winuser.rh.
|
2009-01-05 15:08:00 +01:00 |
Alexandre Julliard
|
f1b363e27d
|
msvcrt: Fix the time_t definition for the msvcrt build.
|
2009-01-05 15:07:53 +01:00 |