Daniel Remenak
94d14d1f37
Protect FF_STATUS usage to avoid compile errors on machines with old
...
linux/input.h.
2005-09-06 09:19:51 +00:00
Gerald Pfeifer
d60c5cea1c
#include <stdlib.h> to get abs() prototype.
2005-09-06 09:19:27 +00:00
Alexandre Julliard
883d3c52d3
Use explicit function pointers for pthread support instead of relying
...
on ELF symbol overriding.
2005-09-03 15:11:29 +00:00
Alexandre Julliard
8a5f893712
Make sure to always call the destructors when the constructors have
...
been called from the dll entry point.
2005-09-03 15:04:33 +00:00
Jacek Caban
74138a028f
Added RegisterFormatEnumerator and RevokeFormatEnumerator
...
implementation.
2005-09-03 15:03:06 +00:00
Juan Lang
3bf9c165fa
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.
2005-09-03 15:02:57 +00:00
Daniel Remenak
d57b7ac4e2
Implement EnumEffects, CreateEffect, EnumCreatedEffects,
...
SendForceFeedbackCommand, and GetForceFeedbackStatus for linux input
joysticks.
2005-09-03 15:02:38 +00:00
Mike McCormack
f3719a881e
Implemented IXMLDOMNode::selectNodes.
2005-09-03 09:39:38 +00:00
Alexandre Julliard
e4a20a4bb9
There's no way to properly unload a driver, so don't try.
2005-09-03 09:38:22 +00:00
Juan Lang
9cbe48f80c
Fix a test failing on Windows. Reported by Katerina Nizhnik.
2005-09-03 09:37:15 +00:00
Juan Lang
160b9149a1
Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and prevent a crash in
...
CryptOIDToAlgId.
2005-09-03 09:36:55 +00:00
Oliver Stieber
f7413fd63f
Implemented point sprites using ARB_POINT_SPRITE extension.
2005-09-03 09:36:48 +00:00
Jacek Caban
8d0f45f792
Added CreateAsyncBindCtxEx implementation.
2005-09-03 09:36:12 +00:00
Juan Lang
a5082b2544
Correct a bunch of lurking asn.1 decode bugs.
2005-09-03 09:36:02 +00:00
Alexandre Julliard
d1c5f68dca
Added an entry point routine for native drivers.
2005-09-02 15:19:42 +00:00
Stefan Leichter
cd6e611bb7
Fixed id of the REGISTRY resource.
2005-09-02 15:19:06 +00:00
Daniel Remenak
365c1a50c0
Added a linux input system force feedback effect implementation.
2005-09-02 15:18:47 +00:00
Alexandre Julliard
d78888cc83
Fixed C99 declaration.
2005-09-02 14:48:10 +00:00
Mike McCormack
b5bd4a101a
Fix gcc 4.0 warnings.
2005-09-02 14:47:36 +00:00
Alexandre Julliard
ce20722109
Moved the spec file init function and constructor to winecrt0.
2005-09-02 14:43:03 +00:00
Mike McCormack
4d7b593bd3
- convert verbs into a standard list
...
- remove limitation of 100 verbs
- use pointers to verbs rather than indexes
2005-09-02 14:39:13 +00:00
Juan Lang
8c08dbfd12
Implement encoding/decoding RSA public keys.
2005-09-02 14:38:39 +00:00
Juan Lang
6389dbc979
Implement CertAddSerializedElementToStore.
2005-09-02 14:38:05 +00:00
Alexandre Julliard
54e9e8745d
Fixed a file descriptor leak.
2005-09-02 12:31:35 +00:00
Frank Richter
064b54a0ad
Remove shlwapi dependency.
2005-09-02 12:29:02 +00:00
Mike McCormack
6dc69f5f54
Fix gcc 4.0 warnings.
2005-09-02 12:26:21 +00:00
Jacek Caban
c75127c5b9
Beginning implementation of onload routine.
2005-09-02 12:19:42 +00:00
Jacek Caban
1aad8088e5
Added CreateFormatEnumerator implementation.
2005-09-02 12:17:29 +00:00
Kevin Koltzau
95a173a52b
Fix warnings in 64bit.
2005-09-02 11:32:17 +00:00
Mike McCormack
dacea64643
Add objects to lists at the right time.
2005-09-02 11:21:22 +00:00
Christian Costa
df75a4f028
Forward calls of IBasic* and IVideoWindow interfaces of the
...
filtergraph to the right filter.
2005-09-02 11:20:09 +00:00
Robert Shearman
0aef679535
- 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.
2005-09-02 11:19:26 +00:00
Robert Shearman
3f912e048e
The [string] attribute is only valid on byte, char and wchar_t types,
...
so replace "unsigned short" by "WCHAR".
2005-09-02 11:19:05 +00:00
Robert Shearman
f6daf49061
Add VT_UNKNOWN support for VARIANT marshaling by generalising the
...
existing VT_DISPATCH code.
2005-09-02 11:18:57 +00:00
Alexandre Julliard
611b5acbf8
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.
2005-09-02 11:18:45 +00:00
Jacek Caban
3e1c514c37
Make OleInPlaceObjectWindowlessVtbl const.
2005-09-02 11:18:17 +00:00
Dmitry Timoshkov
5e9e487b20
Translate file name from unix to ANSI encoding in
...
UnixFolder_IShellFolder2_GetDisplayNameOf.
2005-09-02 11:18:00 +00:00
Oliver Stieber
55124ec05e
Added the tracking of stream frequency and flags. Stream flags and
...
frequency aren't handled at the moment.
2005-09-02 11:17:17 +00:00
Jacek Caban
3cbbd41246
Added exec_on_unload implementation.
2005-09-02 11:16:39 +00:00
Hans Leidekker
484e8e28b9
Fix the build without openldap headers.
2005-09-02 11:09:14 +00:00
Frank Richter
9e57091ffa
Fix warnings in 64bit.
2005-08-30 10:07:17 +00:00
Juan Lang
9e8c0bbdb3
Implement collection stores.
2005-08-30 09:59:03 +00:00
Frank Richter
a18042e77f
More elaborate IsThemeBackgroundPartiallyTransparent() implementation;
...
also returns TRUE for theme parts with 32bpp images.
2005-08-30 09:58:41 +00:00
Michael Jung
5c87552f6a
Use FIXME's in stubs instead of TRACE's.
...
Infer pathmode from CLSID in UnixFolderConstructor.
Fail in IShellFolder::BindToObject, if folder does not initialize.
2005-08-30 09:58:21 +00:00
Mike McCormack
4a5378efcd
Fix some gcc 4.0 warnings.
2005-08-30 08:56:35 +00:00
Henning Gerhardt
6636d76292
Update the German resource file.
2005-08-30 08:55:34 +00:00
Alexandre Julliard
63a643e50f
Authors: James Hawkins <truiken@gmail.com>, Juan Lang <juan_lang@yahoo.com>
...
Use a standard wine list for packages and providers.
2005-08-30 08:55:20 +00:00
Frank Richter
28022e8022
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.
2005-08-30 08:54:45 +00:00
Frank Richter
9a88d25ba4
Since theme images are reused now it's not really a good idea to
...
delete them in drawing functions.
2005-08-30 08:54:31 +00:00
Hans Leidekker
880b1d3d51
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.
2005-08-30 08:52:39 +00:00