mapi32: Add a stub implementation of MAPIOpenLocalFormContainer.
[wine] / dlls / mshtml /
2006-06-20  Jacek Cabanmshtml: Move IOleCommandTarget implementation to separa...
2006-06-20  Jacek Cabanmshtml: Initialize url variable in IPersistMoniker...
2006-06-20  Jacek Cabanmshtml: Don't crash in GetSecurityInfo if channel is...
2006-06-20  Jacek Cabanmshtml: Added IPropertyNotifySink connection point.
2006-06-16  Jacek Cabanmshtml: Added Wine Gecko installer.
2006-06-13  Alexandre Julliardmshtml/tests: Don't use sizeof in ok() to avoid printf...
2006-06-12  Alexandre Julliardinclude: Make the Dll* entry points hidden.
2006-06-09  Alexandre Julliardmshtml: Changed C syntax that winapi_check doesn't...
2006-06-03  Jacek Cabanmshtml: Use mime type reported by moniker if possible.
2006-06-03  Jacek Cabanmshtml: Return S_OK in OnStartBinding and OnStopBinding.
2006-06-03  Jacek Cabanmshtml: Added beginning OnDataAvailable implementation.
2006-06-03  Jacek Cabanmshtml: Added begining binding code in IPersistMoniker...
2006-06-03  Jacek Cabanmshtml: Set binding channel, listener and context in...
2006-06-03  Jacek Cabanmshtml: Store BSCallback in NSContainer and use it...
2006-06-03  Jacek Cabanmshtml: Add create_nscallback function to allow using...
2006-06-03  Jacek Cabanmshtml: Move some code from before_async_open to AsyncOpen.
2006-06-03  Jacek Cabanmshtml: Get rid of (currently disabled anyway) nsIWebBr...
2006-05-25  Jacek Cabanmshtml: The secret interface is CMarkup. Improve FIXMEs.
2006-05-24  Jacek Cabanmshtml: Added stub implementation of IPersistStreamInit.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Jacek Cabanmshtml: Fix protocol tests on XP. Make Wine match XP...
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-05-05  Jacek Cabanmshtml: Added test of connection points.
2006-05-05  Jacek Cabanmshtml: Added GetConnectionInterface implementation.
2006-05-05  Jacek Cabanmshtml: Added GetConnectionPointContainer implementation.
2006-05-05  Jacek Cabanmshtml: Added stub implementation of connection points.
2006-05-05  Jacek Cabanmshtml: Added IConnectionPointContainer stub implementa...
2006-05-05  Jacek Cabanmshtml: Added get_body implementation.
2006-05-05  Jacek Cabanmshtml: Added IHTMLTextContainer stub implementation.
2006-04-10  Jacek Cabanmshtml: Make sure to use initialized variables.
2006-04-10  Jacek Cabanmshtml: Fix ref counting.
2006-03-28  Alexandre Julliardmshtml: Don't free the URL we have just stored in the...
2006-03-27  Jacek Cabanmshtml: Added tooltip implementation.
2006-03-24  Jacek Cabanmshtml: Added IHTMLElement2 implementation.
2006-03-22  Jacek Cabanmshtml: Clean up get_all and tags (also fixes a typo).
2006-03-20  Jacek Cabanmshtml: Optimize nsACString handling.
2006-03-20  Jacek Cabanmshtml: Better QueryInterface implementation.
2006-03-18  Jacek Cabanmshtml/tests: Code cleanup.
2006-03-15  András Kovácsmshtml: Added Hungarian translation.
2006-03-09  Jacek Cabanmshtml: Added beginning of getAttribute implementation.
2006-03-09  Jacek Cabanmshtml: Added IHTMLBodyElement implementation.
2006-03-08  Jacek Cabanmshtml: Added get_name and get_value implementation...
2006-03-08  Jacek Cabanmshtml: Added get_name and get_value implementation...
2006-03-08  Jacek Cabanmshtml: Added get_type, get_value, get_name and get_checked
2006-03-07  Jacek Cabanmshtml: Added IHTMLTextAreaElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLSelectElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLInputElement implementation.
2006-03-07  Jacek Cabanmshtml: Added IHTMLElementCollection::tags implementation.
2006-03-06  Francois GougetFix compatibility with native advpack dlls.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElementCollection implementation.
2006-03-06  Jacek Cabanmshtml: Added get_documentElement implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLElement implementation.
2006-03-06  Jacek Cabanmshtml: Added IHTMLDOMNode implementation.
2006-03-02  Jacek Cabanmshtml: Beginning support for links opened in a new...
2006-03-02  Jacek Cabanmshtml: Use NSContainer as 'This' of its window.
2006-02-28  Jacek Cabanmshtml: Added nsIInterfaceRequestor implementation.
2006-02-28  Jacek Cabanmshtml: Improve ConfirmEx hack.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2006-02-27  Jacek Cabanmshtml: Return error in NewChannelFromURL if retval...
2006-02-27  Jacek Cabanmshtml: Added nsIURI::Clone implementation.
2006-02-27  Jacek Cabanmshtml: Don't add null byte to post data.
2006-02-27  Jacek Cabanmshtml: Init nsIOService as soon as possible.
2006-02-20  Jacek Cabanmshtml: Set default original uri in NewChannelFromURI.
2006-02-20  Jacek Cabanmshtml: Create nsIChannel for protocols not handled...
2006-02-17  Jacek Cabanmshtml: Fix post data parsing.
2006-02-15  Jacek Cabanmshtml: Added hack to allow pass post data to IPersistM...
2006-02-15  Jacek Cabanmshtml: Added ref counting to NSContainer.
2006-02-13  Jacek Cabanmshtml: Handle IHlinkFrame service.
2006-02-13  Francois Gougetmshtml: Add trailing '\n's to ok() calls.
2006-02-10  Jacek Cabanmshtml: Added more defines to mshtmlhst.idl.
2006-02-10  Jacek Cabanmshtml: Added test of IHlinkFrame service.
2006-02-10  Jacek Cabanmshtml: Added nsIUploadStream implementation.
2006-02-09  Jacek Cabanmshtml: Get rid of HTMLDocument_OnLoad and move its...
2006-02-09  Jacek Cabanmshtml: Added wrapper of nsIChannel.
2006-02-09  Jacek Cabanmshtml: Added wrapper of nsIURI interface.
2006-02-09  Jacek Cabanmshtml: Better ns*String handling.
2006-02-09  Jacek Cabanmshtml: Added wrapper of nsIOService.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-06  Fatih Aşıcımshtml: Turkish translation.
2006-01-21  Jacek Cabanmshtml: Return FALSE if Mozilla ActiveX Control could...
2006-01-14  Jacek Cabanmshtml: Better handling of IDocHostUIHandler in SetClie...
2005-12-19  Jacek CabanFix typo in urlmon.idl.
2005-12-15  Jacek Cabanmshtml: Fix handling Gecko strings.
2005-12-15  Jacek Cabanmshtml: Set Gecko's profile.
2005-12-12  Jacek Cabanmshtml: Added IHTMLDocument3 stub implementation.
2005-12-09  Jacek Cabanmshtml: Added PromptService implementation.
2005-12-09  Jacek Cabanmshtml: Added nsIURIContentListener to QueryInterface.
2005-12-09  Jacek Cabanmshtml: Added nsIEmbeddingSiteWindow implementation.
2005-12-07  Jacek Cabanmshtml: Added config key to specify Gecko path.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Hans LeidekkerAdded Dutch translations.
2005-11-21  YunSong HwangUpdate Korean translations.
2005-11-15  YunSong HwangUpdate Korean translations.
2005-11-14  YunSong HwangAdd Korean translations.
2005-10-19  Jacek CabanTry using mozctlx's path if there is no registered...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-25  Alexander N. SørnesNorwegian translation of mshtml.
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-19  Kimmo MyllyvirtaAdded Finnish resources.
2005-09-14  Jacek CabanAdded MIME type checking to ResProtocol::Start.
next