Commit Graph

76 Commits (62c8c143c46c4b8cd8a1c0042a859832b2bd43f9)

Author SHA1 Message Date
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
Jacek Caban 1a2456cc4c hhctrl.ocx: Move more code from doWinMain. 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 5a01e1020d hhctrl.ocx: Store whole HH_WINTYPEW struct in HHInfo, not its pointer. 2007-02-28 14:03:44 +01:00
Jacek Caban ac2886b516 hhctrl.ocx: Move hhctrl_hinstance to hhctrl.h. 2007-02-28 14:03:44 +01:00
Jacek Caban 1711c3a5c4 hhctrl.ocx: Handle memory allocation in OpenCHM and CloseCHM. 2007-02-23 12:13:46 +01:00
Jacek Caban 976f2db58d hhctrl.ocx: Move HH_OpenCHM implementation to HH_Open. 2007-02-23 12:13:35 +01:00
Jacek Caban 0262fb5489 hhctrl.ocx: Use hhctrl.ocx's HINSTANCE. 2007-02-23 12:13:25 +01:00
Jacek Caban 07ba45775c hhctrl.ocx: Use wrappers of memory allocation functions. 2007-02-23 12:10:43 +01:00
Jacek Caban 9a20d35cc8 hhctrl.ocx: Declare strdupAtoW in hhctrl.h and use it instead of duplicated *ANSIToUnicode. 2007-02-23 12:10:13 +01:00