Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Michael Stefaniuc
|
fb5ef1c6c6
|
hhctrl.ocx: Add the Romanian translation.
Translation by Claudia Cotună.
|
2010-06-23 15:26:48 +02:00 |
Akihiro Sagawa
|
ef137aab62
|
hhctrl.ocx: Add Japanese translation.
|
2010-06-21 11:46:24 +02:00 |
Luca Bennati
|
7a5058b505
|
hhctrl.ocx: Add Italian translation.
|
2010-05-31 12:14:29 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
José Manuel Ferrer Ortiz
|
a4761f6fdf
|
hhctrl.ocx: New Spanish translations.
|
2010-02-15 12:47:08 +01:00 |
Erich Hoover
|
cff5f60d3e
|
hhctrl.ocx: Add Search capability.
|
2010-02-08 17:14:44 +01:00 |
Igor Paliychuk
|
16ff05f8ab
|
hhctrl.ocx: Add Ukrainian translations.
|
2010-01-28 12:16:48 +01:00 |
Erich Hoover
|
50f67cbab1
|
hhctrl.ocx: Make the Index tab functional.
|
2010-01-28 11:58:33 +01:00 |
Erich Hoover
|
5912b0c92f
|
hhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab.
|
2010-01-28 11:58:11 +01:00 |
Michael Stefaniuc
|
46e5df5cb2
|
hhctrl.ocx: Build language resource files separately.
Do not include them from an other rc file.
|
2009-07-01 11:42:34 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +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
|
5faa1f6b1e
|
hhctrl.ocx: Move DllMain to hhctrl.c.
|
2007-02-23 12:10:33 +01:00 |
Michael Stefaniuc
|
84473e5bfc
|
hhctrl.ocx: Win64 printf format warning fixes.
|
2006-10-04 09:59:00 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
9ca8a86914
|
Link against libwine_unicode everywhere we use Unicode functions.
|
2006-05-24 18:05:40 +02: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
|
e9ce57739d
|
- Add the CHM Utility API.
- Load help window values from the CHM file.
|
2005-09-06 09:20:42 +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 |
Hans Leidekker
|
4b0f17c893
|
Add version information.
|
2004-11-08 20:26:45 +00:00 |
Stefan Leichter
|
560462a2d0
|
Added empty DllRegisterServer.
|
2004-08-23 18:50:54 +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 |