Commit Graph

611 Commits

Author SHA1 Message Date
wp_xyz
4d2e74a353 Turbopower_ipro: Fix alignment of text in table cells, issue #39767. 2022-06-01 00:30:22 +02:00
wp_xyz
9901aa86f0 Turbopower_ipro: Fix table column width specification by css. 2022-05-31 19:54:46 +02:00
wp_xyz
6b204cd770 Turbopower_ipro: Fix RTL of table cells. Add some colspan test cases. 2022-05-31 18:00:15 +02:00
wp_xyz
420416181f Turbopower_ipro: Extend test application to accept html files with images. 2022-05-31 17:09:27 +02:00
wp_xyz
dee5479b97 Turbopower_ipro: Avoid clipping of italic text. 2022-05-30 22:39:13 +02:00
wp_xyz
eeea0faad3 Turbopower_ipro: Fix css for bullet and number types in (un)ordered lists. 2022-05-30 10:33:22 +02:00
wp_xyz
e5c68e975a Turbopower_ipro: Fix parsing of multi-level ordered list. 2022-05-29 19:54:28 +02:00
mattias
9e762cde89 udpated makefiles 2022-05-29 19:34:19 +02:00
wp_xyz
f57ec3d472 Turbopower_ipro: Add missing nil check to previous commit. 2022-05-29 16:50:28 +02:00
wp_xyz
599b6f0df5 Turbopower_ipro: Fix usage of "dir" attribute in TIpHtmlNodeCORE descendants (RTL). 2022-05-29 16:15:19 +02:00
wp_xyz
46e42dceb6 Turbopower_ipro: Fix compilation of designtime package. 2022-05-29 15:45:02 +02:00
wp_xyz
3478834cba Turbopower_ipro: Mark tests as "passed"/"failed", store these test results. 2022-05-29 13:36:29 +02:00
wp_xyz
92ed8ecb60 Turbopower_ipro: Move specialized HTML node classes to new separate unit IpHtmlNodes. 2022-05-29 12:24:48 +02:00
wp_xyz
e9948b6fa4 Turbopower_ipro: Move general declarations and general-purpose classes from unit IpHtml to new units IpHtmlTypes and IpHtmlClasses, respectively. 2022-05-28 17:49:29 +02:00
wp_xyz
db6f77000b Turbopower_ipro: Cleanup 2022-05-28 15:54:09 +02:00
wp_xyz
4b61abaefd Turbopower_ipro: Html parser is more tolerant regarding table column width specification. Add more column width tests. 2022-05-28 15:31:17 +02:00
wp_xyz
2a2e52711b Turbopower_ipro: Fix RTL rendering of a html page, based on patch by serbod (Issues #26938 and #38531). Add tests for RTL and table column widths. 2022-05-27 23:25:26 +02:00
wp_xyz
a556f841f2 Turbopower_ipro: More test cases (tables, lists). 2022-05-27 16:00:16 +02:00
wp_xyz
4a9da60a1d Turbopower_ipro: Refactor unit ipHtml by extracting parser into separate unit. 2022-05-27 16:00:16 +02:00
wp_xyz
282e47bb8a Revert unintentionally committed files 2022-05-24 15:38:36 +02:00
wp_xyz
afa0c12e15 Examples/FontEnum: Fix selection of italic fonts (https://forum.lazarus.freepascal.org/index.php/topic,59444.msg443180). 2022-05-24 15:35:00 +02:00
wp_xyz
1515bbf643 Turbopower_ipro: some more tests. 2022-05-22 23:48:59 +02:00
wp_xyz
c8481dc058 Turbopower_ipro: Add test application to check rendering of various html features. 2022-05-21 18:27:17 +02:00
wp_xyz
6073152919 Turbopower_ipro: Fix rendering of text background in colored table cell. Issue #39756. 2022-05-21 17:48:49 +02:00
wp_xyz
d6828c434c Turbopower_ipro: Fix handling of a <br> tag after a table. 2022-05-20 22:19:23 +02:00
mattias
26c9421318 updated Makefiles 2022-02-24 12:55:45 +01:00
mattias
f97a493801 updated makefiles 2022-01-16 21:42:24 +01:00
Maxim Ganetsky
738e48c6b7 Translations: French translation update by Gilles Vasseur, issue #39487 2021-11-26 03:47:29 +03:00
mattias
87b504cf7b ipro: range check font size and fixed mem leak 2021-11-12 16:32:14 +01:00
mattias
0354b47bc4 updated makefiles 2021-10-18 14:32:30 +02:00
Martin
3a251be1c8 fixed line endings / added defaults to gitattributes 2021-07-28 10:57:19 +02:00
mattias
91763f2247 set trunk version to 2.3.0
git-svn-id: trunk@65242 -
2021-06-15 14:00:39 +00:00
maxim
04e48f1044 TurboPower_IPro: fixed typos related to 'occur' word
git-svn-id: trunk@65203 -
2021-06-10 22:15:11 +00:00
mattias
69249de79e turbopower_ipro: fixed visibility
git-svn-id: trunk@65101 -
2021-05-10 13:52:44 +00:00
wp
34fc70c20f TurboPower_IPro: Add event OnHotURL which provides the URL in the mouse-over-hyperlink hint window.
git-svn-id: trunk@64995 -
2021-04-14 17:44:42 +00:00
juha
9046b533af LazUtils: New LazStartsStr and similar functions. StartsStr etc. in StrUtils return False for empty sub-string, thus Delphi incompatible.
git-svn-id: trunk@64743 -
2021-03-04 08:58:54 +00:00
juha
dfb8608d9a SynEdit: Restore Copy() calls. SetLength() may make a string longer with garbage in the end.
git-svn-id: trunk@64730 -
2021-03-03 10:21:52 +00:00
wp
0b71099783 Components: Add copyright notes to all folders to which Roland Hahn has contributed images.
git-svn-id: trunk@64663 -
2021-02-24 22:17:51 +00:00
juha
3f78f0d62d New optimized functions in LazUtils: FilenameExtIs and FilenameExtIn. Used instead of CompareFileExt and similar.
git-svn-id: trunk@64583 -
2021-02-15 08:43:50 +00:00
mattias
62c37ad72a updated Makefiles
git-svn-id: trunk@64567 -
2021-02-13 13:01:14 +00:00
juha
9ac53dd983 IPro: Fix compilation.
git-svn-id: trunk@64528 -
2021-02-11 14:42:20 +00:00
juha
077ebbe494 Optimise string manipulation. Reduce calls to Copy().
git-svn-id: trunk@64527 -
2021-02-11 14:08:24 +00:00
juha
77e6853ca6 Components: Reduce calls to LowerCase().
git-svn-id: trunk@64515 -
2021-02-10 13:43:15 +00:00
juha
b53ad7ceed Components: Reduce calls to UpperCase() and LowerCase(). Improves performance.
git-svn-id: trunk@64506 -
2021-02-08 19:09:30 +00:00
juha
6a07271f31 Pas2js, SynEdit, TAChart, IPro: Use a faster compare method for case-insensitive strings and StringLists.
git-svn-id: trunk@64463 -
2021-02-05 11:28:05 +00:00
juha
42850cfe4d LazUtils: Deprecate now obsolete unit LazUtf8Classes and remove its references from Lazarus code.
git-svn-id: trunk@64384 -
2021-01-14 12:41:32 +00:00
wp
87d24869e1 TurboPower_ipro: Fix text background in printing.
git-svn-id: trunk@64375 -
2021-01-10 22:28:24 +00:00
martin
c2c57ea095 TurboPowerIPro: Fix Dangling pointer in TIpHtmlNodeA.Destroy; => ClearAreaList is called in inherited, and accesses MapAreaList
git-svn-id: trunk@64364 -
2021-01-09 17:26:14 +00:00
wp
a0dd8b81d2 TurboPower_ipro: Fix drawing of transparent background images.
git-svn-id: trunk@64356 -
2021-01-08 17:46:36 +00:00
wp
f655e86d24 TurboPower_ipro: Fix opaque text.
git-svn-id: trunk@64354 -
2021-01-08 15:55:24 +00:00