Alexandre Julliard [Fri, 26 May 2006 11:31:55 +0000 (13:31 +0200)]
user: Added fast 16->32 mapping for WM_GETMINMAXINFO, WM_NCCALCSIZE and WM_WINDOWPOSCHANGING/CHANGED.
Alexandre Julliard [Fri, 26 May 2006 11:24:47 +0000 (13:24 +0200)]
user: Added fast 16->32 mapping for WM_COMPARE/DELETE/MEASURE/DRAWITEM.
Alexandre Julliard [Fri, 26 May 2006 11:21:31 +0000 (13:21 +0200)]
user: Added fast 16->32 mapping for WM_CREATE, WM_NCCREATE and WM_MDICREATE.
Alexandre Julliard [Fri, 26 May 2006 10:09:12 +0000 (12:09 +0200)]
wine_unicode: Add prototypes for inline functions (from a patch by Andrew Talbot).
Alexandre Julliard [Fri, 26 May 2006 10:08:32 +0000 (12:08 +0200)]
Fixed a couple of instances of the old FSF address that crept back in.
Phil Costin [Thu, 25 May 2006 21:49:02 +0000 (22:49 +0100)]
wined3d: Create stub for D3DPERF_SetOptions function.
Pierre d'Herbemont [Thu, 25 May 2006 13:20:59 +0000 (15:20 +0200)]
wineprefixcreate: Obtain wine and wineserver from the bindir, instead of relaying on the PATH.
Mikołaj Zalewski [Thu, 25 May 2006 22:01:25 +0000 (00:01 +0200)]
comctl32: header: Put the new item in place of the hot divider instead of swapping.
Mikołaj Zalewski [Thu, 25 May 2006 21:53:24 +0000 (23:53 +0200)]
comctl32: header: Draw the drag image and hot dividers while dragging an item.
Mikołaj Zalewski [Thu, 25 May 2006 21:51:03 +0000 (23:51 +0200)]
comctl32: header: Fix an order-related bug in HEADER_InternalHitTest.
Mikołaj Zalewski [Thu, 25 May 2006 21:48:39 +0000 (23:48 +0200)]
comctl32: header: Implement HDM_SETHOTDIVIDER.
Mikołaj Zalewski [Thu, 25 May 2006 21:46:53 +0000 (23:46 +0200)]
comctl32: header: Implement HDM_CREATEDRAGIMAGE.
Mikołaj Zalewski [Thu, 25 May 2006 22:05:27 +0000 (00:05 +0200)]
comctl32: listview: Apply the HDS_DRAGDROP header style if needed.
Apply the HDS_DRAGDROP header style if the listview has the
LVS_EX_HEADERDRAGDROP. Block the columns reordering as the listview
doesn't support them.
Juan Lang [Fri, 26 May 2006 02:43:30 +0000 (19:43 -0700)]
crypt32: Implement CertSerializeCRLStoreElement.
Dmitry Timoshkov [Fri, 26 May 2006 04:35:47 +0000 (13:35 +0900)]
mapi32: Break out of the loop as soon as MSI call succeeds.
Dmitry Timoshkov [Fri, 26 May 2006 04:34:50 +0000 (13:34 +0900)]
gdi: Add more const qualifiers.
Jason Green [Fri, 26 May 2006 04:33:13 +0000 (00:33 -0400)]
wined3d: Move the GLSL registry check again.
Mike McCormack [Fri, 26 May 2006 03:36:42 +0000 (12:36 +0900)]
winapi: IMAGE_OPTIONAL_HEADER has different members on x86-64.
Mike McCormack [Fri, 26 May 2006 03:36:03 +0000 (12:36 +0900)]
rpcrt4: Remove unused IN and OUT macros.
Dmitry Timoshkov [Thu, 25 May 2006 13:18:11 +0000 (22:18 +0900)]
mapi32: Implement FGetComponentPath.
Dmitry Timoshkov [Thu, 25 May 2006 13:17:46 +0000 (22:17 +0900)]
msi: Translate the resulting string only if the previous call succeeded.
Jacek Caban [Thu, 25 May 2006 16:43:34 +0000 (18:43 +0200)]
urlmon: Fix implementation of ReleaseBindInfo.
Jacek Caban [Thu, 25 May 2006 16:40:47 +0000 (18:40 +0200)]
urlmon: Better pending read handling.
Jacek Caban [Thu, 25 May 2006 16:39:26 +0000 (18:39 +0200)]
urlmon: Added Switch implementation.
Jacek Caban [Thu, 25 May 2006 16:37:55 +0000 (18:37 +0200)]
urlmon: Added handling BINDDSTATUS_FINDINGSOURCE and BINDSTATUS_CONNECTING in ReportProgress.
Jacek Caban [Thu, 25 May 2006 16:35:35 +0000 (18:35 +0200)]
urlmon: Call OnProgress in apartment thread.
Jacek Caban [Thu, 25 May 2006 16:34:15 +0000 (18:34 +0200)]
urlmon: Return MK_S_ASYNCHRONOUS if bindindg is asynchronous.
Jacek Caban [Thu, 25 May 2006 16:33:21 +0000 (18:33 +0200)]
urlmon: Added ReportResult implementation.
Jacek Caban [Thu, 25 May 2006 16:32:54 +0000 (18:32 +0200)]
urlmon: Added GetRootSecurityId and BeginningTransaction implementation.
Juan Lang [Thu, 25 May 2006 16:01:03 +0000 (09:01 -0700)]
crypt32: Add support for CRLs.
Juan Lang [Thu, 25 May 2006 15:51:37 +0000 (08:51 -0700)]
crypt32: Use public functions when finding certificates.
Phil Costin [Thu, 25 May 2006 12:31:14 +0000 (13:31 +0100)]
wined3d: Shader caps fix - code relocation.
Roderick Colenbrander [Thu, 25 May 2006 11:54:03 +0000 (13:54 +0200)]
wined3d: Dynamicly load GL_ARB_multitexture functions.
Stefan Dösinger [Thu, 25 May 2006 09:40:36 +0000 (11:40 +0200)]
wined3d: Small rhw vertex fix.
Fix the one pixel displacement and move the glOrtho code in a common
function.
Alexandre Julliard [Thu, 25 May 2006 18:08:12 +0000 (20:08 +0200)]
configure: Regenerated with autoconf 2.59d.
Alexandre Julliard [Thu, 25 May 2006 18:07:57 +0000 (20:07 +0200)]
include: Prevent internal Wine headers from being used in tests.
Alexandre Julliard [Thu, 25 May 2006 09:09:46 +0000 (11:09 +0200)]
wined3d: Fixed a compiler warning.
Francois Gouget [Thu, 25 May 2006 00:18:45 +0000 (02:18 +0200)]
ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for supermount filesystems.
Andrew Ziem [Wed, 24 May 2006 06:22:38 +0000 (00:22 -0600)]
wininet: Constify data.
Andrew Ziem [Wed, 24 May 2006 13:58:57 +0000 (07:58 -0600)]
gdi: Constify data.
qingdoa daoo [Thu, 25 May 2006 01:10:08 +0000 (09:10 +0800)]
gdi: Get correct horizontal spacing value in the presence of ETO_PDY flag.
Jason Green [Wed, 24 May 2006 19:50:20 +0000 (15:50 -0400)]
wined3d: Add some more GLSL defines.
Mike McCormack [Thu, 25 May 2006 04:46:45 +0000 (13:46 +0900)]
rpcrt4: Stub implementations for NDRS marshalling functions.
Mike McCormack [Thu, 25 May 2006 04:46:14 +0000 (13:46 +0900)]
crypt32: Fix a integer to pointer cast.
Mike McCormack [Thu, 25 May 2006 02:41:39 +0000 (11:41 +0900)]
msi: Fix some pointer to integer casts.
Mike McCormack [Thu, 25 May 2006 04:46:32 +0000 (13:46 +0900)]
kernel32: Fix some pointer to integer casts.
Mike McCormack [Thu, 25 May 2006 02:41:27 +0000 (11:41 +0900)]
mapi32: Fix prototype of MAPILogon and MAPILogoff.
Mike McCormack [Thu, 25 May 2006 02:41:11 +0000 (11:41 +0900)]
richedit: Fix prototype of the callback function.
Robert Shearman [Wed, 24 May 2006 22:02:35 +0000 (23:02 +0100)]
ole32: Add a class factory for CLSID_InProcFreeMarshaler.
Robert Shearman [Wed, 24 May 2006 22:02:26 +0000 (23:02 +0100)]
ole32: Implement GetUnmarshalClass for the free-threaded marshaler and
remove unnecessary unmarshaling code for the standard-marshal case -
this is handled by CoUnmarshalInterface and CoReleaseMarshalData.
Robert Shearman [Wed, 24 May 2006 22:02:14 +0000 (23:02 +0100)]
ole32: Implement table-strong marshaling and ReleaseMarshalData for the free-threaded marshaler.
Robert Shearman [Wed, 24 May 2006 22:01:53 +0000 (23:01 +0100)]
ole32: Implement table-weak marshaling for the free-threaded marshaler.
Robert Shearman [Wed, 24 May 2006 22:02:05 +0000 (23:02 +0100)]
ole32: Release the standard marshal in the free-threaded marshaler's UnmarshalInterface function.
Robert Shearman [Wed, 24 May 2006 22:01:41 +0000 (23:01 +0100)]
ole32: Add a rough implementation of the free-threaded marshaler MarshalInterface and UnmarshalInterface methods, with test cases.
Robert Shearman [Wed, 24 May 2006 22:00:53 +0000 (23:00 +0100)]
ole32: Fix the free-threaded marshaler when it has no outer unknown.
Robert Shearman [Wed, 24 May 2006 22:04:35 +0000 (23:04 +0100)]
rpcrt4: Set the Memory field of the stub message structure to the
start of the memory that an embedded pointer is embedded in so that
FC_POINTER conformance works correctly.
Robert Shearman [Wed, 24 May 2006 22:03:54 +0000 (23:03 +0100)]
rpcrt4: Implement explicit generic binding handles.
Robert Shearman [Wed, 24 May 2006 22:03:29 +0000 (23:03 +0100)]
rpcrt4: Move the getting of the client binding handle to a separate function.
Robert Shearman [Wed, 24 May 2006 22:03:18 +0000 (23:03 +0100)]
rpcrt4: Move the initialising of the stub message structure nearer to the top of NdrClientCall2.
Set stubMsg.StackTop after calling the initialise function.
Robert Shearman [Wed, 24 May 2006 22:03:10 +0000 (23:03 +0100)]
rpcrt4: Store the arguments exclusively in stubMsg.StackTop.
Robert Shearman [Wed, 24 May 2006 22:00:34 +0000 (23:00 +0100)]
rpcrt4: Implement RpcBindingCopy.
Robert Shearman [Wed, 24 May 2006 22:02:51 +0000 (23:02 +0100)]
uuid: Add some COM CLSIDs.
Robert Shearman [Wed, 24 May 2006 22:03:01 +0000 (23:03 +0100)]
include: Add several more interfaces to urlmon.idl.
Jacek Caban [Wed, 24 May 2006 16:01:17 +0000 (18:01 +0200)]
urlmon: Added registering name space test.
Jacek Caban [Wed, 24 May 2006 16:00:08 +0000 (18:00 +0200)]
urlmon: Use registered protocols.
Jacek Caban [Wed, 24 May 2006 15:59:07 +0000 (17:59 +0200)]
urlmon: Added [Un]RegisterNamespace implementation.
Jacek Caban [Wed, 24 May 2006 15:58:27 +0000 (17:58 +0200)]
mshtml: The secret interface is CMarkup. Improve FIXMEs.
Juan Lang [Thu, 25 May 2006 01:47:30 +0000 (18:47 -0700)]
crypt32: Add one more test of CertAddEncodedCertificateToStore.
Juan Lang [Wed, 24 May 2006 22:15:56 +0000 (15:15 -0700)]
crypt32: Move cert functions that don't depend on the implementation of stores to cert.c.
Stefan Dösinger [Wed, 24 May 2006 22:40:08 +0000 (00:40 +0200)]
wined3d: Fog fixes.
Stefan Dösinger [Wed, 24 May 2006 15:37:43 +0000 (17:37 +0200)]
wined3d: Turn around the image in LockRect.
Stefan Dösinger [Wed, 24 May 2006 15:33:34 +0000 (17:33 +0200)]
wined3d: Silence the offscreen surface creation fixme.
Stefan Dösinger [Wed, 24 May 2006 15:15:24 +0000 (17:15 +0200)]
wined3d: Color keying emulation.
Vitaliy Margolen [Wed, 24 May 2006 14:42:50 +0000 (08:42 -0600)]
d3d9: StateBlock is also created in EndStateBlock. With tests.
Alexandre Julliard [Wed, 24 May 2006 17:39:31 +0000 (19:39 +0200)]
Release 0.9.14.
Alexandre Julliard [Wed, 24 May 2006 16:30:34 +0000 (18:30 +0200)]
usp10: Fixed a compiler warning.
Alexandre Julliard [Wed, 24 May 2006 16:05:40 +0000 (18:05 +0200)]
Link against libwine_unicode everywhere we use Unicode functions.
Alexandre Julliard [Wed, 24 May 2006 16:05:09 +0000 (18:05 +0200)]
Tests should not use wine/unicode.h.
Alexandre Julliard [Wed, 24 May 2006 15:41:47 +0000 (17:41 +0200)]
widl: Get rid of unnecessary inclusion of unicode.h.
Alexandre Julliard [Wed, 24 May 2006 15:16:42 +0000 (17:16 +0200)]
libwine: Don't use libwine_unicode functions.
Mike McCormack [Wed, 24 May 2006 10:29:06 +0000 (19:29 +0900)]
Fixed more boolean comparisons against TRUE.
Mike McCormack [Wed, 24 May 2006 10:28:46 +0000 (19:28 +0900)]
rpcrt4: Add stub implementations for NDRCContext(Un)Marshall.
Mike McCormack [Wed, 24 May 2006 10:28:26 +0000 (19:28 +0900)]
wininet: Fix a possible NULL pointer deference.
Detlef Riekenberg [Sun, 21 May 2006 19:54:48 +0000 (21:54 +0200)]
Makefile.in: find needs a slash when the source dir is a symlink.
Hwang YunSong [Mon, 22 May 2006 01:45:49 +0000 (10:45 +0900)]
gphoto2.ds: Added Korean resources.
Alexandre Julliard [Wed, 24 May 2006 12:14:09 +0000 (14:14 +0200)]
libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_dbcs_leadbyte.
Alexandre Julliard [Wed, 24 May 2006 12:00:47 +0000 (14:00 +0200)]
libwine_unicode: Define all functions in the library even if they can be inlined.
Dmitry Timoshkov [Wed, 24 May 2006 06:53:24 +0000 (15:53 +0900)]
user: Add a test to check the queue status if there is a pending
posted message and the quit flag is set.
Stefan Dösinger [Wed, 24 May 2006 09:34:30 +0000 (11:34 +0200)]
wined3d: Swapchain and back buffer corrections + tests.
Mike McCormack [Wed, 24 May 2006 08:41:17 +0000 (17:41 +0900)]
msi: Set a default radio button.
Mike McCormack [Wed, 24 May 2006 08:41:04 +0000 (17:41 +0900)]
msi: Fix a possible memory leak.
Roderick Colenbrander [Sun, 21 May 2006 13:05:41 +0000 (15:05 +0200)]
wined3d: Fix ARB_imaging abuse.
Alexandre Julliard [Wed, 24 May 2006 08:46:06 +0000 (10:46 +0200)]
wined3d: Fixed a couple of boolean comparisons against TRUE.
Jason Green [Tue, 23 May 2006 22:22:59 +0000 (18:22 -0400)]
wined3d: Replaced USING_GLSL define with a new wined3d_settings option based on the registry.
Jason Green [Tue, 23 May 2006 22:22:13 +0000 (18:22 -0400)]
wined3d: Add function to print the infolog of a GLSL shader on errors.
With assistance from H. Verbeet.
Jason Green [Tue, 23 May 2006 22:21:24 +0000 (18:21 -0400)]
wined3d: Added some GLSL defines and function prototypes.
Andrew Talbot [Tue, 23 May 2006 19:05:53 +0000 (20:05 +0100)]
comdlg32: Write-strings warning fix.
Jonathan Ernst [Tue, 23 May 2006 10:39:05 +0000 (12:39 +0200)]
Uniformization of French main menu accelerators.
Hans Leidekker [Tue, 23 May 2006 20:26:01 +0000 (22:26 +0200)]
uninstaller: Add Dutch resources.
Marcus Meissner [Wed, 24 May 2006 06:35:12 +0000 (08:35 +0200)]
x11drv: GdiAlphaBlend fix for X errors if width or height is 0.