Commit Graph

68403 Commits

Author SHA1 Message Date
Martin
10f44cfcff Installer, Windows: Pascal-script in inno installer, do not query user if Wizard runs silent mode 2024-09-12 20:22:49 +02:00
rich2014
cd047aaf3d Cocoa/ListView: fix the issue of selection setting being delayed, issue #41134 2024-09-13 00:21:24 +08:00
rich2014
45e46500f8 Cocoa/ToolBar: fix the setting order for NSMenuToolBarItem 2024-09-12 23:45:45 +08:00
rich2014
be1b06eadc IDE/Cocoa: add Ctrl+Command+F ShortCut for 'Search Instantly' 2024-09-12 23:45:05 +08:00
rich2014
86a3eccf08 IDE/Cocoa: DisableCocoaModernForm macro supported 2024-09-12 20:32:08 +08:00
rich2014
3641ef4eca Cocoa: The DisableCocoaModernForm macro is used at compile time to allow Lazarus running on macOS 11- to compile IDE and APP
Note:

1. the macro affects at compile time, not runtime.

2. App with Modern Style Form can run fine on macOS 11-, only will lack support for Modern Style Form.

3. DisableCocoaModernForm macro needs to be set only when compiling on macOS 11-

4. therefore, it is strongly recommended to compile the app on macOS 11+ for maximum compatibility
2024-09-12 20:30:54 +08:00
Martin
338e2eca40 IdeDebugger: removed some "experimental" tags 2024-09-12 12:46:35 +02:00
Maxim Ganetsky
760cc09988 IDEDebugger: updated Russian translation 2024-09-11 22:58:17 +03:00
Maxim Ganetsky
85b5de9de5 JCF2: regenerated translations and updated Russian translation 2024-09-11 22:57:31 +03:00
Maxim Ganetsky
5aa535db2c JCF2: improved wording of a caption 2024-09-11 22:56:22 +03:00
DomingoGP
67885f4924 Jedi code format: Feature, normalize the capitalisation of identifiers to be the same as the first occurrence in the unit 2024-09-11 20:20:02 +02:00
rich2014
d80f0c44f5 Cocoa: fix some FocusRing config 2024-09-11 23:13:14 +08:00
Željan Rikalo
dda392d165 LCL: commented debugLn() 2024-09-11 17:11:09 +02:00
Martin
0a25d6933a IdeDebugger: allow editing properties of multiple watches simultaneously 2024-09-11 16:53:41 +02:00
zeljan1
9f0c74432d Qt5,Qt6: allow paste text if mime type contains charset attribute 2024-09-11 15:46:02 +02:00
rich2014
b000e5a895 Cocoa: fix the height of NSWindow with ToolBar in TCocoaWSCustomForm.CreateHandle() 2024-09-11 21:42:30 +08:00
wp_xyz
3c708eb333 Images: Fix interchanged sortasc and sortdesc images. 2024-09-11 14:39:03 +02:00
wp_xyz
74ecc0b63e Images: New/updated icons by Roland Hahn (dbnavigator, some lcl icons, debugger, actions, some new general purpose) 2024-09-10 23:34:42 +02:00
dsiders
ddb954432e Docs: LCL/buttons. Corrects content in the TCustomSpeedButton.Margin topic. 2024-09-10 21:10:28 +01:00
DomingoGP
e4da339c52 Jedi code format: New button to reload the configuration in the test application. 2024-09-10 22:06:30 +02:00
dsiders
4310c9339a Docs: LCL/buttons. Updates TCustomSpeedButton.CalculatePreferredSize topic to include remarks about version compatibility.
* Changes in 8f6a59c9. Issue ##41119.
* Fixes version admonitions in 394b03cd. Use 4.0 instead of 3.6.
2024-09-10 19:46:11 +01:00
wp_xyz
4a845e1051 PackageTabs: Fix speedbutton misalignment caused by commit d216b7144d. Based on patch by @ganmax. 2024-09-10 19:37:45 +02:00
Bart
3afd9c5762 LCL: in TMenuItem.InternalRethinkLines un-hide a separator if a previously hidden (but now visible) menu-item was between separators. Part of issue #41028. 2024-09-10 18:49:29 +02:00
rich2014
9a1bfd8663 Cocoa: improve UrlArrayFromLCLToNS() to detect whether the string contains URL scheme 2024-09-10 23:00:13 +08:00
Maxim Ganetsky
65c7200270 IDE: regenerated translations 2024-09-10 16:09:55 +03:00
wp_xyz
8f6a59c9a2 LCL/TSpeedButton: Layout improvements when AutoSize = false 2024-09-10 13:07:57 +02:00
Juha
d869f6a082 Menu designer: Do not crash when MainMenu contains a separator. Issue #41130. 2024-09-10 12:58:16 +03:00
Martin
c8c6533768 DebuggerIntf: compile for WinCe 2024-09-10 11:33:54 +02:00
Martin
f7a4c65cb3 Win, Installer: update for cross-build installer (new requirements) 2024-09-10 11:33:53 +02:00
dsiders
394b03cd2b Docs: LCL/buttons. Updates TCustomSpeedButton topics for changes in d216b714. Issue #41119.
* Modified topics:
* TCustomSpeedButton.SetLayout
* TCustomSpeedButton.CalculatePreferredSize
* TCustomSpeedButton.MeasureDraw
* TCustomSpeedButton.SetMargin
* TCustomSpeedButton.Margin
* TCustomSpeedButton.SetSpacing
* TCustomSpeedButton.Spacing
* TCustomSpeedButton.SetLayout
* TCustomSpeedButton.Layout
2024-09-10 06:46:36 +01:00
Maxim Ganetsky
8f1ebd08c0 Merge branch 'LCL/ControlsProc' into 'main'
LCL: Minor cleanup and optimization of functions in "controlsproc.inc"

