n7800
|
a4e6f6d2e4
|
IDE: Added IDE macro ProjVer to get project version. Issue #23198
|
2024-12-26 01:34:07 +02:00 |
|
wp_xyz
|
07a5b364bf
|
TAChart: Add demo for the new OnCalculateNewExtent event of zoom/pan tools.
|
2024-12-26 00:32:21 +01:00 |
|
wp_xyz
|
ca8860602a
|
TAChart: Fix drawing of TZoomDragTool's selection in case of fixed RatioLimit.
|
2024-12-25 23:51:03 +01:00 |
|
wp_xyz
|
345460427e
|
TAChart: More user-friendly zoom-in by ZoomDragTool with fixed RatioLimit
|
2024-12-25 23:41:12 +01:00 |
|
Juha
|
6dd342cef1
|
Codetools: Fix the scope of finding nested procedures. Issue #23994, patch by WooBean007.
|
2024-12-25 20:21:40 +02:00 |
|
Juha Manninen
|
27ca5f8137
|
Merge branch 'IDE/PjInsp/DockingTitle' into 'main'
IDE/ProjectInspector: Hide project name and build mode in window title when docking. Issue #39418
See merge request freepascal.org/lazarus/lazarus!412
|
2024-12-25 17:53:56 +00:00 |
|
wp_xyz
|
6d84ad507a
|
TAChart: Add OnCalculateNewExtent event to all zoom/drag tools.
|
2024-12-25 18:48:27 +01:00 |
|
n7800
|
553af58124
|
IDE/ProjectInspector: Hide project name and build mode in window title when docking. Issue #39418
|
2024-12-25 17:14:30 +00:00 |
|
Juha Manninen
|
6e0c2e0095
|
Merge branch 'IDE/Help/AnchorWindows' into 'main'
IDE/Help: Fixed help call for docked windows. Issue #39890
See merge request freepascal.org/lazarus/lazarus!413
|
2024-12-25 16:40:42 +00:00 |
|
n7800
|
de2507fc36
|
IDE/Help: Fixed help call for docked windows. Issue #39890
|
2024-12-25 15:56:47 +00:00 |
|
dsiders
|
a739040362
|
Docs: LCL/dialogs. Adds Cocoa to the list of supported platforms in TColorDialogOption.cdShowAlphaChannel for
changes in 9d491994 .
|
2024-12-25 07:30:08 +00:00 |
|
Juha
|
ef08272eb6
|
LazUtils, LConvEncoding: Fix CP932 (Shift_JIS). Issue #41277, patch by rasberryrabbit.
|
2024-12-25 02:25:58 +02:00 |
|
wp_xyz
|
5038bb77e1
|
TAChart: Add event OnCalculateNewExtent to TBasicZoomTool
|
2024-12-24 11:16:20 +01:00 |
|
Martin
|
2f79294556
|
SynEdit: Python HL, keyword fixes. Issue #41285
|
2024-12-21 21:02:31 +01:00 |
|
rich2014
|
d9c3191562
|
Merge branch 'CallWakeMainThreadOnQuit' into 'main'
Cocoa: Need to call WakeMainThread from nextEventMatching when quitting.
See merge request freepascal.org/lazarus/lazarus!383
|
2024-12-20 14:26:32 +00:00 |
|
David Jenkins
|
245b5f1ece
|
Cocoa: Need to call WakeMainThread from nextEventMatching when quitting.
|
2024-12-20 14:26:32 +00:00 |
|
Bart
|
9d49199480
|
TColorDialog: comment that cdShowAlphaChannel also applies to Cocoa.
|
2024-12-19 18:06:06 +01:00 |
|
dsiders
|
3e096abc50
|
Docs: LCL/actnlist. Fixes See Also links, return value description in TActionLink.Update.
|
2024-12-19 17:03:05 +00:00 |
|
Martin
|
21c681f75f
|
SynEdit: Python HL, keyword fixes. Issue #40585
|
2024-12-19 17:21:56 +01:00 |
|
dsiders
|
19e6796666
|
Docs: LCL/actnlist. Removes version info in TActionLink.Update.
|
2024-12-19 16:20:00 +00:00 |
|
dsiders
|
dac6000769
|
Docs: LCL/actnlist. Updates TActionLink.Update topic for changes in 51da4aa0 .
* Depends on f2c1978c . Issue #41063.
|
2024-12-19 16:08:00 +00:00 |
|
rich2014
|
13b2540f32
|
Cocoa: support alpha in TColorDialog #22717
|
2024-12-19 23:46:03 +08:00 |
|
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 |
|