Commit Graph

639 Commits

Author SHA1 Message Date
Juha
6a9edfd7dc TurboPower_ipro: Remove file ipcss.inc also from the component package. 2024-02-09 21:18:07 +02:00
Juha
bc201de1ed TurboPower_ipro: Optimize 'px' in TIpHtmlNodeCore.GetFontSizeFromCSS. Fix possibly missing Result in function CssMarginToProps. 2024-02-09 01:20:35 +02:00
Juha
c9e4a59c62 TurboPower_ipro: Optimize function FindFontName. Remember previous values. 2024-02-09 01:20:35 +02:00
Juha
de52e5bc44 TurboPower_ipro: Remove unused include file ipcss.inc. Contained duplicate code with unit IpCSS. 2024-02-08 21:18:39 +02:00
Juha
4a639e70c5 TurboPower_ipro: Remove useless code from TIpHtmlParser.ParseHead. 2024-02-08 21:18:39 +02:00
wp_xyz
4feb9205c3 TurboPower_Ipro: fix compilation of sample projects for printpreview support. 2023-12-22 13:57:47 +01:00
wp_xyz
73ebfa7da7 TurboPower_IPro: Replaced missing laztitle.png image in sample project by splash_logo.png 2023-12-22 13:22:01 +01:00
rich2014
6b7715586e TIpHtmlInternalPanel: optimize scrolling sensitivity 2023-09-13 22:15:21 +08:00
rich2014
fc7ca1f57d TIpHtmlInternalPanel: Fix #40505: DoMouseWheel() should always return true
should always return true to confirm that the MouseWheel Event is handled by TIpHtmlInternalPanel
2023-09-13 22:11:18 +08:00
mattias
c5bc78b070 updated makefiles 2023-09-03 17:11:29 +02:00
wp_xyz
7b596989e8 Turbopower_ipro: Fix anchor position calculation, issue #40480. 2023-08-31 18:58:19 +02:00
mattias
8d92e3b67d updated makefiles 2023-08-14 20:31:20 +02:00
Juha
211d95da17 LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them. 2023-07-03 11:17:01 +03:00
mattias
ae9ab00109 updated Makefiles 2023-06-30 20:50:27 +02:00
mattias
fde0e0f965 set main version to 3.99 2023-06-25 17:47:14 +02:00
wp_xyz
50a68c5dc8 TAChart, TurboPower_IPro: Fix "OffsetRect deprecated" message. 2023-06-16 01:50:13 +02:00
mattias
3a13fbf259 updated makefiles 2023-06-11 23:20:56 +02:00
Juha
9e0d2e7371 TurboPower_ipro: Restore deleted units in uses section of IpHtml. Issue #40301. 2023-06-07 09:13:15 +03:00
Juha
1475336c8c Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils). 2023-06-05 15:48:01 +03:00
mattias
7bc5b63fbb updated makefiles 2023-05-27 02:07:12 +02:00
wp_xyz
77ae9452b9 Misc: Switch x and y loops at several places. Issue #40231 2023-04-29 16:38:00 +02:00
wp_xyz
9ee0ad85fa Turbopower_ipro: Fix compilation of some IpHtmlPanel sample projects. 2023-03-24 23:41:07 +01:00
wp_xyz
2a06079ae9 Turbopower_ipro: Add html sample files (by Don Siders) for comparing the IpHtmlPanel output with standard browsers. 2023-03-24 23:31:45 +01:00
wp_xyz
ddbbbe3105 Turbopower_ipro: Improved rendering of line spacings and preformatted html elements by TIpHtmlPanel. Patch by Don Siders. Issue #40179. 2023-03-24 23:29:55 +01:00
wp_xyz
cb40b44572 TurboPower_IPro: Avoid duplicate printfilename queries when printing to some PDF printers. 2023-03-05 17:50:39 +01:00
wp_xyz
afb620fe49 TurboPower_ipro: Add unit IpHtmlTypes to "uses" of TIpHtmlPv (print preview form). 2023-03-05 12:53:04 +01:00
Maxim Ganetsky
abfb1038bd Regenerated translations. 2022-12-08 03:30:04 +03:00
mattias
6671244b72 updated makefiles, fixed compile fpdebug with fpc 3.2.2 2022-11-13 13:23:46 +01:00
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