Module: wine Branch: refs/heads/master Commit: 5f009f2540759d767f4fa696d855edfd21bc3dcd URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=5f009f2540759d767f4fa696...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Mar 27 21:02:28 2006 +0200
mshtml: Added tooltip implementation.
---
dlls/mshtml/htmldoc.c | 4 + dlls/mshtml/mshtml_private.h | 23 ++++-- dlls/mshtml/nsembed.c | 172 +++++++++++++++++++++++++++++++++++++++++- dlls/mshtml/nsiface.idl | 51 ++++++++++++ dlls/mshtml/nsservice.c | 114 ++++++++++++++++++++++++++++ dlls/mshtml/view.c | 83 ++++++++++++++++++++ 6 files changed, 435 insertions(+), 12 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=5f009f2540759d767f4f...