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 |
Jacek Caban
|
6e72b2614a
|
hhctrl.ocx: Merge chm.h and webbrowser.h to hhctrl.h.
|
2007-02-23 12:09:44 +01:00 |
Jacek Caban
|
719bfaf4b0
|
hhctrl.ocx: Use mk as default protocol and code clean up.
|
2007-02-06 22:07:10 +01:00 |
Huw Davies
|
97e598b679
|
hhctrl.ocx: Don't fail if ole is already initialised.
|
2006-10-31 21:54:00 +01:00 |
Andrew Talbot
|
1572dbde2b
|
hhctrl.ocx: Remove duplicate HeapFree().
|
2006-10-31 11:46:43 +01:00 |
Alexandre Julliard
|
44e8ead5d0
|
hhctrl.ocx: Properly handle negative coordinates for mouse events.
|
2006-10-25 17:41:58 +02:00 |
Alexandre Julliard
|
9d5d7bff04
|
hhctrl.ocx: Make some functions static.
|
2006-08-02 22:02:25 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Mike McCormack
|
1006cfc8df
|
hhctrl.ocx: Fix a gcc 4.1 warning caused by a cast in a macro.
|
2006-03-03 13:18:56 +01:00 |