2005-11-03 |
Michael Jung | Replaced tabs with spaces.
|
commit | commitdiff | tree |
2005-11-03 |
Alexandre Julliard | Authors: Vijay Kiran Kamuju <infyquest@gmail.com>,...
|
commit | commitdiff | tree |
2005-11-03 |
Marcus Meissner | Specify a DLL version for msvcrt.dll.
|
commit | commitdiff | tree |
2005-11-03 |
Stefan Huehner | Add indexed access to attributes (nodemap) and childNodes
|
commit | commitdiff | tree |
2005-11-03 |
Michael Jung | Added some more unit tests for FolderShortcut objects.
|
commit | commitdiff | tree |
2005-11-03 |
Alexandre Julliard | Fixed fd leaks (spotted by Cihan Altinay).
|
commit | commitdiff | tree |
2005-11-03 |
Ivan Leo Puoti | Fix some wrong prototypes.
|
commit | commitdiff | tree |
2005-11-03 |
Raphael Junqueira | Fill provider with some empty containers.
|
commit | commitdiff | tree |
2005-11-03 |
Mike McCormack | Invoke shortcuts through IContextMenu, rather than...
|
commit | commitdiff | tree |
2005-11-03 |
Mike McCormack | Add the ContextMenuHandlers key for shortcuts so the...
|
commit | commitdiff | tree |
2005-11-03 |
Phil Krylov | Cache background color brush instead of recreating...
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Fixed 'break NN' command (using dbghelp.SymEnumLines).
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Fixed wineconsole startup when restoring registry settings.
|
commit | commitdiff | tree |
2005-11-03 |
Mike McCormack | Remove some redundant null pointer checks.
|
commit | commitdiff | tree |
2005-11-03 |
Alexandre Julliard | Authors: Vitaliy Margolen <wine-patch@kievinfo.com...
|
commit | commitdiff | tree |
2005-11-03 |
Mike McCormack | Add missing semicolons that caused compile trouble...
|
commit | commitdiff | tree |
2005-11-03 |
Mike McCormack | Pass the correct verb.
|
commit | commitdiff | tree |
2005-11-03 |
Steven Edwards | Add a real stub for Advpack.extract.
|
commit | commitdiff | tree |
2005-11-03 |
Vitaliy Margolen | Get rid of CPU id when copying context
|
commit | commitdiff | tree |
2005-11-03 |
Raphael Junqueira | - defined D3DCOLOR_B macros to access byte values of...
|
commit | commitdiff | tree |
2005-11-03 |
Hans Leidekker | Added stub for RegisterServiceCtrlHandlerEx{A,W}.
|
commit | commitdiff | tree |
2005-11-03 |
Phil Krylov | Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
|
commit | commitdiff | tree |
2005-11-03 |
Michael Kaufmann | Scroll bar: Keep the caret blinking during scroll operations...
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Implemented SymEnumLines.
|
commit | commitdiff | tree |
2005-11-03 |
Eric Pouech | Now filling external leading in font cells.
|
commit | commitdiff | tree |
2005-11-02 |
Huw Davies | Don't call Release on a null ptr.
|
commit | commitdiff | tree |
2005-11-02 |
Alexandre Julliard | Fixed Get/SetThreadContext to work properly on suspended...
|
commit | commitdiff | tree |
2005-11-02 |
Martin Fuchs | Correct WINAPI position for MSVC portability.
|
commit | commitdiff | tree |
2005-11-02 |
Eric Pouech | Fixed crash in font browsing for raster fonts.
|
commit | commitdiff | tree |
2005-11-02 |
Robert Shearman | Fix a crash during +variant logging caused by a typo...
|
commit | commitdiff | tree |
2005-11-02 |
Oliver Stieber | Implement D3DFMT_UNKNOWN surfaces, this seems to be...
|
commit | commitdiff | tree |
2005-11-02 |
Robert Shearman | - Make sure to clean up properly on error.
|
commit | commitdiff | tree |
2005-11-02 |
Robert Shearman | - Make wParamFlags in the paramdesc dumping function...
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | NULL and empty strings are the same in conditions.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Change a FIXME message to a comment.
|
commit | commitdiff | tree |
2005-11-02 |
Dmitry Timoshkov | Avoid printing out a possibly uninitialized variable.
|
commit | commitdiff | tree |
2005-11-02 |
Stefan Huehner | Extend get_nodeName add testcases for it.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Stub implementation for MsiAdvertiseScriptA/W.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Create the +msidb debug channel for msi database code.
|
commit | commitdiff | tree |
2005-11-02 |
Aric Stewart | Force files to install if the REINSTALL property is...
|
commit | commitdiff | tree |
2005-11-02 |
Robert Shearman | Make LdrAccessResource call an internal function to...
|
commit | commitdiff | tree |
2005-11-02 |
Vitaliy Margolen | Fix error returned when opening nonexistent pipes.
|
commit | commitdiff | tree |
2005-11-02 |
Alexandre Julliard | Moved the platform-independent part of the get/set_thread_co...
|
commit | commitdiff | tree |
2005-11-02 |
Michael Jung | Added some comments to document unixfs.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Fix parameter handling in MsiSetTargetPath, and add...
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Implement the RemoveFiles action.
|
commit | commitdiff | tree |
2005-11-02 |
Ivan Leo Puoti | Minor fixes to rtl string functions.
|
commit | commitdiff | tree |
2005-11-02 |
David Kredba | Czech resources update.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Stub implementation for MsiGetFileHashA/W.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Use an enumeration for file states.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Define NONAMELESSUNION and NONAMELESSSTRUCT for older...
|
commit | commitdiff | tree |
2005-11-02 |
Ulrich Czekalla | Clear bLButtonDown flags if mouse is not down.
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Convert all RTFPanic and RTFMsg calls to ERR calls.
|
commit | commitdiff | tree |
2005-11-02 |
Rob Shearman | Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Handle msi component identifiers without a feature...
|
commit | commitdiff | tree |
2005-11-02 |
Mike McCormack | Implement IXMLDOMNode::get_nodeName.
|
commit | commitdiff | tree |
2005-11-02 |
Robert Shearman | The PSDispatch PS class factory can manage both typelib...
|
commit | commitdiff | tree |
2005-11-02 |
Lionel Ulmer | Add 'ENUM_...._SETTINGS' flag and make use of it in...
|
commit | commitdiff | tree |
2005-11-01 |
Alexandre Julliard | Don't send an extra signal when waiting for a debug...
|
commit | commitdiff | tree |
2005-11-01 |
Alexandre Julliard | Don't send the incoming context to the server for get_thread...
|
commit | commitdiff | tree |
2005-11-01 |
Vitaliy Margolen | Fix error returned when exceeding allowed instances.
|
commit | commitdiff | tree |
2005-11-01 |
Martin Fuchs | Include config.h and port.h for strncasecmp() in MSVC...
|
commit | commitdiff | tree |
2005-11-01 |
Bernd Schmidt | Implemented FindExSearchLimitToDirectories.
|
commit | commitdiff | tree |
2005-11-01 |
Alexandre Julliard | Fixed _wstrdate/_wstrtime parameters.
|
commit | commitdiff | tree |
2005-11-01 |
Alexandre Julliard | Authors: Marcus Meissner <marcus@jet.franken.de>, Walter...
|
commit | commitdiff | tree |
2005-11-01 |
Marcus Meissner | SysReAllocString of same pointer returns TRUE.
|
commit | commitdiff | tree |
2005-11-01 |
Michael Jung | Fixed crash in unixfs shellfolder handling with winamp.
|
commit | commitdiff | tree |
2005-11-01 |
Christian Costa | Use a more standard indentation style.
|
commit | commitdiff | tree |
2005-11-01 |
Vitaliy Margolen | Remove version information.
|
commit | commitdiff | tree |
2005-11-01 |
Ulrich Czekalla | Improve handling of mapping between X and Windows formats.
|
commit | commitdiff | tree |
2005-11-01 |
Vitaliy Margolen | - Use OBJ_CASE_INSENSITIVE in object lookup.
|
commit | commitdiff | tree |
2005-11-01 |
Davin McCall | PhaseCancel subtracts secondary buffer from primary...
|
commit | commitdiff | tree |
2005-11-01 |
Michael Kaufmann | ScrollWindowEx: Don't move the caret of child windows...
|
commit | commitdiff | tree |
2005-11-01 |
Robert Shearman | Convert SHELL32_BindToChild to Unicode and fix up the...
|
commit | commitdiff | tree |
2005-11-01 |
Robert Shearman | Make the call exception handler function more compatible...
|
commit | commitdiff | tree |
2005-10-31 |
Stefan Huehner | Add msxml3,setupapi tests to winetest.
|
commit | commitdiff | tree |
2005-10-31 |
Alexandre Julliard | Added an 'eject' Winelib app that allows unmounting...
|
commit | commitdiff | tree |
2005-10-31 |
Huw Davies | Marshal enums.
|
commit | commitdiff | tree |
2005-10-31 |
Huw Davies | Actually print the IIDs.
|
commit | commitdiff | tree |
2005-10-31 |
Huw Davies | Implement playback of EMR_ALPHABLEND.
|
commit | commitdiff | tree |
2005-10-31 |
Huw Davies | Only select a bitmap font as a last resort if we can...
|
commit | commitdiff | tree |
2005-10-31 |
Marcus Meissner | Do not overflow the stackbased "nt" struct when reading...
|
commit | commitdiff | tree |
2005-10-31 |
Alexandre Julliard | Get rid of the no longer used tty driver.
|
commit | commitdiff | tree |
2005-10-31 |
Alexandre Julliard | Default to the null driver instead of dying if the...
|
commit | commitdiff | tree |
2005-10-31 |
Dmitry Timoshkov | Add the tests for behaviour of [In]validateRect and...
|
commit | commitdiff | tree |
2005-10-31 |
Michael Jung | Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
|
commit | commitdiff | tree |
2005-10-31 |
Huw Davies | Deal with pExcepInfo == NULL.
|
commit | commitdiff | tree |
2005-10-31 |
Mike McCormack | Make sure to unregister all the classes that were registered...
|
commit | commitdiff | tree |
2005-10-31 |
Mike McCormack | Add void to empty declaration list.
|
commit | commitdiff | tree |
2005-10-31 |
Alexandre Julliard | Default to an empty driver instead of dying if the...
|
commit | commitdiff | tree |
2005-10-31 |
Michael Jung | Added initial tests for shdocvw's FolderShortcut related
|
commit | commitdiff | tree |
2005-10-31 |
Marcus Meissner | Added assembly implementation of EXC_CallHandler.
|
commit | commitdiff | tree |
2005-10-31 |
Mike McCormack | Fix and test MsiGetProperty and MsiSetProperty.
|
commit | commitdiff | tree |
2005-10-31 |
Mike McCormack | Improve MsiUseFeatureEx and MsiGetFeatureState a little...
|
commit | commitdiff | tree |
2005-10-31 |
James Hawkins | Implement InternetCreateUrlW and test cases.
|
commit | commitdiff | tree |
2005-10-31 |
Huw Davies | Fix handling of relative state indices in RestoreDC.
|
commit | commitdiff | tree |
2005-10-31 |
Christian Costa | Finish moving d3d[1..3] light code to use d3d7.
|
commit | commitdiff | tree |
2005-10-31 |
Marcus Meissner | Define obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
|
commit | commitdiff | tree |
2005-10-31 |
Hans Leidekker | Improve the implementation of SQLConfigDataSource,...
|
commit | commitdiff | tree |
2005-10-31 |
Juan Lang | Implement CertSignSignature and CertVerifySignature...
|
commit | commitdiff | tree |