Commit Graph

188 Commits

Author SHA1 Message Date
James Hawkins 9f42e8eb63 hhctrl.ocx: Check the filename param before dereferencing it. 2008-05-20 15:43:54 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 8150740504 hhctrl.ocx: Danish translation. 2008-05-07 12:09:09 +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
Tijl Coosemans efa040119b hhctrl: Fix NULL pointer dereference in some failure cases. 2008-04-29 13:48:30 +02:00
Tijl Coosemans af72d10014 hhctrl.ocx: Plug memory leak. 2008-04-29 12:37:48 +02:00
Andrew Talbot 7f395710b4 hhctrl.ocx: Remove unused variable. 2008-04-17 20:18:36 +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
Hin-Tak Leung 76299b37ea hhctrl.ocx: Return help window handle to caller. 2008-04-17 12:35:58 +02:00
Tomasz Jezierski 7a5e3d3c04 hhctrl.ocx: Apparently it is possible to have chm file without #STRINGS in it, so we should not stop processing file at it. 2008-04-16 14:10:35 +02:00
Tomasz Jezierski 0b64b866a4 hhctrl.ocx: Fix for writing outside allocated memory in HH_AddToolbar. 2008-04-09 21:02:15 +02:00
Rok Mandeljc de234a3ce4 hhctrl.ocx: Added Slovenian translation. 2008-04-08 11:56:36 +02:00
Apostolos Alexiadis 0a8d2ba37a hhctrl: Added Greek translation. 2008-04-01 23:38:52 +02:00
Vitaliy Margolen a33dff0903 hhctrl: Add Russian translation. 2008-03-28 15:50:41 +01: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
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
Juan Lang 018117e6a3 hhctrl.ocx: Don't return uninitialized stream. 2008-01-16 12:15:46 +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
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Louis Lenders 7a06e0d36c hhctrl.ocx: Update version info. 2007-10-22 14:54:39 +02:00
Daniel Nylander 9f84efc119 hhctrl.ocx: Add Swedish translation. 2007-10-16 12:40:14 +02:00
Juan Lang 776f434a6e hhctrl.ocx: Avoid spamming console. 2007-10-16 09:35:36 +02:00
Stefan Leichter 256e3e1c7c hhctrl.ocx: Remove 'recursive registry key delete' function. 2007-08-28 11:56:15 +02:00
Janusz Tomczak c43da4b4a4 hhctrl.ocx: Fix Polish translation. 2007-08-06 13:58:15 +02:00
Francois Gouget 6455295e40 hhctrl.ocx: winapi_check expects the module name to be all uppercase in the documentation. 2007-06-13 11:09:56 +02:00
Andrey Turkin 8ecd3465d9 hhctrl.ocx: Recognize and use topic specification in url or in data. 2007-05-03 14:38:43 +02:00
Andrey Turkin 38acaccd93 hhctrl.ocx: Do not try to dereference NULL pointer if CreateHelpViewer failed. 2007-05-03 14:37:08 +02:00
Andrey Turkin 41342a32bb hhctrl.ocx: Update HtmlHelp and its commands definitions, and partially implement data A->W translation. 2007-05-03 14:36:55 +02:00
Jacek Caban b2aae66f1a hhctrl.ocx: Don't insert content item that could not be merged. 2007-04-26 14:24:05 +02: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 e18ddbc0cd hhctrl.ocx: Correctly handle URLs in SetChmPath. 2007-03-05 12:07:01 +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 f1919c6106 hhctrl.ocx: Added handling of topic selection. 2007-02-28 14:12:45 +01:00
Jacek Caban e965435966 hhctrl.ocx: Fill content tree. 2007-02-28 14:12:38 +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 5d011551a3 hhctrl.ocx: Use HtmlHelpA in doWinMain. 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 8cef086337 hhctrl.ocx: Don't use doWinMain in HtmlHelpW. 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 8e98ca4727 hhctrl.ocx: Added DllGetClassObject stub implementation. 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 bf34ca2d03 hhctrl.ocx: Fixed releasing web browser object. 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 5ed9be800d hhctrl.ocx: Added beginning #SYSTEM parsing code. 2007-02-23 12:13:58 +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 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 5faa1f6b1e hhctrl.ocx: Move DllMain to hhctrl.c. 2007-02-23 12:10:33 +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
Jacek Caban f9a7886121 hhctrl.ocx: Use SetWindowRects to set WebBrowser's size. 2007-02-06 22:07:03 +01:00
Jacek Caban 8baee578cc hhctrl.ocx: Remove useless SetHostNames call. 2007-02-06 22:06:57 +01:00
Andrew Talbot 10334ed041 hhctrl.ocx: Remove unused variable. 2007-01-09 12:03:27 +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
Francois Gouget 9fe4673347 Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Mikołaj Zalewski bb0c2da70d hhctrl.ocx: Add Polish translation. 2006-10-23 12:35:18 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Francois Gouget 7295af0915 French rc files must be encoded in iso-8859-1, not utf-8. 2006-10-06 12:32:08 +02: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
Jonathan Ernst b05e6ffc1d hhctrl: New French translation. 2006-09-10 10:16:17 +02:00
Alexandre Julliard 9d5d7bff04 hhctrl.ocx: Make some functions static. 2006-08-02 22:02:25 +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 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Paul Vriens 8f143f190c Use the return value of register_key_guid. 2006-06-30 21:08:07 +02:00
Alexandre Julliard 9ca8a86914 Link against libwine_unicode everywhere we use Unicode functions. 2006-05-24 18:05:40 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Robert Shearman 74407105d2 Check the return value from register_key_guid in all the DLL registering code. 2006-05-10 19:38:04 +02:00
András Kovács 6d9399ac70 hhctrl.ocx: Added Hungarian translation. 2006-03-15 11:31:30 +01: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
Petr Tesarik 89a803215a hhctrl.ocx: Czech language resources encoding fix. 2006-02-13 13:27:29 +01:00
Fatih Aşıcı 6788cc96c3 hhctrl.ocx: Turkish translation. 2006-02-06 13:03:30 +01:00
Rein Klazes fe57d73249 hhctrl.ocx: Report commands in HtmlHelp that are not handled at all. 2006-01-10 20:41:23 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Hans Leidekker 1833cfba75 Added Dutch translations. 2005-11-21 12:02:17 +00:00
YunSong Hwang 58d6722e7a Add Korean translations. 2005-11-11 10:55:09 +00:00
Vincent Béron 3a4751209f Correct some allocated buffer lengths while converting to Unicode. 2005-11-08 12:55:40 +00:00
James Hawkins a533bd3056 Free an alloc'ed string. 2005-11-07 11:08:47 +00:00
James Hawkins 3de9f4c64d Pass HtmlHelp commands to doWinMain. 2005-11-04 11:15:01 +00:00