Daniel Remenak [Tue, 6 Sep 2005 11:03:48 +0000 (11:03 +0000)]
- Allow the creation of an FF effect while the joystick is not
acquired.
- Failing to download an effect after setting parameters is not a
fatal error.
Mike McCormack [Tue, 6 Sep 2005 10:26:13 +0000 (10:26 +0000)]
Fix gcc 4.0 warnings.
Eric Pouech [Tue, 6 Sep 2005 10:25:11 +0000 (10:25 +0000)]
- rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent
- priority for process in wineserver is now the NTDLL form (no longer
the kernel32 one)
Mike McCormack [Tue, 6 Sep 2005 10:23:34 +0000 (10:23 +0000)]
Remove an unnecessary level of indent.
Mike McCormack [Tue, 6 Sep 2005 10:23:24 +0000 (10:23 +0000)]
Add the INSTALLMODE enumeration.
Mike McCormack [Tue, 6 Sep 2005 10:23:12 +0000 (10:23 +0000)]
- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DATA if the
buffer is too small (based on a patch by Aric Stewart)
- add a test case to show correct behaviour
Marcus Meissner [Tue, 6 Sep 2005 10:22:43 +0000 (10:22 +0000)]
PrintDlg16: Copy back the Flags, nFromPage, nToPage and nCopies struct
members after the print dialog finishes.
Daniel Remenak [Tue, 6 Sep 2005 10:22:23 +0000 (10:22 +0000)]
- Allow enumeration of objects when the device is not yet acquired.
- Flag FF-capable axes during enumeration.
Eric Pouech [Tue, 6 Sep 2005 09:27:37 +0000 (09:27 +0000)]
Fixes for function prototypes without arguments.
Jacek Caban [Tue, 6 Sep 2005 09:27:04 +0000 (09:27 +0000)]
Added file protocol implementation.
Richard Cohen [Tue, 6 Sep 2005 09:26:37 +0000 (09:26 +0000)]
Redraw "Restore window" without overlapping splines.
James Hawkins [Tue, 6 Sep 2005 09:26:31 +0000 (09:26 +0000)]
Correct third parameter of NtQueryInformationAtom.
Mike McCormack [Tue, 6 Sep 2005 09:26:18 +0000 (09:26 +0000)]
Convert progids to a standard list.
Yuri Kozlov [Tue, 6 Sep 2005 09:25:44 +0000 (09:25 +0000)]
Updated Russian resources.
Markus Amsler [Tue, 6 Sep 2005 09:25:25 +0000 (09:25 +0000)]
Add a stub for IsNtAdmin.
Ivan Leo Puoti [Tue, 6 Sep 2005 09:25:19 +0000 (09:25 +0000)]
Get ExitProcess to call NtTerminateProcess.
Aric Stewart [Tue, 6 Sep 2005 09:24:48 +0000 (09:24 +0000)]
Add the GUID for Patch files so that they can be opened as well. Looks
like the database structure is pretty much the same.
Huw Davies [Tue, 6 Sep 2005 09:24:07 +0000 (09:24 +0000)]
Build a list of font links read in from the registry.
Francois Gouget [Tue, 6 Sep 2005 09:23:46 +0000 (09:23 +0000)]
'volatile' is valid everywhere where 'const' is valid. This fixes
parsing of the new InterlockedExchange() prototype.
Mike McCormack [Tue, 6 Sep 2005 09:23:24 +0000 (09:23 +0000)]
Don't crash if the twain device name is null.
Mike McCormack [Tue, 6 Sep 2005 09:23:18 +0000 (09:23 +0000)]
Make some fixme messages less alarmist.
Kimmo Myllyvirta [Tue, 6 Sep 2005 09:22:19 +0000 (09:22 +0000)]
Added Finnish resources.
Phil Krylov [Tue, 6 Sep 2005 09:21:50 +0000 (09:21 +0000)]
Fixed compilation of kernel32.dll.so on non-x86 processors.
Jacek Caban [Tue, 6 Sep 2005 09:21:29 +0000 (09:21 +0000)]
- Update GetSecurityId declaration.
- Add declaration of CoInternetParseUrl and INET_E_DEFAULT_ACTION.
Saulius Krasuckas [Tue, 6 Sep 2005 09:21:08 +0000 (09:21 +0000)]
Older platforms choke on a NULL as the third parameter to
MsiViewGetError.
James Hawkins [Tue, 6 Sep 2005 09:20:42 +0000 (09:20 +0000)]
- Add the CHM Utility API.
- Load help window values from the CHM file.
Stefan Leichter [Tue, 6 Sep 2005 09:20:02 +0000 (09:20 +0000)]
Added version resource to wintrust.dll.
Daniel Remenak [Tue, 6 Sep 2005 09:19:51 +0000 (09:19 +0000)]
Protect FF_STATUS usage to avoid compile errors on machines with old
linux/input.h.
Gerald Pfeifer [Tue, 6 Sep 2005 09:19:27 +0000 (09:19 +0000)]
#include <stdlib.h> to get abs() prototype.
Alexandre Julliard [Sat, 3 Sep 2005 15:43:53 +0000 (15:43 +0000)]
We shouldn't use flat namespace for dlls on Mac OS. Also don't hide
undefined symbol errors.
Alexandre Julliard [Sat, 3 Sep 2005 15:39:13 +0000 (15:39 +0000)]
Output the delayed import table using assembly too.
Alexandre Julliard [Sat, 3 Sep 2005 15:12:11 +0000 (15:12 +0000)]
Implemented --image-base support for Mac OS.
Alexandre Julliard [Sat, 3 Sep 2005 15:11:29 +0000 (15:11 +0000)]
Use explicit function pointers for pthread support instead of relying
on ELF symbol overriding.
Alexandre Julliard [Sat, 3 Sep 2005 15:04:33 +0000 (15:04 +0000)]
Make sure to always call the destructors when the constructors have
been called from the dll entry point.
Paul Vriens [Sat, 3 Sep 2005 15:03:36 +0000 (15:03 +0000)]
Update for the 'Install theme' button.
Jacek Caban [Sat, 3 Sep 2005 15:03:06 +0000 (15:03 +0000)]
Added RegisterFormatEnumerator and RevokeFormatEnumerator
implementation.
Juan Lang [Sat, 3 Sep 2005 15:02:57 +0000 (15:02 +0000)]
Correct a test that incorrectly showed signed certs couldn't be added
to a mem store.
Support signed certs in mem stores.
Correct use of a freed pointer.
Daniel Remenak [Sat, 3 Sep 2005 15:02:38 +0000 (15:02 +0000)]
Implement EnumEffects, CreateEffect, EnumCreatedEffects,
SendForceFeedbackCommand, and GetForceFeedbackStatus for linux input
joysticks.
Mike McCormack [Sat, 3 Sep 2005 09:39:38 +0000 (09:39 +0000)]
Implemented IXMLDOMNode::selectNodes.
Alexandre Julliard [Sat, 3 Sep 2005 09:38:22 +0000 (09:38 +0000)]
There's no way to properly unload a driver, so don't try.
Juan Lang [Sat, 3 Sep 2005 09:37:15 +0000 (09:37 +0000)]
Fix a test failing on Windows. Reported by Katerina Nizhnik.
Juan Lang [Sat, 3 Sep 2005 09:36:55 +0000 (09:36 +0000)]
Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and prevent a crash in
CryptOIDToAlgId.
Oliver Stieber [Sat, 3 Sep 2005 09:36:48 +0000 (09:36 +0000)]
Implemented point sprites using ARB_POINT_SPRITE extension.
Jacek Caban [Sat, 3 Sep 2005 09:36:12 +0000 (09:36 +0000)]
Added CreateAsyncBindCtxEx implementation.
Juan Lang [Sat, 3 Sep 2005 09:36:02 +0000 (09:36 +0000)]
Correct a bunch of lurking asn.1 decode bugs.
Alexandre Julliard [Fri, 2 Sep 2005 15:36:03 +0000 (15:36 +0000)]
Output the import directory using assembly instead of C structures.
Alexandre Julliard [Fri, 2 Sep 2005 15:19:42 +0000 (15:19 +0000)]
Added an entry point routine for native drivers.
Stefan Leichter [Fri, 2 Sep 2005 15:19:06 +0000 (15:19 +0000)]
Fixed id of the REGISTRY resource.
Daniel Remenak [Fri, 2 Sep 2005 15:18:47 +0000 (15:18 +0000)]
Added a linux input system force feedback effect implementation.
Alexandre Julliard [Fri, 2 Sep 2005 14:48:10 +0000 (14:48 +0000)]
Fixed C99 declaration.
Mike McCormack [Fri, 2 Sep 2005 14:47:36 +0000 (14:47 +0000)]
Fix gcc 4.0 warnings.
Alexandre Julliard [Fri, 2 Sep 2005 14:43:03 +0000 (14:43 +0000)]
Moved the spec file init function and constructor to winecrt0.
Mike McCormack [Fri, 2 Sep 2005 14:39:13 +0000 (14:39 +0000)]
- convert verbs into a standard list
- remove limitation of 100 verbs
- use pointers to verbs rather than indexes
Juan Lang [Fri, 2 Sep 2005 14:38:39 +0000 (14:38 +0000)]
Implement encoding/decoding RSA public keys.
Juan Lang [Fri, 2 Sep 2005 14:38:05 +0000 (14:38 +0000)]
Implement CertAddSerializedElementToStore.
Alexandre Julliard [Fri, 2 Sep 2005 12:31:35 +0000 (12:31 +0000)]
Fixed a file descriptor leak.
Frank Richter [Fri, 2 Sep 2005 12:29:02 +0000 (12:29 +0000)]
Remove shlwapi dependency.
Alexandre Julliard [Fri, 2 Sep 2005 12:28:37 +0000 (12:28 +0000)]
Clean Makeimplib.rules too.
Mike McCormack [Fri, 2 Sep 2005 12:26:21 +0000 (12:26 +0000)]
Fix gcc 4.0 warnings.
Jacek Caban [Fri, 2 Sep 2005 12:19:42 +0000 (12:19 +0000)]
Beginning implementation of onload routine.
Troy Rollo [Fri, 2 Sep 2005 12:19:04 +0000 (12:19 +0000)]
Added objsafe.idl for IObjectSafety interface.
Troy Rollo [Fri, 2 Sep 2005 12:17:52 +0000 (12:17 +0000)]
For C++, declare initialised GUIDs to be "extern const" rather than
just "const" to ensure that the initialised GUID is visible to other
modules, and use EXTERN_C rather than just "extern" for the benefit of
MSVC++, which does name mangling on global variables.
Jacek Caban [Fri, 2 Sep 2005 12:17:29 +0000 (12:17 +0000)]
Added CreateFormatEnumerator implementation.
Kevin Koltzau [Fri, 2 Sep 2005 11:32:17 +0000 (11:32 +0000)]
Fix warnings in 64bit.
Mike McCormack [Fri, 2 Sep 2005 11:21:22 +0000 (11:21 +0000)]
Add objects to lists at the right time.
Juan Lang [Fri, 2 Sep 2005 11:21:13 +0000 (11:21 +0000)]
More definitions and prototypes.
Daniel Remenak [Fri, 2 Sep 2005 11:21:00 +0000 (11:21 +0000)]
Add definitions for force feedback command and status flags.
Christian Costa [Fri, 2 Sep 2005 11:20:09 +0000 (11:20 +0000)]
Forward calls of IBasic* and IVideoWindow interfaces of the
filtergraph to the right filter.
Frank Richter [Fri, 2 Sep 2005 11:19:35 +0000 (11:19 +0000)]
Since uxtheme also returns a friendly display name from
EnumThemeColors() and EnumThemeSizes() use that in the color/size
combos.
Robert Shearman [Fri, 2 Sep 2005 11:19:26 +0000 (11:19 +0000)]
- Implement most of the details around unmarshalling of an object
pointer.
- Fix allocation scheme in NdrConformantArrayUnmarshal to allocate if
*ppMemory is NULL, like complex struct and user type unmarshalling.
Robert Shearman [Fri, 2 Sep 2005 11:19:05 +0000 (11:19 +0000)]
The [string] attribute is only valid on byte, char and wchar_t types,
so replace "unsigned short" by "WCHAR".
Robert Shearman [Fri, 2 Sep 2005 11:18:57 +0000 (11:18 +0000)]
Add VT_UNKNOWN support for VARIANT marshaling by generalising the
existing VT_DISPATCH code.
Alexandre Julliard [Fri, 2 Sep 2005 11:18:45 +0000 (11:18 +0000)]
Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com>
Change stub manager to track the number of normal marshals instead of
using the state machine so that multiple marshals of the same object
and interface work correctly.
Jacek Caban [Fri, 2 Sep 2005 11:18:17 +0000 (11:18 +0000)]
Make OleInPlaceObjectWindowlessVtbl const.
Dmitry Timoshkov [Fri, 2 Sep 2005 11:18:00 +0000 (11:18 +0000)]
Translate file name from unix to ANSI encoding in
UnixFolder_IShellFolder2_GetDisplayNameOf.
Oliver Stieber [Fri, 2 Sep 2005 11:17:17 +0000 (11:17 +0000)]
Added the tracking of stream frequency and flags. Stream flags and
frequency aren't handled at the moment.
Jacek Caban [Fri, 2 Sep 2005 11:16:39 +0000 (11:16 +0000)]
Added exec_on_unload implementation.
Hans Leidekker [Fri, 2 Sep 2005 11:09:14 +0000 (11:09 +0000)]
Fix the build without openldap headers.
Alexandre Julliard [Tue, 30 Aug 2005 10:58:41 +0000 (10:58 +0000)]
Frank Richter [Tue, 30 Aug 2005 10:07:17 +0000 (10:07 +0000)]
Fix warnings in 64bit.
Frank Richter [Tue, 30 Aug 2005 10:01:27 +0000 (10:01 +0000)]
Add an "Install theme" button to the appearance page to allow
convenient copying of the .msstyles file to the Right Place inside the
Windows dir.
Alexander N. Sørnes [Tue, 30 Aug 2005 10:01:07 +0000 (10:01 +0000)]
Norwegian translation of winecfg.
Juan Lang [Tue, 30 Aug 2005 09:59:03 +0000 (09:59 +0000)]
Implement collection stores.
Frank Richter [Tue, 30 Aug 2005 09:58:41 +0000 (09:58 +0000)]
More elaborate IsThemeBackgroundPartiallyTransparent() implementation;
also returns TRUE for theme parts with 32bpp images.
Michael Jung [Tue, 30 Aug 2005 09:58:21 +0000 (09:58 +0000)]
Use FIXME's in stubs instead of TRACE's.
Infer pathmode from CLSID in UnixFolderConstructor.
Fail in IShellFolder::BindToObject, if folder does not initialize.
Mike McCormack [Tue, 30 Aug 2005 08:56:35 +0000 (08:56 +0000)]
Fix some gcc 4.0 warnings.
Henning Gerhardt [Tue, 30 Aug 2005 08:55:34 +0000 (08:55 +0000)]
Update the German resource file.
Alexandre Julliard [Tue, 30 Aug 2005 08:55:20 +0000 (08:55 +0000)]
Authors: James Hawkins <truiken@gmail.com>, Juan Lang <juan_lang@yahoo.com>
Use a standard wine list for packages and providers.
Frank Richter [Tue, 30 Aug 2005 08:54:45 +0000 (08:54 +0000)]
EnumThemeColors() and EnumThemeSizes() actually do not return a single
string with the color/size name, but rather a struct containing three
strings - name, display name and tooltip.
Frank Richter [Tue, 30 Aug 2005 08:54:31 +0000 (08:54 +0000)]
Since theme images are reused now it's not really a good idea to
delete them in drawing functions.
Paul Vriens [Tue, 30 Aug 2005 08:52:55 +0000 (08:52 +0000)]
Update to the latest theme and tab settings.
Hans Leidekker [Tue, 30 Aug 2005 08:52:39 +0000 (08:52 +0000)]
Implement ldap_count_entries, ldap_count_references,
ldap_first_attribute*, ldap_first_entry, ldap_first_reference,
ldap_next_attribute*, ldap_next_entry and ldap_next_reference.
Alexandre Julliard [Mon, 29 Aug 2005 21:49:57 +0000 (21:49 +0000)]
Avoid using common symbols, they are broken on Mac OS.
Frank Richter [Mon, 29 Aug 2005 21:47:26 +0000 (21:47 +0000)]
Pass around what kind of transparency an image actually needs. Use
alpha-blending for 32bpp images.
Frank Richter [Mon, 29 Aug 2005 21:47:04 +0000 (21:47 +0000)]
Make THEME_update_color_and_size static and drop THEME_ prefix.
Robert Shearman [Mon, 29 Aug 2005 21:46:51 +0000 (21:46 +0000)]
Make typelib marshaler use IRpcChannelBuffer::GetBuffer if possible.
Robert Shearman [Mon, 29 Aug 2005 21:46:34 +0000 (21:46 +0000)]
- Shunt some trace statements over to the typelib channel that aren't
really much use except in debugging typelib parsing.
- Make sure to release a reference to being returned as VariantCopyInd
takes one for us.
Michael Jung [Mon, 29 Aug 2005 21:46:02 +0000 (21:46 +0000)]
Clone pidlLast before free'ing pidl after call to SHBindToParent.
Michael Jung [Mon, 29 Aug 2005 21:45:49 +0000 (21:45 +0000)]
Added test to show that Windows does not allocate a new pidl in
SHBindToParent.
Michael Jung [Mon, 29 Aug 2005 21:45:31 +0000 (21:45 +0000)]
Use StringFromGUID2 instead of StringFromCLSID in
UNIXFS_is_rooted_at_desktop.