See merge request freepascal.org/lazarus/lazarus!328
2024-09-09 22:15:38 +00:00
n7800
fd3746f36e LCL: Minor cleanup and optimization of functions in "controlsproc.inc" 2024-09-09 21:43:54 +00:00
Juha
d58d978a0d Codetools: Prevent a range check error. Issue #40922, patch by WooBean007. 2024-09-09 23:38:17 +03:00
wp_xyz
d216b7144d LCL/SpeedButton: Fix autosizing of TSpeedButton. Issue #41119, based on patch by michalgw 2024-09-09 22:24:17 +02:00
Maxim Ganetsky
936c19caf3 LCL-Gtk3: fixed RoundRect to be consistent with other widgetsets, patch by Anton Kavalenka, issue #41129 2024-09-09 21:59:08 +03:00
Bart
c55033b82c LCL: attempt to simplify TMenuItem.InternalRethinkLines. Hope it covers all cases. Part of issue #41028. 2024-09-09 20:15:45 +02:00
Maxim Ganetsky
fbb9eb5f47 IconFinder: updated/simplified installation procedure description in readme.txt 2024-09-09 20:02:11 +03:00
Maxim Ganetsky
b23578330d IDE: updated global package links 2024-09-09 19:44:50 +03:00
Maxim Ganetsky
90c2060ded IconFinder: improved folder management dialog layout 2024-09-09 19:08:30 +03:00
Maxim Ganetsky
3927dbe5bf IconFinder: improved viewer dialog layout 2024-09-09 19:08:30 +03:00
Maxim Ganetsky
054ea1ed64 IconFinder: regenerated translations and updated Russian translation 2024-09-09 19:08:30 +03:00
Maxim Ganetsky
6c534f86cc IconFinder: improved i18n 2024-09-09 19:08:30 +03:00
Maxim Ganetsky
6d186abc86 IconFinder: i18n-related clean up 2024-09-09 19:08:30 +03:00
rich2014
8ca52c8948 Cocoa/Toolbar: add callback for Menu TooItem, convenient to build the menu later 2024-09-09 23:59:38 +08:00
rich2014
fd73e63c77 Cocoa/Menu: fix the crash when insert a hidden separator after a visible MenuItem, introduced by e762d9b, see also #41028 2024-09-09 23:56:49 +08:00
Maxim Ganetsky
aa2b041e48 IDEDebugger: updated Russian translation 2024-09-09 16:53:42 +03:00
wp_xyz
8490d85339 Images: Update general-purpose metadata.xml for IconFinder 2024-09-09 13:23:10 +02:00
wp_xyz
b7ad4f4820 IconFinder as new IDE plugin 2024-09-09 13:15:46 +02:00
Martin
0c1d094efc IdeDebugger: Introduce a StringBuilder to concatenate all the parts of a watch (speed up for certain nested array/struct values) 2024-09-08 14:15:24 +02:00
Martin
34ec22dc99 IdeDebugger: Multiline and Array-Len override options 2024-09-08 14:15:23 +02:00