Jesus Reyes A.
894c942697
LazReport: fix export justify from LazReport to LibreOffice Calc/MS Excel, issue #41167 by Aleksey
2025-03-23 14:13:14 -06:00
Jesus Reyes A.
382516a4f2
LazReport: lr_officeimport and lrsSpreadsheetExport packages now requires laz_fpspreadsheet package 1.17
2025-03-23 14:11:37 -06:00
Jesus Reyes Aguilar
5f3ad1e7eb
LazReport: Fix enable/disable export filters. By gucao issue #41149
2025-03-23 01:47:48 -06:00
Juha
15a32b17fc
LazReport: Make the code compile with DEFINE DebugLR. Issue #41485 , patch by michalgw.
2025-03-01 15:32:17 +02:00
Maxim Ganetsky
15ab3afbc6
LazReport, AddFunction addon: don't randomly change compiler directives in frFuncNum.pas, issue #41418 .
...
Align directive affects records, which are not used in this unit.
Also there is no apparent need to explicitly disable range checking,
coprocessor emulation and complete boolean evaluation.
2025-02-10 17:46:33 +03:00
Maxim Ganetsky
f5a6c63885
LazReport: small cleanup in lrFclPDFExport addon
2025-02-01 22:54:29 +03:00
Maxim Ganetsky
3da776592f
LazReport: Improve setting document properties when exporting document using lrFclPDFExport addon. Patch by paweld, issue #41392 .
2025-02-01 22:53:16 +03:00
Maxim Ganetsky
63dc9e6f2c
LazReport: Fixed loading FreeReport files with TfrCheckBoxView (where CheckBox does not have Checked property).
...
Patch by https://gitlab.com/michalgw , issue #41326 .
2025-01-10 02:02:18 +03:00
Maxim Ganetsky
880cd91c00
LazReport: improved Russian translation
2025-01-10 01:42:57 +03:00
Juha
f762946f60
LazReport: Add the forgotten Objects reference in TfrPage.Clear. Issue #41306 , patch by rasberryrabbit.
2025-01-04 09:23:03 +02:00
wp_xyz
ad55ba8399
LazReport: Fix mouse cursor disappearing over images. Issue #41289 , patch by paweld
2024-12-26 10:54:46 +01:00
Maxim Ganetsky
6e43556427
Translations: French translation update by Gilles Vasseur, issue #41248
2024-11-18 02:30:56 +03:00
Maxim Ganetsky
1ec7c2e565
Translations: Turkish translation update by Onur ERÇELEN, merge request !371
2024-10-30 01:38:59 +03:00
Maxim Ganetsky
d4ab57fa3a
LazReport: updated Russian translation
2024-10-28 19:16:04 +03:00
Jesus Reyes A
01c4f3588d
LazReport: Implements CRLF script function, patch by Maxim Ganetsky and João Cezar Tissot, issue #41089
2024-10-27 22:25:38 -06:00
Jesus Reyes A
dd08224a11
LazReport: Use TSysCharSet, See MR !310
2024-08-24 01:12:49 -06:00
Jesus Reyes A
f356184e3b
LazReport: Fix double scrollbars in previewform, patch by Soner, issue #41065
2024-08-14 21:15:29 -06:00
Jesus Reyes A
d2922f876d
Lazreport: FclPDFExport > add FrameStyle propery support, patch by paweld, #41064
2024-08-11 09:52:37 -06:00
Jesus Reyes A
2c95585207
Lazreport : FclPDFExport > FillColor for View's, patch by Paweld, issue #41061
2024-08-08 18:06:19 -06:00
wp_xyz
1e7cf4ebe3
Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn.
2024-07-29 12:26:08 +02:00
Jesus Reyes A
e9e8f61f5a
LazReport: TfrHTMExportFilter.ColorToHex can be optimized, from Alexey Torgashin, issue #40966
2024-07-05 17:26:05 -06:00
Jesus Reyes A
686f08a68e
LazReport: the lazreportpdfexport package requires PowerPDF version 0.9.17
2024-06-24 20:30:41 -06:00
Jesus Reyes A
1b3e5ae738
LazReport: Fix illegal set conversion
2024-05-23 13:54:51 -06:00
Juha
959d8c6ad4
Turn some LazLogger into LazLoggerBase.
2024-04-06 16:45:28 +03:00
Maxim Ganetsky
46dfa16fb4
LazReport: added INI file of editor sample to .gitignore
2023-10-07 02:52:11 +03:00
Jesus Reyes A
05e9728fc5
LazReport: Add support for 'StrikeOut' style in a Memo 'Script' property, by paweld, issue #40521
2023-09-29 23:58:33 -06:00
Jesus Reyes A
9faceb4e77
LazReport: Adding 2x Zoom capabilities to LazReport Designer, from Yuliyan Ivanov, issue #40447
2023-09-01 01:41:27 -06:00
wp_xyz
f3c4d7f58d
Misc packages: Replace separate calls to sin() and cos() by sincos(). Issue #40473 .
2023-08-31 12:14:54 +02:00
Juha
f208601bc7
LazReport: Remove a useless FillChar which had its parameters in wrong order. Issue #40402 .
2023-07-25 11:15:12 +03:00
Juha
adfc424e92
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
2023-07-07 17:39:03 +03:00
Juha
41adb276bb
Remove obsolete checks for FPC versions earlier then 3.0.
2023-07-07 17:39:02 +03:00
Juha
211d95da17
LCL: Use TLCLHandle instead of a redefined LCLType.THandle or TLCLIntfHandle. Deprecate them.
2023-07-03 11:17:01 +03:00
Juha
c3891ad820
Reduce compiler warnings.
2023-07-03 06:23:49 +03:00
mattias
e696222cba
lazreport: fixed perms
2023-06-27 00:48:49 +02:00
Maxim Ganetsky
f80440d58b
Translations: Ukrainian translation update by Olexandr Pylypchuk, issue #40312
2023-06-12 18:20:35 +03:00
Maxim Ganetsky
53bda35072
LazReport editor sample: migrated to using GetLanguageID function from Translations unit
2023-06-12 17:10:11 +03:00
Juha
1475336c8c
Remove LCLProc.OffsetRect(). Move some functions from LCLProc to GraphMath (LazUtils).
2023-06-05 15:48:01 +03:00
Jesus Reyes A
10da471513
Revert "LazReport: updated bullets.res with a png file instead of a bmp file"
...
This reverts commit 2543e7340d
.
2023-05-20 03:25:15 -06:00
Jesus Reyes A
2543e7340d
LazReport: updated bullets.res with a png file instead of a bmp file
2023-05-19 18:19:08 -06:00
Juha
f99bd70b72
Improve scaling of DateTimePicker. Leave GetDetailSize in places which are not fully tested yet.
2023-04-29 19:44:23 +03:00
wp_xyz
77ae9452b9
Misc: Switch x and y loops at several places. Issue #40231
2023-04-29 16:38:00 +02:00
Juha
c14934764c
LCL: Call TThemeServices.GetDetailSizeForPPI with proper arguments. Revert 1138d26280
.
2023-04-27 17:23:33 +03:00
Maxim Ganetsky
803e16830d
LazReport: cleaned up unused strings, regenerated translations
2023-03-14 00:33:34 +03:00
Maxim Ganetsky
15148b6401
LazReport: removed duplicate code from examples, issue #40072
2023-01-04 02:58:49 +03:00
Ondrej Pokorny
99caa084fc
Revert TFontStyles to the original size
2022-12-22 15:07:14 +01:00
Ondrej Pokorny
829f320095
FPC: Extend System.UITypes
2022-12-18 09:47:42 +01:00
Maxim Ganetsky
abfb1038bd
Regenerated translations.
2022-12-08 03:30:04 +03:00
juha
62e33c59a2
LazReport: Add options for new PreviewButtons. Issue #39845 , patch by michalgw.
2022-08-11 08:59:37 +03:00
Jesus Reyes A
640f35cba5
LazReport: Add scrollbars to memo in variables editor, by Michal Gawrycki. Fix #30593
2022-07-29 21:37:44 -05:00
Juha
8c90f8e536
LazReport: Update DefExportFilterClass. Issue #39749 , patch by Soner.
2022-06-10 00:56:19 +03:00