Martin
9dabae7399
Merge branch 'lazarus-autoinvoke-3a'
2023-11-04 22:30:32 +01:00
regs01
a61f118049
Moved caret check back to timer.
2023-11-04 17:05:28 +00:00
regs01
4a878e6b70
Linguistic mistake
2023-11-04 17:05:28 +00:00
regs01
7314f5b1a4
Fix code competion firing with no checks, when no delay option is On. Code refactor.
2023-11-04 17:05:28 +00:00
regs01
cda109f74b
Avoid firing on pure number
2023-11-04 17:05:28 +00:00
mattias
bcd4138db4
lcl: fixed compile with fpc 3.3.1
2023-11-02 18:24:49 +01:00
mattias
0f4eb93052
lcl: debugging
2023-11-02 18:24:49 +01:00
Maxim Ganetsky
434020fe78
IDE: regenerated translations and updated Russian translation
2023-11-02 17:36:19 +03:00
Martin
d3687ef05c
SynEdit, Pas-HL: use case-label-attributes in "record case". Issue #40586
2023-11-02 14:37:10 +01:00
Martin
258b46b12f
Merge branch 'ACTom-main-patch-77105' into 'main'
...
Fix the problem that TSynMemo reports an error when the input method is enabled on Windows.
See merge request freepascal.org/lazarus/lazarus!248
2023-10-31 18:03:28 +00:00
ACTom
4fd606cdfd
Fix the problem that TSynMemo reports an error when the input method is enabled on Windows.
2023-10-31 17:33:52 +00:00
dsiders
9bb3e76ac7
Docs: LazUtils/lazfileutils. Adds content and fixes grammar in topics, including:
...
* TryCreateRelativePath
* CreateRelativePath
* GetDarwinSystemFilename
* GetDarwinNormalizedFilename
2023-10-31 04:27:08 +01:00
ACTom
aaaca4ee83
Translations: Chinese translation update by ACTom, merge request !247
2023-10-31 01:45:39 +03:00
dsiders
54716537eb
Docs: LCL/forms. Adds content and See Also links in TApplication.Minimize and TApplication.Restore topics. Fixes spelling error.
2023-10-30 21:26:10 +01:00
Martin
b97a9b80a1
FpDebug: fix disassembler DPPD... / Issue #40567 patch by Red_prig (Pavel)
2023-10-30 18:26:14 +01:00
rich2014
218c536b94
fpcunit: fix #29283 : save the configuration file to the default path
2023-10-30 23:06:59 +08:00
Maxim Ganetsky
b64bba34d7
LCL-Win32: Do not change window Z-order when minimizing and then restoring IDE with opened form designers. Patch by Red_prig (Pavel), issue #40576 .
2023-10-30 02:44:34 +03:00
dsiders
ffee752335
Docs: LCL, LazUtils. Removes unneeded fpmake.xml documentation files. Not used for make files.
2023-10-29 00:00:25 +01:00
dsiders
6e83a5dc5a
Docs: LazUtils/lazutf8. Cleanup for unused parameters.
2023-10-28 23:59:43 +01:00
dsiders
fef0dc5f9f
Docs: LazUtils/lazutf16. Adds missing topic content.
2023-10-28 23:59:31 +01:00
dsiders
826fcec702
Docs: LazUtils/lazstringutils. Updates content in the GetPart topic.
2023-10-28 23:59:09 +01:00
dsiders
b1cfc6ec72
Docs: LazUtils/lazfilecache. Cleans up tagging and adds missing content in topics.
2023-10-28 23:58:47 +01:00
dsiders
11d69e906a
Docs: LazUtils/lazdbglog. Adds missing short descriptions in topics.
2023-10-28 23:58:29 +01:00
dsiders
d7ad2345dd
Docs: LazUtils/lazconfigstorage. Adds missing short descriptions.
2023-10-28 23:58:02 +01:00
dsiders
775d0c7ede
Docs: LazUtils/lazclasses. Adds missing topics. Adds missing content.
2023-10-28 23:57:41 +01:00
rich2014
b55a091996
Cocoa: better support for Multi Display, Merge branch 'cocoa/MultiDisplay'
2023-10-28 19:37:55 +08:00
rich2014
a58d6acc3d
Cocoa: cleanup in CocoaUtils
2023-10-28 19:31:49 +08:00
rich2014
408f836d14
Cocoa: TCocoaWidgetSet.GetWindowRelativePosition() removed
...
TWidgetSet.GetWindowRelativePosition() works fine
2023-10-28 19:29:51 +08:00
rich2014
e3a53a2a42
Cocoa: new utils for Multi Display applied
2023-10-28 19:26:56 +08:00
rich2014
27fd42670e
Cocoa: new utils for Multi Display added
2023-10-28 19:23:39 +08:00
dsiders
a84be54e3c
Docs: LazUtils/lazconfigstorage. Updates content in various topics.
2023-10-28 05:06:14 +01:00
dsiders
41f9fc32f5
Docs: LazUtils/codepagescommon. Updates content in ArrayISO_8859_1ToUTF8 and ArrayMacintoshToUTF8 topics.
2023-10-28 05:05:56 +01:00
Maxim Ganetsky
fa850b68a2
IDE: regenerated translations and updated Russian translation
2023-10-27 20:45:37 +03:00
Maxim Ganetsky
c69d5ebb09
IDE: localized 'Emulate right button' option
2023-10-27 20:42:41 +03:00
mattias
0a9cf42b49
ide: added TEnvGuiOptions.EmulateRightMouseButton, used by Messages Window for popup on Ctrl+Left
2023-10-27 15:36:44 +01:00
Juha
21ab648823
LCL: Initialize FMoveLast in TCustomGrid. Invalidate a cell after setting CheckboxState in TCustomDrawGrid. Issue #40550 .
2023-10-27 08:21:58 +03:00
wp_xyz
05b29b1859
Images: Fix incorrect image in previous commit (by Roland Hahn)
2023-10-26 19:09:36 +02:00
wp_xyz
81ba24dad3
Images: re-worked "menu" icons (by Roland Hahn)
2023-10-26 12:47:08 +02:00
Maxim Ganetsky
fb24359e3a
IDE: regenerated German translation
2023-10-26 02:18:11 +03:00
wp_xyz
f9d74edbff
Images: Icon for "Run with Debugging", by Roland Hahn.
2023-10-25 23:34:39 +02:00
rich2014
f35f68c5b6
Cocoa: Fix #40569 : Merge branch 'cocoa/ontop', fsStayOnTop improved
2023-10-26 00:29:41 +08:00
rich2014
0484d03733
Cocoa: improve the setting of fsStayOnTop Window when DeActive / Active
2023-10-26 00:23:02 +08:00
rich2014
4c33927499
Cocoa: save window info when Application DeActive
2023-10-26 00:23:02 +08:00
rich2014
8d606b37f4
Cocoa: set windows to NSNormalWindowLevel when Application DeActive
2023-10-26 00:23:02 +08:00
rich2014
4cf9b9ffa9
Cocoa: HideOnDeactivate related removed
2023-10-26 00:23:01 +08:00
rich2014
8d0f10ed90
Cocoa: Fix #40571 in TCocoaContext.DrawEdge()
2023-10-25 22:07:39 +08:00
dsiders
586323470e
Docs: LCL/calcform. Updates content in various topics.
2023-10-25 04:40:40 +01:00
rich2014
0f745066a1
Cocoa: Fix #40571 in TCocoaContext.DrawEdgeRect()
2023-10-24 21:48:44 +08:00
rich2014
4a877534a9
Cocoa: fix #40569 : fsStayOnTop supported
2023-10-22 23:43:07 +08:00
rich2014
a31a65d03e
Cocoa: Full Screen Form improved
...
1. on MacOS, when a FORM is full screen, it has its own separate Space.
2. in this case, if a new FORM opened, no matter what's the properties of the
FORM, Cocoa will automatically set this FORM to full screen,
even if it is a Modal Form (ModalSession exactly).
3. in order to still show according to the settings of the newly opened FORM,
we need to:
(1) first set the corresponding NSWindow.CollectionBehavior to
NSWindowCollectionBehaviorFullScreenAuxiliary
(2) after the FORM is shown, decide whether to set CollectionBehavior to
NSWindowCollectionBehaviorFullScreenPrimary based on the properties of
the FORM.
2023-10-22 21:08:49 +08:00