Commit Graph

65859 Commits

Author SHA1 Message Date
Juha
56cb8fe0d0 IDE: Show "Find in Files" dialog also from the package editor. Issue #40673, patch by Henner Drewes.
(cherry picked from commit 75d9f32660)
2024-01-13 15:09:02 +00:00
rich2014
9a11ab871d Cocoa: Fix MouseMove issue related to PopupMenu 2024-01-13 00:29:32 +08:00
rich2014
6f8a824944 Cocoa: fix #40692, the bug of Modal Window 2024-01-12 23:17:40 +08:00
rich2014
7157791611 Cocoa: support moving the mouse to HintWindow for operation in the IDE, Merge branch 'cocoa/mousemove'
there was a bug in the IDE before. HintWindow was hidden before the mouse was moved into HintWindow.
2024-01-12 23:17:40 +08:00
rich2014
aa458fc479 Cocoa: Accelerator key (&) should be only supportted in TPopupMenu on macOS 2024-01-12 23:17:40 +08:00
rich2014
8d71a45619 Cocoa: fixed missing Accelerator key (&) support in Menu 2024-01-12 23:17:40 +08:00
Maxim Ganetsky
a7413b60db SynEdit, Highlighters: actually use initial value of DefaultFilter when deciding whether to store this value to LFM or not
(cherry picked from commit 889c2339f6)
2024-01-10 16:19:34 +00:00
Željan Rikalo
2e6008c8fa Qt: fixed memleak in enumfontfamiliesex.
(cherry picked from commit c7bbb0b354)
2024-01-08 18:19:31 +03:00
Željan Rikalo
2e89eae863 Qt5,Qt6: fixed memleak in enumfontfamiliesex()
(cherry picked from commit eb41784ad0)
2024-01-08 18:19:31 +03:00
dsiders
1e8275f185 Docs: LCL/actnlist. Fixes invalid parameter name, and adds missing content.
* Renames TActionEvent.Action to TActionEvent.AAction
* Adds content in TShortCutList and ApplicationActionComponent topics.

(cherry picked from commit d0137e028e)
2024-01-08 07:12:14 +00:00
dsiders
1ebad6e312 Docs: LCL/graphics. Adds IncColor topic for changes in c9a4f79b. Issue #40682.
* Updates DecColor topic to use language consistent with IncColor.

(cherry picked from commit 07a6dce3e7aaf3bcf4fc4f62ff7facc0ea59279a)
2024-01-05 17:25:11 +00:00
Maxim Ganetsky
56721fe772 LCL, Graphics.pp: added IncColor() counterpart to the existing DecColor() function, patch by Don Siders, issue #40682
(cherry picked from commit c9a4f79b92)
2024-01-05 15:57:41 +00:00
mattias
9590c4978c codetools: fixed FindDanglingComponentEvents iteration of properties, fixed #40664 2024-01-03 10:44:35 +01:00
Maxim Ganetsky
6eb05623c2 AnchorDocking: improved header appearance, patch by Don Siders, issue #40677
(cherry picked from commit 3b5bda9882)
2024-01-02 15:21:00 +00:00
dsiders
4dfdd2f3ce Docs: LazUtils/translations. Updates content in TPOFile.SaveToStrings.
(cherry picked from commit ff03db4f10)
2023-12-31 18:52:00 +00:00
Maxim Ganetsky
2c67e9194b LazUtils, Translations unit: fixed compilation on 32-bit Darwin as reported on forum:
https://forum.lazarus.freepascal.org/index.php/topic,65612.msg500834.html#msg500834


(cherry picked from commit beb17ad4d7)
2023-12-31 17:22:25 +00:00
Martin
bfd4989743 FpDebug: prevent div-by-zero in the debugger (in the IDE) while evaluating watches.
(cherry picked from commit 5a1d892e69)
2023-12-30 21:07:10 +01:00
Martin
08fac03972 FpDebug: Add comparing enum-values in watches "enum1 >= enum2"
(cherry picked from commit 5c6662f3e7)
2023-12-30 21:07:09 +01:00
Maxim Ganetsky
9bef988478 IDE: regenerated translations and updated Russian translation
(cherry picked from commit 9cae9d55d8)
2023-12-29 03:55:14 +03:00
Maxim Ganetsky
4707a9b54c IDE: cleaned up resource strings, patch by n7800, issue #40668
(cherry picked from commit 395f813e34)
2023-12-29 03:55:12 +03:00
Maxim Ganetsky
cff8000c67 IDE: committed automatically regenerated file 2023-12-27 19:08:05 +03:00
Maxim Ganetsky
3edce304cb JCF2: set incorrectly translated string from German translation fuzzy, issue #40665
(cherry picked from commit 005e37a5a7)
2023-12-27 18:59:16 +03:00
Maxim Ganetsky
d3a957ea98 CI: write to image build log contents of pas2js-namespaced.cfg
(cherry picked from commit 5a41edf5e8)
2023-12-25 18:48:29 +03:00
Maxim Ganetsky
74d11fdff0 LCL-Gtk2: fixed handling of dragging image coordinates when it is dragged to non-client widget area, patch by Alexander (Rouse_) Bagel, issue #40658
(cherry picked from commit 1783ee35d1)
2023-12-25 18:48:29 +03:00
Maxim Ganetsky
faef2f1e7a LCL-Gtk2: fixed cursor changing when performing a dragging action, patch from Alexander (Rouse_) Bagel, issue #40651
(cherry picked from commit 4f7e9aee22)
2023-12-25 18:48:29 +03:00
Maxim Ganetsky
b5edb2f4a4 LCL-Gtk2: Ignore temporary windows (like dragging image) when selecting a target during Drag'n'Drop action. Patch by Alexander (Rouse_) Bagel, issue #40637.
(cherry picked from commit e2c8faccd9)
2023-12-25 18:48:28 +03:00
Onur ERÇELEN
c7c7175e47 Translations: Turkish IDE translation update by Onur ERÇELEN, merge request !263
(cherry picked from commit c2350a8d1c)
2023-12-25 02:02:02 +03:00
mattias
bbe88239e9 debs: always delete tar.gz 2023-12-23 09:51:48 +01:00
dsiders
5cbbd5956a Docs: LCL/imglist. Updates Scaled and OnGetWidthForPPI topics in TCustomImageList.
* Restores details about OnGetWidthForPPI removed in the previous commit from the TCustomImageList.Scaled topic.
* Adds a code example in the TCustomImageList.OnGetWidthForPPI topic,

