Commit Graph

68755 Commits

Author SHA1 Message Date
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
wp_xyz
be8e37dc2f IconFinder: Fix hanging after arrow key press. Patch by @dsiders, issue #41142 2024-09-15 11:29:54 +02:00
Juha Manninen
3f8ba46cfc Merge branch 'LazBuild/FixForgottenExit' into 'main'
LazBuild: Add forgotten "exit" in "LoadProject" function

See merge request freepascal.org/lazarus/lazarus!326
2024-09-15 05:19:25 +00:00
Juha Manninen
76fb7e5207 Merge branch 'LazBuild/Issue30108' into 'main'
LazBuild: Small fix of build increment number feature. Issue #30108

See merge request freepascal.org/lazarus/lazarus!334
2024-09-15 04:53:58 +00:00
Juha
65f647e25b Codetools: Prevent another range check error. Issue #40922, patch by WooBean007. 2024-09-15 07:26:21 +03:00
rich2014
937d3a121b Cocoa: fix transparent image drawing , issue #41131 2024-09-15 11:18:42 +08:00
dsiders
27c9054d4e Docs: LCL/forms. Updates TCustomForm.GetFormImage topic to clarify content and to fix an error in example code. Depends on 55ac08a5, 53ba8c47. 2024-09-14 22:46:00 +01:00
dsiders
53ba8c47aa Docs: LCL/forms. Updates TCustomForm.GetFormImage topic for changes in 55ac08a5. Issue #41140. 2024-09-14 20:32:44 +01:00
DomingoGP
d08faaa7d6 Jedi code format: solves issue #41141 problem with type helpers for in class typed types 2024-09-14 18:01:11 +02:00
DomingoGP
ef68a57e4d Jedi code format: add documentation about special comments. 2024-09-14 17:53:08 +02:00
wp_xyz
55ac08a505 LCL/Forms: Overload function TCustomForm.GetFormImage with procedure requiring the bitmap as argument. Issue #41140. 2024-09-14 12:51:05 +02:00
DomingoGP
f7293e2477 Jedi code format: new indent options for case labels and interface guid.
I borrowed the features and some code from https://github.com/quadroid/jcf-pascal-format
2024-09-14 10:02:30 +02:00
wp_xyz
930797ee74 PackageTabs: Improve visibility of selected editor tab. Issue #41132, patch by Maxim Ganetsky. 2024-09-13 23:28:24 +02:00
Martin
dfb1a41682 SynEdit: fixed some leaked handlers/callbacks. 2024-09-13 21:03:16 +02:00
Martin
72314563d9 FpDebug: fix memleak in function eval 2024-09-13 21:03:16 +02:00
Martin
4621061aae IdeDebugger: fix rpfClearMultiLine / amend test for new settings 2024-09-13 21:03:16 +02:00
Martin
71f0514fa4 IdeDebugger: fix WatchResultPrinter for variant struct. FieldCount does not include variant sub-fields 2024-09-13 21:03:15 +02:00
Martin
57d2302e40 FpDebug: don't overwrite deException when at end of step. Issue #41136 2024-09-13 21:03:15 +02:00
rich2014
6d019de770 Cocoa: add config to control TPanel's frame3d drawing mode #40545 2024-09-13 21:20:11 +08:00
rich2014
27a65f155f Cocoa: TextFieldSetTextHint() improved 2024-09-13 21:19:50 +08:00
rich2014
92a5ca760f Cocoa: fix the issue in TCocoaFilterComboBox #41135 (patch by David Jenkins) 2024-09-13 21:19:31 +08:00
mattias
300b09287a ide: do not load preferred package dependency if old package is locked 2024-09-13 15:08:25 +02:00