Commit Graph

148 Commits

Author SHA1 Message Date
juha
5933e509b6 ChmHelp: Use right units from LazUtils.
git-svn-id: trunk@49808 -
2015-09-10 12:12:02 +00:00
maxim
27cb420fb4 ChmHelp: committed file, which seems to be forgotten in r49494 #06ac76f560
git-svn-id: trunk@49621 -
2015-08-08 11:40:52 +00:00
wp
e5230eb26e LHelp: Fix crash after clicking at an internal link in toc tree / index list
git-svn-id: trunk@49425 -
2015-06-24 06:58:58 +00:00
wp
5bfe813c27 lhelp: Fix character conversion issue (#28332).
git-svn-id: trunk@49402 -
2015-06-22 09:39:54 +00:00
maxim
3d94951a6e Translations: Hungarian translation update by Péter Gábor, bug #28244
git-svn-id: trunk@49272 -
2015-06-04 21:26:04 +00:00
maxim
21558ffbba CHMHelp: improved i18n (bug #28021), regenerated translations and updated Russian translation
git-svn-id: trunk@48955 -
2015-05-06 23:56:37 +00:00
juha
28708cc964 LHelp: In View menu, fix close with n tabs. Issue #28016, patch from Alexey Torgashin.
git-svn-id: trunk@48926 -
2015-05-03 20:53:01 +00:00
juha
811429e410 LHelp: Use Toolbar instead of speedbuttons, icons, "Open" button. Issue #27995, patch from Alexey Torgashin.
git-svn-id: trunk@48921 -
2015-05-02 21:49:58 +00:00
maxim
ac0dee2b7f Translations: French translation update by Gilles Vasseur, bug #27997
git-svn-id: trunk@48901 -
2015-04-29 21:27:56 +00:00
maxim
aae4334209 LHelp: i18n-ed Open Dialog (bug #27977) and updated Russian translation
git-svn-id: trunk@48885 -
2015-04-28 23:00:57 +00:00
maxim
76cc8230b1 Translations: French translation update by Gilles Vasseur, bugs #27920, #27925
git-svn-id: trunk@48812 -
2015-04-21 21:27:59 +00:00
maxim
691df1520b Translations: Hungarian translation update by Péter Gábor, bug #27903
git-svn-id: trunk@48787 -
2015-04-20 21:49:58 +00:00
maxim
146199138f Translations: updated French translation by Gilles Vasseur, bugs #27904, #27913
git-svn-id: trunk@48782 -
2015-04-20 21:15:25 +00:00
maxim
a86ee59048 Translations: updated French translation by Gilles Vasseur, bug #27863
git-svn-id: trunk@48761 -
2015-04-15 20:37:59 +00:00
maxim
ccee3d6654 Translations: updated French translation by Gilles Vasseur, bug #27834
git-svn-id: trunk@48736 -
2015-04-12 21:23:24 +00:00
juha
8ba395693c Finnish translations for chmhelp from Seppo Suutarla.
git-svn-id: trunk@48677 -
2015-04-08 06:42:22 +00:00
maxim
2951a43270 LHelp: i18n and initial Hungarian translation, based on patch by Péter Gábor, bug #27576; also added Russian translation
git-svn-id: trunk@48106 -
2015-03-02 21:48:44 +00:00
andrew
3cf8301564 Added some debug information for LHelp starting times
git-svn-id: trunk@47986 -
2015-02-25 01:36:03 +00:00
andrew
778078e958 Added check to try to save original lhelp when recompiling in case it fails. Fixed bug where ContentProvider.EndUpdate was called too soon. LHelp starts speedily now :)
git-svn-id: trunk@47975 -
2015-02-24 01:20:33 +00:00
andrew
a57530c071 Speedup lhelp starting.
New LHelp messages are added and the ide will try to rebuild lhelp if lhelp doesn't understand the new messages

git-svn-id: trunk@47959 -
2015-02-23 16:30:13 +00:00
reiniero
bb7231832e * ChmHelp: comments; harmonize code layout with other units in chmhelp
git-svn-id: trunk@46632 -
2014-10-21 12:10:55 +00:00
reiniero
4ebb1c0ec1 * LHelp: fix saving/restoring position/size/maximized state. Fixes issue #26804
git-svn-id: trunk@46575 -
2014-10-17 08:50:27 +00:00
reiniero
a038f0907b * ChmHelp:
- harmonize help protocol help label/PID calculation
- try to work around getting invalid helplabels from somewhere
- code cleanup

git-svn-id: trunk@46573 -
2014-10-16 15:34:31 +00:00
reiniero
808d598c0f * CHMHelp: code formatting/cleanup
git-svn-id: trunk@46572 -
2014-10-16 09:26:48 +00:00
reiniero
1dfd47f490 * LHelp: rationalize form layout load on loading preferences when hidden is requested. Code cleanup.
git-svn-id: trunk@46571 -
2014-10-16 08:53:16 +00:00
reiniero
6b5273bab7 * LHelp: cosmetic: code formatting/layout
git-svn-id: trunk@46566 -
2014-10-16 07:31:14 +00:00
reiniero
371549422c * LHelp: cosmetic (comments, layout)
git-svn-id: trunk@46557 -
2014-10-14 14:10:57 +00:00
reiniero
0e0635607b * CHMHelp: cosmetic: code layout, try...finally for resource allocation
git-svn-id: trunk@46403 -
2014-10-02 13:53:01 +00:00
juha
b6e862afbb Lhelp: Open an external hyperlink when clicked. Issue #22765. Remove unused units from uses section.
git-svn-id: trunk@46343 -
2014-09-28 18:20:35 +00:00
reiniero
0c44221648 * Lhelp: cosmetic
git-svn-id: trunk@46299 -
2014-09-23 11:07:07 +00:00
reiniero
9cbc909b17 * Lhelp: don't accept IPC messages from IDE while showing file open dialog.
Should fix slowness on Windows Vista+ with themes, issue #25529; thanks Mike Cornflake for looking into this!

git-svn-id: trunk@46286 -
2014-09-22 09:17:42 +00:00
reiniero
15a5b4a591 + Lhelp: show help contents for Help/Help menu. Should fix issue #26079
* Lhelp: hide lhelp while initially loading files. Should fix issue #26556
* Lhelp: additional debug output

git-svn-id: trunk@46252 -
2014-09-19 11:35:56 +00:00
reiniero
8a5ac12d3a * Lhelp: cosmetic
git-svn-id: trunk@46251 -
2014-09-19 11:26:47 +00:00
juha
97bd4fbe07 ChmHelp: Show proper help page in ContextHelpDemo. Issue #22485, patch from Reinier Olislagers
git-svn-id: trunk@46156 -
2014-09-07 18:29:28 +00:00
juha
142838fb9f Lhelp: add debugln support, lhelp protocol update. Issue #26614, patch from Reinier Olislagers.
git-svn-id: trunk@46121 -
2014-09-03 19:22:20 +00:00
juha
cace204583 Revert r45857 #c2a0094609, "ChmHelp: close lhelp that laz started when laz is closed..." because Reinier requested it.
git-svn-id: trunk@45864 -
2014-07-14 20:06:29 +00:00
juha
c2a0094609 ChmHelp: close lhelp that laz started when laz is closed. Fix a stream read related error. Issue #24743, patch from Reinier Olislagers
git-svn-id: trunk@45857 -
2014-07-13 19:11:31 +00:00
mattias
7674b0b091 lhelp: Fixed passing linker flags to the compiler
git-svn-id: trunk@43895 -
2014-02-05 12:05:29 +00:00
juha
87094af7dc ChmHelp & Democontrol: add right lhelp path for Windows. Cleanup.
git-svn-id: trunk@43181 -
2013-10-08 18:58:43 +00:00
juha
c80a38a73b ChmHelp: Improve LHelp and related packages. Issue #24743, patch from Reinier Olislagers
git-svn-id: trunk@42270 -
2013-08-03 08:04:18 +00:00
mattias
aa37def788 lhelp: updated Makefile
git-svn-id: trunk@42229 -
2013-07-29 13:19:55 +00:00
juha
6c417b690b Lhelp: Add GIF support. Issue #24687, patch from Reinier Olislagers
git-svn-id: trunk@41949 -
2013-06-30 22:11:11 +00:00
juha
ecd140c985 Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41389 -
2013-05-25 09:22:25 +00:00
jesus
84f9e78f5c lhelp, regenerated make files
git-svn-id: trunk@40692 -
2013-04-01 23:55:05 +00:00
mattias
dbd3e7fcd7 lhelp: makefile: pass OPT
git-svn-id: trunk@38515 -
2012-09-04 22:31:03 +00:00
martin
c4d537e314 lhelp: replace MessageBox, with Form.Modal. FIx IPC hang. issue #0022592
git-svn-id: trunk@38285 -
2012-08-20 13:33:59 +00:00
mattias
b5d906eabb lazde: hints and file filter
git-svn-id: trunk@38091 -
2012-07-30 06:39:44 +00:00
mattias
4ead057cda lhelp: added application bundle
git-svn-id: trunk@38078 -
2012-07-28 14:46:56 +00:00
mattias
679d0a2cff lhelp: add -WG under win32/64
git-svn-id: trunk@38076 -
2012-07-28 14:27:37 +00:00
mattias
c899962a43 lhelp: ignore unknown options, skip missing files
git-svn-id: trunk@38056 -
2012-07-27 12:15:48 +00:00