Evan Stade
|
6544d9ee3e
|
gdiplus: Changed calls to floor to floorf.
|
2007-07-11 12:43:11 +02:00 |
James Hawkins
|
0f6aaf86bd
|
msi: Add tests for adding properties with a transform during an install.
|
2007-07-11 12:42:59 +02:00 |
James Hawkins
|
1093eb83cd
|
msi: Add tests for adding properties in a transform.
|
2007-07-11 12:42:55 +02:00 |
James Hawkins
|
5a8e0e8c1d
|
msi: Fix current _Property table tests and add more tests.
|
2007-07-11 12:42:45 +02:00 |
Lei Zhang
|
30a22664e6
|
start.exe: Put double quotes around arguments with spaces.
|
2007-07-11 12:42:32 +02:00 |
Aric Stewart
|
5db70db76e
|
imm32: Use the COMPOSITIONSTRING in hCompStr.
Stop using our custom structure for the Composition string and instead
use the COMPOSITIONSTRING whose handle is in the IMC structure.
|
2007-07-11 12:42:25 +02:00 |
Misha Koshelev
|
dab80a8d9f
|
urlmon: Implement HttpProtocol.
|
2007-07-11 12:42:14 +02:00 |
Chris Robinson
|
8a865e5a0b
|
winemp3: Remove function declarations with no definition and unused macros.
|
2007-07-11 12:16:06 +02:00 |
Chris Robinson
|
fa969d169b
|
winemp3: Remove global mpstr pointer.
|
2007-07-11 12:15:56 +02:00 |
Dmitry Timoshkov
|
cfe289e69d
|
gdi32: Do not report an error if a requested to add font is already loaded.
|
2007-07-11 12:01:21 +02:00 |
Alexandre Julliard
|
82e068046b
|
configure: Fix typo in liblcms notice check.
|
2007-07-11 12:01:15 +02:00 |
James Hawkins
|
f0b97cb1e1
|
msi: Check for NULL transform, as there may be no transforms for the _Columns or _Tables tables.
|
2007-07-11 12:00:53 +02:00 |
Paul Vriens
|
a2406b8ca5
|
gdiplus: Don't use struct member before NULL check (Coverity).
|
2007-07-11 12:00:48 +02:00 |
Juan Lang
|
cd3954e7fd
|
rsaenh: Get rid of the hash idle state, native doesn't behave as though it has one.
|
2007-07-11 12:00:38 +02:00 |
Detlef Riekenberg
|
8d051c81b2
|
ntdll: Avoid crash with WINEDEBUG=+snoop.
|
2007-07-11 12:00:28 +02:00 |
Chris Robinson
|
22e94d0ba6
|
winemp3: Use head_check to check for valid headers.
|
2007-07-11 11:59:59 +02:00 |
Chris Robinson
|
23d3302e38
|
winemp3: Check the right macro when defining TRUE.
|
2007-07-11 11:59:54 +02:00 |
Anatoly Lyutin
|
24866e7906
|
cmd: Use toupperW instead of toupper.
|
2007-07-11 11:59:48 +02:00 |
Paul Vriens
|
14ab7d766f
|
advapi32: Create specific access rights for service control manager handles.
|
2007-07-11 11:59:39 +02:00 |
Mikołaj Zalewski
|
5507a073c5
|
comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testcase).
|
2007-07-11 11:59:33 +02:00 |
Mikołaj Zalewski
|
e66523e19b
|
comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1.
|
2007-07-11 11:53:33 +02:00 |
Alexandre Julliard
|
4da30bfcfc
|
winedump: Add RT_MANIFEST resource type.
|
2007-07-10 22:37:53 +02:00 |
Alexandre Julliard
|
41db95323d
|
include: Add some definitions for manifest resources.
|
2007-07-10 22:37:42 +02:00 |
Bernd Buschinski
|
ace2749010
|
gdiplus: Fix test typo/compile error.
|
2007-07-10 15:42:49 +02:00 |
Alexandre Julliard
|
7f674966e7
|
configure: Add a few more notices for missing packages.
|
2007-07-10 15:22:18 +02:00 |
Alexandre Julliard
|
f9dec94f9f
|
configure: Move notices about missing features next to the corresponding checks.
|
2007-07-10 15:14:15 +02:00 |
Alexandre Julliard
|
8d8c5c60a6
|
aclocal: Add macros for logging messages about missing features.
|
2007-07-10 15:05:40 +02:00 |
Juan Lang
|
1d5a8b2f78
|
crypt32: Implement CryptSIPGetSignedDataMsg, CryptSIPPutSignedDataMsg,
CryptSIPCreateIndirectData, CryptSIPVerifyIndirectData, and
CryptSIPRemoveSignedDataMsg.
|
2007-07-10 14:41:24 +02:00 |
Juan Lang
|
19c3a09ba8
|
crypt32: Implement CryptSIPLoad.
|
2007-07-10 14:41:05 +02:00 |
Evan Stade
|
da23ed6e0f
|
gdiplus: Added a test for GdipAddPathLine2.
|
2007-07-10 14:31:52 +02:00 |
Evan Stade
|
1fc841f655
|
gdiplus: Fixed bug in GdipGetPathPoints().
|
2007-07-10 14:31:02 +02:00 |
Evan Stade
|
fec9e5e803
|
gdiplus: Added constructor and destructor test for gdiplus paths.
|
2007-07-10 14:30:55 +02:00 |
Evan Stade
|
30084db2ce
|
gdiplus: Make LineCapArrowAnchor look more like it does in windows.
|
2007-07-10 14:29:44 +02:00 |
Evan Stade
|
14c7466c9f
|
gdiplus: Fixed a bug in helper function draw_polybezier.
|
2007-07-10 14:29:33 +02:00 |
Evan Stade
|
b72dc0df9d
|
gdiplus: GdipDrawCurve2 now uses SaveDC()/RestoreDC() and end caps.
|
2007-07-10 14:29:19 +02:00 |
Evan Stade
|
14e0df1fa0
|
gdiplus: Updated GdipDrawRectangleI.
|
2007-07-10 14:28:57 +02:00 |
Evan Stade
|
a4fff71454
|
gdiplus: Updated draw_pie to use SaveDC/RestoreDC.
|
2007-07-10 14:28:27 +02:00 |
Juan Lang
|
685d7e799a
|
crypt32: More decode message update tests.
|
2007-07-10 13:56:42 +02:00 |
Juan Lang
|
acc0bec41f
|
crypt32: Add some tests for updating decode messages.
|
2007-07-10 13:56:35 +02:00 |
Juan Lang
|
8ca755915b
|
crypt32: Implement getting the type of a decode message.
|
2007-07-10 13:56:28 +02:00 |
Juan Lang
|
656d960dd4
|
crypt32: Add a stub decode message implementation.
|
2007-07-10 13:56:20 +02:00 |
Juan Lang
|
e557d36320
|
crypt32: Test and fix CryptMsgGetParam for streamed messages.
|
2007-07-10 13:56:13 +02:00 |
Juan Lang
|
b18b05f53c
|
crypt32: Add tests for streamed encoding of data messages.
|
2007-07-10 13:56:00 +02:00 |
Juan Lang
|
aa99cf8ec0
|
crypt32: Test that inner content OID is ignored for data messages.
|
2007-07-10 13:55:53 +02:00 |
Juan Lang
|
7e65d9439c
|
crypt32: Make a copy of a passed-in stream info rather than assuming the pointer will live forever.
|
2007-07-10 13:55:44 +02:00 |
Juan Lang
|
fd05fe0d13
|
crypt32: Add more tests for opening a data message for encoding.
|
2007-07-10 13:55:31 +02:00 |
Juan Lang
|
dc63bf2de3
|
crypt32: Pass function pointers to CryptMsgBase_Init rather than rely on callers to initialize them.
|
2007-07-10 13:55:21 +02:00 |
Vitaliy Margolen
|
6d5eee0851
|
dinput: Clear static variables after releasing hooks.
|
2007-07-10 13:37:20 +02:00 |
Misha Koshelev
|
82569d9d0a
|
urlmon/tests: Add tests for ObtainUserAgentString.
|
2007-07-10 13:37:13 +02:00 |
Misha Koshelev
|
e4282a59dd
|
urlmon: Improve ObtainUserAgentString conformance to native.
|
2007-07-10 13:37:09 +02:00 |