Commit Graph

16188 Commits

Author SHA1 Message Date
Juan Lang fced68672f ntdll: Initialize a variable.
Fix an uninitialized pointer in RtlCreateUserThread, caught by
coverity.
2006-04-11 11:23:49 +02:00
Juan Lang 95859a1d6a crypt32: Fix a typo caught by coverity. 2006-04-11 11:23:39 +02:00
Alexandre Julliard 64f17bb3ef user: Use a smaller window for the menu test. 2006-04-10 20:21:19 +02:00
Alexandre Julliard 1404dc8014 twain_32: Renamed the dlls/twain directory to dlls/twain_32. 2006-04-10 17:29:18 +02:00
Alexandre Julliard b4f553f5be riched32: Renamed the dlls/richedit directory to dlls/riched32. 2006-04-10 17:09:08 +02:00
Alexandre Julliard ca1e72a402 comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32. 2006-04-10 17:00:03 +02:00
Alexandre Julliard c4fde65022 msacm32: Renamed the dlls/msacm directory to dlls/msacm32. 2006-04-10 16:55:04 +02:00
Huw Davies aa25176974 gdi32: Add support for ttc indices in the font link list. 2006-04-10 16:32:40 +02:00
Jason Green 3f591ecb13 wined3d: Add some more debugging info.
Adds more debugging FIXME's if a specific WINED3DFMT_??? isn't supported.
2006-04-10 16:32:30 +02:00
Hans Leidekker c4f4b01b05 gdi32: GetCharABCWidthsW should not crash on a NULL handle. 2006-04-10 15:56:43 +02:00
Hans Leidekker 1bf5e2da0a wldap32: Fix broken parameter handling. 2006-04-10 15:56:40 +02:00
Hans Leidekker 2d6d4e9674 dnsapi: Add a configure check for the resolver library and header. 2006-04-10 15:56:35 +02:00
Hans Leidekker 975899aa83 dnsapi: Add a test for DnsNameCompare_A. 2006-04-10 15:53:04 +02:00
Hans Leidekker 486e3b32e2 dnsapi: Implement DnsNameCompare_{A,W}. 2006-04-10 15:48:48 +02:00
Hans Leidekker 6b1dded3b5 dnsapi: Add a stub implementation of dnsapi.dll. 2006-04-10 15:44:59 +02:00
Stefan Dösinger dbdc8c2f65 ddraw: Add a test for IDirect3DVertexBuffer7::ProcessVertices. 2006-04-10 15:44:10 +02:00
James Hawkins 6053d265bc advpack: Add initial implementation of SetPerUserSecValues. 2006-04-10 15:43:53 +02:00
Ivan Gyurdiev 634698cb19 wined3d: Print all errors in checkGLcall. 2006-04-10 12:24:23 +02:00
Ivan Gyurdiev 88a7c9e948 wined3d: Downgrade some FIXMEs. 2006-04-10 12:23:45 +02:00
Ivan Gyurdiev 5c12c043df wined3d: Map D3DFMT_L16, D3DFMT_A16B16G16R16 to OpenGL formats.
Map:
D3DFMT_L16 -> GL_LUMINANCE16_EXT
D3DFMT_A16B16G16R16 -> GL_RGBA16_EXT
as Raphael suggested.

