Henri Verbeet
|
02772641b2
|
ddraw/tests: Remove some leftover debug code.
|
2009-10-19 11:45:36 +02:00 |
Henri Verbeet
|
d17cd37d3b
|
d3d9/tests: Remove an unused color result.
|
2009-10-19 11:45:30 +02:00 |
Henri Verbeet
|
44aead2e1c
|
d3d9: Fix some IDirect3DDevice9Ex methods.
|
2009-10-19 11:45:25 +02:00 |
Nikolay Sivov
|
1ab851a1bd
|
comctl32/monthcal: Explicitly set required control size.
|
2009-10-19 11:45:20 +02:00 |
Nikolay Sivov
|
5517209a24
|
comctl32/header: Process input order array more accurately.
|
2009-10-19 11:45:17 +02:00 |
Nikolay Sivov
|
76859b0f47
|
comctl32/treeview: Erase background on WM_PAINT if BeginPaint() tells us to do it.
|
2009-10-19 11:45:12 +02:00 |
Wilfried Pasquazzo
|
a00d2235aa
|
oleaut32: Updated IPicture_Render testcase to pass on all older Windows.
|
2009-10-19 11:45:05 +02:00 |
Alexandre Julliard
|
0065a115c6
|
gdiplus: Remove a useless inline specifier.
|
2009-10-19 11:44:39 +02:00 |
Alexandre Julliard
|
190d7e74ec
|
ws2_32: Set Information to 0 upon completion of an async shutdown.
|
2009-10-19 11:44:20 +02:00 |
Jacek Caban
|
82cb0fc7e0
|
shlwapi: Added ParseURL[AW] tests.
|
2009-10-19 11:44:00 +02:00 |
Jacek Caban
|
4d592ae84f
|
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLW.
|
2009-10-19 11:43:53 +02:00 |
Jacek Caban
|
e57b8526b2
|
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLA.
|
2009-10-19 11:43:48 +02:00 |
Jacek Caban
|
a34ed0f6ee
|
shlwapi: Properly handle ParseURL errors in UrlGetPart[AW].
|
2009-10-19 11:43:42 +02:00 |
Marcus Meissner
|
87118d00fe
|
cabinet: Fixed free_decompression_temps/_mem , handle NULL (Coverity).
|
2009-10-19 11:43:37 +02:00 |
Ge van Geldorp
|
e77bef234a
|
winex11.drv: Fix build on systems without libXrender.
|
2009-10-19 11:43:01 +02:00 |
Marcus Meissner
|
8ba51495fc
|
winmm: Handle NULL szFileName in mmioOpen16 (Coverity).
|
2009-10-19 11:42:53 +02:00 |
Marcus Meissner
|
1ae601772c
|
mciwave: Return on error (Coverity).
|
2009-10-19 11:42:20 +02:00 |
Marcus Meissner
|
6999921a6d
|
winmm: Return error on NULL ioProc (Coverity).
|
2009-10-19 11:41:52 +02:00 |
Marcus Meissner
|
61393fa021
|
dsound: Check for NULL listener (Coverity).
|
2009-10-19 11:41:47 +02:00 |
Eric Pouech
|
b6c7eda2d3
|
winmm: Get rid of WINE_TIMER_IS32 internal flag.
|
2009-10-19 11:41:27 +02:00 |
Eric Pouech
|
09a9c87d6b
|
mmsystem: Cleanly separate MCI in MMSystem from WinMM code.
|
2009-10-19 11:38:34 +02:00 |
Eric Pouech
|
4633822cdf
|
mmsystem: Move the 16-bit MCI functions to a new mci16.c file.
|
2009-10-19 11:38:10 +02:00 |
Eric Pouech
|
4587a322df
|
winmm: Protect MCI_SYSINFO against null buffers.
|
2009-10-19 11:36:38 +02:00 |
Eric Pouech
|
3d8507bcb8
|
mciwave: Try to synchronize better async commands.
|
2009-10-19 11:36:29 +02:00 |
Eric Pouech
|
49ff58e386
|
mciwave: Simplify async command management by directly calling the right function instead of going through winmm again.
|
2009-10-19 11:36:18 +02:00 |
Michael Stefaniuc
|
77f43eedf5
|
user32: Remove a duplicated return statement (Smatch).
|
2009-10-19 11:36:08 +02:00 |
Juan Lang
|
af192c20f9
|
wintrust: Simplify CRYPT_AsnDecodeInt.
|
2009-10-19 11:36:02 +02:00 |
Juan Lang
|
60140610e3
|
crypt32: Compare certificates in a consistent order.
|
2009-10-19 11:35:55 +02:00 |
Juan Lang
|
3740e4150b
|
crypt32: Avoid repeatedly decoding authority key id extensions when searching for a cert's issuer.
|
2009-10-19 11:35:46 +02:00 |
Juan Lang
|
b2d27097b5
|
crypt32: Introduce a helper function to search for certificates that doesn't require recreating the search key for every certificate.
|
2009-10-19 11:35:38 +02:00 |
Juan Lang
|
e0a4404831
|
crypt32: Use helper function to search for certs.
|
2009-10-19 11:35:32 +02:00 |
Juan Lang
|
1437d7ccc2
|
crypt32: Explicitly pass pointers to blob arrays rather than relying on an invalid alignment assumption.
|
2009-10-19 11:35:23 +02:00 |
Juan Lang
|
3000bc200a
|
crypt32: Explicitly pass pointers to blob arrays rather than relying on an invalid alignment assumption.
|
2009-10-19 11:35:14 +02:00 |
Juan Lang
|
5f317d702a
|
crypt32: Fix an invalid alignment assumption decoding a subtree's maximum.
|
2009-10-19 11:35:04 +02:00 |
Juan Lang
|
4e300b6def
|
crypt32: Simplify CRYPT_AsnDecodeIntInternal.
|
2009-10-19 11:34:51 +02:00 |
Owen Rudge
|
685fe55f97
|
comctl32: Only execute hit test in MouseMove if necessary.
|
2009-10-19 11:34:45 +02:00 |
Alexandre Julliard
|
c77d49b4c3
|
widl: Write a proper type description for pointer array elements.
|
2009-10-16 20:56:41 +02:00 |
Alexandre Julliard
|
8cc12dc339
|
widl: Arrays of pointers are always complex on 64-bit.
|
2009-10-16 20:56:15 +02:00 |
Detlef Riekenberg
|
8c743cb25f
|
winspool/tests: Fix a failure on NT4 for EnumPrintProcessors.
|
2009-10-16 17:49:54 +02:00 |
Detlef Riekenberg
|
388aca4b9f
|
winspool: Use the backend for GetPrintProcessorDirectory and update the tests.
|
2009-10-16 17:49:54 +02:00 |
Detlef Riekenberg
|
065599a4dc
|
localspl: Implement fpGetPrintProcessorDirectory.
|
2009-10-16 17:49:54 +02:00 |
Detlef Riekenberg
|
fe4ba50bd9
|
winspool: Fix a copy & paste error in a comment.
|
2009-10-16 17:49:54 +02:00 |
Rein Klazes
|
b94f63ef38
|
user32: Handle MN_GETHMENU in PopupMenuWndProc.
|
2009-10-16 17:49:40 +02:00 |
Tony Wasserka
|
7f8e4e275d
|
d3dx9: Add tests for ARGB pixel format conversion in D3DXLoadSurfaceFromMemory.
|
2009-10-16 17:32:46 +02:00 |
Tony Wasserka
|
56e86b3df1
|
d3dx9: Implement converting and copying ARGB surface data in D3DXLoadSurfaceFromMemory.
|
2009-10-16 17:32:37 +02:00 |
Alexandre Julliard
|
942ec30a4d
|
widl: Use write_pointer_description_offsets() to output no_repeat descriptors for consistency.
|
2009-10-16 15:32:22 +02:00 |
Alexandre Julliard
|
916461d926
|
widl: Output a pointer description for arrays declared as pointers.
|
2009-10-16 15:32:05 +02:00 |
Roderick Colenbrander
|
a9cafb8f2e
|
winex11: Use get_xrender_picture in X11DRV_AlphaBlend.
|
2009-10-16 13:43:19 +02:00 |
Juan Lang
|
7a33b61f34
|
crypt32: Don't pass CRYPT_DECODE_ALLOC_FLAG to array item decoders.
|
2009-10-16 13:40:08 +02:00 |
Alexandre Julliard
|
905609b73b
|
ntdll: Assume leaf function when we can't find exception information for an ELF module.
|
2009-10-16 13:39:15 +02:00 |