ddraw: Don't link to wined3d, load it at runtime.
[wine] / dlls / mshtml /
2006-08-01  Francois Gougetmshtml: Remove unwarranted REG_EXPAND_SZ flags.
2006-08-01  Jacek Cabanmshtml: Added implementation of put_scrollTop and put_s...
2006-08-01  Jacek Cabanmshtml: Store HTMLElement pointer in HTMLTextContainer.
2006-07-27  Jacek Cabanmshtml: Fix handling res URLs with full path and number...
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-07-19  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2006-07-19  Jacek Cabanmshtml: Added stub implementation of ShowHTMLDialog.
2006-07-18  Jacek Cabanmshtml: Wrap more Heap* function by inline functions.
2006-07-17  Jacek Cabanmshtml: Wrap Heap* functions by inline functions.
2006-07-17  Jacek Cabanmshtml: Added get_all implementation.
2006-07-17  Milko Krachounovmshtml: Update Bulgarian translation.
2006-07-13  Andrew Talbotmshtml: Write-strings warnings fix.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Jacek Cabanmshtml: Added OnFrameWindowActivate implementation.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-07  Jacek Cabanmshtml: Create nsWineURI even if we don't have valid...
2006-07-06  Jacek Cabanmshtml: Added get_text implementation.
2006-07-06  Jacek Cabanmshtml: Added createRange implementation.
2006-07-06  Jacek Cabanmshtml: Added get_type implementation.
2006-07-06  Jacek Cabanmshtml: Added get_selection implementation.
2006-07-06  Jacek Cabanmshtml: Return S_OK in Exec(IDM_BASELINEFONT3).
2006-07-03  Jacek Cabanmshtml: Added beginning IDM_BROWSEMODE implementation.
2006-07-03  Jacek Cabanmshtml: Add trailing '\' to gecko_path if needed.
2006-06-26  Jacek Cabanmshtml: Added Unadvise implementation.
2006-06-26  Jacek Cabanmshtml: Destroy connection points.
2006-06-26  Jacek Cabanmshtml: Added Advise implementation.
2006-06-26  Jacek Cabanmshtml: Return text/html by default in GetContentType.
2006-06-26  Jacek Cabanmshtml: Return NS_OK in GetStatus if channel is NULL.
2006-06-26  Jacek Cabanmshtml: Call OnStopRequest in OnStopBinding.
2006-06-26  Jacek Cabanmshtml: Break reading if IStream::Read returns 0 bytes.
2006-06-26  Jacek Cabanmshtml: Added HTMLLoadOptions implementation (with...
2006-06-23  Jacek Cabanmshtml: Added stub implementation of HTMLLoadOptions.
2006-06-23  Jacek Cabanmshtml: Added optary.idl file.
2006-06-23  Jacek Cabanmshtml: Inherit NSContainer in NewURI.
2006-06-23  Jacek Cabanmshtml: Fix a typo.
2006-06-23  Jacek Cabanmshtml: Added CGID_MSHTML to IOleCommandTarget::Exec.
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.
next