This archive has been exported from a Fossil repository 
at local date Wed 05/13/2020 
 
 
Repository information 
====================== 
project-name: LazHelp
repository:   C:/Code/lazhelp/..\fossil\lazhelp.fossil
local-root:   C:/Code/lazhelp/
config-db:    C:/Users/badsector/AppData/Local/_fossil
project-code: 6741fafb7be9af573c66361ff946525ac4ffeb03
checkout:     b3258458541dfddee5ae63757ee1c09defaabcfe 2018-08-30 18:22:39 UTC
parent:       7396edacd45e113b8a3e1df1c2d2daba94e54e55 2017-09-07 12:14:55 UTC
tags:         master, trunk
comment:      Fixed text rendering for overlapping letters, added new elements i (for italic text), u (for underlined text), tt (for monospaced text), hr (to paint a horizontal line), br (to force a line break) and sp (to insert nonbreaking space), fixed text layout to avoid unnecessary space at the beginning of a line in some cases, replaced forced repaint calls with invalidate calls (which should speed up visual updates a bit), made scrollbar small/large change to be based on text height, fixed button usage when showing a help page, added help outline (enabled with \o elements in the root) and added FindElementByName and FindPageByName methods in TLazHelp. Also updated documentation to include the new elements. (user: badsector)
check-ins:    22
 
 
Full timeline 
============= 
=== 2018-08-30 ===
18:22:39 [b325845854] *CURRENT* Fixed text rendering for overlapping letters, added new elements i (for italic text), u (for underlined text), tt (for monospaced text), hr (to paint a horizontal line), br (to force a line break) and sp (to insert nonbreaking space), fixed text layout to avoid unnecessary space at the beginning of a line in some cases, replaced forced repaint calls with invalidate calls (which should speed up visual updates a bit), made scrollbar small/large change to be based on text height, fixed button usage when showing a help page, added help outline (enabled with \o elements in the root) and added FindElementByName and FindPageByName methods in TLazHelp. Also updated documentation to include the new elements. (user: badsector tags: master, trunk)
=== 2017-11-14 ===
00:25:29 [0b3761cb79] Changes to wiki page [LazHelp] (user: badsector)
=== 2017-09-07 ===
12:24:02 [7da124e323] Changes to wiki page [LazHelp] (user: badsector)
12:21:59 [24b314089c] Changes to wiki page [LazHelp] (user: badsector)
12:21:06 [3918da8909] Changes to wiki page [LazHelp] (user: badsector)
12:20:37 [c6e344f716] Changes to wiki page [LazHelp] (user: badsector)
12:14:55 [7396edacd4] Add license file (user: badsector tags: master, trunk)
12:09:27 [5bb48335f6] Minor update for the switch to Fossil (user: badsector tags: master, trunk)
11:57:35 [eb8c8c95f8] Fixed a couple of warnings (user: badsector@runtimeterror.com tags: master, trunk)
=== 2012-02-02 ===
23:50:30 [a2788b2e96] Under GTK2 the code now simply sets the default font Since almost everything i tried resulted in HUGE fonts, i simply set the default font now and hope for the best.... (user: badsector@runtimelegend.com tags: origin/master, trunk)
=== 2012-02-01 ===
15:23:30 [55081de8bb] Fixed some issues with Mac OS X/Carbon (user: badsector@runtimelegend.com tags: origin/master, trunk)
=== 2012-01-08 ===
01:17:56 [f3a1795f4a] Fixed reloading of help files in viewer and added refreshing in LazHelp (user: badsector@runtimelegend.com tags: origin/master, trunk)
01:05:09 [72a6a83973] Viewer now accepts files from the command line (user: badsector@runtimelegend.com tags: origin/master, trunk)
00:51:28 [5832ccbf69] Updated gitignore to ignore lazhelpviewer.res (user: badsector@runtimelegend.com tags: origin/master, trunk)
00:51:01 [6c7345aaa9] Added vimfile for LazHelp help files (user: badsector@runtimelegend.com tags: origin/master, trunk)
00:50:35 [04850f12ac] Fixed some errors in editor.lazhelp (user: badsector@runtimelegend.com tags: origin/master, trunk)
00:22:59 [6190c09c3e] Added help file viewer for testing external fils (user: badsector@runtimelegend.com tags: origin/master, trunk)
=== 2012-01-04 ===
07:50:36 [1929f5e7e0] Updated gitignore (user: badsector@runtimelegend.com tags: origin/master, trunk)
07:49:49 [c1016c70e2] When a page is set, the scrollbar position is now set to 0 (user: badsector@runtimelegend.com tags: origin/master, trunk)
=== 2011-06-29 ===
01:16:15 [1ca61e5807] Gitignore (user: badsector@runtimelegend.com tags: origin/master, trunk)
=== 2011-06-03 ===
10:49:14 [554f1eeb7e] Fixed compilation under Lazarus 0.9.30 (user: badsector@runtimelegend.com tags: origin/master, trunk)
=== 2011-03-19 ===
04:22:01 [020b27c5a3] Added font size for GTK+ 2 (user: badsector@runtimelegend.com tags: origin/master, trunk)
03:26:28 [3be7ab56a8] Fixed (or actually, worked around) the Carbon bugs This commit fixes the issues with the Carbon widgetsets using a variety of medium to impossibly ugly hacks. Despite the hackyness, they should work at least until the actual bugs i worked around are fixed. In this case, i might need to update the code again. (user: badsector@runtimelegend.com tags: origin/master, trunk)
02:42:13 [a4b87da6ca] Changed the windowed form's position to "main center" with reset on show This commit changes the windowed form's position from "default pos only" to "main form center" which is reset to default position when the form is shown. This avoids the form being moved to 0, 0 in widgetsets that do not support a default position (gtk+2, carbon) and the reset doesn't "lock" the help form in the main form's center. (user: badsector@vifteki.(none) tags: origin/master, trunk)
02:23:38 [61fd30b8c6] Tweaked scrollbar behaviour under non-Windows widgetsets Currently TScrollBar behaves differently under Windows widgetsets than non-Windows widgetsets when the PageSize property is set. This is a known LCL bug (#16107) which is set to be fixed in Lazarus >= 1.0. In the meanwhile, i added an $IFDEF to use different page sizes depending on the target OS. (user: badsector@vifteki.(none) tags: origin/master, trunk)
=== 2011-03-18 ===
03:10:34 [9f57a44d59] Added readme (user: badsector@runtimelegend.com tags: origin/master, trunk)
03:06:03 [6358ee1c50] Initial commit (user: badsector@runtimelegend.com tags: origin/master, trunk)
+++ end of timeline (27) +++
  
 
End of export notice 
