Phil Krylov
|
a91ba787e2
|
Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
notification, and ENM_REQUESTRESIZE event mask.
|
2005-11-03 09:52:29 +00:00 |
Michael Kaufmann
|
4770d57a09
|
Scroll bar: Keep the caret blinking during scroll operations (only
handle WM_SYSTIMER messages that belong to the scroll bar).
|
2005-11-03 09:51:42 +00:00 |
Eric Pouech
|
9c1b57c3d4
|
Implemented SymEnumLines.
|
2005-11-03 09:51:26 +00:00 |
Huw Davies
|
753e4ee9bd
|
Don't call Release on a null ptr.
|
2005-11-02 20:54:34 +00:00 |
Alexandre Julliard
|
73c72390f8
|
Fixed Get/SetThreadContext to work properly on suspended threads.
Added a test case.
|
2005-11-02 20:54:12 +00:00 |
Martin Fuchs
|
9f9fd4080b
|
Correct WINAPI position for MSVC portability.
|
2005-11-02 20:51:41 +00:00 |
Robert Shearman
|
4381c62560
|
Fix a crash during +variant logging caused by a typo causing an array
to be one element less than expected.
|
2005-11-02 20:03:01 +00:00 |
Oliver Stieber
|
d6fcc69ddb
|
Implement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
but I haven't found any d3d9 application that uses D3DFMT_UNKNOWN
surfaces yet.
|
2005-11-02 20:01:54 +00:00 |
Robert Shearman
|
efe606fddb
|
- Make sure to clean up properly on error.
- Restrict the critical section to getting the channel buffer and
adding a reference to it.
|
2005-11-02 20:00:00 +00:00 |
Robert Shearman
|
1acbdd9d2a
|
- Make wParamFlags in the paramdesc dumping function human readable.
- Enums should be VT_I4 instead of VT_INT.
- Trace the return value from the ITypeInfo_fnInvoke.
|
2005-11-02 19:59:13 +00:00 |
Mike McCormack
|
da20e4d9ca
|
NULL and empty strings are the same in conditions.
|
2005-11-02 19:58:01 +00:00 |
Mike McCormack
|
e607684604
|
Change a FIXME message to a comment.
|
2005-11-02 19:57:13 +00:00 |
Dmitry Timoshkov
|
592a81ab22
|
Avoid printing out a possibly uninitialized variable.
|
2005-11-02 19:56:24 +00:00 |
Stefan Huehner
|
d148ca4e0a
|
Extend get_nodeName add testcases for it.
|
2005-11-02 19:55:30 +00:00 |
Mike McCormack
|
451ef3a9c3
|
Stub implementation for MsiAdvertiseScriptA/W.
|
2005-11-02 19:54:31 +00:00 |
Mike McCormack
|
50684c15d5
|
Create the +msidb debug channel for msi database code.
|
2005-11-02 14:24:21 +00:00 |
Aric Stewart
|
d5655f90cf
|
Force files to install if the REINSTALL property is set.
|
2005-11-02 14:21:17 +00:00 |
Robert Shearman
|
cf8594f0fd
|
Make LdrAccessResource call an internal function to satisfy Shrinker.
|
2005-11-02 14:18:20 +00:00 |
Vitaliy Margolen
|
f2686d4620
|
Fix error returned when opening nonexistent pipes.
|
2005-11-02 14:15:09 +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 |
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 |
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 |
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 |