2006-04-21 |
Jacek Caban | shdocvw: Don't create IE default window in embedding... |
tree | commitdiff |
2006-04-21 |
Jacek Caban | shdocvw: Use InternetExplorer object in create_ie_window. |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Added InternetExplorer::Navigate2 implementation. |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Move create_doc_view_hwnd call to navigate_url. |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Register InternetExplorer class factory in... |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Added InternetExplorer::put_Visible implementa... |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Move IEWinMain to iexplore.c. |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Added beginning InternetExplorer implementation. |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Move DllGetClassObject implementation to facto... |
tree | commitdiff |
2006-04-20 |
Jacek Caban | shdocvw: Move more initialization code to DocHost_Init. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Use DocHost, not WebBrowser, in navigate_url. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Use DocHost, not WebBrowser, in Shell DocObjec... |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move connection points to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Use Dochost, not WebBrowser, in deactivate_doc... |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Get rid of WebBrowser dependency in DocHost... |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleInPlaceFrame to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IServiceProvider to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IDispatch to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleCommandTarget to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleDocumentSite to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IDocHostUIHandler to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleInPlaceSite to DocHost object. |
tree | commitdiff |
2006-04-18 |
Jacek Caban | shdocvw: Move IOleClientSite to new DocHost object... |
tree | commitdiff |
2006-04-14 |
Jacek Caban | shdocvw: Added Top, Left, Height and Width properties... |
tree | commitdiff |
2006-04-14 |
Jacek Caban | shdocvw: Store IOleInPlaceSite in WebBrowser object. |
tree | commitdiff |
2006-04-14 |
Jacek Caban | shdocvw: Update pos_rect and clip_rect in SetObjectRects. |
tree | commitdiff |
2006-04-14 |
Jacek Caban | shdocvw: Better window handling. |
tree | commitdiff |
2006-04-12 |
Jacek Caban | shdocvw: Use GetClientRect, not GetWindowRect in create... |
tree | commitdiff |
2006-04-12 |
Mike McCormack | shdocvw: Register iexplore.exe as a COM local server. |
tree | commitdiff |
2006-04-11 |
Mike McCormack | shdocvw: Move the private class factory declaration... |
tree | commitdiff |
2006-04-10 |
Dmitry Timoshkov | shdocvw: Constify IExplore OLE vtables. |
tree | commitdiff |
2006-04-10 |
Jacek Caban | shdocvw: Set active document of both frame and doc... |
tree | commitdiff |
2006-04-10 |
Jacek Caban | shdocvw: Use IOleInPlaceObjectWindowless interface... |
tree | commitdiff |
2006-04-07 |
Mike McCormack | shdocvw: Implement IEWinMain using a simple window... |
tree | commitdiff |
2006-04-06 |
Mike McCormack | shdocvw: Forward IWebBrowser2::Navigate calls to :... |
tree | commitdiff |
2006-04-05 |
Mike McCormack | shdocvw: Stub implementation of IEWinMain. |
tree | commitdiff |
2006-03-15 |
András Kovács | shdocvw: Added Hungarian translation. |
tree | commitdiff |
2006-03-06 |
Jacek Caban | shdocvw: Added get_LocationURL implementation. |
tree | commitdiff |
2006-03-06 |
Jacek Caban | shdocvw: Beginning ShowContextMenu implementation. |
tree | commitdiff |
2006-03-02 |
Jacek Caban | shdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWIN... |
tree | commitdiff |
2006-02-21 |
Jacek Caban | shdocvw: Added correct implementation of IProvideClassI... |
tree | commitdiff |
2006-02-20 |
Jacek Caban | shdocvw: Change FIXMEs to TRACE in IDispatch's methods... |
tree | commitdiff |
2006-02-16 |
Jacek Caban | shdocvw: Unaccess post data only if we've accessed... |
tree | commitdiff |
2006-02-15 |
Eric Pouech | shdocvw: Implemented a couple of forwards to shlwapi. |
tree | commitdiff |
2006-02-15 |
Jacek Caban | shdocvw: Added client site's IServiceProvider interface. |
tree | commitdiff |
2006-02-15 |
Jacek Caban | shdocvw: Navigate2 rewrite. |
tree | commitdiff |
2006-02-15 |
Jacek Caban | shdocvw: Added beginning IHlinkFrame::Navigate implemen... |
tree | commitdiff |
2006-02-10 |
Robert Shearman | Return the correct error code from IConnectionPointCont... |
tree | commitdiff |
2006-02-08 |
Jacek Caban | shdocvw: Added IHlinkFrame stub implementation. |
tree | commitdiff |
2006-02-08 |
Jacek Caban | shdocvw: Includes clean up. |
tree | commitdiff |
2006-02-08 |
Jacek Caban | shdocvw: Remove IQuickActivate interface implementation... |
tree | commitdiff |
2006-02-06 |
Eric Pouech | Fixes for missing prototypes warnings. |
tree | commitdiff |
2006-02-06 |
Fatih Aşıcı | shdocvw: Turkish translation. |
tree | commitdiff |
2006-01-26 |
Jacek Caban | shdocvw: Added client site's IDispatch stub implementation. |
tree | commitdiff |
2006-01-26 |
Jacek Caban | shdocvw: Added WebBrowser's IOleCommandTarget stub... |
tree | commitdiff |
2006-01-26 |
Jacek Caban | shdocvw: Added client site's IOleCommandTarget stub... |
tree | commitdiff |
2006-01-25 |
Jacek Caban | shdocvw: Added TranslateUrl implementation. |
tree | commitdiff |
2006-01-25 |
Jacek Caban | shdocvw: Store IDocHostUIHandler interface in the WebBr... |
tree | commitdiff |
2006-01-20 |
Jacek Caban | shdocvw: Added GetWindow implementation. |
tree | commitdiff |
2006-01-18 |
Jacek Caban | shdocvw: Deactivate document in SetClientSite if Client... |
tree | commitdiff |
2005-12-06 |
Jacek Caban | shdocvw: Added get_Document implementation. |
tree | commitdiff |
2005-12-02 |
Jacek Caban | Sync the WebBrowser's window size with document's window. |
tree | commitdiff |
2005-12-02 |
Jacek Caban | Use sink in navigate_complete instead of ClientSite... |
tree | commitdiff |
2005-12-02 |
Jacek Caban | Added implementation of IConnectionPoint::Advise and... |
tree | commitdiff |
2005-12-02 |
Jacek Caban | Sync window sizes. |
tree | commitdiff |
2005-12-01 |
Jacek Caban | Added implementation of OLEIVERB_SHOW in DoVerb. |
tree | commitdiff |
2005-12-01 |
Jacek Caban | Added IOleInPlaceActiveObject stub implementation. |
tree | commitdiff |
2005-12-01 |
Jacek Caban | Added SetObjectRects implementation. |
tree | commitdiff |
2005-12-01 |
Jacek Caban | Return S_OK in [On|Can]InPlaceActivate. |
tree | commitdiff |
2005-11-28 |
Jacek Caban | Activate document object. |
tree | commitdiff |
2005-11-28 |
Jacek Caban | Added GetOverrideKeyPath and GetOptionKeyPath implement... |
tree | commitdiff |
2005-11-28 |
Jacek Caban | Added IOleDocumentSite implementation. |
tree | commitdiff |
2005-11-28 |
Jacek Caban | Better windows handling. |
tree | commitdiff |
2005-11-28 |
Jacek Caban | Added implementation of GetWindowContext. |
tree | commitdiff |
2005-11-28 |
Jacek Caban | Don't crash when parameters of Navigate2 are NULL. |
tree | commitdiff |
2005-11-26 |
Alexandre Julliard | Renamed all .cvsignore files to .gitignore. |
tree | commitdiff |
2005-11-22 |
Jacek Caban | Create window in SetClientSite and return it in |
tree | commitdiff |
2005-11-21 |
Jacek Caban | Added GetHostInfo implementation. |
tree | commitdiff |
2005-11-18 |
YunSong Hwang | Update Korean translations. |
tree | commitdiff |
2005-11-18 |
Jacek Caban | Free ConnectionPoint objects (fix memory leak). |
tree | commitdiff |
2005-11-17 |
Jacek Caban | Improve IConnectionPoint handling. |
tree | commitdiff |
2005-11-17 |
Jacek Caban | Added stub implementation of IDocHostUIHandler. |
tree | commitdiff |
2005-11-16 |
Jacek Caban | Added OLEIVERB_INPLACEACTIVATE implementation in IOleOb... |
tree | commitdiff |
2005-11-16 |
Jacek Caban | Added IOleInPlaceSite stub implementation. |
tree | commitdiff |
2005-11-15 |
Jacek Caban | Beginning implementation of Navigate2. |
tree | commitdiff |
2005-11-14 |
YunSong Hwang | Add Korean translations. |
tree | commitdiff |
2005-11-12 |
Jacek Caban | Added IViewObject2 stub implementation. |
tree | commitdiff |
2005-11-08 |
Michael Jung | Support for shell instance objects. |
tree | commitdiff |
2005-10-31 |
Michael Jung | Only return SHDOCVW_ClassFactory if asked for CLSID_Web... |
tree | commitdiff |
2005-10-31 |
Michael Jung | Added initial tests for shdocvw's FolderShortcut related |
tree | commitdiff |
2005-10-20 |
Alexandre Julliard | Fixed a handle leak. |
tree | commitdiff |
2005-10-20 |
Vincent Béron | Allow file:/// protocol to be used to download the... |
tree | commitdiff |
2005-10-20 |
Vincent Béron | Remove tempfile used to download Mozilla ActiveX contro... |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-26 |
Alexander N. Sørnes | Added Norwegian translations. |
tree | commitdiff |
2005-09-19 |
Milko Krachounov | Bulgarian resources for mpr, msi, user, commdlg, oleaut... |
tree | commitdiff |
2005-09-19 |
Alexandre Julliard | Take into account -noname functions when checking for... |
tree | commitdiff |
2005-09-16 |
Jacek Caban | Added SetClientSite implementation. |
tree | commitdiff |
2005-09-12 |
Jacek Caban | Added IWebBrowser2 stub implementation. |
tree | commitdiff |
2005-09-12 |
Kimmo Myllyvirta | Added Finnish resources. |
tree | commitdiff |
next |