Commit Graph

66212 Commits

Author SHA1 Message Date
mattias
597cb17457 set fixes version to 3.6 2024-09-28 10:09:00 +02:00
mattias
5c030d3215 docs: xml: updated year 2023 to 2024 2024-09-28 09:54:46 +02:00
rich2014
9ace9bb511 Cocoa/Theme: improve on f84e081 2024-09-25 20:03:00 +08:00
dsiders
15b81b0241 Docs: LazUtils/lazutf8. Fixes and expands content in UTF8Insert topic. Issue #41154.
(cherry picked from commit 514fadb9ca)
2024-09-25 01:59:39 +01:00
Martin
2f073cd509 SynEdit: Fix compile. 2024-09-24 17:15:50 +02:00
Martin
49bf7a6262 SynEdit: Pascal-Highlighter add cppdecl and oldfpccall. Issue #41051
(cherry picked from commit 45b079d896)
2024-09-24 16:59:34 +02:00
DomingoGP
63abb38c15 Jedi code format: fix bug formatting const arrays. Issue #41152
(cherry picked from commit 708f754935)
2024-09-23 21:06:42 +02:00
rich2014
f84e08173d Cocoa/Theme: fix themed button/checkbox issue #41150 2024-09-23 22:48:21 +08:00
Martin
2fd43649f0 DockedFormEditor: fix "cannot focus an inactive window" if showing source-edit hidden in tabbed anchor-docking.
(double click button, while source-edit is cloned to 2nd source-edit, docked into same main window but hidden in nested anchor tabs)

