Commit Graph

69155 Commits

Author SHA1 Message Date
n7800
3f57047f77 IDE/ProjectInspector: Add a button to the toolbar to show/hide the properties panel 2024-11-06 04:10:05 +00:00
wp_xyz
0b7d81bd37 AboutBox/Splashscreen: Fix blurring on Mac Retina displays. Patch by @Slidescape, issue #41205, 2024-11-06 00:11:24 +01:00
dsiders
a265712f5f Docs: LCL/graphutil. Modifies content in ScaleImg topic for changes in 77121d9b.
* Exit ScaleImg immediately when size change for the image is not needed.
2024-11-05 20:30:51 +00:00
wp_xyz
77121d9b42 LCL/GraphUtil: Exit ScaleImg immediately when no size change of the image is needed. 2024-11-05 17:32:43 +01:00
wp_xyz
aef3e62e80 IconFinder: Avoid duplicate processing of default image folder. 2024-11-03 17:49:33 +01:00
rich2014
8a371c283e Cocoa: add event handler to TCocoaConfigApplication, see also !351 2024-11-02 23:13:44 +08:00
rich2014
012030d528 Merge branch 'AllocMultiResImagesForListView' into 'main'
Cocoa: Add function to create multi resolution image from an image list.  Change TLCLListViewCallback.GetImageFromIndex to use that function

See merge request freepascal.org/lazarus/lazarus!352
2024-11-01 16:01:55 +00:00
David Jenkins
504b330788 Cocoa: Add function to create multi resolution image from an image list. Change TLCLListViewCallback.GetImageFromIndex to use that function 2024-11-01 16:01:55 +00:00
rich2014
5fb33dd2a5 Merge branch 'DrawPatternPostReleaseCrash' into 'main'
Cocoa: Rework pattern drawing to avoid calling DrawBitmapPattern and TCocoaBrush.drawPattern after items have been released.

See merge request freepascal.org/lazarus/lazarus!356
2024-11-01 15:30:47 +00:00
David Jenkins
5d44cb36d6 Cocoa: Rework pattern drawing to avoid calling DrawBitmapPattern and TCocoaBrush.drawPattern after items have been released. 2024-11-01 15:30:47 +00:00
rich2014
c4d1982784 Merge branch 'FixPitchFontHandling' into 'main'
Cocoa: Add some fixed pitch font checking for the font selector and gdiobjects

See merge request freepascal.org/lazarus/lazarus!353
2024-11-01 14:39:45 +00:00
David Jenkins
1b4edd6f41 Cocoa: Add some fixed pitch font checking for the font selector and gdiobjects 2024-11-01 14:39:45 +00:00
rich2014
309974b57c Merge branch 'ImproveDefaultFontSelection' into 'main'
Cocoa: Pick default fonts directly and not by changing a base value

See merge request freepascal.org/lazarus/lazarus!360
2024-11-01 13:36:28 +00:00
David Jenkins
518d08bf18 Cocoa: Pick default fonts directly and not by changing a base value 2024-11-01 13:36:27 +00:00
rich2014
34fbc70c67 Cocoa: improve ComboBox with OwnerDraw (especially TColorBox in Dark) 2024-11-01 18:55:11 +08:00
rich2014
acd212a28d Merge branch 'ThemeServices.DrawText' into 'main'
Cocoa: Add TCocoaThemeServices.DrawText functionality

See merge request freepascal.org/lazarus/lazarus!359
2024-11-01 10:06:17 +00:00
David Jenkins
33deac51ea Cocoa: Add TCocoaThemeServices.DrawText functionality 2024-11-01 10:06:17 +00:00
Juha
e7184a12f0 IDE: Formatting. Merge request !363 by n7800. 2024-11-01 09:43:32 +02:00
Juha Manninen
699e1650a1 Merge branch 'IDE/PjInsp/PropsPanelHeight' into 'main'
IDE/ProjectInspector: Remember property panel height in desktop options. Issue #39955

