winemac.drv: Implement GetMonitorInfo.
[wine] / dlls / hhctrl.ocx / hhctrl.h
2012-10-04  Erich Hooverhhctrl.ocx: Recognize the embedded window name for...
2012-09-05  Erich Hooverhhctrl.ocx: Resize the window when HH_SET_WIN_TYPE...
2012-09-04  Erich Hooverhhctrl.ocx: Implement HH_GET_WIN_TYPE.
2012-08-31  Erich Hooverhhctrl.ocx: Implement HH_SET_WIN_TYPE.
2012-08-30  Erich Hooverhhctrl.ocx: Create a special structure for holding...
2012-08-16  Erich Hooverhhctrl.ocx: Centralize merging HH_WINTYPE data.
2012-07-16  Erich Hooverhhctrl.ocx: Permit WS_CHILD help windows.
2012-07-16  Erich Hooverhhctrl.ocx: Implement HH_CLOSE_ALL.
2012-06-28  Erich Hooverhhctrl.ocx: Use document title for subtopics in the...
2012-06-25  Erich Hooverhhctrl.ocx: Add icons for the table of contents TreeVie...
2012-06-22  Erich Hooverhhctrl.ocx: Add support for the CHM code page.
2012-06-22  Erich Hooverhhctrl.ocx: Add HTML to Unicode decoding capability...
2012-02-09  Erich Hooverhhctrl.ocx: Fix searching for Index and TOC file.
2011-09-28  Erich Hooverhhctrl.ocx: Use the correct values for current_tab...
2011-06-29  Aric Stewarthhctrl.ocx: Improve parsing of incoming file specs...
2011-05-19  Marcus Meissnerhhctrl.ocx: Mark internal symbols with hidden visibility.
2011-01-18  Owen Rudgehhctrl.ocx: Implement Sync button functionality.
2011-01-17  Erich Hooverhhctrl.ocx: Add support for the print button using...
2010-02-08  Erich Hooverhhctrl.ocx: Add Search capability.
2010-02-08  Erich Hooverhhctrl.ocx: Add widgets for the Search tab.
2010-02-08  Erich Hooverhhctrl.ocx: Support HTML Help having indented Index...
2010-01-28  Erich Hooverhhctrl.ocx: Handle Index tab sub-topics.
2010-01-28  Erich Hooverhhctrl.ocx: Make the Index tab functional.
2009-07-01  Hans Leidekkerhhctrl.ocx: Don't leak the CHM filename.
2008-09-19  Detlef Riekenbergdlls: Do not use __WINE_ALLOC_SIZE between void and *.
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-03-27  Hin-Tak Leunghhctrl.ocx: Implement more navigation of chm to TOC...
2007-12-13  Alexandre Julliardhhctrl.ocx: Store a copy of the string pointers to...
2007-12-10  Michael Stefaniuchhctrl.ocx: Rename the wrappers around HeapAlloc()...
2007-03-01  Jacek Cabanhhctrl.ocx: Store full chm paths to solve problems...
2007-02-28  Jacek Cabanhhctrl.ocx: Added hhc parser.
2007-02-28  Jacek Cabanhhctrl.ocx: Added code for handling tabs.
2007-02-28  Jacek Cabanhhctrl.ocx: Added HH_HELP_CONTEXT implementation.
2007-02-28  Jacek Cabanhhctrl.ocx: Call PostQuitMessage only in hh.exe process.
2007-02-28  Jacek Cabanhhctrl.ocx: Move doWinMain to hhctrl.c.
2007-02-28  Jacek Cabanhhctrl.ocx: Move more code from doWinMain.
2007-02-28  Jacek Cabanhhctrl.ocx: Merge WBInfo to HHInfo.
2007-02-28  Jacek Cabanhhctrl.ocx: Move hhctrl_hinstance to hhctrl.h.
2007-02-23  Jacek Cabanhhctrl.ocx: Handle memory allocation in OpenCHM and...
2007-02-23  Jacek Cabanhhctrl.ocx: Rewrite reading strings from #STRINGS section.
2007-02-23  Jacek Cabanhhctrl.ocx: Use wrappers of memory allocation functions.
2007-02-23  Jacek Cabanhhctrl.ocx: Declare strdupAtoW in hhctrl.h and use...
2007-02-23  Jacek Cabanhhctrl.ocx: Merge chm.h and webbrowser.h to hhctrl.h.