(cherry picked from commit 20929d2f06)
2024-09-23 10:56:03 +02:00
Martin
d20c0908d8 IdeDebugger: fix detecting if current watch was freed.
(cherry picked from commit 5192cd95d9)
2024-09-23 10:56:03 +02:00
dsiders
7df430ba84 Docs: LCL/forms. Updates TCustomForm.GetFormImage topic to clarify content and to fix an error in example code. Depends on 55ac08a5, 53ba8c47.
(cherry picked from commit 27c9054d4e)
2024-09-18 15:58:46 +03:00
dsiders
835433a741 Docs: LCL/forms. Updates TCustomForm.GetFormImage topic for changes in 55ac08a5. Issue #41140.
(cherry picked from commit 53ba8c47aa)
2024-09-18 15:58:46 +03:00
wp_xyz
9be03897ee LCL/Forms: Overload function TCustomForm.GetFormImage with procedure requiring the bitmap as argument. Issue #41140.
(cherry picked from commit 55ac08a505)
2024-09-18 15:58:45 +03:00
wp_xyz
b148fd8cb1 PackageTabs: Improve visibility of selected editor tab. Issue #41132, patch by Maxim Ganetsky.
(cherry picked from commit 930797ee74)
2024-09-18 15:58:45 +03:00
Bart
191d5ff89f LazUtils: simplify TryGetSymlinkTarget for fpc >= 3.3.1 (used in ReadAllLinks on Windows).
(cherry picked from commit 27535e6d4a)
2024-09-18 15:58:45 +03:00
Bart
89c32c1969 LazUtils: use TryGetSymlinkTarget consistently in ReadAllLinks on Windows.
(cherry picked from commit 1ba49f1940)
2024-09-18 15:58:45 +03:00
Bart
28f4bcdb5f LazUtils: implement ReadAllLinks for Windows. Part of issue #40689
(cherry picked from commit 5864b5984c)
2024-09-18 15:58:45 +03:00
rich2014
2b4c5041c4 cocoa: fix some legacy transparent icon format issues #41131
there are two transparent formats:
1. the one with alpha channel like modern graphic formats (supported previously)
2. the other historical legacy with extra 1bit/pixel MaskBitmap (fixed this time), scaled mask supported also.
2024-09-17 21:05:39 +08:00
DomingoGP
ccf6932926 Jedi code format: solves issue #41141 problem with type helpers for in class typed types
(cherry picked from commit d08faaa7d6)
2024-09-15 11:43:22 +02:00
rich2014
b12de1fee6 Cocoa: fix transparent image drawing , issue #41131 2024-09-15 12:12:49 +08:00
rich2014
3bdd810b85 Cocoa: fix the length of BUTTON_CAPTION_ARRAY in CocoaConst 2024-09-15 12:02:40 +08:00
rich2014
ec321189ad Cocoa: fix the crash when set TComboBox.DropDown with csDropDownList 2024-09-15 12:00:37 +08:00
rich2014
55c4e2ffe8 Cocoa: unify window titles 2024-09-15 11:59:50 +08:00
rich2014
60f26594ad Cocoa: fix i18n in TCocoaWidgetSet.PromptUser(), issue #41053 2024-09-15 11:58:58 +08:00
rich2014
12009ca3c7 Cocoa: fix LCLViewExtension.lclLocalToScreen() when the Control is in ScrollView #39706 2024-09-15 11:49:06 +08:00
rich2014
0eb826dee1 Cocoa: fix the issue that both LCL and COCOA handle Dragged Event
try Drag lite item in TListBox
2024-09-15 11:47:44 +08:00
Martin
2498740f4c FpDebug: don't overwrite deException when at end of step. Issue #41136
(cherry picked from commit 57d2302e40)
2024-09-13 21:06:36 +02:00
Martin
ba9c73cbf6 Installer, Windows: Pascal-script in inno installer, do not query user if Wizard runs silent mode
(cherry picked from commit 10f44cfcff)
2024-09-12 21:01:31 +02:00
Željan Rikalo
7ec936059f Qt5,Qt6: allow paste text if mime type contains charset attribute
(cherry picked from commit 9f0c74432d)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2024-09-11 13:57:20 +00:00
dsiders
3634889ada Docs: LazUtils/graphmath. Updates the Distance topic for the oveloaded variant added in 7740a847.
(cherry picked from commit e093078086)
2024-09-10 16:15:21 +03:00
wp_xyz
2e43c26f90 LazUtils/GraphMath: Optimization of Distance function (issue #41104). Add a FloatPoint-FloatPoint overload.
(cherry picked from commit 7740a84766)
2024-09-10 16:15:21 +03:00
n7800
532d607bd6 SynEdit: Fixed a typo in the TSynGutterLOvProviderCurrentPage destructor
(cherry picked from commit c58adfa886)
2024-09-08 14:12:50 +02:00
Željan Rikalo
2f84b5c689 Qt5,Qt6: fixed invalid behaviour of columns. issue #41125
(cherry picked from commit de24da1877)

Co-authored-by: Željan Rikalo <zeljko@lazarus-ide.org>
2024-09-07 19:34:33 +00:00
Željan Rikalo
c8c5d06ff9 Qt5,Qt6: Fixed ugly item sizes in TListView with ViewStyle vsIcon,vsSmallIcon. issue #23187
(cherry picked from commit f9e932cb46)

Co-authored-by: zeljan1 <zeljko@holobit.hr>
2024-09-07 19:32:59 +00:00
Maxim Ganetsky
cfd24b5c32 ProjectGroups: Slovak translation update by LacaK, issue #41117
(cherry picked from commit 4116cfbc90)
2024-09-05 02:24:46 +03:00
Martin
9826fdddb0 JitClasses: Fixed double "raise" after 1f7accb9e2 "Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800."
(cherry picked from commit a23d636c90)
2024-09-03 16:22:57 +02:00
mattias
d172d0d24a codetools: hide cody form 2024-08-31 08:14:49 +02:00
dsiders
a41c051823 Docs: LazUtils/graphmath. Adds missing content for the overloaded Distance function.
(cherry picked from commit 9ac757f684)
2024-08-29 17:21:29 +01:00
wp_xyz
a4a8978029 LazUtils/Graphmath: Fix incorrect Distance() function for vertical lines. Issue #41098
(cherry picked from commit 6ca87f810b)
2024-08-28 18:26:21 +03:00
Juha
830ac027c9 LCL: Prevent crash in RadioGroup when hidden radiobutton is selected by arrow keys. Issue #41093.
(cherry picked from commit 48cf66858d)
2024-08-28 18:26:21 +03:00
wp_xyz
3ae3be09ad LCL/RadioGroup: Fix radiogroup with buttons hidden in TForm.OnCreate handler. Issue #41091.
(cherry picked from commit 9ec4b13788)
2024-08-28 18:26:20 +03:00
Maxim Ganetsky
349aa07dad IDE: Slovak translation update by LacaK, issue #41099
(cherry picked from commit 168de1d7fb)
2024-08-28 18:21:42 +03:00
dsiders
d48c014779 Docs: LCL. Removes ophaned graphmath.xml file moved into LazUtils.
(cherry picked from commit d024157798)
2024-08-28 01:35:10 +01:00
Martin
8f3a159249 Revert "Merge branch 'fpdebug-fix-nonstart' into 'main'"
This reverts commit 842e7e06e1, reversing
changes made to ab751a50a8.
2024-08-24 09:23:36 +02:00
Martin
842e7e06e1 Merge branch 'fpdebug-fix-nonstart' into 'main'
FpDebug - propagate error if no TDbgProcess could be started. Potential fix for #41076

See merge request freepascal.org/lazarus/lazarus!320
2024-08-21 18:47:02 +02:00
ccrause
ab751a50a8 FpDebug - propagate error if no TDbgProcess could be started. Potential fix for #41076
(cherry picked from commit f0f125ea19)
2024-08-21 18:46:07 +02:00
DomingoGP
405258f321 Jedi code format: Fix bug parsing delphi inline vars like "var J: Integer := 22 + I;"
(cherry picked from commit 5abac68141)
2024-08-18 14:41:30 +02:00
Martin
eaa2c85a35 IdeDebugger: fix expanding array (locals dlg). Take low-bound into account. Issue #41073
(cherry picked from commit 5d8a93d6e7)
2024-08-15 23:31:15 +02:00
mattias
411e27ab72 tools: deb for aarch64 2024-08-13 21:13:11 +02:00
mattias
1c50032682 tools: debs: download fpc trunk 2024-08-13 21:06:50 +02:00