mattias
495a55efd4
ide: fixed ide macro loop detection
2023-08-17 09:11:08 +02:00
mattias
404580d211
updated makefiles
2023-08-15 12:52:46 +02:00
mattias
40c5732627
lazbild: no app bundle
2023-08-15 12:50:41 +02:00
mattias
ec5726dc18
ide: package compiled file: store lazarusversion and switch between fallback on check not on prepare
2023-08-15 10:59:04 +02:00
mattias
fffdea39bb
ide: project res file: fixed save if not exists
2023-08-15 10:23:55 +02:00
mattias
4e522856df
IDE: unified ide debugln
2023-08-15 10:16:28 +02:00
mattias
56115145ca
IDE: do not auto delete uses lresources from lpr
2023-08-15 10:15:31 +02:00
ACTom
d51e9523da
Translations: Chinese translation update, merge request !226
...
(cherry picked from commit b47891cfef
)
2023-08-14 22:30:03 +03:00
dsiders
aedd8520c0
Docs: LCL/stdctrls. Reorders topics to match declaration order in 44d7786c19
.
...
(cherry picked from commit 42a89dc628
)
2023-08-12 19:00:34 +01:00
Ondrej Pokorny
0f158bf713
StdCtrls: stream events in the end
...
(cherry picked from commit 44d7786c19
)
2023-08-12 13:07:31 +02:00
mattias
1e0b043129
updated makefiles
2023-08-10 22:07:59 +02:00
ACTom
f42f906ef1
IDE: Chinese translation update, merge request !225
...
(cherry picked from commit 29240dfd2b
)
2023-08-09 22:33:54 +03:00
mattias
0284c2083a
ide: project res file: fixed save if not exists
2023-08-08 16:17:37 +02:00
mattias
21fd6a165f
ide: project res file: fixed save if not exists
2023-08-08 16:17:30 +02:00
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