Commit Graph

67299 Commits

Author SHA1 Message Date
mattias
1ed2cf467c ide: added resourcestring 2024-03-28 12:04:05 +01:00
DomingoGP
cb6991ccd6 Jedi code format: more fine grained control of warning messages. 2024-03-28 11:15:23 +01:00
mattias
357015cc9e ide: added ide macro $FPCTarget() 2024-03-28 10:11:06 +01:00
Martin
dd49f320f4 LazControls: Fix DividerBevel for vertical layout / Ensure correct values for very small/thin bevels 2024-03-27 20:02:04 +01:00
Martin
689ef2119f LCL: Fix CalculatePreferredSize. HorizontalSpacing was sometimes used for vertical size. Issue #20445 2024-03-27 20:02:04 +01:00
Michaël Van Canneyt
55cc226024 * Allow a double click in packages listbox to add requirement and close dialog 2024-03-26 12:12:16 +01:00
mattias
e7ec0a6d3d packages: fixed compile fcl_unicodertl 2024-03-26 09:06:08 +01:00
mattias
55dba98e1f started fcl_unicodertl.lpk 2024-03-25 20:17:02 +01:00
mattias
e0972c8809 ide: compiler options: read subtarget 2024-03-25 19:36:35 +01:00
mattias
bcbae4f21b ide: fixed using default subtarget by default 2024-03-25 19:31:12 +01:00
mattias
cab19ae8cb debs: added arch arm64 2024-03-25 19:25:18 +01:00
Martin
01cae85fff LCL: ChildSizing, tests 2024-03-24 21:02:36 +01:00
Martin
1f35f2f89b LCL: ChildSizing, fix calculating MaxWidth/Heigh for cell. If any chell in the Column(or Row in case of Height) has a Constraint it will apply (even if other are not constraint). If several have MaxWidth, the smallest MaxWidth applies. 2024-03-24 20:13:12 +01:00
Maxim Ganetsky
defe854704 CI: enabled LCL test job to run automatically 2024-03-24 17:12:44 +00:00
rich2014
0ac0870a84 Cocoa: fix Font Orientation issue #40855 (by Johann) 2024-03-25 00:34:25 +08:00
Maxim Ganetsky
9c22f26428 CI: added LCL test job (manual for now) 2024-03-24 16:29:38 +00:00
rich2014
a528a5c515 FpDebug: fix compliation error when FPC<3.3.1 2024-03-24 23:57:04 +08:00
Martin
560c6818f9 LCL: ChildSizing, fix applying new Height. Issue #24986 2024-03-24 16:00:18 +01:00
Martin
da3a1abb9a LCL: ChildSizing, remove restriction that child controls with "AutoSized=True" are not enlarged. (This did not work, due to bugs in constrains code / but now constrains code is fixed / This restores the old behaviour) 2024-03-24 15:49:06 +01:00
Martin
2a04d89400 LCL: Testcase for ChildSizing 2024-03-24 15:46:55 +01:00
Martin
22881f66db LCL: Refactor ChildSizing. Fix constraint handling. 2024-03-24 15:46:54 +01:00
Bart
db6ed214b9 Fix several occurrences of raise exception('some string'), in effect casting a string into an exception, instead of raise exception.create(). Issue #40860. Patch by n7800 (slightly modified). 2024-03-23 23:16:38 +01:00
wp_xyz
86a410c96a LCL/grids: Add default values for the new published properties FocusColor and FocusRectVisible 2024-03-22 23:56:12 +01:00
wp_xyz
e11e1d3921 TAChart: Fix inconsistent usage of brush styles in series OnCustomDrawPointer (https://forum.lazarus.freepascal.org/index.php/topic,66664.msg511859.html#msg511859). 2024-03-22 22:21:22 +01:00
Martin
29f1643745 LCL: ChildSizing, implement crsSameSize / Solves issue #22730 2024-03-22 17:06:38 +01:00
Martin
65809d7515 LCL: ChildSizing, fix computation of MaxWidth/Heigh for cells 2024-03-22 15:42:20 +01:00
Pascal Riekenberg
3caf5b699b SynEdit: Syncro edit: fixed wrong type cast 2024-03-22 10:53:43 +01:00
wp_xyz
51d2468af3 fpvectorial: One more exception when a non-text page is passed to the pdf writer. Issue #40858. 2024-03-21 19:09:21 +01:00
wp_xyz
e8c9f1f61e fpvectorial: Raise exception when pdfvectorialwriter is requested to save a vectorial (non-text) page. Issue #40858. 2024-03-21 19:00:50 +01:00
Maxim Ganetsky
2b58463b83 IDEDebugger: updated Russian translation 2024-03-21 17:54:07 +03:00
Martin
55a673e4c4 Debugger: Updated delete/confirmation dialogs to TTaskDialog. 2024-03-21 14:17:19 +01:00
Martin
5779cff4d2 LCL: Add wrapper functions for TTaskDialog. So it can be used like MessageDlg. 2024-03-21 14:16:04 +01:00
Maxim Ganetsky
1a1e02d2dc IDE: regenerated translations and updated Russian translation 2024-03-21 01:51:54 +03:00
Maxim Ganetsky
5af7c4b808 IDEDebugger: updated Russian translation 2024-03-21 01:49:04 +03:00
Martin
6c6ab806b3 Debugger: Add confirmation dialogs for delete Watches/History. Make confirm delete breakpoints optional. 2024-03-20 19:45:07 +01:00
Martin
7d98811e16 Debugger: New icon for "delete all" in debugger dialogs. And new icon "address" for watches. Images by Roland Hahn 2024-03-20 19:45:07 +01:00
Martin
82cda34b48 FpDebug, test: update for 3.3.1 2024-03-20 19:45:07 +01:00
Martin
ca431adcf2 FpDebug, test: disable thread check on Linux. Not required, and currently not fully implemented 2024-03-20 19:45:06 +01:00
Martin
6216a99ce5 Debugger, IDE: Fix storage for array of structure, if first element is error (error, after some fields added / wrong field count stored) 2024-03-20 19:45:06 +01:00
martin
5c5e12448d FpDebug, Linux: Fix leaked handle 2024-03-20 19:45:06 +01:00
dsiders
2fb5d41799 Docs: LCL.controls. Adds version admonitions to topics for changes in 3aaae1a6. Issue #40838.
* TWinControl.AdjustClientRect
* TWinControl.AlignControls
* TWinControl.ChildSizing
2024-03-20 19:24:08 +01:00
mattias
733ac0edd1 freetype: cleaned up some uses sections 2024-03-20 15:42:59 +01:00
marcos-ebm
d3f23af47c Translations: Brazilian Portuguese translation update, merge request !275 2024-03-19 20:43:30 +03:00
dsiders
ead3135f3c Docs: LCL/clipbrd. Updates content in the TClipboard.GetComponentAsText topic. 2024-03-19 17:49:51 +01:00
dsiders
60813b02c5 Docs: LazUtils/lazutf8. Removes unneeded TODO entries. 2024-03-19 17:45:35 +01:00
Maxim Ganetsky
decd3881c4 IDEIntf: regenerated translations and updated Russian translation 2024-03-19 19:10:35 +03:00
Maxim Ganetsky
0395c402b1 IDE: regenerated translations and updated Russian translation 2024-03-19 19:08:55 +03:00
Maxim Ganetsky
0df6225782 IDE: minor resource string improvements 2024-03-19 19:06:21 +03:00
wp_xyz
5621ec7af3 IDE/LCL: Prevent using the TListItems component editor when the associated listview is in virtual mode. https://forum.lazarus.freepascal.org/index.php/topic,66660.0.html, patch by dsiders. 2024-03-18 21:07:15 +01:00
Martin
5f9dd398f7 FpDebug: fix "EProcess" not found 2024-03-18 20:47:12 +01:00