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
|
3fdcfe998f
|
- Zero the WBInfo struct to get rid of invalid pointers.
- Store object pointers in the WBInfo struct as they're created.
|
2005-09-14 19:16:13 +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 |
Kimmo Myllyvirta
|
264a33654a
|
Added Finnish resources.
|
2005-09-12 11:10:03 +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 |
Vincent Béron
|
7160af007c
|
Uniformize DllMain TRACEing across dlls.
|
2005-08-15 10:48:51 +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 |
Henning Gerhardt
|
bf0cb12bbc
|
Update German resource file.
|
2005-08-08 11:01:40 +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 |
Henning Gerhardt
|
9332f2bb56
|
Add German resourced for hhctrl.ocx.
|
2005-08-03 10:57:28 +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
|
7f66a3dc7f
|
Implement DllMain and store the Dll hinstance.
|
2005-08-02 14:35:56 +00:00 |
James Hawkins
|
8db2c26da8
|
Add beginnings of the Help viewer.
|
2005-08-01 09:21:53 +00:00 |
Robert Shearman
|
54160222a0
|
Rename MODULENAME_Dll* functions to Dll* for better consistency and
type checking.
|
2005-05-17 14:41:37 +00:00 |
Mike Hearn
|
759e1707e0
|
- Add text dumping of the requested command.
- Make the stub message appear for more commands.
|
2005-04-16 10:47:46 +00:00 |
Mike Hearn
|
f0d4fa0465
|
Only do unicode conversion in HTML Help control when filename is
specified.
|
2005-04-11 12:47:40 +00:00 |
Tom Wickline
|
5c38e1b561
|
Version resources cleanup.
|
2004-11-23 13:59:34 +00:00 |
Hans Leidekker
|
4b0f17c893
|
Add version information.
|
2004-11-08 20:26:45 +00:00 |
Jacek Caban
|
c396cdcc0a
|
- Added doWinMain stub
- Fixed htmlhelp.h
|
2004-10-08 20:49:09 +00:00 |
Jacek Caban
|
900c0e58ce
|
Added htmlhelp.h.
|
2004-09-16 19:05:49 +00:00 |
Stefan Leichter
|
560462a2d0
|
Added empty DllRegisterServer.
|
2004-08-23 18:50:54 +00:00 |
Uwe Bonnes
|
0e42073cd7
|
HeapAlloc for WSTR must allocate len* sizeof(WCHARS).
|
2004-06-30 18:17:07 +00:00 |
Mike Hearn
|
17d5e07ec6
|
Display more informative message when HtmlHelp stub is invoked, add
A/W conversion code, remove useless (and wrong) hungarian notation
from function prototypes.
|
2004-06-01 19:44:59 +00:00 |
Krzysztof Foltman
|
9bca690d6a
|
Added dummy hhctrl.ocx with stubs of HtmlHelpA and HtmlHelpW.
|
2004-04-22 03:45:00 +00:00 |