Michaël Van Canneyt
62e3936fab
* Setting for disabling mysql version check
2024-09-23 14:10:40 +02:00
Martin
75b9afdc92
Codetools: Prevent another range check error. Issue #40922
2024-09-23 13:28:08 +02:00
Martin
a0913a8b50
* Merge branch 'lazarus-typos' into 'main'
...
See merge request freepascal.org/lazarus/lazarus!331
2024-09-23 12:44:57 +02:00
Martin
906384cc9d
Add deprecated for old names. More fixes.
2024-09-23 12:44:32 +02:00
n7800
e80478f432
Docs: Fix a typo in the property name OnVisbleChanging
2024-09-23 10:11:37 +00:00
n7800
3610a21aef
SynEdit: Fix a typo in the method name TSynEditStringListBase.RemoveManagedHanlders
2024-09-23 10:11:37 +00:00
n7800
cf0a5ec57e
SynEdit: Fix a typo in the method name TSynTextViewsManager.RemoveHanlders
2024-09-23 10:11:37 +00:00
n7800
7d398b88c7
SynEdit: Fix a typo in the method name TSynEditStringList.CopyHanlders
2024-09-23 10:11:37 +00:00
n7800
1ef23cb314
SynEdit: Fix a typo in the method name TSynEditStringsLinked.RemoveHanlders
2024-09-23 10:11:37 +00:00
n7800
3f4266f91a
IdeIntf: Fix a typo in the type name TLayoutMoveToVisbleMode
2024-09-23 10:11:37 +00:00
n7800
0ac8701194
IdeConfig, IdeProject: Fix a typo in the method name TProjectCompilerOptions.CanBeDefaulForProject
2024-09-23 10:11:37 +00:00
n7800
8644edbc61
IdeConfig, BuildIntf: Fix a typo in the method name TLazCompilerOptions.SetTargetFilenameAppplyConventions and field
2024-09-23 10:11:37 +00:00
Martin
d604978e80
IDE: lock source-edits while reloading changed units
2024-09-23 12:08:17 +02:00
Martin
03bf02974e
Codetools: Prevent another range check error. Issue #40922
2024-09-23 11:58:02 +02:00
Martin
5914d34e58
Merge branch 'TStringArray' into 'main'
...
Using TStringArray from SysUtils instead of creating new types for "array of string"
See merge request freepascal.org/lazarus/lazarus!335
2024-09-23 09:56:18 +00:00
n7800
9d6b34ca0c
Using TStringArray from SysUtils instead of creating new types for "array of string"
2024-09-23 09:19:02 +00:00
Martin
20929d2f06
DockedFormEditor: fix "cannot focus an inactive window" if showing source-edit hidden in tabbed anchor-docking.
...
(double click button, while source-edit is cloned to 2nd source-edit, docked into same main window but hidden in nested anchor tabs)
2024-09-23 10:55:21 +02:00
DomingoGP
708f754935
Jedi code format: fix bug formatting const arrays. Issue #41152
2024-09-22 19:17:59 +02:00
Martin
f5e83fae47
IdeDebugger: Add Mem-Viewer / fix compile with 3.2.2
2024-09-22 18:11:16 +02:00
Martin
041a654351
IdeDebugger: Add Mem-Viewer
2024-09-22 17:39:25 +02:00
Martin
5192cd95d9
IdeDebugger: fix detecting if current watch was freed.
2024-09-22 17:06:32 +02:00
rich2014
a814cbd968
Cocoa: fix the issue that TListView.OnChange() not fired, issue #41151
2024-09-22 22:43:02 +08:00
Martin
663c91f026
IdeDebugger: Quick Presets for Watch-Value-Formats
2024-09-22 12:33:32 +02:00
Martin
c77c71b54e
EditorMacroPascalScript: Improve speed
2024-09-22 10:25:37 +02:00
Martin
11e23ff696
SynEdit: check AnOwner for gutter parts
2024-09-22 10:24:30 +02:00
wp_xyz
6b352d830e
Images: Reworked icons for "componenttreeview", "items", "designer". By Roland Hahn.
2024-09-21 13:35:37 +02:00
DomingoGP
3c479da087
Jedi code format: Clean-up include files paths and delete unused JcfGlobal.inc.
2024-09-19 20:59:36 +02:00
rich2014
bd23ffc080
Cocoa/ListView: improve callback clear
2024-09-19 20:52:27 +08:00
rich2014
7010173b69
Cocoa: add util NSControlMoveCaretToTheEnd()
2024-09-19 20:52:26 +08:00
DomingoGP
b33ed34bed
Jedi code format: Move files to support compile with FPC 3.3.1. Issue #41147
2024-09-18 22:03:34 +02:00
DomingoGP
a680421867
Jedi code format: Better error messages on selection. Patch by Bruno K. Issue #41148
2024-09-18 20:13:29 +02:00
DomingoGP
be26baf875
Jedi code format: refactor, remove include file JcfGlobal.inc
2024-09-18 19:59:57 +02:00
DomingoGP
bbfdded8f4
Jedi code format: command line remove include file. Issue #41147
2024-09-18 14:17:54 +02:00
DomingoGP
f9b5b17a5e
Jedi code format: add include path to command line tool project.
2024-09-18 07:07:55 +02:00
DomingoGP
d04502a298
Jedi code format: remove unneeded conditions. Issue #41146 related.
2024-09-17 21:16:43 +02:00
DomingoGP
7a0867281e
Jedi code format: when formating fails, pop up Messages window improved, Issue #41146 . Based on patch by Bruno K.
2024-09-17 18:51:32 +02:00
rich2014
e5159ea7a2
cocoa: fix some legacy transparent icon format issues #41131
...
there are two transparent formats:
1. the one with alpha channel like modern graphic formats (supported previously)
2. the other historical legacy with extra 1bit/pixel MaskBitmap (fixed this time), scaled mask supported also.
2024-09-17 21:02:26 +08:00
Michaël Van Canneyt
f8cb933df5
* Some small fixes in config handling
2024-09-17 09:12:56 +02:00
rich2014
f27ab84322
Cocoa/ListView: Try to fix the crash caused by Cocoa internal parameter exception during NSTableView initialization on macOS 10.14, #41133
2024-09-17 09:35:16 +08:00
DomingoGP
43324b497f
Jedi code format: when formating fails, pop up Messages window. Patch by Bruno K
2024-09-16 21:33:05 +02:00
Maxim Ganetsky
c9260ad82c
LCL-Gtk2: Do not reset IM after mouse click, otherwise the composition with pre-existing string will be broken. Patch by rasberryrabbit, issue #41123 .
2024-09-16 19:03:04 +03:00
mattias
0e11791719
lazbuild: fixed load package conflitc check, issue #41113
2024-09-16 08:35:13 +02:00
Maxim Ganetsky
2f2884244b
Merge branch 'local_changes' into 'main'
...
IDEIntf: properly free FListExt
See merge request freepascal.org/lazarus/lazarus!337
2024-09-15 20:35:57 +00:00
alligator
46eeba9b15
IDEIntf: properly free FListExt
2024-09-15 20:35:57 +00:00
Maxim Ganetsky
99058f8954
JCF2: regenerated translations and updated Russian translation
2024-09-15 22:42:58 +03:00
Maxim Ganetsky
0592586826
JCF2: improved a caption
2024-09-15 22:41:40 +03:00
DomingoGP
a7f13cdd62
Jedi code format: improved click on error messages.
2024-09-15 19:56:17 +02:00
DomingoGP
ec16b7c23b
Jedi code format: Improved error messages. Issue #41144
2024-09-15 18:48:06 +02:00
rich2014
f8ef2a93e6
Cocoa/ListView: in vsReport, support tips to expand and display text when the column is too narrow
2024-09-15 23:44:51 +08:00
DomingoGP
258955d906
Jedi code format: implement special comment //jcf:parse=off/on. Related to issue #41144
2024-09-15 14:40:50 +02:00