(cherry picked from commit b583b3fa04)
2023-12-22 16:14:53 +00:00
dsiders
c61723c0f1 Docs: LazUtils/lazutf8. Fixes invalid identifiers for topics.
* TUTF8TrimFlag.u8u8tKeepTabs => TUTF8TrimFlag.u8tKeepTabs
* TUTF8TrimFlag.u8u8tKeepLineBreaks => TUTF8TrimFlag.u8tKeepLineBreaks

(cherry picked from commit eb3b34bd97)
2023-12-22 07:36:50 +00:00
dsiders
ad2c90776a Docs: LCL/imglist. Updates topics based on forum suggestions.
* https://forum.lazarus.freepascal.org/index.php/topic,65576.0.html
* Updates:
* TCustomImageList.WidthForPPI
* TCustomImageList.Scaled

(cherry picked from commit b2b86ebaef)
2023-12-20 02:31:43 +00:00
rich2014
65501de467 Cocoa: Fix the issue where the Key Modifiers Flag was not set correctly after DragDrop
Cocoa enable separate RunLoop when DragDrop
2023-12-20 00:19:44 +08:00
mattias
7b1dc7e302 set fixes version to 3.1 2023-12-17 11:32:55 +01:00
mattias
f771d54e4a set fixes version 3.0 2023-12-17 11:23:58 +01:00
mattias
92077d69b5 updatemakefiles: update some more makefiles 2023-12-17 11:23:57 +01:00
mattias
8de15ca8eb lazbuild: fixed unit output dir 2023-12-17 11:23:57 +01:00
rich2014
a3b1df19bb Cocoa/Scroller: fix issues, Merge branch 'cocoa/scroller' 2023-12-17 18:18:59 +08:00
rich2014
1666b45e46 Cocoa/TabControl: improve Robustness 2023-12-16 18:11:40 +08:00
dsiders
917e9d3ae8 Docs: LazUtils/lazfileutils. Updates the ForceDirectoriesUTF8 topic for changes in 5335e147.
* Related to https://gitlab.com/freepascal.org/fpc/source/-/issues/40558

(cherry picked from commit 0a423300ae)
2023-12-15 01:15:59 +00:00
Bart
443320c277 Fix ForceDirectoriesUtf8 for Windows Apps. See related fpc bugreport https://gitlab.com/freepascal.org/fpc/source/-/issues/40558.
(cherry picked from commit 5335e14783)
2023-12-14 23:22:28 +00:00
dsiders
9eb2161d0f Docs: LCL/dbgrids. Updates the TCustomDBGrid.OptionsExtra topic to describe actions performed when the property is changed.
(cherry picked from commit 0601e5d055)
2023-12-14 03:30:48 +00:00
Maxim Ganetsky
87197dfb7d Designer: Avoid artifacts when moving non-visual components by keyboard. Patch by n7800, issue #40643.
(cherry picked from commit e4acac0e1a)
2023-12-13 23:28:45 +00:00
dsiders
a81f305f51 Docs: LCL/controls. Updates TDragImageListResolution.ShowDragImage topic for changes in 85aa06c1. Issue #40640.
(cherry picked from commit b194126eca)
2023-12-13 20:29:22 +00:00
Željan Rikalo
62b159709a LCL: proper initialization of dragimagelist position in ShowDragImage manually. Issue #40640
(cherry picked from commit 85aa06c1d8)
2023-12-13 18:56:54 +00:00
Željan Rikalo
a12a90da55 Qt,Qt5,Qt6: fix for hiding dragimagelist manually.issue #40644
(cherry picked from commit 228481190b)
2023-12-13 15:34:59 +00:00
0x4A4D00
4156f9b93a Update Version of Windows qt6pas6 dll
(cherry picked from commit e84cc69788)
2023-12-12 14:36:49 +00:00
rich2014
8591376188 Cocoa: Fix the issue of not being able to turn pages in the DatePickerForm from ModalForm 2023-12-11 20:53:20 +08:00
rich2014
09556001ab Cocoa: replace deprecated functions in CocoaScrollers 2023-12-10 21:01:11 +08:00
rich2014
7beb6be959 Cocoa: avoid sending unnecessary KillFocus/SentFocus messages and keep consistent with win32 2023-12-10 21:01:11 +08:00
rich2014
25a4c027c8 Cocoa: Fix the issue that KillFocus message is sent to the wrong control when the control is a FieldEditor #40635 2023-12-10 21:01:11 +08:00