Rémi Assailly [Thu, 21 Jul 2005 11:31:56 +0000 (11:31 +0000)]
Moved midimap to the top-level dlls directory.
Phil Krylov [Thu, 21 Jul 2005 11:28:39 +0000 (11:28 +0000)]
Allow NULL parameter for WM_SETTEXT in RichEdit.
Alexandre Julliard [Thu, 21 Jul 2005 11:09:26 +0000 (11:09 +0000)]
Register functions with no arguments should still be called as stdcall
because of the extra CONTEXT arg.
Hans Leidekker [Thu, 21 Jul 2005 11:02:11 +0000 (11:02 +0000)]
Implement ldap_init* and ldap_open* functions.
Phil Krylov [Thu, 21 Jul 2005 11:01:47 +0000 (11:01 +0000)]
Implemented EM_LINELENGTH RichEdit message.
Hans Leidekker [Thu, 21 Jul 2005 11:01:29 +0000 (11:01 +0000)]
Add helper functions for converting string arrays into different
encodings.
Oliver Stieber [Thu, 21 Jul 2005 11:01:19 +0000 (11:01 +0000)]
Correct a problem with the way that FVF vertex arrays containing
blends or orthographic is calculated.
Troy Rollo [Thu, 21 Jul 2005 11:00:57 +0000 (11:00 +0000)]
Return attributes for the correct file in the unixfs ParseDisplayName.
Saulius Krasuckas [Thu, 21 Jul 2005 10:34:08 +0000 (10:34 +0000)]
- Declare implemented functions inside #ifndef _DEBUG block.
- Make MSVCRTD_operator_new_dbg recognize types of memory blocks.
Phil Krylov [Thu, 21 Jul 2005 10:33:32 +0000 (10:33 +0000)]
Added emulation of RichEdit 1.0 behaviour when the 1.0 window class is
being used. This emulation (introduced in M$ RichEdit 3.0) counts
paragraph endings as 2 characters (CR+LF) instead of 1 (CR).
James Hawkins [Thu, 21 Jul 2005 10:32:56 +0000 (10:32 +0000)]
Define the DOCHOSTUIDBLCLK enumeration.
Oliver Stieber [Thu, 21 Jul 2005 10:32:48 +0000 (10:32 +0000)]
Fixed regression that occurred because changes to texture loading were
committed before changes to textures and states to support the change
were committed.
Aric Stewart [Thu, 21 Jul 2005 10:32:16 +0000 (10:32 +0000)]
Use SOURCEDIR instead of PackagePath. Because the PackagePath may be
local, while SOURCEDIR is more proper and will be a full directory.
Huw Davies [Wed, 20 Jul 2005 17:52:04 +0000 (17:52 +0000)]
Implement stdole2.tlb.
Huw Davies [Wed, 20 Jul 2005 17:48:53 +0000 (17:48 +0000)]
Lookup the port in the spooler registry key and map it to a unix
filename or a pipe like OpenJob16 does.
Robert Shearman [Wed, 20 Jul 2005 17:48:26 +0000 (17:48 +0000)]
ttf files for bitmap fonts should be generated with an extension of
just "." to work around a quirk in fontforge (with thanks to George
Williams for helping me fix this).
Hans Leidekker [Wed, 20 Jul 2005 17:47:53 +0000 (17:47 +0000)]
Implement ldap_simple_bind* and ldap_unbind* functions.
Michael Jung [Wed, 20 Jul 2005 10:44:54 +0000 (10:44 +0000)]
Initial support for the IPersistFolder3 interface.
Alexandre Julliard [Wed, 20 Jul 2005 10:31:37 +0000 (10:31 +0000)]
Get rid of cursoricon.h.
Robert Shearman [Wed, 20 Jul 2005 10:30:04 +0000 (10:30 +0000)]
Hack around broken state management so InstallShield works.
Daniel Remenak [Wed, 20 Jul 2005 10:29:42 +0000 (10:29 +0000)]
Changed winhelp file->exit accelerator key from "e" to "x".
Paul Vriens [Wed, 20 Jul 2005 10:29:29 +0000 (10:29 +0000)]
Add tests for VerQueryValue[AW].
Don't convert the struct to a win16 one in GetFileVersionInfoA.
Convert the struct to win16 in VerQueryValueA (for now).
Michael Jung [Wed, 20 Jul 2005 10:29:05 +0000 (10:29 +0000)]
Only initialize shell folders via the IPersistFolder3 interface in
SHELL32_CoCreateInitSF if the pidl which specifies the child is of
type 'Folder'. Otherwise fall back to IPersistFolder.
Daniel Remenak [Wed, 20 Jul 2005 10:28:44 +0000 (10:28 +0000)]
Basic handling of EM_SETTEXTEX.
Vitaliy Margolen [Wed, 20 Jul 2005 10:28:27 +0000 (10:28 +0000)]
Fix IOCTL_CDROM_RAW_READ ioctl.
Hans Leidekker [Tue, 19 Jul 2005 20:32:46 +0000 (20:32 +0000)]
Implement ldap_bind* functions.
Robert Shearman [Tue, 19 Jul 2005 20:02:38 +0000 (20:02 +0000)]
- Fix VT_BYREF|VT_UNKNOWN return values by comparing the correct value
with VT_UNKNOWN and VT_DISPATCH.
- Better tracing.
Robert Shearman [Tue, 19 Jul 2005 20:00:37 +0000 (20:00 +0000)]
Return DISP_E_EXCEPTION from ITypeInfo_Invoke on an error in the
called function.
Robert Shearman [Tue, 19 Jul 2005 20:00:07 +0000 (20:00 +0000)]
- IRpcStubBuffer_Disconnect can be called multiple times.
- Release TypeLib when freeing stub buffer.
Robert Shearman [Tue, 19 Jul 2005 19:59:41 +0000 (19:59 +0000)]
- Always query for the correct stub interface, otherwise we will be
pointing to the completely wrong object when a proxy does a
queryinterface.
- Remove assumption that the stub buffer will handle the lifetime of
the object.
Alexandre Julliard [Tue, 19 Jul 2005 19:45:48 +0000 (19:45 +0000)]
Create the desktop class when needed without requiring a client
request.
Robert Shearman [Tue, 19 Jul 2005 19:43:54 +0000 (19:43 +0000)]
Activate ITypeLib, ITypeInfo and IEnumVARIANT Marshalers.
Robert Shearman [Tue, 19 Jul 2005 19:43:37 +0000 (19:43 +0000)]
Remove RegisterTypeLib hack.
Robert Shearman [Tue, 19 Jul 2005 19:43:05 +0000 (19:43 +0000)]
Marshal return value from IRemUnknown_RemQueryInterface.
Robert Shearman [Tue, 19 Jul 2005 19:42:50 +0000 (19:42 +0000)]
Fix confusion between number of characters and number of bytes in
unmarshaling BSTRs. Convert it all to characters for consistency with
the BSTR_User* routines.
Robert Shearman [Tue, 19 Jul 2005 19:42:33 +0000 (19:42 +0000)]
Silence now noisy error messages caused by changes in the way we call
ipid_to_stubmanager. Move the error message to the one place it is
needed.
Alexandre Julliard [Tue, 19 Jul 2005 19:14:32 +0000 (19:14 +0000)]
Save the scope window for mouse events before overwriting it.
Robert Shearman [Tue, 19 Jul 2005 19:13:45 +0000 (19:13 +0000)]
Support VT_BYREF|VT_I4 in _copy_arg.
Robert Shearman [Tue, 19 Jul 2005 19:13:23 +0000 (19:13 +0000)]
Marshal and unmarshal TKIND_ENUM and TKIND_ALIAS.
Robert Shearman [Tue, 19 Jul 2005 19:13:11 +0000 (19:13 +0000)]
- We should be starting with 1 reference.
- IRpcStubBuffer_Disconnect can be called more than once.
Robert Shearman [Tue, 19 Jul 2005 19:12:54 +0000 (19:12 +0000)]
IRpcStubBuffer_Disconnect can be called more than once.
Robert Shearman [Tue, 19 Jul 2005 19:12:47 +0000 (19:12 +0000)]
By-pass the RPC runtime if possible when calling an STA by posting a
message directly to the apartment window for it to process. Fixes a
deadlock in InstallShield caused by having to create a thread when
freeing an object that comes from an STA apartment. Added tests that
fail without this fix.
Robert Shearman [Tue, 19 Jul 2005 19:12:24 +0000 (19:12 +0000)]
Delete the stub manager outside of the apartment critical section
because the deletion may require the object to re-enter the
apartment.
Huw Davies [Tue, 19 Jul 2005 19:12:13 +0000 (19:12 +0000)]
Printer handles referring to the same printer should have the same job
queue.
Alexandre Julliard [Tue, 19 Jul 2005 11:51:31 +0000 (11:51 +0000)]
Initialize the various menu global variables on demand instead of at
startup time.
Kevin Koltzau [Tue, 19 Jul 2005 11:44:44 +0000 (11:44 +0000)]
Add support for dumping 64bit PE files.
Kevin Koltzau [Tue, 19 Jul 2005 11:44:32 +0000 (11:44 +0000)]
Define 64bit PE structures.
Alexandre Julliard [Tue, 19 Jul 2005 11:43:38 +0000 (11:43 +0000)]
Don't set win gravity, the default should work fine.
Troy Rollo [Tue, 19 Jul 2005 11:40:36 +0000 (11:40 +0000)]
When using PATHMODE_UNIX, all files are in the file system.
Alex Villacís Lasso [Tue, 19 Jul 2005 11:40:22 +0000 (11:40 +0000)]
Initialize RegisteredClass properly in CoRegisterClassObject to
prevent crash in CoRevokeClassObject when accessing (uninitialized)
pMarshalledData.
Oliver Stieber [Tue, 19 Jul 2005 11:39:24 +0000 (11:39 +0000)]
Implement the use of PBuffers for offscreen textures.
Alex Villacís Lasso [Tue, 19 Jul 2005 11:38:25 +0000 (11:38 +0000)]
Fix GIF palette allocation, by relying on ColorCount instead of
SColorResolution.
Alex Villacís Lasso [Tue, 19 Jul 2005 11:38:12 +0000 (11:38 +0000)]
Ensure that underflowing negative float is represented as a positive
0, just as native oleaut32.
Huw Davies [Mon, 18 Jul 2005 18:08:30 +0000 (18:08 +0000)]
Test to show that the height returned by GetTextExtentPoint is the
same as tmHeight.
Hans Leidekker [Mon, 18 Jul 2005 18:06:42 +0000 (18:06 +0000)]
Implement ber_* functions.
Juan Lang [Mon, 18 Jul 2005 18:05:52 +0000 (18:05 +0000)]
Added a bunch more definitions.
Robert Shearman [Mon, 18 Jul 2005 18:05:33 +0000 (18:05 +0000)]
Replace calls to DIALOG_GetCharSize with code to do the equivalent
using GdiGetCharDimensions.
Robert Shearman [Mon, 18 Jul 2005 18:05:04 +0000 (18:05 +0000)]
Implement and test GdiGetCharDimensions.
Alexandre Julliard [Mon, 18 Jul 2005 15:25:13 +0000 (15:25 +0000)]
Remove some no longer needed stub functions.
Alexandre Julliard [Mon, 18 Jul 2005 15:14:56 +0000 (15:14 +0000)]
Load the USER driver on demand instead of at user32 load time.
Provide a fallback implementation for all the functions to avoid
having to check for NULL functions everywhere.
Hans Leidekker [Mon, 18 Jul 2005 15:10:36 +0000 (15:10 +0000)]
Make lcms support depend on headers _and_ libraries, not just the
headers.
Felix Nawothnig [Mon, 18 Jul 2005 15:10:22 +0000 (15:10 +0000)]
Implement RegGetValueA/W.
Robert Shearman [Mon, 18 Jul 2005 13:22:55 +0000 (13:22 +0000)]
- Change the default user SID to match what was previously returned by
NtQueryInformationToken.
- Implement TokenUser for NtQueryInformationToken.
- Add a function for getting the user's registry path from a SID.
Alexandre Julliard [Mon, 18 Jul 2005 13:20:18 +0000 (13:20 +0000)]
Fixed a few prototypes in the USER driver.
Robert Shearman [Mon, 18 Jul 2005 13:14:05 +0000 (13:14 +0000)]
Add stubs for most of the NDR marshaling functions.
Michael Jung [Mon, 18 Jul 2005 13:13:42 +0000 (13:13 +0000)]
Use CP_UNIXCP instead of CP_ACP when converting paths (Pointed out by
Troy Rollo).
Huw Davies [Mon, 18 Jul 2005 13:13:31 +0000 (13:13 +0000)]
Partial implementation of GetJob.
Michael Jung [Mon, 18 Jul 2005 13:13:05 +0000 (13:13 +0000)]
Release shell folders only if they were successfully acquired.
Alex Villacís Lasso [Mon, 18 Jul 2005 10:33:12 +0000 (10:33 +0000)]
Test for behavior of negative underflow formatting.
Oliver Stieber [Mon, 18 Jul 2005 10:32:00 +0000 (10:32 +0000)]
Implemented a tidied up IWineD3Device_ColorFill.
Frank Richter [Mon, 18 Jul 2005 10:31:06 +0000 (10:31 +0000)]
Enabled "tab" dialog texture for property sheet pages.
Felix Nawothnig [Mon, 18 Jul 2005 10:30:51 +0000 (10:30 +0000)]
Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.
Alexandre Julliard [Mon, 18 Jul 2005 09:20:07 +0000 (09:20 +0000)]
Load system metrics on demand instead of initializing everything at
user32 load time.
Jacek Caban [Mon, 18 Jul 2005 09:13:32 +0000 (09:13 +0000)]
- Added more tests.
- Make tests pass under Wine.
Felix Nawothnig [Mon, 18 Jul 2005 09:13:13 +0000 (09:13 +0000)]
Add stub for SetLayeredWindowAttributes.
Michael Jung [Mon, 18 Jul 2005 09:12:20 +0000 (09:12 +0000)]
Append filename extension if necessary in IShellFolder::SetNameOf.
Kevin Koltzau [Mon, 18 Jul 2005 09:11:52 +0000 (09:11 +0000)]
Add x86_64 interlocked functions.
Kevin Koltzau [Mon, 18 Jul 2005 09:11:42 +0000 (09:11 +0000)]
Define x86_64 context.
Hans Leidekker [Mon, 18 Jul 2005 09:11:14 +0000 (09:11 +0000)]
Stub implementations for GetUserNameEx{A,W}, TranslateName{A,W},
LsaCallAuthenticationPackage, LsaConnectUntrusted and
LsaDeregisterLogonProcess.
Hans Leidekker [Mon, 18 Jul 2005 09:10:51 +0000 (09:10 +0000)]
Fix pointer signedness and missing declarations warnings.
Dimi Paun [Mon, 18 Jul 2005 09:10:31 +0000 (09:10 +0000)]
Silence uninitialized warnings.
Hans Leidekker [Mon, 18 Jul 2005 09:09:41 +0000 (09:09 +0000)]
Fix some -Wmissing-declarations warnings.
Hans Leidekker [Mon, 18 Jul 2005 09:09:24 +0000 (09:09 +0000)]
Stubs for GetAddressByName{A,W}.
Hans Leidekker [Mon, 18 Jul 2005 09:09:09 +0000 (09:09 +0000)]
Include the mshtml test.
Paul Vriens [Mon, 18 Jul 2005 09:08:58 +0000 (09:08 +0000)]
Don't run tests on platforms that don't support WindowStation calls.
Paul Vriens [Mon, 18 Jul 2005 09:08:43 +0000 (09:08 +0000)]
Set size before calling pSetColorProfileElement.
Felix Nawothnig [Mon, 18 Jul 2005 09:08:24 +0000 (09:08 +0000)]
Fix registry tests on Win95.
Felix Nawothnig [Mon, 18 Jul 2005 09:08:16 +0000 (09:08 +0000)]
Fix misuse of UrlCombineW.
Juan Lang [Mon, 18 Jul 2005 09:07:57 +0000 (09:07 +0000)]
Add/correct a couple definitions, allow hashing nothing.
Oliver Stieber [Mon, 18 Jul 2005 09:07:17 +0000 (09:07 +0000)]
Set mipmap levels correctly (even with ATI's buggy drivers).
Oliver Stieber [Mon, 18 Jul 2005 09:07:03 +0000 (09:07 +0000)]
Dirty the surface (instead of the texture) when a render targets is
send and endscene is called to make sure that the correct surface is
updated.
Felix Nawothnig [Mon, 18 Jul 2005 09:06:22 +0000 (09:06 +0000)]
Skip futile tests if CoGetClassObject fails.
Hans Leidekker [Fri, 15 Jul 2005 16:39:42 +0000 (16:39 +0000)]
Configure checks for OpenLDAP headers and libraries.
Alexandre Julliard [Fri, 15 Jul 2005 16:35:27 +0000 (16:35 +0000)]
Added a bunch of utility functions to factor out a lot of the repeated
code in SystemParametersInfoW.
Stefan Huehner [Fri, 15 Jul 2005 16:34:04 +0000 (16:34 +0000)]
Fix some sign-compare warnings by choosing correct datatypes.
Stefan Huehner [Fri, 15 Jul 2005 16:33:38 +0000 (16:33 +0000)]
Add some consts to fix discard-qual warnings.
Dmitry Timoshkov [Fri, 15 Jul 2005 16:33:10 +0000 (16:33 +0000)]
Add a test for handling overlapped buffers by WideCharToMultiByte.
Paul Vriens [Fri, 15 Jul 2005 16:32:53 +0000 (16:32 +0000)]
Added a test, specifically for NT/W2K/XP/W2K3.
Frank Richter [Fri, 15 Jul 2005 16:32:37 +0000 (16:32 +0000)]
Make dialog theme texture setting non-global (ie a per-window
setting).
Oliver Stieber [Fri, 15 Jul 2005 16:32:25 +0000 (16:32 +0000)]
Fixed a division by 0 in setup_light that occurs with range is zero.