hhctrl.ocx: Remove a stray heap_alloc(0) (Smatch).
[wine] / dlls / hhctrl.ocx / help.c
2010-02-10  Michael Stefaniuchhctrl.ocx: Use the SendMessage instead of ListView_Get...
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: Allow ListView navigation with the Return...
2010-01-29  Erich Hooverhhctrl.ocx: Fix a NULL dereference mistake in the Conte...
2010-01-29  Erich Hooverhhctrl.ocx: Fix a double-click bug in the Contents...
2010-01-28  Erich Hooverhhctrl.ocx: Handle Index tab sub-topics.
2010-01-28  Erich Hooverhhctrl.ocx: Make the Index tab functional.
2010-01-27  Erich Hooverhhctrl.ocx: Add a ListView for the Index tab.
2009-08-11  Vladimir Pankratovhhctrl.ocx: Handle NULL param.
2009-08-07  Vincent Povirkhhctrl.ocx: Ensure that the topic within MSITStore...
2008-10-02  Jeff Zaroykohhctrl.ocx: Always set WS_OVERLAPPEDWINDOW.
2008-08-18  Rob Shearmanhhctrl.ocx: Nul-terminate url_indicator constant in...
2008-07-11  Andrew Talbothhctrl.ocx: Remove unneeded address-of operator from...
2008-04-17  Hin-Tak Leunghhctrl.ocx: Look up in chm if url doesn't contain ...
2008-04-09  Tomasz Jezierskihhctrl.ocx: Fix for writing outside allocated memory...
2008-03-11  Christopher Berneruser32: Make LoadStringW pass tests.
2008-02-15  Rob Shearmanhhctrl.ocx: Fix the character count passed to GetFullPa...
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-05  Michael Stefaniuchhctrl.ocx: Fix a format warning.
2007-03-05  Jacek Cabanhhctrl.ocx: Try to build URL with full path if navigati...
2007-02-28  Jacek Cabanhhctrl.ocx: Added handling of topic selection.
2007-02-28  Jacek Cabanhhctrl.ocx: Added hhc parser.
2007-02-28  Jacek Cabanhhctrl.ocx: Added content tab window.
2007-02-28  Jacek Cabanhhctrl.ocx: Added code for handling tabs.
2007-02-28  Jacek Cabanhhctrl.ocx: Resize tab control in Child's WM_SIZE handler.
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: Release HHInfo on WM_CLOSE message.
2007-02-28  Jacek Cabanhhctrl.ocx: Clean up Help_WndProc.
2007-02-28  Jacek Cabanhhctrl.ocx: Remove redundant casts.
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: Store whole HH_WINTYPEW struct in 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: Move HH_OpenCHM implementation to HH_Open.
2007-02-23  Jacek Cabanhhctrl.ocx: Use hhctrl.ocx's HINSTANCE.
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.
2007-02-06  Jacek Cabanhhctrl.ocx: Use mk as default protocol and code clean up.
2006-10-31  Huw Davieshhctrl.ocx: Don't fail if ole is already initialised.
2006-10-31  Andrew Talbothhctrl.ocx: Remove duplicate HeapFree().
2006-10-25  Alexandre Julliardhhctrl.ocx: Properly handle negative coordinates for...
2006-08-02  Alexandre Julliardhhctrl.ocx: Make some functions static.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-03  Mike McCormackhhctrl.ocx: Fix a gcc 4.1 warning caused by a cast...
2005-09-28  James Hawkins- Store the HHInfo struct in the SizeBar hwnd.
2005-09-25  James HawkinsCorrectly resize the child windows.
2005-09-21  James HawkinsAdd the SizeBar.
2005-09-20  James HawkinsCorrectly draw the navigation pane.
2005-09-19  James HawkinsAdd initial toolbar button handling.
2005-09-19  James HawkinsCheck for an empty string not a NULL pointer.
2005-09-15  James HawkinsEmbed the browser object in the HTML window. Spotted...
2005-09-13  James Hawkins- Add the WebBrowser implementation.
2005-09-07  James HawkinsCall CHM_CloseCHM to avoid a memory leak.
2005-09-06  James Hawkins- Add the CHM Utility API.
2005-08-15  James HawkinsHandle resizing the help viewer window.
2005-08-15  James Hawkins- Paint spacing around the tab control.
2005-08-08  James Hawkins- Don't keep track of the number of TB buttons.
2005-08-03  James HawkinsFree the allocated command line string.
2005-08-03  James HawkinsAdd a tab control to the navigation pane.
2005-08-03  James Hawkins- Add the HH Child window class.
2005-08-02  James Hawkins- Add the toolbar to the viewer window.
2005-08-01  James HawkinsAdd beginnings of the Help viewer.