See merge request freepascal.org/lazarus/lazarus!372
2024-11-01 06:08:28 +00:00
n7800
d199f27c83 IDE/ProjectInspector: Remember property panel height in desktop options. Issue #39955 2024-11-01 00:49:05 +05:00
rich2014
06c50ab4cc Cocoa: fix leaks in TCocoaCollectionItemView 2024-10-31 21:47:40 +08:00
rich2014
c7251287ce Cocoa: support dynamic menu in Modern Form Style Tool Bar, Merge branch 'cocoa/modern' 2024-10-31 21:30:53 +08:00
rich2014
87eb63bc18 Cocoa: add a convenient function to get the NSView corresponding to the NSToolBarItem 2024-10-31 21:29:53 +08:00
rich2014
fc0fe67716 IDE/Cocoa: adapt to the new API of Modern Form Style Tool Bar 2024-10-31 21:24:40 +08:00
rich2014
8f2d7ca2b5 Cocoa: support dynamic menu in Modern Form Style Tool Bar 2024-10-31 21:22:38 +08:00
wp_xyz
b07267959f TAChart: Fix duplicate "virtual" directive of TBasicChartSeries.ClipRectChanged (https://forum.lazarus.freepascal.org/index.php/topic,69114.msg536109.html). 2024-10-31 00:00:33 +01:00
wp_xyz
a775e7be7c virtualtreeview: partially revert 402cffbdfd, issue #41210 2024-10-30 13:39:01 +01:00
dsiders
3325629775 Docs: LCL/forms. Updates TCustomForm.IconChanged topic for changes in 01640ee2. Issue #41189. 2024-10-30 02:15:22 +01:00
dsiders
cb0bfed0f1 Docs: LazUtils/graphtype. Fixes invalid link ID in DisabledDrawEffectStyle topic. 2024-10-30 02:15:21 +01:00
Maxim Ganetsky
1480767e03 IDE: regenerated translations and updated Russian translation 2024-10-30 01:49:57 +03:00
Maxim Ganetsky
1ec7c2e565 Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 01:38:59 +03:00
wp_xyz
01640ee298 LCL: Fix disappearing taskbar icon when FormStyle is fsNone or fsDialog. Patch by Iluha Companets, issue #41189. 2024-10-29 22:32:30 +01:00
rich2014
db6685cd02 Cocoa: support keyboard in TCustomComboBox (TCocoaReadOnlyComboBox) 2024-10-30 00:25:44 +08:00
Martin
a914ea80b1 Merge branch 'IDE/Options/Editor/Display/Colors' into 'main'
IDE/Options: Improved color name for text selection in color scheme

See merge request freepascal.org/lazarus/lazarus!367
2024-10-29 15:26:36 +00:00
n7800
0cc7727429 IDE/Options: Improved color name for text selection in color scheme 2024-10-29 20:11:38 +05:00
rich2014
a29409bdad Cocoa: simplify popup menu tracking mechanism in TCustomComboBox (TCocoaReadOnlyComboBox) 2024-10-29 22:59:08 +08:00
Maxim Ganetsky
5a27e690f1 IDE: German translation update by Roland Hahn 2024-10-29 16:07:43 +03:00
DomingoGP
5db320a961 Jedi code format: better version info for command line tool. 2024-10-29 10:29:02 +01:00
Michaël Van Canneyt
41e0703552 * Settings to skip mysql version check 2024-10-28 22:24:11 +01:00
dsiders
8770993482 Docs: LCL/grids. Updates TCustomGrid.ExtendedSelect topic for changes in 602375a8. Issue #41084.
* Minor correction to word choice in TCustomGrid.FastEditing remarks.
2024-10-28 21:54:40 +01:00
Maxim Ganetsky
d4ab57fa3a LazReport: updated Russian translation 2024-10-28 19:16:04 +03:00
Maxim Ganetsky
6b81298251 JCF2: updated Russian translation 2024-10-28 19:16:04 +03:00
Maxim Ganetsky
05d3bb7c29 IDE: regenerated translations and updated Russian translation 2024-10-28 19:16:04 +03:00
Maxim Ganetsky
0b46fd2f3a IDE: improved captions of IDE title settings 2024-10-28 19:16:04 +03:00
rich2014
21803721f8 Cocoa: in TCustomComboBox (TCocoaReadOnlyComboBox) with OwnerDraw, fix the issue that popupButton are covered 2024-10-28 23:55:46 +08:00
rich2014
3b1a924a6d Cocoa: fix the width of the drop-down menu is not updated after the size of TCustomComboBox (TCocoaReadOnlyComboBox) is dynamically updated 2024-10-28 22:57:07 +08:00
Martin
59f5c61e2e IDE: Custom IDE title, changed storage default value 2024-10-28 15:49:35 +01:00
Martin
2de900cb00 IDE: Custom IDE title, added preview 2024-10-28 14:11:05 +01:00
Martin
b83d624eee IDE: Custom IDE title, added preview 2024-10-28 14:07:55 +01:00
Martin
01d301d685 IDE: Custom IDE title, skip interactive macros 2024-10-28 13:42:21 +01:00