Also increase the returned Bpp for unknown and unhandled formats from
4 to 8 bytes - this part fixes segfault in the F.E.A.R demo. It now
shows some flashy graphics before it dies again :)
2006-04-10 12:23:38 +02:00
Dmitry Timoshkov 09a1a3fd7c shdocvw: Constify IExplore OLE vtables. 2006-04-10 12:23:03 +02:00
Dmitry Timoshkov 3afe420833 x11drv: Update French keyboard layout to better match the X11 one. 2006-04-10 12:22:52 +02:00
Hans Leidekker ec6a5175b4 ntdll: The closing brace of a guid string is at index 37. 2006-04-10 12:22:16 +02:00
Robert Reif 1f882cd68d dsound: Fix 2 bugs in ds3d tests.
Fix 2 bugs in the error paths of the ds3d.c test (coverity).
2006-04-10 12:22:08 +02:00
Jeff Latimer df4b0a831e usp10: Terminate some strings in fixmes and traces. 2006-04-10 12:21:54 +02:00
Detlef Riekenberg 9243cb349e winspool: Avoid reading from NULL (GetPrinterDriver). 2006-04-10 12:21:37 +02:00
Jacek Caban 26f6a30f58 shdocvw: Set active document of both frame and doc window. 2006-04-10 12:21:23 +02:00
Jacek Caban ce2f142bf1 shdocvw: Use IOleInPlaceObjectWindowless interface of document in deactivate_document. 2006-04-10 12:21:17 +02:00
Jacek Caban e189b54687 mshtml: Make sure to use initialized variables. 2006-04-10 12:21:07 +02:00
Jacek Caban 417c104760 mshtml: Fix ref counting.
- Fix ref counting.
- Use This->window instead of QI in NSContainer_Release.
2006-04-10 12:20:50 +02:00
Antonio Codazzi 7d73af6bd8 winspool: Italian language support. 2006-04-08 20:03:29 +02:00
Antonio Codazzi afb3864307 winspool: Esperanto language support. 2006-04-08 20:00:36 +02:00
Detlef Riekenberg 50b32da7af winspool: A read can fail. 2006-04-08 20:00:13 +02:00
Stefan Dösinger cfb6b282d8 d3d9: Add typecasts for WINED3DLOCKED_BOX to avoid compiler warnings. 2006-04-08 19:59:54 +02:00
Hans Leidekker 12ad28acfe wldap32: Don't handle NULL attrs twice. 2006-04-08 19:59:27 +02:00
Hans Leidekker 34282fb518 wldap32: Don't return uninitialised values. 2006-04-08 19:59:19 +02:00
Hans Leidekker 42af5f3950 wldap32: Fix overrun by one of static array. 2006-04-08 19:59:12 +02:00
Rein Klazes b72c36fef8 user: Add an missing element to the hbmmenus array. 2006-04-08 15:53:10 +02:00
Robert Reif 208b0c2e72 dsound: Remove NULL This pointer checks. 2006-04-08 15:53:00 +02:00
Robert Reif 2c4c204371 dsound: Remove unnecessary NULL pointer check. 2006-04-08 15:50:08 +02:00
Troy Rollo 90df5a967f ntdll: Fix DVD_ReadStructure's layout of layer information.
Fix DVD_ReadStructure to reflect what Windows actually does, not what
Microsoft (incorrectly) documents it to do and not what the DDK
headers (incorrectly) suggest it does.
2006-04-08 15:49:42 +02:00
Detlef Riekenberg 44aab2e23f ntdll: Added ARM architecture. 2006-04-08 15:49:24 +02:00
Robert Reif 44b7760e6a dsound: Set default primary buffer sample rate and bits per sample.
Programs that are written specifically for 2000 and xp don't bother to
set the primary buffer format because it's a noop.  However wine is
patterned after win9x and DirectX 7 or earlier which has a real
primary buffer and expects the program to change the primary buffer
format if necessary.
2006-04-08 15:48:59 +02:00
Mike Hearn ddd0e03e91 kernel: Don't crash on NULL arg in GetShortPathNameW. 2006-04-07 20:05:33 +02:00
Mike Hearn 1740fe0fe6 comctl32: Add OOM codepath in imagelist control. 2006-04-07 20:04:19 +02:00
Mike Hearn 8122173abf gdi: Protect GetEnhMetaFilePaletteEntries against bad handles. 2006-04-07 20:01:55 +02:00
Mike Hearn 679df54b6c kernel: Correct SearchPathA argument validation. 2006-04-07 20:01:48 +02:00
Robert Reif ba62608996 dsound: Fix capture test.
Remove bogus release of NULL pointer code found by Coverity.
2006-04-07 20:01:40 +02:00
Mike Hearn d46e68da1e uxtheme: Fix GetThemeSysInt.
TMT_FIRSTINT and TMT_LASTINT are the same value here, so the error
path would always be taken. Fix to check only that the values are
outside the possible range.
2006-04-07 20:01:31 +02:00
Paul Vriens a233d55dbd netapi32: Move NetShareEnum from browsr.c to share.c. 2006-04-07 20:01:12 +02:00