Alexandre Julliard
|
3f85e26af2
|
Moved the platform-independent part of the get/set_thread_context
requests to a common file.
|
2005-11-02 14:12:13 +00:00 |
Michael Jung
|
b2ff467e42
|
Added some comments to document unixfs.
|
2005-11-02 11:43:20 +00:00 |
Mike McCormack
|
76137e55b7
|
Fix parameter handling in MsiSetTargetPath, and add a test for it.
|
2005-11-02 11:43:05 +00:00 |
Mike McCormack
|
fd4a2003db
|
Implement the RemoveFiles action.
|
2005-11-02 11:42:56 +00:00 |
Ivan Leo Puoti
|
198557261b
|
Minor fixes to rtl string functions.
|
2005-11-02 11:42:31 +00:00 |
David Kredba
|
970987586e
|
Czech resources update.
|
2005-11-02 11:01:07 +00:00 |
Mike McCormack
|
15e578dfbc
|
Stub implementation for MsiGetFileHashA/W.
|
2005-11-02 10:56:54 +00:00 |
Mike McCormack
|
dded8fb7a8
|
Use an enumeration for file states.
|
2005-11-02 10:56:42 +00:00 |
Mike McCormack
|
4413adf9a9
|
Define NONAMELESSUNION and NONAMELESSSTRUCT for older compilers.
|
2005-11-02 10:56:22 +00:00 |
Ulrich Czekalla
|
795de499d5
|
Clear bLButtonDown flags if mouse is not down.
|
2005-11-02 10:56:12 +00:00 |
Mike McCormack
|
74fe98a1f8
|
Convert all RTFPanic and RTFMsg calls to ERR calls.
|
2005-11-02 10:55:45 +00:00 |
Rob Shearman
|
2dbc7f41c3
|
Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
RpcMgmtEnableIdleCleanup.
|
2005-11-02 10:55:27 +00:00 |
Mike McCormack
|
b191c3daef
|
Handle msi component identifiers without a feature guid.
|
2005-11-02 10:55:13 +00:00 |
Mike McCormack
|
a182e093b0
|
Implement IXMLDOMNode::get_nodeName.
|
2005-11-02 10:55:03 +00:00 |
Robert Shearman
|
ebb839733a
|
The PSDispatch PS class factory can manage both typelib marshalled and
IDispatch, which is NDR marshalled, so we need a wrapper to call the
appropriate CreateProxy or CreateStub function.
|
2005-11-02 10:54:52 +00:00 |
Lionel Ulmer
|
5ae22b8021
|
Add 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
|
2005-11-02 10:54:42 +00:00 |
Alexandre Julliard
|
ff7795ef4c
|
Don't send an extra signal when waiting for a debug event, just do a
normal wait. Return the debug event status directly as return value
of the server call.
|
2005-11-01 21:47:07 +00:00 |
Alexandre Julliard
|
d6f7adb367
|
Don't send the incoming context to the server for get_thread_context,
instead copy only the relevant fields of the return value on the
client side.
|
2005-11-01 21:41:26 +00:00 |
Vitaliy Margolen
|
ecca104869
|
Fix error returned when exceeding allowed instances.
|
2005-11-01 21:37:30 +00:00 |
Martin Fuchs
|
ac6c7a9a10
|
Include config.h and port.h for strncasecmp() in MSVC port.
|
2005-11-01 21:37:19 +00:00 |
Bernd Schmidt
|
60fc2425e3
|
Implemented FindExSearchLimitToDirectories.
|
2005-11-01 21:37:05 +00:00 |
Alexandre Julliard
|
74d04a020d
|
Fixed _wstrdate/_wstrtime parameters.
|
2005-11-01 18:11:08 +00:00 |
Alexandre Julliard
|
dd281290e8
|
Authors: Marcus Meissner <marcus@jet.franken.de>, Walter Weiss <wjweiss@hotmail.com>
Added handling of more HTTP standard headers and binary search lists.
|
2005-11-01 18:06:54 +00:00 |
Marcus Meissner
|
d6e45770b5
|
SysReAllocString of same pointer returns TRUE.
|
2005-11-01 18:06:41 +00:00 |
Michael Jung
|
96f7e66cd5
|
Fixed crash in unixfs shellfolder handling with winamp.
|
2005-11-01 18:06:18 +00:00 |
Christian Costa
|
42258c45be
|
Use a more standard indentation style.
|
2005-11-01 18:06:03 +00:00 |
Vitaliy Margolen
|
b3b065ed2d
|
Remove version information.
|
2005-11-01 18:05:56 +00:00 |
Ulrich Czekalla
|
006caa30dd
|
Improve handling of mapping between X and Windows formats.
Add support for UTF8.
|
2005-11-01 18:05:40 +00:00 |
Vitaliy Margolen
|
1ca6e899ec
|
- Use OBJ_CASE_INSENSITIVE in object lookup.
- Remove case_sensitive flag from namespace.
- Remove todo_wine from now succeeding tests.
|
2005-11-01 10:22:38 +00:00 |
Davin McCall
|
a9a689c592
|
PhaseCancel subtracts secondary buffer from primary buffer, not the
other way around.
|
2005-11-01 10:18:55 +00:00 |
Michael Kaufmann
|
8eaca69b39
|
ScrollWindowEx: Don't move the caret of child windows and hide it only
if it's in the source or in the destination rectangle.
|
2005-11-01 09:53:59 +00:00 |
Robert Shearman
|
055d96b721
|
Convert SHELL32_BindToChild to Unicode and fix up the callers.
|
2005-11-01 09:34:03 +00:00 |
Robert Shearman
|
2a02dd1f05
|
Make the call exception handler function more compatible with NT and
with what Shrinker expects.
|
2005-11-01 09:21:03 +00:00 |
Stefan Huehner
|
3e29148bcf
|
Add msxml3,setupapi tests to winetest.
|
2005-10-31 21:10:47 +00:00 |
Alexandre Julliard
|
5f963331e7
|
Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
|
2005-10-31 21:10:38 +00:00 |
Huw Davies
|
c7462e431f
|
Marshal enums.
|
2005-10-31 21:05:00 +00:00 |
Huw Davies
|
82aa918a30
|
Actually print the IIDs.
|
2005-10-31 21:04:31 +00:00 |
Huw Davies
|
063824dd22
|
Implement playback of EMR_ALPHABLEND.
|
2005-10-31 21:04:18 +00:00 |
Huw Davies
|
8f0c45b5c8
|
Only select a bitmap font as a last resort if we can't find a font
with the correct facename.
|
2005-10-31 21:03:28 +00:00 |
Marcus Meissner
|
4b811d9348
|
Do not overflow the stackbased "nt" struct when reading non-conforming
PE files.
|
2005-10-31 21:03:05 +00:00 |
Alexandre Julliard
|
21883d794a
|
Get rid of the no longer used tty driver.
|
2005-10-31 16:10:03 +00:00 |
Alexandre Julliard
|
bc30574383
|
Default to the null driver instead of dying if the specified display
driver couldn't be loaded.
|
2005-10-31 15:54:55 +00:00 |
Dmitry Timoshkov
|
2dc8067408
|
Add the tests for behaviour of [In]validateRect and [In]validateRgn
with hwnd set to 0, make them pass under Wine.
|
2005-10-31 15:45:16 +00:00 |
Michael Jung
|
6ac5686cb5
|
Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
|
2005-10-31 15:44:06 +00:00 |
Huw Davies
|
0fb5729693
|
Deal with pExcepInfo == NULL.
|
2005-10-31 15:43:53 +00:00 |
Mike McCormack
|
7cd5467377
|
Make sure to unregister all the classes that were registered when msi
is unloaded, so we can register again cleanly.
|
2005-10-31 15:43:39 +00:00 |
Mike McCormack
|
9997f84eac
|
Add void to empty declaration list.
|
2005-10-31 15:43:27 +00:00 |
Alexandre Julliard
|
4b5f326e3f
|
Default to an empty driver instead of dying if the specified display
driver couldn't be loaded.
|
2005-10-31 15:43:10 +00:00 |
Michael Jung
|
7a48f838dd
|
Added initial tests for shdocvw's FolderShortcut related
functionality.
|
2005-10-31 14:13:14 +00:00 |
Marcus Meissner
|
98ed5585c7
|
Added assembly implementation of EXC_CallHandler.
|
2005-10-31 14:08:05 +00:00 |