Juan Lang [Thu, 2 Aug 2007 16:46:35 +0000 (09:46 -0700)]
crypt32: Add CERT_ID_XXX defines.
Maarten Lankhorst [Thu, 2 Aug 2007 12:21:17 +0000 (14:21 +0200)]
winealsa: Don't commit data on Stop and Play.
Maarten Lankhorst [Thu, 2 Aug 2007 12:19:05 +0000 (14:19 +0200)]
winealsa: Fix Lock in dsoutput.
Maarten Lankhorst [Thu, 2 Aug 2007 12:16:31 +0000 (14:16 +0200)]
winealsa: Fix GetPosition in dsoutput.
Alexandre Julliard [Thu, 2 Aug 2007 15:08:48 +0000 (17:08 +0200)]
user32: Store all builtin winprocs at the start of the array.
This allows checking for them in CallWindowProc and avoid message
translation in that case.
Alexandre Julliard [Thu, 2 Aug 2007 11:07:23 +0000 (13:07 +0200)]
ntdll: Relax the activation context size check.
Chris Robinson [Wed, 1 Aug 2007 11:37:03 +0000 (04:37 -0700)]
winex11: Check for WGL drawing caps.
Mikołaj Zalewski [Thu, 2 Aug 2007 03:01:29 +0000 (20:01 -0700)]
write.exe: Add a new program that calls wordpad.exe.
Misha Koshelev [Thu, 2 Aug 2007 05:15:43 +0000 (00:15 -0500)]
urlmon: Do not fill stream buffer on every report_data, native doesn't.
Misha Koshelev [Thu, 2 Aug 2007 05:12:08 +0000 (00:12 -0500)]
urlmon: Report total data read in this bind operation to OnDataAvailable, not the size of the available buffer.
Misha Koshelev [Thu, 2 Aug 2007 05:09:20 +0000 (00:09 -0500)]
urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION.
Misha Koshelev [Thu, 2 Aug 2007 05:05:36 +0000 (00:05 -0500)]
urlmon: Use BSCF_ values passed to report_data to keep track of download state.
Misha Koshelev [Thu, 2 Aug 2007 05:03:31 +0000 (00:03 -0500)]
urlmon: Set the queue tail to the new task when pushing a task onto the tail of the queue.
Dmitry Timoshkov [Thu, 2 Aug 2007 04:47:57 +0000 (13:47 +0900)]
gdi32: Also print a readable table name in the failure notice.
Evan Stade [Thu, 2 Aug 2007 00:56:10 +0000 (17:56 -0700)]
gdiplus: Added GdipSetPathGradientWrapMode.
Evan Stade [Thu, 2 Aug 2007 00:56:05 +0000 (17:56 -0700)]
gdiplus: Added GdipSetPathGradientCenterColor.
Evan Stade [Thu, 2 Aug 2007 00:56:02 +0000 (17:56 -0700)]
gdiplus: Added solid-color path gradient brush implementation.
Evan Stade [Thu, 2 Aug 2007 00:55:58 +0000 (17:55 -0700)]
gdiplus: Added GdipDrawLine.
Evan Stade [Thu, 2 Aug 2007 00:55:54 +0000 (17:55 -0700)]
gdiplus: Added GdipSetPenWidth.
Evan Stade [Thu, 2 Aug 2007 00:55:50 +0000 (17:55 -0700)]
gdiplus: Added GdipFillPolygon.
Evan Stade [Thu, 2 Aug 2007 00:55:44 +0000 (17:55 -0700)]
gdiplus: Added GdipClonePath.
Evan Stade [Thu, 2 Aug 2007 00:55:38 +0000 (17:55 -0700)]
gdiplus: Added GdipIsOutlineVisiblePathPointI stub.
Evan Stade [Thu, 2 Aug 2007 00:55:33 +0000 (17:55 -0700)]
gdiplus: Don't suggest image size when converting WMF to EMF.
Evan Stade [Thu, 2 Aug 2007 00:55:27 +0000 (17:55 -0700)]
oleaut32: Slight correction to EMF rendering.
James Hawkins [Wed, 1 Aug 2007 21:25:45 +0000 (14:25 -0700)]
msi: Reimplement joins to allow joining any number of tables, each of arbitrary size.
James Hawkins [Wed, 1 Aug 2007 21:24:01 +0000 (14:24 -0700)]
msi: Add tests for joining three tables.
H. Verbeet [Wed, 1 Aug 2007 21:14:03 +0000 (23:14 +0200)]
wined3d: Only report 16 bit float declaration types as supported if we support them.
H. Verbeet [Wed, 1 Aug 2007 20:48:54 +0000 (22:48 +0200)]
wined3d: Properly load FLOAT16_2 and FLOAT16_4 vertex data.
H. Verbeet [Wed, 1 Aug 2007 20:48:49 +0000 (22:48 +0200)]
wined3d: Add definitions and detection for GL_NV_half_float.
H. Verbeet [Wed, 1 Aug 2007 20:48:42 +0000 (22:48 +0200)]
wined3d: Set SFLAG_INSYSMEM when WINED3DLOCK_DISCARD is passed to IWineD3DSurfaceImpl_LockRect.
Andrew Talbot [Wed, 1 Aug 2007 20:44:48 +0000 (21:44 +0100)]
oleaut32: Constify some variables.
Erik Inge Bolsø [Wed, 1 Aug 2007 20:19:45 +0000 (22:19 +0200)]
dinput: Fix joystick axis remapping.
Jacek Caban [Wed, 1 Aug 2007 18:10:27 +0000 (20:10 +0200)]
mshtml: Release typelib in PROCESS_DETACH.
Jacek Caban [Wed, 1 Aug 2007 18:09:19 +0000 (20:09 +0200)]
shdocvw: Wrong PostData VT is not an error.
Roderick Colenbrander [Wed, 1 Aug 2007 20:15:10 +0000 (22:15 +0200)]
wgl: Support WGL_FLOAT_COMPONENTS_NV in wglGetPixelFormatAttrib*.
Roderick Colenbrander [Wed, 1 Aug 2007 14:22:54 +0000 (16:22 +0200)]
wgl: Print more debug info.
Roderick Colenbrander [Wed, 1 Aug 2007 13:58:51 +0000 (15:58 +0200)]
wgl: SetPixelFormat should fail on the root window.
Roderick Colenbrander [Wed, 1 Aug 2007 12:38:49 +0000 (14:38 +0200)]
wgl: GetPixelFormat fix for offscreen formats.
Roderick Colenbrander [Wed, 1 Aug 2007 11:32:29 +0000 (13:32 +0200)]
wgl: Silence an error in ConvertPixelFormatWGLtoGLX.
Maarten Lankhorst [Sun, 29 Jul 2007 21:47:01 +0000 (23:47 +0200)]
dsound: Move resampling away from mixer thread.
Marcus Meissner [Wed, 1 Aug 2007 06:13:07 +0000 (08:13 +0200)]
kernel32/tests: Fixed size to MultiByteToWideChar.
Alexandre Julliard [Wed, 1 Aug 2007 10:13:41 +0000 (12:13 +0200)]
configure: Add -m32 flag for C++ compiler too.
Evan Stade [Wed, 1 Aug 2007 02:16:23 +0000 (19:16 -0700)]
gdiplus: Extend GdipDrawImagePointsRect.
Evan Stade [Wed, 1 Aug 2007 02:16:20 +0000 (19:16 -0700)]
gdiplus: Track width and height of GpBitmaps.
Evan Stade [Wed, 1 Aug 2007 02:16:16 +0000 (19:16 -0700)]
gdiplus: Added GdipSetImageAttributesColorKeys stub.
Evan Stade [Wed, 1 Aug 2007 02:16:13 +0000 (19:16 -0700)]
gdiplus: Added GdipBitmapGetPixel stub.
Evan Stade [Wed, 1 Aug 2007 02:16:08 +0000 (19:16 -0700)]
gdiplus: Added GdipRemovePropertyItem stub.
Evan Stade [Wed, 1 Aug 2007 02:16:04 +0000 (19:16 -0700)]
gdiplus: Added GdipCreateBitmapFromStreamICM.
Evan Stade [Wed, 1 Aug 2007 02:16:00 +0000 (19:16 -0700)]
gdiplus: Added partial implementation of GdipSaveImageToStream.
Evan Stade [Wed, 1 Aug 2007 02:15:56 +0000 (19:15 -0700)]
gdiplus: Added GdipGetPropertyItemSize stub.
Evan Stade [Wed, 1 Aug 2007 02:15:52 +0000 (19:15 -0700)]
gdiplus: Added GdipCreateBitmapFromScan0.
Evan Stade [Wed, 1 Aug 2007 02:15:48 +0000 (19:15 -0700)]
gdiplus: Implemented GdipLoadImageFromStreamICM.
Evan Stade [Wed, 1 Aug 2007 02:15:44 +0000 (19:15 -0700)]
gdiplus: Added GdipCreateMatrix3.
Evan Stade [Wed, 1 Aug 2007 02:15:41 +0000 (19:15 -0700)]
gdiplus: Added GdipSetMatrixElements.
Evan Stade [Wed, 1 Aug 2007 02:15:37 +0000 (19:15 -0700)]
gdiplus: Added GdipGetMatrixElements.
Evan Stade [Wed, 1 Aug 2007 02:15:33 +0000 (19:15 -0700)]
gdiplus: Added GdipFindFirstImageItem stub.
Evan Stade [Wed, 1 Aug 2007 02:15:29 +0000 (19:15 -0700)]
gdiplus: Added GdipGetMetafileHeaderFromMetafile stub.
Evan Stade [Wed, 1 Aug 2007 02:15:16 +0000 (19:15 -0700)]
gdiplus: Change include list on 3 tests.
Evan Stade [Wed, 1 Aug 2007 02:15:12 +0000 (19:15 -0700)]
gdiplus: Fix memory leak in GdipCreateMetafileFromWMF.
Evan Stade [Wed, 1 Aug 2007 02:15:08 +0000 (19:15 -0700)]
gdiplus: Changed GdipGetImageType.
Evan Stade [Wed, 1 Aug 2007 02:15:01 +0000 (19:15 -0700)]
gdiplus: Added more stubs to gdiplus.spec.
Evan Stade [Wed, 1 Aug 2007 02:14:57 +0000 (19:14 -0700)]
gdiplus: Implemented GdipDisposeImage.
Evan Stade [Wed, 1 Aug 2007 02:14:52 +0000 (19:14 -0700)]
gdiplus: Implemented GdipDisposeImageAttributes.
Juan Lang [Tue, 31 Jul 2007 21:59:04 +0000 (14:59 -0700)]
crypt32: Remove bad special case, it isn't necessary since the outer content specifies the hash algorithm.
Juan Lang [Tue, 31 Jul 2007 21:58:26 +0000 (14:58 -0700)]
crypt32: Use the outer content's signature algorithm rather than the public key's embedded algorithm.
Jacek Caban [Tue, 31 Jul 2007 23:00:27 +0000 (01:00 +0200)]
shdocvw: Added GetExternal implementation.
Jacek Caban [Tue, 31 Jul 2007 22:59:48 +0000 (00:59 +0200)]
mshtml: Added IHTMLWindow::get_external implementation.
Jacek Caban [Tue, 31 Jul 2007 22:59:12 +0000 (00:59 +0200)]
mshtml: Fixed QueryInterface failures on IE7.
Jacek Caban [Tue, 31 Jul 2007 22:58:17 +0000 (00:58 +0200)]
uuid: Added IID_IProxyManager.
Paul Vriens [Tue, 31 Jul 2007 11:06:53 +0000 (13:06 +0200)]
advapi32/service: Cater better for domain in test.
Alexandre Julliard [Tue, 31 Jul 2007 20:35:30 +0000 (22:35 +0200)]
advapi32/tests: Don't test the contents of an uninitialized buffer.
Andrew Talbot [Tue, 31 Jul 2007 19:10:39 +0000 (20:10 +0100)]
oleaut32: Constify some variables.
Maarten Lankhorst [Mon, 30 Jul 2007 14:12:29 +0000 (16:12 +0200)]
dsound: Add SndQueueMin to have less lock contention in mixer.
Maarten Lankhorst [Mon, 30 Jul 2007 14:44:50 +0000 (16:44 +0200)]
dsound: Get rid of DS_HEL_FRAGS.
Maarten Lankhorst [Mon, 30 Jul 2007 14:20:08 +0000 (16:20 +0200)]
dsound: Add a registry setting for hel buffer length.
Francois Gouget [Tue, 31 Jul 2007 16:57:34 +0000 (18:57 +0200)]
Assorted spelling fixes.
Francois Gouget [Tue, 31 Jul 2007 17:03:14 +0000 (19:03 +0200)]
atl: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Tue, 31 Jul 2007 17:03:33 +0000 (19:03 +0200)]
winapi: Remove some dead code.
Francois Gouget [Tue, 31 Jul 2007 17:02:23 +0000 (19:02 +0200)]
crypt32: Add FIXMEs for a couple of missing includes.
Francois Gouget [Tue, 31 Jul 2007 17:02:31 +0000 (19:02 +0200)]
crypt32: Add some missing CERT_XXX_ID constants.
Francois Gouget [Tue, 31 Jul 2007 17:02:53 +0000 (19:02 +0200)]
crypt32: Fix the CryptReleaseContext() prototype.
Francois Gouget [Tue, 31 Jul 2007 17:01:00 +0000 (19:01 +0200)]
comctl32: According to the PSDK, DrawShadowText() takes a non-const RECT pointer.
Francois Gouget [Tue, 31 Jul 2007 16:59:43 +0000 (18:59 +0200)]
dxdiagn: Fix compilation on systems that don't support nameless unions.
Roderick Colenbrander [Tue, 31 Jul 2007 09:34:22 +0000 (11:34 +0200)]
wined3d: Compile against standard GL headers.
Dmitry Timoshkov [Tue, 31 Jul 2007 10:42:27 +0000 (19:42 +0900)]
gdi32: Make GetFontData traces more readable.
Robert Reif [Sat, 28 Jul 2007 00:04:25 +0000 (20:04 -0400)]
msvcrt/tests: Add _aligned_malloc tests.
Robert Reif [Sat, 28 Jul 2007 00:02:23 +0000 (20:02 -0400)]
msvcrt: Add _aligned_malloc functions.
Peter Dons Tychsen [Fri, 27 Jul 2007 00:05:04 +0000 (02:05 +0200)]
server: Added the install driver privilege to the default user.
Alexandre Julliard [Tue, 31 Jul 2007 18:32:15 +0000 (20:32 +0200)]
user32: Erase parent window when child is hidden. From a patch by Clinton Stimpson.
Alexandre Julliard [Tue, 31 Jul 2007 18:31:42 +0000 (20:31 +0200)]
ntdll: Load dll from the directory containing the manifest for local assemblies.
Alexandre Julliard [Tue, 31 Jul 2007 14:00:09 +0000 (16:00 +0200)]
make_makefiles: Add check for incorrect module name.
Paul Vriens [Tue, 31 Jul 2007 13:35:42 +0000 (15:35 +0200)]
winhttp: Fix compile/install issue.
Nigel Liang [Tue, 31 Jul 2007 04:06:44 +0000 (21:06 -0700)]
winecfg: Add menu font settings to desktop integration tab.
Nigel Liang [Mon, 30 Jul 2007 22:16:51 +0000 (15:16 -0700)]
winecfg: Add trackbar to set screen resolution in graphics tab.
Jacek Caban [Mon, 30 Jul 2007 22:54:42 +0000 (00:54 +0200)]
winhttp: Added winhttp.dll.
Dmitry Timoshkov [Mon, 30 Jul 2007 12:23:03 +0000 (21:23 +0900)]
winecfg: Fix some compatibility problems.
Alexandre Julliard [Tue, 31 Jul 2007 11:18:03 +0000 (13:18 +0200)]
Avoid non-portable Unix mode bits macros.
Maarten Lankhorst [Sun, 29 Jul 2007 14:17:22 +0000 (16:17 +0200)]
winealsa: Implement a light form of locking for dsoutput.
Evan Stade [Tue, 31 Jul 2007 02:09:19 +0000 (19:09 -0700)]
gdi32: Handle PS_USERSTYLE in ExtCreatePen.
Evan Stade [Tue, 31 Jul 2007 02:09:08 +0000 (19:09 -0700)]
gdi32: Added more tests for ExtCreatePen on PS_USERSTLYE.