Juha
cfb33e6975
TurboPower_ipro: Remove useless code from TIpHtmlParser.ParseHead.
...
(cherry picked from commit 4a639e70c5
)
2024-02-22 16:43:30 +03:00
Juha
6a97f94583
LHelp: Remove UTF8CompareLatinTextFast calls.
...
(cherry picked from commit aecb1d9473
)
2024-02-22 16:43:30 +03:00
Juha
51cf8421b5
LCL: Optimize getting a list of font names and eliminating duplicates in TScreen.
...
(cherry picked from commit db95c28df7
)
2024-02-22 16:43:30 +03:00
dsiders
cd665d4aa2
Docs: LazUtils/lazutf8. Deprecates UTF8CompareLatinTextFast and UTF8CompareStrCollated topics for changes in 890f92e33e
.
...
* Modifies TStringListUTF8Fast topics.
* Adds IsPureAscii topic.
(cherry picked from commit bcabdb039c
)
2024-02-22 16:43:30 +03:00
dsiders
43cee9b27c
Docs: LazUtils/lazfileutils. Updates CompareFileExt topic for changes in 08c0f486
.
...
* Changes UTF8CompareText() reference to CompareText().
(cherry picked from commit 59d8129fc5
)
2024-02-22 16:43:30 +03:00
dsiders
e498842704
Docs: LCL/lazhelpintf. Updates external references and adds missing topics for changes in c285b58a
.
...
(cherry picked from commit 334ee8144b
)
2024-02-22 16:43:30 +03:00
dsiders
98e79e7362
Docs: LCL/valedit. Updates external references for changes in c285b58a
.
...
(cherry picked from commit ae8d65596e
)
2024-02-22 16:43:30 +03:00
dsiders
c78729b64f
Docs: LCL/grids. Updates TCustomStringGrid.DoCompareCells topic for changes in c285b58a
.
...
(cherry picked from commit cd3f347249
)
2024-02-22 16:43:30 +03:00
dsiders
997567eb87
Docs: LCL/forms. Updates TScreen.Fonts topic for changes in db95c28d
.
...
(cherry picked from commit eb80a21f08
)
2024-02-22 16:43:30 +03:00
dsiders
c0b9a0ea57
Docs: LCL/controls. Adds the TControlBorderSpacing.GetOwner topic for changes in 1e544fb5
. Issue #40746 .
...
(cherry picked from commit 366c2feca3
)
2024-02-22 16:43:30 +03:00
Juha
93d6ba907a
Designer: Repaint after changing "BorderSpacing" in AnchorEditor or in OI. Issue #40746 , by n7800 and myself.
...
(cherry picked from commit 1e544fb5b9
)
2024-02-22 16:43:30 +03:00
Bart
7182005618
MaskEdit: adapt FormatMaskText for EnableSets.
...
(cherry picked from commit a09b37afad
)
2024-02-22 16:43:29 +03:00
Bart
b43b509320
IDEIntf: property-editor for TMaskEdit: set minimal width for samples listbox.
...
(cherry picked from commit a1f45d1080
)
2024-02-22 16:43:29 +03:00
Bart
25c7c89b8f
MaskEdit: publish properties EnableSets, ValidationErrorMode and OnValidationError.
...
(cherry picked from commit b48d102c91
)
2024-02-22 16:43:29 +03:00
wp_xyz
74b5fb8682
TAChart: Fix function IncQuarter calculation error for negative NumberOfQuarters.
...
(cherry picked from commit 59aff202e1
)
2024-02-22 16:43:29 +03:00
Juha
d8fc71fe35
IDE: Remove an extra (F9) from the hint of a Run-button. Remove a wrong hint from ProjInspector's Options button. Issue #40732 .
...
(cherry picked from commit 68a4595596
)
2024-02-22 16:43:29 +03:00
dsiders
4c8e6dfa11
Docs: LCL/various. Adds missing unit overview content, external references in:
...
* customdrawn_android.xml
* customdrawn_common.xml
* customdrawn_mac.xml
* customdrawn_winxp.xml
* customdrawncontrols.xml
* customdrawndrawers.xml
(cherry picked from commit f6555a287e
)
2024-02-21 17:43:54 +00:00
rich2014
7d22dc8d27
Cocoa: Fix ItemIndex issue of TComboBox with csDropDownList at init
2024-02-20 09:00:35 +08:00
Martin
6aab479152
IdeDebugger: Change precision used for float types. issue #40768
...
(cherry picked from commit 05af6f9a4f
)
2024-02-19 22:57:23 +01:00
Martin
4f4f38ad7a
IdeDebugger: Return correct precision for float value. Old code was returning "single" for all float types - related to issue #40768
...
(cherry picked from commit 22f04e340f
)
2024-02-19 22:57:23 +01:00
Abou Al Montacir
a454f66520
GTK3: Code cleaning.
...
Removed legacy comments.
2024-02-19 21:08:36 +01:00
Abou Al Montacir
6db2918539
GTK3: Fixed handling of scroll event.
...
Scrolling was not correctly handled due to error in the logic of
handling the scrolling event.
This fix is related to #21067 .
2024-02-19 21:08:36 +01:00
Abou Al Montacir
1767a4009b
GTK3: Fixed access violation issue in Gtk3Page.
...
The widget was freed and assigned nil pointer before it was unreferenced
which may lead to occasional access violation on application shutdown.
This fix is related to #40713 .
2024-02-19 21:08:36 +01:00
Abou Al Montacir
1ceeedf344
GTK3: Enabled resizing notebook children after insertion.
...
This allows fixing some problems but it is probably just a workaround.
This fix is related to #40713 .
2024-02-19 21:08:36 +01:00
Abou Al Montacir
93f05421b2
GTK3: Enable showing hot key in page control widgets caption.
...
We store the raw caption in the `Text` field and convert ampersands
(`&`) to underscores (`_`) before using `set_markup_with_mnemonic` to
update the label text while honoring the hot key definition.
NB: The underscore will be drawn only if user hits `alt` key which is
a Gnome/Gtk3 feature.
This fix is related to #40713 .
2024-02-19 21:08:36 +01:00
Abou Al Montacir
e45713b7f8
GTK3: Fixed selected item text returned by ComboBox Text property.
...
We need to use `GtkEntry` for comboboxes with `has_entry = True` and
set the `column_id` property.
Closes #40706
2024-02-19 21:08:36 +01:00
dsiders
94d8b3f878
Docs: LCL/comctrls. Fixes invalid content and typos in TTreeNode topics. Issue
...
#40783 .
* TListItem
* TTreeNode.StateIndex
(cherry picked from commit 83af74cb1f
)
2024-02-19 17:47:08 +00:00
Martin
54c90de2f2
IdeDebugger: enable formatting checkbox in Console In/Out Window
...
(cherry picked from commit 3aa483c0c0
)
2024-02-17 11:38:42 +01:00
Martin
8db790f0ac
LazDebuggerIntf: fix #40762
...
(cherry picked from commit 021178a42a
)
2024-02-16 20:27:03 +01:00
Martin
5077e87590
SynEdit: fix range check introduced in a7a0b3ee3a
- Issue #40778
...
(cherry picked from commit 0b1f218698
)
2024-02-16 14:12:04 +01:00
Maxim Ganetsky
1cd05220e3
IDE: don't wrap strings in memos of i18n project options, allows to avoid corruption when saving long strings to .lpi
...
(cherry picked from commit f6ccc8d26d
)
2024-02-15 14:08:40 +00:00
Martin
30569f5fe8
LazDebuggerFp: further fix reading pty for console window. Remove dangling async call before destroying object.
...
(cherry picked from commit b1a91a2333
)
2024-02-14 17:42:08 +01:00
Dmitry D. Chernov
84b7bb2ca4
IDE/Options: Fix some suspicious copy-paste and probably a debugging leftover
...
(cherry picked from commit 8986b1b0b9
)
2024-02-13 23:43:17 +01:00
Dmitry D. Chernov
ce32bdf1c8
IDE: Fix saving the specified frame priority for user-defined markup
...
(cherry picked from commit 720d3c66be
)
2024-02-13 23:43:17 +01:00
Martin
f1632e6291
SynEdit: fix dragging text, when text has folded areas. Issue #40773 Patch by Olivier Guichard
...
(cherry picked from commit 7044a3b3df
)
2024-02-13 23:24:41 +01:00
Martin
60d9e7d2d9
Codetools: fix crash when trying to add declaration for "foo := unit1;" Patch by WooBean007
...
(cherry picked from commit ba0c38e2b4
)
2024-02-13 22:36:34 +01:00
Martin
972e988e00
FpDebug: further fix reading pty for console window.
...
(cherry picked from commit e9099ab0e8
)
2024-02-13 22:35:57 +01:00
Martin
e44532f395
FpDebug: fix reading pty for console window.
...
(cherry picked from commit 47c34d2e7e
)
2024-02-13 22:35:57 +01:00
dsiders
7217072918
Docs: LCL/comctrls. Updates errant / incomplete content in TCustomTreeView topics. Issue #40758 .
...
* TCustomTreeView.StoreCurrentSelection
* TCustomTreeView.ApplyStoredSelection
(cherry picked from commit c0983bbed0
)
2024-02-10 23:31:34 +00:00
Željan Rikalo
83c94aa8df
LCL: fix RectVisible so it works correct if WindowOrg was moved. Patch by Artem Izmaylov
...
(cherry picked from commit d6b7ffd24c
)
2024-02-09 20:48:48 +00:00
dsiders
dc291629e5
Docs: Lazutils/translations. Fixes capitalization in topic.
...
(cherry picked from commit 1b863d612c
)
2024-02-09 04:21:40 +00:00
Željan Rikalo
71cb35ad12
Qt5,Qt6: track dangling pointer inside mouse release event if LCLObject is freed.
...
(cherry picked from commit db0a10f032
)
2024-02-08 14:49:01 +00:00
mattias
a877f4fbec
codetools: fixed compile
2024-02-08 11:43:25 +01:00
mattias
64cb2deb3c
lazbuild: fixed -r when lazarus was installed read only, issue #40747
2024-02-08 11:43:06 +01:00
mattias
4701570830
codetools: clean up
2024-02-08 11:03:34 +01:00
Martin
43569dfc6a
FpDebug: Prevent range checks on target address computation
...
(cherry picked from commit ad54dc2ceb
)
2024-02-07 13:48:02 +01:00
Željan Rikalo
b0867a7674
Qt6: Proper cast of result for -Sy.
...
(cherry picked from commit 67868afe81
)
2024-02-05 16:27:13 +00:00
Željan Rikalo
32f41648f4
Qt6: fixed usage of TQtObjectDump.InheritsQtClass by using ansistring instead of widestring as function param, so we have proper conversion to PAnsiChar.
...
(cherry picked from commit d0b70cc7d4
)
2024-02-05 16:08:01 +00:00
rich2014
48844aa94b
Cocoa: Fix compilation.
2024-02-04 22:31:21 +08:00
David Jenkins
65d4553690
Cocoa: Fix #40636 : TCocoaContext.SetFont() does not update TCocoaFont reference count.
2024-02-04 22:31:21 +08:00