2010-03-22 |
Nikolay Sivov | shell32: Remove a useless debug switch, fix prototype.
|
commit | commitdiff | tree |
2010-03-22 |
Nikolay Sivov | shell32: Add a note about a possible crash on NULL...
|
commit | commitdiff | tree |
2010-03-22 |
Nikolay Sivov | shell32: Add IPersist support for desktop IShellFolder.
|
commit | commitdiff | tree |
2010-03-22 |
Nikolay Sivov | shell32: Some debug tracing improvements.
|
commit | commitdiff | tree |
2010-03-22 |
Nikolay Sivov | shell32: Properly fail for unsupported interfaces in...
|
commit | commitdiff | tree |
2010-03-19 |
Nikolay Sivov | shell32: Add IPersistFile::GetCurFile implementation...
|
commit | commitdiff | tree |
2010-03-18 |
Nikolay Sivov | shlwapi: Fix StrCpyNW to deal with null inputs better...
|
commit | commitdiff | tree |
2010-03-18 |
Nikolay Sivov | shlwapi: Add a forward to DelayLoadFailureHook.
|
commit | commitdiff | tree |
2010-03-18 |
Nikolay Sivov | urlmon: Add CoInternetIsFeatureEnabled stub.
|
commit | commitdiff | tree |
2010-03-18 |
Nikolay Sivov | urlmon: Add stub IUriBuilder interface.
|
commit | commitdiff | tree |
2010-03-17 |
Nikolay Sivov | ole32: Remove useless parameter check.
|
commit | commitdiff | tree |
2010-03-16 |
Nikolay Sivov | ole32: Turn FIXME to TRACE for CoGetTreatAsClass.
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | msxml3: Treat input BSTR as general WCHAR string for...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | comctl32/datetime: Use user locale for format.
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | quartz: Don't cast WSTR to BSTR, convert properly instead.
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shlwapi: Don't cast WCHAR string to BSTR.
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | msi: Convert IWineMsiRemoteDatabase BSTR parameters...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | avifil32: Registry access calls don't return HRESULT...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shlwapi: Partially implement SHGetObjectCompatFlags...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32: Add SHCreateFileExtractIconW stub.
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Don't crash on ::DragLeave called...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Implement IFolderView::ItemCount...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Implement IFolderView::GetFolder...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Implemented IFolderView::GetFocusedItem.
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Implemented IFolderView::GetSelectionMark...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Remove unneeded memset, release...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32: Initial test file for IShellView/IFolderView...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Use W-calls for menu handling, same...
|
commit | commitdiff | tree |
2010-03-15 |
Nikolay Sivov | shell32/shellview: Improve error handling on some helpers...
|
commit | commitdiff | tree |
2010-03-05 |
Nikolay Sivov | shell32: Stub IShellView2::SelectAndPositionItem()...
|
commit | commitdiff | tree |
2010-03-05 |
Nikolay Sivov | shell32: Move SelectItem implementation to IFolderView...
|
commit | commitdiff | tree |
2010-03-05 |
Nikolay Sivov | shell32: Cast to class data pointer IShellView2 vtable...
|
commit | commitdiff | tree |
2010-03-05 |
Nikolay Sivov | shell32: Stub IFolderView implementation for IShellView...
|
commit | commitdiff | tree |
2010-03-04 |
Nikolay Sivov | shell32: Use return value on failure updated in Vista+.
|
commit | commitdiff | tree |
2010-03-03 |
Nikolay Sivov | shell32: Remove WINAPI where it's not needed.
|
commit | commitdiff | tree |
2010-03-03 |
Nikolay Sivov | shell32: Implement SHParseDisplayName with basic tests.
|
commit | commitdiff | tree |
2010-03-03 |
Nikolay Sivov | shell32/tests: Minor test file cleanup.
|
commit | commitdiff | tree |
2010-03-03 |
Nikolay Sivov | shlwapi/tests: Some tests for PathGetDriveNumber.
|
commit | commitdiff | tree |
2010-03-02 |
Nikolay Sivov | comctl32/toolbar: Fix possible null pointer dereference.
|
commit | commitdiff | tree |
2010-03-01 |
Nikolay Sivov | shlwapi: Implement SHFormatDateTimeA/SHFormatDateTimeW...
|
commit | commitdiff | tree |
2010-03-01 |
Nikolay Sivov | shlwapi: Fix mask usage in SHSetWindowBits with tests.
|
commit | commitdiff | tree |
2010-03-01 |
Nikolay Sivov | kernel32/lcformat: Get rid of back jumps on errors.
|
commit | commitdiff | tree |
2010-02-24 |
Nikolay Sivov | user32: Use whole window rectangle for UpdateLayeredWindow.
|
commit | commitdiff | tree |
2010-02-24 |
Nikolay Sivov | user32: Intersect with passed dirty rectangle while...
|
commit | commitdiff | tree |
2010-02-24 |
Nikolay Sivov | user32/tests: Test to show that caption added for WS_EX_LAYE...
|
commit | commitdiff | tree |
2010-02-22 |
Nikolay Sivov | msxml3: Simplify IXMLDOMElement_get_tagName(), add...
|
commit | commitdiff | tree |
2010-02-19 |
Nikolay Sivov | msxml3: Avoid direct vtable members internal usage.
|
commit | commitdiff | tree |
2010-02-19 |
Nikolay Sivov | msxml3: Accept IObjectSafety for query from IXMLDOMDocument...
|
commit | commitdiff | tree |
2010-02-17 |
Nikolay Sivov | msxml3/tests: Fix leaks and wrong pointer use.
|
commit | commitdiff | tree |
2010-02-17 |
Nikolay Sivov | msxml3: Use common format for TRACE() in DOM objects.
|
commit | commitdiff | tree |
2010-02-16 |
Nikolay Sivov | msxml3: Get rid of libxml2 accessors in ::substringData...
|
commit | commitdiff | tree |
2010-02-16 |
Nikolay Sivov | msxml3: Simplify ::appendData() for Text, Comment and...
|
commit | commitdiff | tree |
2010-02-16 |
Nikolay Sivov | msxml3: Implement ::replaceData() for Text, Comment...
|
commit | commitdiff | tree |
2010-02-16 |
Nikolay Sivov | msxml3: Simplify ::insertData() for Text, Comment and...
|
commit | commitdiff | tree |
2010-02-16 |
Nikolay Sivov | msxml3: Use interface methods for ::get_length() calls.
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Fix return value for IXMLDOMNode_put_nodeValue...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Accept NODE_ENTITY_REFERENCE in ::createNode...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createProcessingInstruc...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createAttribute...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createCDATASection...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Fix IXMLDOMDocument::createElement(), cast...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createTextNode...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Fix IXMLDOMDocument::createDocumentFragment...
|
commit | commitdiff | tree |
2010-02-15 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createComment...
|
commit | commitdiff | tree |
2010-02-12 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createElement...
|
commit | commitdiff | tree |
2010-02-12 |
Nikolay Sivov | msxml3/tests: Don't try to use wchar buffers as BSTR...
|
commit | commitdiff | tree |
2010-02-12 |
Nikolay Sivov | msxml3: Reimplement IXMLDOMDocument::createDocumentFragment...
|
commit | commitdiff | tree |
2010-02-12 |
Nikolay Sivov | msxml3: Support more node types in IXMLDOMDocument_createNode().
|
commit | commitdiff | tree |
2010-02-12 |
Nikolay Sivov | msxml3: Check for Null out pointer in node creation...
|
commit | commitdiff | tree |
2010-02-12 |
Nikolay Sivov | comctl32/rebar: Don't try to access band data before...
|
commit | commitdiff | tree |
2010-02-10 |
Nikolay Sivov | msxml3: Accept PI node in on base name request.
|
commit | commitdiff | tree |
2010-02-10 |
Nikolay Sivov | msxml3/tests: Add a trivial test for IXMLDOMDocumentFragment...
|
commit | commitdiff | tree |
2010-02-10 |
Nikolay Sivov | msxml3: IXMLDOMAttribute shouldn't report its parent.
|
commit | commitdiff | tree |
2010-02-09 |
Nikolay Sivov | msxml3: Support comment node type in IXMLDOMNode_get_baseName.
|
commit | commitdiff | tree |
2010-02-09 |
Nikolay Sivov | msxml3: Create entity reference node properly.
|
commit | commitdiff | tree |
2010-02-09 |
Nikolay Sivov | msxml3: Create PI node properly.
|
commit | commitdiff | tree |
2010-02-08 |
Nikolay Sivov | comctl32/listview: Revert item width calculation to...
|
commit | commitdiff | tree |
2010-02-08 |
Nikolay Sivov | msxml3: Use libxml2 functionality to skip top XML declaratio...
|
commit | commitdiff | tree |
2010-02-04 |
Nikolay Sivov | comctl32/updown: Use set acceleration value while processing...
|
commit | commitdiff | tree |
2010-02-04 |
Nikolay Sivov | msxml3: Use existing helpers for heap allocations.
|
commit | commitdiff | tree |
2010-02-04 |
Nikolay Sivov | msxml4: Add self-registration for CLSID_DOMDocument40...
|
commit | commitdiff | tree |
2010-02-04 |
Nikolay Sivov | Fix remaining copy&paste typos in self-registration...
|
commit | commitdiff | tree |
2010-02-03 |
Nikolay Sivov | Add stub msxml4.dll.
|
commit | commitdiff | tree |
2010-02-03 |
Nikolay Sivov | shell32: Fix a debug channel.
|
commit | commitdiff | tree |
2010-02-03 |
Nikolay Sivov | msxml3: Fix a debug channel and comment copypaste.
|
commit | commitdiff | tree |
2010-02-03 |
Nikolay Sivov | itss: Fix typo in registry entry creation.
|
commit | commitdiff | tree |
2010-01-29 |
Nikolay Sivov | msxml3: Implement IXMLDOMText::deleteData().
|
commit | commitdiff | tree |
2010-01-29 |
Nikolay Sivov | msxml3: Implement IXMLDOMCDATASection::deleteData(...
|
commit | commitdiff | tree |
2010-01-27 |
Nikolay Sivov | xmllite/tests: Fix node type names array, indices are...
|
commit | commitdiff | tree |
2010-01-27 |
Nikolay Sivov | xmllite/tests: Fix a typo in macro.
|
commit | commitdiff | tree |
2010-01-26 |
Nikolay Sivov | gdi32: Add GdiInitializeLanguagePack() stub.
|
commit | commitdiff | tree |
2010-01-26 |
Nikolay Sivov | xmllite: Reset state to XmlReadState_Initial on input...
|
commit | commitdiff | tree |
2010-01-26 |
Nikolay Sivov | xmllite: Don't release reader input reference on failure...
|
commit | commitdiff | tree |
2010-01-26 |
Nikolay Sivov | xmllite/tests: Add test for XML declaration parsing.
|
commit | commitdiff | tree |
2010-01-25 |
Nikolay Sivov | xmllite: Initial support for just created reader state.
|
commit | commitdiff | tree |
2010-01-25 |
Nikolay Sivov | xmllite: Implement a query through IXmlReaderInput...
|
commit | commitdiff | tree |
2010-01-22 |
Nikolay Sivov | xmllite: Basic input object creation on IXmlReader...
|
commit | commitdiff | tree |
2010-01-22 |
Nikolay Sivov | xmllite: Add IXmlReaderInput stub implementation.
|
commit | commitdiff | tree |
2010-01-22 |
Nikolay Sivov | xmllite/tests: Test query for supported interface sequence...
|
commit | commitdiff | tree |
2010-01-21 |
Nikolay Sivov | msxml3/tests: Fix interface leak.
|
commit | commitdiff | tree |