ACTom
263e9326c2
IDE: Chinese translation update, merge request !224
...
(cherry picked from commit 0e9bcf013f
)
2023-08-08 02:11:16 +03:00
dsiders
f5c0ac0035
Docs: LCL/stdctrls. Updates TCustomListBox.SelCount for changes in a4c9080f
. Issue #40361 .
...
(cherry picked from commit a0e4b5d35a
)
2023-08-07 16:05:13 +03:00
Bart
33d3ac5e05
TListBox: fix SelCount in case HandleAllocated = False. Issue #40361 .
...
(cherry picked from commit a4c9080f10
)
2023-08-07 16:05:13 +03:00
dsiders
719d3a2a7c
Docs: LCL/lcltaskdialog. Updates TTaskDialog.Execute for changes in 48b1419e
.
...
(cherry picked from commit 69614e3959
)
2023-08-07 16:05:13 +03:00
Bart
f0bb8d53a1
TTaskDialog: make the flag tfNoDefaultRadioButton actually work both.
...
(cherry picked from commit 48b1419ec4
)
2023-08-07 16:05:13 +03:00
Bart
c8b996f585
Win32: fix MDIChild form not updating Top/Left. Issue #40232 .
...
(cherry picked from commit e95cadd095
)
2023-08-07 16:05:12 +03:00
Martin
f051d0bd65
Debugger: fix asm-stepping bring source-edit to front (work around) Issue #40415
...
(cherry picked from commit 478b6dcf4b
)
2023-08-07 12:47:06 +02:00
rich2014
52aafa7090
Cocoa: fix the issue when call TCocoaWindow.makeFirstResponder() with nil
2023-08-06 19:43:33 +08:00
Maxim Ganetsky
24dae4f817
IDE: do not allow to edit contents of Path Delimiters combobox in "Project Options"->"Miscellaneous", issue #40429
...
(cherry picked from commit eb6cd708f2
)
2023-08-05 22:13:24 +03:00
DomingoGP
615f8c6788
Jedi code format: issue #40412 parser error in anonymous methods var/const/type sections.
...
(cherry picked from commit 0804282d52
)
2023-08-05 09:46:15 +02:00
wp_xyz
522c2ea43a
CustomDrawn: Fix comments (Patch by LagProgramming, https://forum.lazarus.freepascal.org/index.php/topic,64186.msg487506.html )
...
(cherry picked from commit 5f92439334
)
2023-08-04 20:02:35 +02:00
rich2014
a4fde30751
Cocoa: make sure to update HintWindow by Invalidate
...
there is a bug in the implementation before, and the content of HintWindow may not be updated.
when the content of HintWindow has changed, but the size of TCocoaWindowContent has not changed, Cocoa did not update TCocoaWindowContentDocument, so THintWindow.Paint() was not called.
2023-08-04 23:21:00 +08:00
Maxim Ganetsky
37863634a1
DockedFormEditor: fixed compilation with FPC 3.3.1, hint by Peacoor, issue #40427
...
(cherry picked from commit f904aa53b5
)
2023-08-03 19:29:37 +03:00
wp_xyz
a93aab7b3f
Images: Add some missing general-purpose icons by Roland Hahn (bell, font, grid).
...
(cherry picked from commit a96747fdd3
)
2023-08-03 16:50:36 +02:00
wp_xyz
10193d8766
Images: New general-purpose images by Roland Hahn (connectiopn, database, delete, edit, export, import, key, paint target)
...
(cherry picked from commit e9a8d45aad
)
2023-08-03 16:50:36 +02:00
rich2014
8ea0686adc
Cocoa: code related to doCommandBySelector in TCocoaTextView/TCocoaFieldEditor removed by IME fully supported
2023-08-03 22:06:18 +08:00
rich2014
d22cb41304
Cocoa: code related to ESC/ENTER in TCocoaFieldEditor removed by IME fully supported
2023-08-03 22:06:14 +08:00
rich2014
abd96bbccc
Cocoa: code related to ESC/ENTER in TCocoaTextView removed by IME fully supported
2023-08-03 22:06:09 +08:00
rich2014
68877e62fe
Cocoa: fix ESC/ENTER with ModifierFlag handle in TCocoaWindowContent.performKeyEquivalent
2023-08-03 22:06:03 +08:00
rich2014
19e62908e7
Cocoa: fix typos
2023-08-03 22:05:58 +08:00
rich2014
5cb3f9d2c0
Cocoa: fix a bug in TCocoaWSCustomTabControl.ShowTabs()
2023-08-03 22:05:51 +08:00
rich2014
2935910bde
Cocoa: fix cursor calculation issue in TabControl
...
In fact, it is related to the container control with LayoutDelta. currently, only TabControl in Cocoa is affected by this bug.
2023-08-03 22:04:28 +08:00
zeljan1
a16242dfa5
Qt5,Qt6: fixed Qt version extraction. issue #40426
...
(cherry picked from commit dffc3b9594
)
2023-08-03 16:59:33 +03:00
mattias
baf1a6ad31
ide: package editor: fixed crash #40424
...
(cherry picked from commit d04f10985e
)
2023-08-03 16:37:09 +03:00
dsiders
ba985a533e
Docs: LCL/forms. Adds TApplication.GetControlAtPos topic for changes in 53cd3db19c
.
...
(cherry picked from commit abd09e7ad9
)
2023-07-31 17:21:15 +01:00
dsiders
bef70c1810
Docs: LCL/controls. Updates topics for changes in 53cd3db19c
.
...
(cherry picked from commit 87ebca2b25
)
2023-07-31 17:20:47 +01:00
rich2014
b3e734c3b7
Cocoa: Fix GetKeyState (eg. Command/Option/Shift) that the principle is similar to 53cd3db
...
completely eliminate keystroke issue caused by improper reading of modifier keys.
it's because in TCocoaWidgetSet.GetKeyState(), the modifier key should not be obtained in real time, but should be obtained from the current event.
for example, when pressing Command+R in the IDE, it was originally a shortcut key for Run, but sometimes the character R is entered inadvertently.
2023-07-31 14:00:39 +08:00
rich2014
cfbb48eefa
LCL: Fix #40416 : Mouse Message issue (Enter/Level/Move)
2023-07-31 14:00:39 +08:00
rich2014
c15816f136
Cocoa: simplify TCursorHelper by b184a37
2023-07-31 14:00:39 +08:00
rich2014
00f1f50769
Cocoa: Cursor compatible with TGraphicControl
2023-07-31 14:00:39 +08:00
rich2014
0590155a55
Cocoa: the cursor has better compatibility when switching windows at design time
2023-07-31 14:00:39 +08:00
rich2014
3bc12e5928
Designer: Cursor Cache Old Pos comparison adjusted (Similar to ded870b
)
2023-07-31 14:00:39 +08:00
rich2014
004a64774e
Cocoa: improve Enter key on the numeric keypad handled in KeyDown(), avoid beep
2023-07-31 14:00:39 +08:00
rich2014
cc62f92f87
Cocoa: clean up
2023-07-31 14:00:39 +08:00
rich2014
d37771b097
Cocoa: refactor related to WindowFromPoint() in cocoawinapi
2023-07-31 14:00:39 +08:00
rich2014
810aeee755
Cocoa: fix WindowFromPoint() with negative coordinates
...
sometime wrong cursor in IDE with DockedFormEditor
2023-07-31 14:00:39 +08:00
rich2014
5363cacbea
Cocoa: fix wrong Cursor at designing (with DockedFormEditor)
2023-07-31 14:00:39 +08:00
rich2014
304caa1e01
Cocoa: fix wrong Cursor at designing (without DockedFormEditor)
2023-07-31 14:00:39 +08:00
rich2014
29b5c2d2a3
Designer: Cursor cache comparison removed
2023-07-31 14:00:38 +08:00
rich2014
b7177a0c9b
Cocoa: Enter key on the numeric keypad handled in KeyDown(), avoid beep
2023-07-31 14:00:38 +08:00
Maxim Ganetsky
620c6310cd
LazDataDesktop: added executable to .gitignore
...
(cherry picked from commit 98e9e0dbcd
)
2023-07-29 21:47:40 +03:00
Maxim Ganetsky
79e402a934
LazDataDesktop: updated Russian translation
...
(cherry picked from commit 3a0b3d3396
)
2023-07-29 21:47:40 +03:00
Maxim Ganetsky
1e1777c537
LazDataDesktop: regenerated translations
...
(cherry picked from commit 90812b4afa
)
2023-07-29 21:47:40 +03:00
wp_xyz
638aa69736
LCL/SpeedButton: Fix position of caption when no glyph is present.
...
(cherry picked from commit 11b92b26c8
)
2023-07-29 19:24:26 +02:00
wp_xyz
87ba1657f7
LCL/SpeedButton: Fix positioning of Glyph and Caption. Issue #40410 . Based on patch by Luca Olivetti.
...
(cherry picked from commit 07da832b28
)
2023-07-29 19:24:25 +02:00
wp_xyz
d7c6ef0c3f
Tools/Lazdatadesktop: Fix LCLScaling in Windows.
...
(cherry picked from commit b4f8ae34b5
)
2023-07-29 19:17:00 +02:00
wp_xyz
51fe97b1ff
Tools/Lazdatadesktop: Final (?) tuning of the application icons. By Roland Hahn.
...
(cherry picked from commit fe828040ce
)
2023-07-29 19:17:00 +02:00
wp_xyz
4d4e30d401
Tools/LazDataDesktop: Improved version of the Connections icon. By Roland Hahn.
...
(cherry picked from commit 203dbd08fd
)
2023-07-29 19:16:59 +02:00
wp_xyz
917bbc62ec
Tools/LazDatadesktop: Slightly improved images by Roland Hahn.
...
(cherry picked from commit 5bae6ebf52
)
2023-07-29 19:16:59 +02:00
wp_xyz
5ad15d1262
Tools/LazDataDesktop: Show icons in all treeviews.
...
(cherry picked from commit 168ed6ffa0
)
2023-07-29 19:16:59 +02:00