Commit Graph

69332 Commits

Author SHA1 Message Date
rich2014
47cb7bc194 Cocoa: fix the missing 'end' in TAppDelegate.handleQuitAppEvent_withReplyEvent() introduced in 9bde82e 2024-12-19 22:40:24 +08:00
rich2014
0457fccb6c Merge branch 'ApplicationTerminationWithOutMainForm' into 'main'
Cocoa: Add an OnQuitApp event to use when there is no Main Form

See merge request freepascal.org/lazarus/lazarus!382
2024-12-19 14:19:20 +00:00
David Jenkins
9bde82e965 Cocoa: Add an OnQuitApp event to use when there is no Main Form 2024-12-19 14:19:20 +00:00
Martin
c0a982f5ef SynEdit: Python HL, keyword fixes. Issue #40585 2024-12-19 12:33:19 +01:00
Martin
51da4aa0c4 LCL: Workaround for RTL / init result - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063 2024-12-19 11:48:00 +01:00
rich2014
d9ba51bbe9 Cocoa/ScrollView: fix the issue of missing child control callback clear in lclClearCallback() 2024-12-19 00:34:45 +08:00
Maxim Ganetsky
950d962e1d IDE: fixed a typo (TMouseaActionDialog -> TMouseActionDialog) 2024-12-18 16:10:16 +03:00
dsiders
f2c1978c4b Docs: LCL/actnlist. Adds the TActionLink.Update topic for changes in aa9ce848. Issue #41063.
* Assumed Milestone 4.0.
2024-12-17 18:02:35 +00:00
Maxim Ganetsky
a71d9f52e4 IDE: Slovak translation update by LacaK, issue #41284 2024-12-17 18:15:14 +03:00
Martin
aa9ce848b7 LCL: Workaround for RTL - ActionLink nil deref issue (fixed in FPC 3.3.1). See issue #41063 2024-12-17 12:26:34 +01:00
Martin
239b75609b Packager: Package-Editor, disable move-up/down buttons for hieratical view. See Issues #41282 and #41283 2024-12-17 11:27:59 +01:00
Martin
43fa8cf71a LazControls: FilterEdit, keep track of owner sorted-flag to avoid unnecessary re-sorting. Issue: #41282 2024-12-17 11:26:27 +01:00
Martin
b1d3af8d21 LazControls: FilterEdit, unsort data in branch, if owner.SortData is or fShowDirHierarchy change. TODO: keep track, and avoid sorting if e.g. only filter changed. Issue: #41282 2024-12-16 22:04:07 +01:00
wp_xyz
bc56d9b8cc Packager: Fix "New requirement" dialog crashing at closing when no package is selected. Issue #41278 2024-12-15 18:16:59 +01:00
dsiders
7f6df323df Docs: LCL/dialogs. Updates the TColorDialog.AlphaChannel topic with additional content. Depends on 2b5f9be070. Issue #22717. 2024-12-15 01:00:39 +00:00
dsiders
2b5f9be070 Docs: LCL/dialogs. Adds or updates TColorDialog-related topics. Changes in 633cb5bb, 2753fed6, b511c5ca, 8fd7e96f, 4360b24b, 47d9468d, 99df3f6a. Issue #22717. 2024-12-14 21:15:25 +00:00
Maxim Ganetsky
962e750bc6 CHMMaker: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:55 +03:00
Maxim Ganetsky
6676367ff3 WinCE: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:55 +03:00
Maxim Ganetsky
5dba7f376b Cocoa: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
Maxim Ganetsky
7240094029 IDE (Check Compiler Options For New Unit dialog): removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
Maxim Ganetsky
1425aab2f7 SynEdit (Python highlighter): removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
Maxim Ganetsky
c53ead5cc8 Printers: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
n7800
b807160141 Aarre: removed dangling semicolon after "then", patch by n7800, merge request !403 2024-12-14 22:36:54 +03:00
Bart
99df3f6ad4 TColorDialog: implement option cdNoEyeDropperButton(QT6.6+) 2024-12-14 19:51:41 +01:00
Bart
4a9ba936a8 QT6: implement TColorDialog.AlphaChanneld and TColorDialog.Options cdShowAlphaChannel, cdNoButtons and cdDontUseNativeDialog. 2024-12-14 19:38:46 +01:00
Bart
47d9468d12 QT5: implement TColorDialog.Options cdNoButtons and cdDontUseNativeDialog 2024-12-14 16:56:59 +01:00
Bart
8fd7e96fa5 QT5: implement TColorDialog.AlphaChannel and associated TColorDialogOption cdShowAlphaChannel. 2024-12-14 16:49:48 +01:00
Bart
b511c5cafa QT: add missing Clipboard.EndX11SelectionLock in TQtWSColorDialog.ShowModal (copy paste error). 2024-12-14 16:41:38 +01:00
Bart
4360b24b70 QT: implement TColorDialog.Options cdNoButtons and cdDontUseNativeDialog. 2024-12-14 16:38:35 +01:00
Martin
1408958bc6 Merge branch 'Typos/Misspellings' into 'main'
IDE/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute

See merge request freepascal.org/lazarus/lazarus!404
2024-12-14 15:37:37 +00:00
Bart
2753fed6e8 QT implement TColorDialog.AlphaChannel and associated option cdShowAlphaChannel. 2024-12-14 16:20:28 +01:00
n7800
11ea7e7e46 IDE/SourceEditor: Fix a typo in the type name TSynHighlighterLazCustumPasAttribute 2024-12-14 15:08:33 +00:00
Bart
633cb5bbc0 TColorDialog: implement property AlphaChannel and associated option cdShowAlphaChannel for GTK2. 2024-12-14 15:54:25 +01:00
wp_xyz
5a4f5ca305 Commit missing files from 8e72df6b62 2024-12-13 17:57:26 +01:00
mattias
b66a32c36b gtk2: fixed application deactivate on switch using alt-tab 2024-12-13 12:11:51 +01:00
wp_xyz
8e72df6b62 Examples: Remove semicolon after "then" in virtualtreeview and pen_brush examples. Part of MR !403 by n7800 2024-12-13 11:23:55 +01:00
Željan Rikalo
4c1940a28c Qt5: fixed blurred text when drawing QImage and QPixmap and hidpi enabled for qt libs >= 5.14. issue #41276 2024-12-12 16:41:56 +01:00
Martin
5cb22fbc12 LazControls:
- Incompatible: Change property access from TStringList to TStrings
- TreefilterEdit, Change internal storage
- Change to merge sort
2024-12-12 13:22:59 +01:00
Martin
4008995d38 LazUtils: Added GetLazNormalizedFilename / docs 2024-12-12 13:18:35 +01:00
Martin
f856a8cc8c LazUtils: Added GetLazNormalizedFilename 2024-12-12 13:18:35 +01:00
wp_xyz
72a834edba TAChart: Fix crash when Hide is called for an inactive chart tool. 2024-12-12 11:58:38 +01:00
Maxim Ganetsky
c17363c521 IDE: component list layout improvements by Don Siders, issue #41273 2024-12-11 02:03:34 +03:00
Željan Rikalo
563018b0c5 Qt5: Use QColorDialog_getColor() instead of QColorDialog_getRgba() so we can set title and options. issue #22717 2024-12-10 21:06:50 +01:00
Bart
7c3e5aa112 Win32: ifdef then const declaration of CC_ANYCOLOR for fpc < 3.3.1. 2024-12-10 18:26:39 +01:00
Martin
9e143167ff IDE: Project/SourceEdit, optimize finding default highlighter. Only call codetools, if source has a pas-HL. 2024-12-10 13:19:58 +01:00
Martin
2a690eac26 IDE: Project/SourceEdit, reimplement user-set custom highlighter. Only calculate default if needed. 2024-12-10 13:06:53 +01:00
Martin
046947520c IDE: SourceEditor change Highlighter, don't show internal dummy HL. 2024-12-09 20:16:32 +01:00
Željan Rikalo
7ae7202855 Qt5: fixed crash with uninitialized menubar. issue #41271 2024-12-09 16:42:55 +01:00
dsiders
8477f6087d Docs: LCL/dialogs. Adds and updates TColorDialog topics for changes in 9077ef32. Issue #22717.
* Affects:
* TColorDialogOption
* TColorDialogOptions
* TColorDialog.Options
* TColorDialog.Create
* DefaultColorDialogOptions
2024-12-08 18:12:09 +00:00
Bart
9077ef32a2 LCL: implement TColorDialog.Options. Currently only supported for Win32/Win64 widgetset. Issue #22717.
The default value differs from Delphi (7) for backwards compatibility (CC_FULLOPEN flag was always set in Windows).
2024-12-08 13:56:30 +01:00