Kirill K. Smirnov [Thu, 9 Aug 2007 07:52:56 +0000 (11:52 +0400)]
wineconsole: Rearrange control elements in Russian resources.
Evan Stade [Thu, 9 Aug 2007 02:42:33 +0000 (19:42 -0700)]
oleaut32: Handle transparency data when loading PNG images.
Evan Stade [Thu, 9 Aug 2007 02:42:28 +0000 (19:42 -0700)]
gdiplus: Added GdipCreateBitmapFromGraphics stub.
Evan Stade [Thu, 9 Aug 2007 02:42:24 +0000 (19:42 -0700)]
gdiplus: Fixed conformance of GdipCreateBitmapFromScan0.
Evan Stade [Thu, 9 Aug 2007 02:42:20 +0000 (19:42 -0700)]
gdiplus/tests: Added GdipCreateBitmapFromScan0 test.
Evan Stade [Thu, 9 Aug 2007 02:42:16 +0000 (19:42 -0700)]
gdiplus: Added GdipSetImagePalette stub.
Evan Stade [Thu, 9 Aug 2007 02:42:10 +0000 (19:42 -0700)]
gdiplus: Added GdipFillRectangle.
Evan Stade [Thu, 9 Aug 2007 02:42:03 +0000 (19:42 -0700)]
gdiplus: Added GdipGetPenDashOffset/GdipSetPenDashOffset.
Evan Stade [Thu, 9 Aug 2007 02:41:56 +0000 (19:41 -0700)]
gdiplus: Added GdipCreatePath2.
Francois Gouget [Thu, 9 Aug 2007 08:42:59 +0000 (10:42 +0200)]
Assorted spelling fixes.
Francois Gouget [Thu, 9 Aug 2007 08:42:25 +0000 (10:42 +0200)]
gdi32: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:42:00 +0000 (10:42 +0200)]
mscoree: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:41:41 +0000 (10:41 +0200)]
msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:41:02 +0000 (10:41 +0200)]
imm32: Add a couple of missing prototypes and update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:40:36 +0000 (10:40 +0200)]
d3drm: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:40:29 +0000 (10:40 +0200)]
netapi32: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:39:34 +0000 (10:39 +0200)]
kernel32: Don't get stuck if the debugger exits without signaling the event.
Francois Gouget [Thu, 9 Aug 2007 08:40:08 +0000 (10:40 +0200)]
ddrawex: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:38:07 +0000 (10:38 +0200)]
wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*().
Remove SetUrlCacheConfigInfo*() from wininet.h, it's supposed to be declared in winineti.h.
Update win32.api to fix the winapi_check warnings.
Francois Gouget [Thu, 9 Aug 2007 08:36:29 +0000 (10:36 +0200)]
wininet: #undef some macros to avoid a conflict between openssl/ssl.h and wincrypt.h.
Francois Gouget [Thu, 9 Aug 2007 08:32:35 +0000 (10:32 +0200)]
advapi32: Add a prototype for RegDeleteKeyValue*().
Roderick Colenbrander [Wed, 8 Aug 2007 23:04:30 +0000 (01:04 +0200)]
wined3d: Better pixelformat selection code.
Roderick Colenbrander [Wed, 8 Aug 2007 23:17:07 +0000 (01:17 +0200)]
wgl: Rewrite ChoosePixelFormat.
Roderick Colenbrander [Wed, 8 Aug 2007 14:40:34 +0000 (16:40 +0200)]
wgl: Correctly check GLX capabilities. Use client GLX extensions on ATI hardware to work around driver bugs.
James Hawkins [Thu, 9 Aug 2007 01:42:30 +0000 (18:42 -0700)]
msi: Simplify MsiQueryComponentState, with more tests.
Misha Koshelev [Thu, 9 Aug 2007 01:26:15 +0000 (20:26 -0500)]
urlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we SET_EXPECT it.
Misha Koshelev [Thu, 9 Aug 2007 01:24:57 +0000 (20:24 -0500)]
urlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP.
Misha Koshelev [Thu, 9 Aug 2007 01:24:13 +0000 (20:24 -0500)]
urlmon/tests: Fix clipformat test.
Paul Vriens [Wed, 8 Aug 2007 15:58:29 +0000 (17:58 +0200)]
snmpapi/tests: Run tests again on win98 and NT4.
Huw Davies [Wed, 8 Aug 2007 11:36:37 +0000 (12:36 +0100)]
ole32: The default handler needs to have its own implementation of IPersistStorage.
For now we forward the methods to the data cache as before.
Huw Davies [Wed, 8 Aug 2007 11:13:46 +0000 (12:13 +0100)]
ole32: Factor out the running object test into a separate function.
Huw Davies [Thu, 2 Aug 2007 17:16:14 +0000 (18:16 +0100)]
ole32: Fix a few comments.
Alexandre Julliard [Thu, 9 Aug 2007 11:14:20 +0000 (13:14 +0200)]
user32: WM_IME_CHAR should result in posted, not sent, WM_CHAR messages.
Alexandre Julliard [Wed, 8 Aug 2007 18:35:24 +0000 (20:35 +0200)]
user32: Support for the magic WM_CHAR W->A conversion in Get/PeekMessage.
Alexandre Julliard [Wed, 8 Aug 2007 16:25:57 +0000 (18:25 +0200)]
user32/tests: Added test cases for WM_CHAR conversions.
Alexandre Julliard [Wed, 8 Aug 2007 16:25:38 +0000 (18:25 +0200)]
user32: Added support for the magic WM_CHAR A->W conversions in Send/Post/DispatchMessage.
Alexandre Julliard [Wed, 8 Aug 2007 15:02:42 +0000 (17:02 +0200)]
user32: Factor out the calling of a window's winproc into a separate function.
Alexandre Julliard [Wed, 8 Aug 2007 14:23:23 +0000 (16:23 +0200)]
user32: Factor out the various SendMessage functions into a common routine.
Luis C. Busquets Pérez [Thu, 2 Aug 2007 09:04:50 +0000 (11:04 +0200)]
dpnlobby: Add dpnlobby that forwards to dpnet.dll.
Luis C. Busquets Pérez [Thu, 2 Aug 2007 10:37:22 +0000 (12:37 +0200)]
kernel32: Export RestoreLastError.
Kirill K. Smirnov [Wed, 8 Aug 2007 10:55:43 +0000 (14:55 +0400)]
kernel32: Do not append empty lines to the console history.
Paul Vriens [Wed, 8 Aug 2007 09:28:06 +0000 (11:28 +0200)]
advapi32/tests: Fix typo.
Peter Dons Tychsen [Sun, 29 Jul 2007 19:21:17 +0000 (21:21 +0200)]
dinput: Allow the use of the standard Joystick GUID when calling CreateDevice.
Rob Shearman [Fri, 3 Aug 2007 21:14:15 +0000 (22:14 +0100)]
urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL.
Add tests for these.
Rob Shearman [Fri, 3 Aug 2007 21:13:12 +0000 (22:13 +0100)]
urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW.
Rob Shearman [Fri, 3 Aug 2007 21:11:31 +0000 (22:11 +0100)]
urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.
Rob Shearman [Fri, 3 Aug 2007 21:10:55 +0000 (22:10 +0100)]
urlmon: The pcbRead parameter for IInternetProtocol::Read is optional, so fix the protocol implementation to check for this.
Rob Shearman [Fri, 3 Aug 2007 21:09:48 +0000 (22:09 +0100)]
urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.
Rob Shearman [Fri, 3 Aug 2007 10:04:53 +0000 (11:04 +0100)]
include: Add declarations for URLOpenStreamA/W, URLOpenBlockingStreamA/W and URLOpenPullStreamA/W.
Peter Dons Tychsen [Thu, 26 Jul 2007 23:43:49 +0000 (01:43 +0200)]
faultrep: Add a stub dll.
Alexandre Julliard [Wed, 8 Aug 2007 12:07:57 +0000 (14:07 +0200)]
msvcrt: Use the correct size_t type.
Francois Gouget [Wed, 8 Aug 2007 08:51:45 +0000 (10:51 +0200)]
hlink: Add a missing prototype and update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:51:19 +0000 (10:51 +0200)]
localui: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:51:04 +0000 (10:51 +0200)]
wined3d: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:50:44 +0000 (10:50 +0200)]
hhctrl.ocx: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:50:34 +0000 (10:50 +0200)]
mapi32: Remove redundant protections against duplicate header inclusion.
Francois Gouget [Wed, 8 Aug 2007 08:49:27 +0000 (10:49 +0200)]
wintrust: Fix the CryptCATAdminReleaseCatalogContext() prototype and better match the PSDK types.
Add some missing prototypes to mscat.h.
Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:48:45 +0000 (10:48 +0200)]
urlmon: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Wed, 8 Aug 2007 08:48:04 +0000 (10:48 +0200)]
crypt32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Wed, 8 Aug 2007 08:47:50 +0000 (10:47 +0200)]
ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation.
Francois Gouget [Wed, 8 Aug 2007 08:47:29 +0000 (10:47 +0200)]
winapi_check: Fix a couple of dll names.
Francois Gouget [Wed, 8 Aug 2007 08:47:03 +0000 (10:47 +0200)]
dnsapi: Better match the PSDK types, especially with regards to constness.
Add some missing A/W prototype macros.
Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 8 Aug 2007 08:41:51 +0000 (10:41 +0200)]
netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers.
Replace LPWC?STR with LMC?STR to better match the PSDK.
Francois Gouget [Wed, 8 Aug 2007 08:40:47 +0000 (10:40 +0200)]
pdh/tests: Add missing '\n' to ok() calls.
Francois Gouget [Wed, 8 Aug 2007 08:40:35 +0000 (10:40 +0200)]
winreg.h: Add RRF_RT_ANY.
Francois Gouget [Wed, 8 Aug 2007 08:39:04 +0000 (10:39 +0200)]
ddraw: Better match the PSDK types and fix the winapi_check warnings.
Alexandre Julliard [Wed, 8 Aug 2007 11:15:12 +0000 (13:15 +0200)]
d3d9: Comment out some failing fog tests.
Evan Stade [Wed, 8 Aug 2007 01:43:08 +0000 (18:43 -0700)]
gdiplus: Updated GdipDrawRectangleI.
Evan Stade [Wed, 8 Aug 2007 01:43:04 +0000 (18:43 -0700)]
gdiplus: Added GdipFillRectangleI.
Evan Stade [Wed, 8 Aug 2007 01:43:00 +0000 (18:43 -0700)]
gdiplus: Added GdipCreateLineBrushFromRectI.
Evan Stade [Wed, 8 Aug 2007 01:42:56 +0000 (18:42 -0700)]
gdiplus: Updated brush cloner/deleter.
Evan Stade [Wed, 8 Aug 2007 01:42:52 +0000 (18:42 -0700)]
gdiplus: Added GdipSetCustomLineCapStrokeCaps stub.
Evan Stade [Wed, 8 Aug 2007 01:42:48 +0000 (18:42 -0700)]
gdiplus: Added GdipSetImageAttributesColorMatrix stub.
Evan Stade [Wed, 8 Aug 2007 01:42:44 +0000 (18:42 -0700)]
gdiplus: Fixed bug drawing custom caps.
Evan Stade [Wed, 8 Aug 2007 01:42:40 +0000 (18:42 -0700)]
gdiplus: Added GdipGetLineGammaCorrection/GdipSetLineGammaCorrection.
Evan Stade [Wed, 8 Aug 2007 01:42:36 +0000 (18:42 -0700)]
gdiplus: Added GdipSetLineSigmaBlend stub.
Evan Stade [Wed, 8 Aug 2007 01:42:32 +0000 (18:42 -0700)]
gdiplus: Added GdipSetLineWrapMode.
Evan Stade [Wed, 8 Aug 2007 01:42:29 +0000 (18:42 -0700)]
gdiplus: Added GdipCreateLineBrush.
Evan Stade [Wed, 8 Aug 2007 01:42:24 +0000 (18:42 -0700)]
gdiplus: Make GdipGetMetafileHeaderFromMetafile return Ok.
Evan Stade [Wed, 8 Aug 2007 01:42:20 +0000 (18:42 -0700)]
gdiplus: GdipLoadImageFromStream makes initializations.
Evan Stade [Wed, 8 Aug 2007 01:42:16 +0000 (18:42 -0700)]
gdiplus: Don't prematurely release stream.
Evan Stade [Wed, 8 Aug 2007 01:42:12 +0000 (18:42 -0700)]
gdiplus: Added GdipDrawImageI.
Evan Stade [Wed, 8 Aug 2007 01:42:09 +0000 (18:42 -0700)]
gdiplus: Return width and height of metafiles.
Evan Stade [Wed, 8 Aug 2007 01:42:04 +0000 (18:42 -0700)]
gdiplus: Added GdipCreateBitmapFromFile.
Evan Stade [Wed, 8 Aug 2007 01:42:00 +0000 (18:42 -0700)]
gdiplus: Added GdipCreateStreamOnFile.
Evan Stade [Wed, 8 Aug 2007 01:41:55 +0000 (18:41 -0700)]
gdiplus: Added GdipBitmapLockBits.
Tijl Coosemans [Tue, 7 Aug 2007 22:30:59 +0000 (00:30 +0200)]
ntdll: Implement CDROM_Verify for FreeBSD.
Tijl Coosemans [Tue, 7 Aug 2007 22:19:14 +0000 (00:19 +0200)]
wineoss: Avoid SNDCTL_DSP_GETTRIGGER.
Tijl Coosemans [Tue, 7 Aug 2007 22:11:01 +0000 (00:11 +0200)]
wineoss: Add SNDCTL_MIXERINFO support.
Roderick Colenbrander [Wed, 8 Aug 2007 01:09:38 +0000 (03:09 +0200)]
wined3d: Move over to WGL.
Roderick Colenbrander [Mon, 6 Aug 2007 18:53:20 +0000 (20:53 +0200)]
wined3d: Prepare pbuffer code for WGL transition.
Roderick Colenbrander [Tue, 7 Aug 2007 21:45:00 +0000 (23:45 +0200)]
wined3d: Move fake context code over to WGL.
Juan Lang [Tue, 7 Aug 2007 21:57:04 +0000 (14:57 -0700)]
crypt32: According to MSDN, inner content is only decoded when the content type is data.
Juan Lang [Tue, 7 Aug 2007 21:56:26 +0000 (14:56 -0700)]
crypt32: Add a couple traces.
Juan Lang [Tue, 7 Aug 2007 20:15:00 +0000 (13:15 -0700)]
crypt32: Test and correct finding a subject certificate.
Juan Lang [Tue, 7 Aug 2007 20:14:02 +0000 (13:14 -0700)]
crypt32: Use the authority key identifier to search for a certificate's issuer.
Juan Lang [Tue, 7 Aug 2007 16:19:41 +0000 (09:19 -0700)]
crypt32: Fix typo.
Juan Lang [Tue, 7 Aug 2007 16:19:17 +0000 (09:19 -0700)]
crypt32: Introduce cryptasn debug channel to quiet down crypt traces.
Juan Lang [Tue, 7 Aug 2007 16:18:44 +0000 (09:18 -0700)]
crypt32: Implement CertRDNValueToStr for UTF-8 strings.
Misha Koshelev [Wed, 8 Aug 2007 01:11:18 +0000 (20:11 -0500)]
urlmon/tests: Add test for binding to a URL from which a very short response is received.