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 |
James Hawkins
|
6f4977d96f
|
- Store the HHInfo struct in the SizeBar hwnd.
- Set the default navigation pane width if no width provided.
- Handle dragging of the SizeBar.
|
2005-09-28 10:16:02 +00:00 |
James Hawkins
|
240e7624c6
|
Correctly resize the child windows.
|
2005-09-25 15:17:42 +00:00 |
James Hawkins
|
6a09a4f890
|
Add the SizeBar.
|
2005-09-21 11:42:41 +00:00 |
James Hawkins
|
2a4cbe02e5
|
Correctly draw the navigation pane.
|
2005-09-20 12:00:46 +00:00 |
James Hawkins
|
5d5de034ce
|
Add initial toolbar button handling.
|
2005-09-19 15:25:18 +00:00 |
James Hawkins
|
13ee51e236
|
Check for an empty string not a NULL pointer.
|
2005-09-19 14:31:45 +00:00 |
James Hawkins
|
ec821b698b
|
Embed the browser object in the HTML window. Spotted by Jacek Caban.
|
2005-09-15 09:31:28 +00:00 |
James Hawkins
|
3e507e3ca5
|
- Add the WebBrowser implementation.
- Load the default Url in the HTML Pane.
|
2005-09-13 10:32:47 +00:00 |
James Hawkins
|
fa1dca30a1
|
Call CHM_CloseCHM to avoid a memory leak.
|
2005-09-07 09:24:27 +00:00 |
James Hawkins
|
e9ce57739d
|
- Add the CHM Utility API.
- Load help window values from the CHM file.
|
2005-09-06 09:20:42 +00:00 |
James Hawkins
|
756d8e17cf
|
Handle resizing the help viewer window.
|
2005-08-15 10:21:56 +00:00 |
James Hawkins
|
33eb060b94
|
- Paint spacing around the tab control.
- Use COLOR_MENU to standardize the colors of the viewer.
|
2005-08-15 09:40:24 +00:00 |
James Hawkins
|
87ba2ef310
|
- Don't keep track of the number of TB buttons.
- Call the W version of SetWindowLongPtr.
|
2005-08-08 11:01:31 +00:00 |
James Hawkins
|
6672d2680c
|
Free the allocated command line string.
|
2005-08-03 12:34:03 +00:00 |
James Hawkins
|
90bb481c0c
|
Add a tab control to the navigation pane.
|
2005-08-03 11:46:52 +00:00 |
James Hawkins
|
eece303c9a
|
- Add the HH Child window class.
- Create the Navigation and HTML panes as HH Child windows.
|
2005-08-03 10:56:55 +00:00 |
James Hawkins
|
3e00dec827
|
- Add the toolbar to the viewer window.
- Load the toolbar button text from the resource file.
|
2005-08-02 14:55:11 +00:00 |
James Hawkins
|
8db2c26da8
|
Add beginnings of the Help viewer.
|
2005-08-01 09:21:53 +00:00 |