Commit Graph

14 Commits (033fd44aa12d7a57097617f9877d9a79120b3510)

Author SHA1 Message Date
Rob Shearman 602b58ba73 hhctl.ocx: Fix reference count leak in InPlace_OnPosRectChange.
Also compare the result of IOleObject_QueryInterface with S_OK instead
of using not operator so it is more clear what the code is doing.
2008-08-18 17:34:12 +02:00
Jacek Caban 97e5728d7a hhctrl.ocx: Fixed ref count handling in IOleClientSiteImpl. 2008-07-21 12:21:04 +02:00
Michael Stefaniuc 7e8d79fa3d hhctrl.ocx: Rename the wrappers around HeapAlloc() &Co to use the standard names. 2007-12-10 12:03:55 +01:00
Jacek Caban bf34ca2d03 hhctrl.ocx: Fixed releasing web browser object. 2007-02-28 14:03:44 +01:00
Jacek Caban 24c13b9f8d hhctrl.ocx: Merge WBInfo to HHInfo. 2007-02-28 14:03:44 +01:00
Jacek Caban 07ba45775c hhctrl.ocx: Use wrappers of memory allocation functions. 2007-02-23 12:10:43 +01:00
Jacek Caban 6e72b2614a hhctrl.ocx: Merge chm.h and webbrowser.h to hhctrl.h. 2007-02-23 12:09:44 +01:00
Jacek Caban 719bfaf4b0 hhctrl.ocx: Use mk as default protocol and code clean up. 2007-02-06 22:07:10 +01:00
Jacek Caban f9a7886121 hhctrl.ocx: Use SetWindowRects to set WebBrowser's size. 2007-02-06 22:07:03 +01:00
Jacek Caban 8baee578cc hhctrl.ocx: Remove useless SetHostNames call. 2007-02-06 22:06:57 +01:00
Andrew Talbot 10334ed041 hhctrl.ocx: Remove unused variable. 2007-01-09 12:03:27 +01:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
James Hawkins 3fdcfe998f - Zero the WBInfo struct to get rid of invalid pointers.
- Store object pointers in the WBInfo struct as they're created.
2005-09-14 19:16:13 +00:00
James Hawkins 3e507e3ca5 - Add the WebBrowser implementation.
- Load the default Url in the HTML Pane.
2005-09-13 10:32:47 +00:00