Commit Graph

39 Commits

Author SHA1 Message Date
Erich Hoover
d39801bef3 hhctrl.ocx: Create a special structure for holding non-const unicode strings. 2012-08-30 19:19:52 +02:00
Erich Hoover
494936452a hhctrl.ocx: Centralize merging HH_WINTYPE data. 2012-08-16 12:24:36 +02:00
Erich Hoover
2686b9b588 hhctrl.ocx: Permit WS_CHILD help windows. 2012-07-16 18:14:25 +02:00
Erich Hoover
97bcef997f hhctrl.ocx: Implement HH_CLOSE_ALL. 2012-07-16 18:14:08 +02:00
Erich Hoover
43ecfe036e hhctrl.ocx: Use document title for subtopics in the index. 2012-06-28 11:21:12 +02:00
Erich Hoover
fc413c70a5 hhctrl.ocx: Add icons for the table of contents TreeView control. 2012-06-25 11:06:21 +02:00
Erich Hoover
a02ad10f99 hhctrl.ocx: Add support for the CHM code page. 2012-06-22 14:09:49 +02:00
Erich Hoover
9033b14438 hhctrl.ocx: Add HTML to Unicode decoding capability to the table of contents. 2012-06-22 14:09:48 +02:00
Erich Hoover
4c908dd8da hhctrl.ocx: Fix searching for Index and TOC file. 2012-02-09 10:02:28 -06:00
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
Aric Stewart
3414d0ea0e hhctrl.ocx: Improve parsing of incoming file specs to HtmlHelp. 2011-06-29 14:22:38 -05:00
Marcus Meissner
3d6e7a4cd1 hhctrl.ocx: Mark internal symbols with hidden visibility. 2011-05-19 10:05:37 +02:00
Owen Rudge
16b35e00ed hhctrl.ocx: Implement Sync button functionality. 2011-01-18 12:37:08 +01:00
Erich Hoover
037d58c4f6 hhctrl.ocx: Add support for the print button using IWebBrowser_ExecWB. 2011-01-17 15:52:15 +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
4dc019a41f hhctrl.ocx: Support HTML Help having indented Index tab items. 2010-02-08 17:14:44 +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
Hans Leidekker
abad7f4f76 hhctrl.ocx: Don't leak the CHM filename. 2009-07-01 13:12:17 +02:00
Detlef Riekenberg
9593c9e6f5 dlls: Do not use __WINE_ALLOC_SIZE between void and *. 2008-09-19 11:41:25 +02:00
Marcus Meissner
96412ee564 Annotate with allocation size attribute. 2008-09-05 11:22:26 +02:00
Hin-Tak Leung
cf5e6bcec9 hhctrl.ocx: Implement more navigation of chm to TOC, default topic and specific title. 2008-03-27 12:46:10 +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
Jacek Caban
abe3428f8b hhctrl.ocx: Store full chm paths to solve problems with relative paths. 2007-03-01 20:42:50 +01:00
Jacek Caban
cdb67b28f8 hhctrl.ocx: Added hhc parser. 2007-02-28 14:12:32 +01:00
Jacek Caban
0ecadffb9d hhctrl.ocx: Added code for handling tabs. 2007-02-28 14:09:39 +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
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
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
e717dcc8fa hhctrl.ocx: Rewrite reading strings from #STRINGS section. 2007-02-23 12:13:21 +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
Jacek Caban
6e72b2614a hhctrl.ocx: Merge chm.h and webbrowser.h to hhctrl.h. 2007-02-23 12:09:44 +01:00