2006-04-20 |
Jacek Caban | shdocvw: Move create_doc_view_hwnd call to navigate_url.
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | shdocvw: Register InternetExplorer class factory in...
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | shdocvw: Added InternetExplorer::put_Visible implementation.
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | shdocvw: Move IEWinMain to iexplore.c.
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | shdocvw: Added beginning InternetExplorer implementation.
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | shdocvw: Move DllGetClassObject implementation to factory.c.
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | shdocvw: Move more initialization code to DocHost_Init.
|
commit | commitdiff | tree |
2006-04-20 |
Jacek Caban | mshtml.idl: Added HTMLDocumentEvents and HTMLDocumentEvents2...
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Use DocHost, not WebBrowser, in navigate_url.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Use DocHost, not WebBrowser, in Shell DocObject...
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move connection points to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Use Dochost, not WebBrowser, in deactivate_document.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Get rid of WebBrowser dependency in DocHost...
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleInPlaceFrame to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IServiceProvider to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IDispatch to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleCommandTarget to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleDocumentSite to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IDocHostUIHandler to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleInPlaceSite to DocHost object.
|
commit | commitdiff | tree |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleClientSite to new DocHost object...
|
commit | commitdiff | tree |
2006-04-14 |
Jacek Caban | shdocvw: Added Top, Left, Height and Width properties...
|
commit | commitdiff | tree |
2006-04-14 |
Jacek Caban | shdocvw: Store IOleInPlaceSite in WebBrowser object.
|
commit | commitdiff | tree |
2006-04-14 |
Jacek Caban | shdocvw: Update pos_rect and clip_rect in SetObjectRects.
|
commit | commitdiff | tree |
2006-04-14 |
Jacek Caban | shdocvw: Better window handling.
|
commit | commitdiff | tree |
2006-04-14 |
Jacek Caban | shell32: Don't crash in SHELL_ExecuteW if psei->lpDirectory...
|
commit | commitdiff | tree |
2006-04-12 |
Jacek Caban | shell32: Allocate wszApplicationName on the heap as...
|
commit | commitdiff | tree |
2006-04-12 |
Jacek Caban | shdocvw: Use GetClientRect, not GetWindowRect in create_doc_...
|
commit | commitdiff | tree |
2006-04-11 |
Jacek Caban | exdisp.idl: Added missing attributes and fix some arguments...
|
commit | commitdiff | tree |
2006-04-11 |
Jacek Caban | exdisp.idl: Added missing declarations.
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | docobj.idl: Fix some enums declarations.
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | exdisp.idl: Move declarations to better match to IE...
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | exdisp.idl: Added SHDocVw type library declaration.
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | shdocvw: Set active document of both frame and doc...
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | shdocvw: Use IOleInPlaceObjectWindowless interface...
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | mshtml: Make sure to use initialized variables.
|
commit | commitdiff | tree |
2006-04-10 |
Jacek Caban | mshtml: Fix ref counting.
|
commit | commitdiff | tree |
2006-03-27 |
Jacek Caban | mshtml: Added tooltip implementation.
|
commit | commitdiff | tree |
2006-03-24 |
Jacek Caban | mshtml: Added IHTMLElement2 implementation.
|
commit | commitdiff | tree |
2006-03-24 |
Jacek Caban | exdisp.idl: Added missing IE6 methods to DWebBrowserEvents2.
|
commit | commitdiff | tree |
2006-03-22 |
Jacek Caban | mshtml: Clean up get_all and tags (also fixes a typo).
|
commit | commitdiff | tree |
2006-03-20 |
Jacek Caban | mshtml: Optimize nsACString handling.
|
commit | commitdiff | tree |
2006-03-20 |
Jacek Caban | mshtml: Better QueryInterface implementation.
|
commit | commitdiff | tree |
2006-03-18 |
Jacek Caban | mshtml.idl: Added more interfaces.
|
commit | commitdiff | tree |
2006-03-18 |
Jacek Caban | mshtml/tests: Code cleanup.
|
commit | commitdiff | tree |
2006-03-09 |
Jacek Caban | mshtml: Added beginning of getAttribute implementation.
|
commit | commitdiff | tree |
2006-03-09 |
Jacek Caban | mshtml: Added IHTMLBodyElement implementation.
|
commit | commitdiff | tree |
2006-03-08 |
Jacek Caban | mshtml: Added get_name and get_value implementation...
|
commit | commitdiff | tree |
2006-03-08 |
Jacek Caban | mshtml: Added get_name and get_value implementation...
|
commit | commitdiff | tree |
2006-03-08 |
Jacek Caban | mshtml: Added get_type, get_value, get_name and get_checked
|
commit | commitdiff | tree |
2006-03-07 |
Jacek Caban | mshtml: Added IHTMLTextAreaElement implementation.
|
commit | commitdiff | tree |
2006-03-07 |
Jacek Caban | mshtml: Added IHTMLSelectElement implementation.
|
commit | commitdiff | tree |
2006-03-07 |
Jacek Caban | mshtml: Added IHTMLInputElement implementation.
|
commit | commitdiff | tree |
2006-03-07 |
Jacek Caban | mshtml: Added IHTMLElementCollection::tags implementation.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | shdocvw: Added get_LocationURL implementation.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | mshtml: Added IHTMLElementCollection implementation.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | shdocvw: Beginning ShowContextMenu implementation.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | mshtml: Added get_documentElement implementation.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | mshtml: Added IHTMLElement implementation.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | mshtml: Added more interfaces to mshtml.idl.
|
commit | commitdiff | tree |
2006-03-06 |
Jacek Caban | mshtml: Added IHTMLDOMNode implementation.
|
commit | commitdiff | tree |
2006-03-02 |
Jacek Caban | shdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWINDOW...
|
commit | commitdiff | tree |
2006-03-02 |
Jacek Caban | mshtml: Beginning support for links opened in a new...
|
commit | commitdiff | tree |
2006-03-02 |
Jacek Caban | mshtml: Use NSContainer as 'This' of its window.
|
commit | commitdiff | tree |
2006-02-28 |
Jacek Caban | mshtml: Added nsIInterfaceRequestor implementation.
|
commit | commitdiff | tree |
2006-02-28 |
Jacek Caban | mshtml: Improve ConfirmEx hack.
|
commit | commitdiff | tree |
2006-02-27 |
Jacek Caban | mshtml: Return error in NewChannelFromURL if retval...
|
commit | commitdiff | tree |
2006-02-27 |
Jacek Caban | mshtml: Added nsIURI::Clone implementation.
|
commit | commitdiff | tree |
2006-02-27 |
Jacek Caban | mshtml: Don't add null byte to post data.
|
commit | commitdiff | tree |
2006-02-27 |
Jacek Caban | mshtml: Init nsIOService as soon as possible.
|
commit | commitdiff | tree |
2006-02-21 |
Jacek Caban | shdocvw: Added correct implementation of IProvideClassInfo...
|
commit | commitdiff | tree |
2006-02-20 |
Jacek Caban | mshtml: Set default original uri in NewChannelFromURI.
|
commit | commitdiff | tree |
2006-02-20 |
Jacek Caban | shdocvw: Change FIXMEs to TRACE in IDispatch's methods...
|
commit | commitdiff | tree |
2006-02-20 |
Jacek Caban | mshtml: Create nsIChannel for protocols not handled...
|
commit | commitdiff | tree |
2006-02-17 |
Jacek Caban | mshtml: Fix post data parsing.
|
commit | commitdiff | tree |
2006-02-16 |
Jacek Caban | shdocvw: Unaccess post data only if we've accessed...
|
commit | commitdiff | tree |
2006-02-15 |
Jacek Caban | winecfg: glut32.dll may be configured as native.
|
commit | commitdiff | tree |
2006-02-15 |
Jacek Caban | shdocvw: Added client site's IServiceProvider interface.
|
commit | commitdiff | tree |
2006-02-15 |
Jacek Caban | shdocvw: Navigate2 rewrite.
|
commit | commitdiff | tree |
2006-02-15 |
Jacek Caban | shdocvw: Added beginning IHlinkFrame::Navigate implementation.
|
commit | commitdiff | tree |
2006-02-15 |
Jacek Caban | mshtml: Added hack to allow pass post data to IPersistMonike...
|
commit | commitdiff | tree |
2006-02-15 |
Jacek Caban | mshtml: Added ref counting to NSContainer.
|
commit | commitdiff | tree |
2006-02-13 |
Jacek Caban | mshtml: Handle IHlinkFrame service.
|
commit | commitdiff | tree |
2006-02-10 |
Jacek Caban | mshtml: Added more defines to mshtmlhst.idl.
|
commit | commitdiff | tree |
2006-02-10 |
Jacek Caban | mshtml: Added test of IHlinkFrame service.
|
commit | commitdiff | tree |
2006-02-10 |
Jacek Caban | mshtml: Added nsIUploadStream implementation.
|
commit | commitdiff | tree |
2006-02-09 |
Jacek Caban | mshtml: Get rid of HTMLDocument_OnLoad and move its...
|
commit | commitdiff | tree |
2006-02-09 |
Jacek Caban | mshtml: Added wrapper of nsIChannel.
|
commit | commitdiff | tree |
2006-02-09 |
Jacek Caban | mshtml: Added wrapper of nsIURI interface.
|
commit | commitdiff | tree |
2006-02-09 |
Jacek Caban | mshtml: Better ns*String handling.
|
commit | commitdiff | tree |
2006-02-09 |
Jacek Caban | mshtml: Added wrapper of nsIOService.
|
commit | commitdiff | tree |
2006-02-08 |
Jacek Caban | shdocvw: Added IHlinkFrame stub implementation.
|
commit | commitdiff | tree |
2006-02-08 |
Jacek Caban | shdocvw: Includes clean up.
|
commit | commitdiff | tree |
2006-02-08 |
Jacek Caban | shdocvw: Remove IQuickActivate interface implementation...
|
commit | commitdiff | tree |
2006-02-08 |
Jacek Caban | urlmon.idl: Added BINDINFOF declaration.
|
commit | commitdiff | tree |
2006-01-26 |
Jacek Caban | shdocvw: Added client site's IDispatch stub implementation.
|
commit | commitdiff | tree |
2006-01-26 |
Jacek Caban | shdocvw: Added WebBrowser's IOleCommandTarget stub...
|
commit | commitdiff | tree |
2006-01-26 |
Jacek Caban | shdocvw: Added client site's IOleCommandTarget stub...
|
commit | commitdiff | tree |
2006-01-25 |
Jacek Caban | shdocvw: Added TranslateUrl implementation.
|
commit | commitdiff | tree |
2006-01-25 |
Jacek Caban | shdocvw: Store IDocHostUIHandler interface in the WebBrowser...
|
commit | commitdiff | tree |