Commit Graph

85 Commits

Author SHA1 Message Date
Erich Hoover 3228b4d1c3 hhctrl.ocx: Use the correct values for current_tab when some tabs are disabled. 2011-09-28 11:00:15 +02:00
Erich Hoover 442343a3db hhctrl.ocx: Use separate icons for 'Hide' and 'Show' toolbar buttons based on the HIST_VIEWTREE icon. 2011-09-27 18:13:15 +02:00
Erich Hoover 54bb7bc51d hhctrl.ocx: Use a modified (two color) refresh icon for the 'Sync' toolbar button. 2011-09-27 18:13:02 +02:00
Erich Hoover 1cabe30183 hhctrl.ocx: Use the STD_PROPERTIES icon for the 'Options' toolbar button. 2011-09-27 18:11:06 +02:00
Francois Gouget 083abe3fe9 hhctrl.ocx: Issue a fixme if asked for unsupported toolbar buttons. 2011-09-01 18:06:39 +02:00
Francois Gouget c103d6d207 hhctrl.ocx: Don't show unimplemented buttons. 2011-08-31 19:43:08 +02:00
André Hentschel 35103290ca hhcrtl.ocx: Resize search tab too. 2011-04-19 18:29:24 +02:00
Francois Gouget f814b5af68 hhctrl.ocx: Make AppendFullPathURL() static. 2011-03-16 14:14:24 +01:00
Akihiro Sagawa e7efd148a8 hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly. 2011-02-28 13:15:23 +01:00
Erich Hoover 1115e32070 hhctrl.ocx: Add some private toolbar bitmaps (copied from shdocvw). 2011-01-21 12:21:00 +01:00
Erich Hoover d127f0087a hhctrl.ocx: Add better bitmaps for some toolbar buttons. 2011-01-21 12:17:50 +01:00
Alexandre Julliard d38571a67a hhctrl: Don't use an extended menu. 2011-01-19 23:50:50 +01:00
Owen Rudge 27048ce116 hhctrl.ocx: Implement pop-up menu for Options button. 2011-01-18 13:22:44 +01:00
Owen Rudge 16b35e00ed hhctrl.ocx: Implement Sync button functionality. 2011-01-18 12:37:08 +01:00
Owen Rudge deda1b2c4e hhctrl.ocx: Implement Show/Hide functionality. 2011-01-18 12:37:00 +01:00
Erich Hoover 037d58c4f6 hhctrl.ocx: Add support for the print button using IWebBrowser_ExecWB. 2011-01-17 15:52:15 +01:00
Dmitry Timoshkov a314027b42 hhctrl.ocx: If a CHM file reports window dimensions and title but doesn't really set them use default values. 2010-06-01 11:05:16 +02:00
Michael Stefaniuc 968f214772 hhctrl.ocx: Use the SendMessage instead of ListView_GetItem.
SendMessage() is more explicit and also gets rid of three gcc -Wextra
  warning: value computed is not used
2010-02-10 11:33:57 +01:00
Erich Hoover cff5f60d3e hhctrl.ocx: Add Search capability. 2010-02-08 17:14:44 +01:00
Erich Hoover 796c4dec7f hhctrl.ocx: Add widgets for the Search tab. 2010-02-08 17:14:44 +01:00
Erich Hoover 6ab9812450 hhctrl.ocx: Allow ListView navigation with the Return/Enter key. 2010-02-08 17:14:44 +01:00
Erich Hoover 425c30f544 hhctrl.ocx: Fix a NULL dereference mistake in the Contents tab. 2010-01-29 17:26:46 +01:00
Erich Hoover 3a824542a5 hhctrl.ocx: Fix a double-click bug in the Contents tab introduced by the Index tab code. 2010-01-29 17:26:06 +01:00
Erich Hoover 6ae7fe659e hhctrl.ocx: Handle Index tab sub-topics. 2010-01-28 11:58:46 +01:00
Erich Hoover 50f67cbab1 hhctrl.ocx: Make the Index tab functional. 2010-01-28 11:58:33 +01:00
Erich Hoover d3bd40d627 hhctrl.ocx: Add a ListView for the Index tab. 2010-01-27 18:46:09 +01:00
Vladimir Pankratov 01128fa35b hhctrl.ocx: Handle NULL param. 2009-08-11 17:29:30 +02:00
Vincent Povirk c689451cd1 hhctrl.ocx: Ensure that the topic within MSITStore url's begins with /. 2009-08-07 15:27:18 +02:00
Jeff Zaroyko 8595ffadd9 hhctrl.ocx: Always set WS_OVERLAPPEDWINDOW. 2008-10-02 10:28:53 -05:00
Rob Shearman 89b479c8ec hhctrl.ocx: Nul-terminate url_indicator constant in NavigateToUrl. 2008-08-18 17:34:13 +02:00
Andrew Talbot ab6d29eb5d hhctrl.ocx: Remove unneeded address-of operator from array name. 2008-07-11 13:58:55 +02:00
Hin-Tak Leung 8988ab8f8d hhctrl.ocx: Look up in chm if url doesn't contain "://". 2008-04-17 12:37:40 +02:00
Tomasz Jezierski 0b64b866a4 hhctrl.ocx: Fix for writing outside allocated memory in HH_AddToolbar. 2008-04-09 21:02:15 +02:00
Christopher Berner 9978cc9c56 user32: Make LoadStringW pass tests. 2008-03-11 15:30:15 +01:00
Rob Shearman cedf6308aa hhctrl.ocx: Fix the character count passed to GetFullPathNameW in OpenCHM and NavigateToChm. 2008-02-15 11:04:04 +01:00
Alexandre Julliard 7293f00d9d hhctrl.ocx: Store a copy of the string pointers to enable freeing them without casting away const. 2007-12-13 14:30:40 +01: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
Michael Stefaniuc eff5b13043 hhctrl.ocx: Fix a format warning. 2007-03-05 16:43:26 +01:00
Jacek Caban aa1b38c51d hhctrl.ocx: Try to build URL with full path if navigation to URL fails. 2007-03-05 12:07:06 +01:00
Jacek Caban f1919c6106 hhctrl.ocx: Added handling of topic selection. 2007-02-28 14:12:45 +01:00
Jacek Caban cdb67b28f8 hhctrl.ocx: Added hhc parser. 2007-02-28 14:12:32 +01:00
Jacek Caban 6b68e8d606 hhctrl.ocx: Added content tab window. 2007-02-28 14:09:59 +01:00
Jacek Caban 0ecadffb9d hhctrl.ocx: Added code for handling tabs. 2007-02-28 14:09:39 +01:00
Jacek Caban c6774f75f5 hhctrl.ocx: Resize tab control in Child's WM_SIZE handler. 2007-02-28 14:09:00 +01:00
Jacek Caban 736ef403a9 hhctrl.ocx: Added HH_HELP_CONTEXT implementation. 2007-02-28 14:03:45 +01:00
Jacek Caban 90fcc09d92 hhctrl.ocx: Call PostQuitMessage only in hh.exe process. 2007-02-28 14:03:45 +01:00
Jacek Caban ae9c043d87 hhctrl.ocx: Release HHInfo on WM_CLOSE message. 2007-02-28 14:03:45 +01:00
Jacek Caban 803cf4f40c hhctrl.ocx: Clean up Help_WndProc. 2007-02-28 14:03:44 +01:00
Jacek Caban 74fffe66e4 hhctrl.ocx: Remove redundant casts. 2007-02-28 14:03:44 +01:00
Jacek Caban e0b952b436 hhctrl.ocx: Move doWinMain to hhctrl.c. 2007-02-28 14:03:44 +01:00