Henri Verbeet
|
c45609f15c
|
ddraw/tests: Check some more return values (LLVM/Clang).
|
2009-10-16 13:37:00 +02:00 |
Henri Verbeet
|
f4005c371f
|
d3d8: Get rid of some unused variables in IDirect3DDevice8Impl_CopyRects() (LLVM/Clang).
|
2009-10-16 13:36:55 +02:00 |
Jeff Zaroyko
|
8846f8ac30
|
d3dxof: Remove unused variable.
|
2009-10-16 13:36:48 +02:00 |
Ken Thomases
|
8b086d6050
|
winmm/tests: Don't complain for Wine drivers that allow multiple wave-out opens.
|
2009-10-16 13:36:41 +02:00 |
Ken Thomases
|
f639c4df54
|
winecoreaudio: Quiet a noisy FIXME.
|
2009-10-16 13:36:34 +02:00 |
Andrew Eikum
|
fc3808e553
|
mshtml: Implement IHTMLLocation::get_hostname.
|
2009-10-16 13:36:27 +02:00 |
Andrew Eikum
|
7cb9fe1064
|
mshtml: Implement IHTMLLocation::get_host.
|
2009-10-16 13:36:23 +02:00 |
Andrew Eikum
|
c9adc4149c
|
mshtml: Implement IHTMLLocation::get_protocol.
|
2009-10-16 13:36:15 +02:00 |
Detlef Riekenberg
|
7189c58f2f
|
d3d8/tests: Mark a failure of GetLightEnable on Win9x as broken().
|
2009-10-16 13:36:11 +02:00 |
Nikolay Sivov
|
dd96319dee
|
include: Use unicode neutral SendMessage for DateTime and Monthcal macros.
|
2009-10-16 13:36:05 +02:00 |
Nikolay Sivov
|
cbdc99cdba
|
comctl32/monthcal: Get/set unicode format flag using MCM_[GET|SET]UNICODEFORMAT.
|
2009-10-16 13:36:01 +02:00 |
Jörg Höhle
|
baac2a6c59
|
runtest: -i sets WINETEST_INTERACTIVE=1 and enables even more tests.
|
2009-10-16 13:35:56 +02:00 |
Alexandre Julliard
|
62ac036bc6
|
user32: Add a helper to retrieve the dimensions of an icon.
|
2009-10-15 20:00:00 +02:00 |
Alexandre Julliard
|
538b24747c
|
server: Free client-side user handles at process exit.
|
2009-10-15 17:56:04 +02:00 |
Alexandre Julliard
|
09d1c52fa0
|
user32: Move 16-bit resource functions to user16.c.
|
2009-10-15 17:55:46 +02:00 |
Alexandre Julliard
|
a7adbf7849
|
user32: Reimplement accelerator functions to use 32-bit user handles instead of 16-bit functions.
|
2009-10-15 17:35:06 +02:00 |
Hans Leidekker
|
a187b43ddd
|
msi: Eliminate the last parameter from ACTION_PerformActionSequence.
|
2009-10-15 14:17:24 +02:00 |
Hans Leidekker
|
e3aa2f33d9
|
msi: Use a function to test the UI level instead of passing a boolean around.
|
2009-10-15 14:17:18 +02:00 |
Hans Leidekker
|
796eed1dc7
|
msi: Reorder functions to avoid forward declarations.
|
2009-10-15 14:17:06 +02:00 |
Hans Leidekker
|
55b89f4a66
|
msi: Add some tests for MsiGetTargetPathW.
|
2009-10-15 14:16:57 +02:00 |
Hans Leidekker
|
843382f284
|
msi: Define common strings only once.
|
2009-10-15 14:16:50 +02:00 |
Nikolay Sivov
|
f84a6bdf3a
|
comctl32/tooltips: Remove unneeded helper parameter.
|
2009-10-15 14:16:05 +02:00 |
Nikolay Sivov
|
38c0d421ec
|
comctl32/tooltips: Remove redundant code, let handlers deal with A<->W conversions.
|
2009-10-15 14:15:35 +02:00 |
Nikolay Sivov
|
f394bed597
|
comctl32/tooltips: Test the way structure size field is validated.
|
2009-10-15 14:10:59 +02:00 |
Nikolay Sivov
|
98a7d8cf9d
|
comctl32/tooltips: Fix an obviously wrong structure size check.
|
2009-10-15 14:10:32 +02:00 |
Stefan Dösinger
|
4901291990
|
opengl32: Give wglSwapBuffers a real function, make it hookable.
|
2009-10-15 14:10:06 +02:00 |
Alexandre Julliard
|
777a30b997
|
setupapi: Add support for specifying a fake dll source as '-' to delete it.
|
2009-10-15 14:05:53 +02:00 |
Alexandre Julliard
|
7acd74ee07
|
setupapi: Add support for using a wildcard in fake dll creation.
This creates fake dlls for all the files we can't find and that
haven't been created already.
|
2009-10-15 13:58:36 +02:00 |
Alexandre Julliard
|
c94e69c7ff
|
setupapi: Maintain a list of fake dlls that have been created already.
|
2009-10-15 13:58:35 +02:00 |
Alexandre Julliard
|
d59a4d1894
|
setupapi: Abstract the creation of the fake dll destination to a separate function.
|
2009-10-15 13:58:35 +02:00 |
Alexandre Julliard
|
76a8f0032a
|
setupapi: Check that the source is a valid fake dll and skip wrong 32/64 type dlls.
|
2009-10-15 13:58:35 +02:00 |
Alexandre Julliard
|
11d66a8788
|
setupapi: Use a global buffer to read fake dll files and free it only once we are done with all the fake dlls.
|
2009-10-15 13:58:19 +02:00 |
Alexandre Julliard
|
f1dc1d35a0
|
setupapi: Get rid of the code to build fake dlls from existing modules.
|
2009-10-15 12:06:28 +02:00 |
Alexandre Julliard
|
87894c5f7b
|
kernel32: Use the PWD variable to set the initial current directory.
|
2009-10-15 12:06:23 +02:00 |
Charles Davis
|
a54ba8712f
|
ntdll: Shorten an ERR message and change it to a FIXME.
|
2009-10-15 12:06:23 +02:00 |
Charles Davis
|
895be2b0f8
|
ntdll: Use the parent device for everything when processing a storage IOCTL request on Mac OS.
|
2009-10-15 12:06:22 +02:00 |
Colin Fletcher
|
45905b27db
|
cmd.exe: Treat tabs as parameter delimiters.
|
2009-10-15 12:06:22 +02:00 |
Christian Costa
|
e95ffacde0
|
ddraw: Make SetColorKey handle case where dwColorSpaceHighValue < dwColorSpaceLowValue + tests.
|
2009-10-15 12:06:22 +02:00 |
Wilfried Pasquazzo
|
6a5bd0c2ed
|
oleaut32: Respect size of icons when drawing with IPicture_Render.
|
2009-10-15 12:06:22 +02:00 |
Wilfried Pasquazzo
|
57b55a661d
|
oleaut32/tests: Testcase for IPicture_Render with icons, check for drawing size and position.
|
2009-10-15 12:06:22 +02:00 |
Juan Lang
|
faa451628a
|
crypt32: Let CRYPT_AsnDecodeArray allocate memory for its callers.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
c5699e736f
|
crypt32: Allocate memory if requested in CRYPT_AsnDecodeArray.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
3c25d7540f
|
crypt32: Rename CRYPT_AsnDecodeArrayNoAlloc to CRYPT_AsnDecodeArray, and pass a CRYPT_DECODE_PARA * to it so that it can allocate memory if requested.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
b1a1b32b59
|
crypt32: Decode enhanced key usages using CRYPT_AsnDecodeArrayNoAlloc.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
36fc7b06b1
|
crypt32: Decode CRL dist points using CRYPT_AsnDecodeArrayNoAlloc.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
155aa41d7c
|
crypt32: Decode cert policies info using CRYPT_AsnDecodeArrayNoAlloc.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
bba695cc3f
|
crypt32: Decode authority info access with CRYPT_AsnDecodeArrayNoAlloc.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
1b1626ac81
|
crypt32: Decode unicode names using CRYPT_AsnDecodeArrayNoAlloc.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
67ee87664e
|
crypt32: Decode names using CRYPT_AsnDecodeArrayNoAlloc.
|
2009-10-15 12:06:21 +02:00 |
Juan Lang
|
fd2a4c4330
|
crypt32: Correct a sequence item size.
|
2009-10-15 12:06:21 +02:00 |