dsiders
|
335ac8b724
|
Docs: LazControls/spinex. Updates topics for recent source code changes.
* Depends on 2e98d119 , e868afe1 , 16c42cea .
|
2021-10-04 22:52:35 +01:00 |
|
Martin
|
f353e71e8a
|
JitClasses: prevent endless loop
|
2021-10-04 12:07:14 +02:00 |
|
Juha
|
7ca9ba2fb6
|
Support more calling conventions. Issue #39405, patch by Pavel.
|
2021-10-04 11:10:27 +03:00 |
|
Bart
|
16c42ceaa0
|
T(Float)SpinEditEx: forgotten to commit file in e868afe1 .
|
2021-10-03 16:40:09 +02:00 |
|
Bart
|
e868afe133
|
T(Float)SpinEditEx: set make sure Modified is correct in OnChange event as well.
|
2021-10-03 16:22:04 +02:00 |
|
Bart
|
2e98d119cc
|
T(Float)SpinEditEx: set Modified to False if Value is set programmatically.
|
2021-10-03 12:37:26 +02:00 |
|
Juha
|
555a0bb5fc
|
CodeTools: Support case-insensitive {$Align X} etc. directives. Issue #39339, patch by PeaZomboss.
|
2021-10-01 16:31:42 +03:00 |
|
Juha
|
8eeeef47c6
|
Codetools: Eliminate a variable.
|
2021-10-01 16:31:42 +03:00 |
|
Martin
|
f6d50d449f
|
LazDebuggerFp, test: add run as console app
|
2021-10-01 14:31:52 +02:00 |
|
Martin
|
8bb1162ac2
|
SynEdit, test: add build modes, add run as console app, comment out some test failures, reduce some long tests
|
2021-10-01 14:31:52 +02:00 |
|
Marc
|
abaaabf4b3
|
IdeIntf: Replace CallStoredFunction implementation with a call to TypInfo.IsStoredProp since it covers all stored cases
* Deprecate HasStoredFunction since it is always true now
|
2021-09-28 23:19:16 +02:00 |
|
Juha
|
de4f724924
|
Revert checking for Pascal keywords in LazIsValidIdent which is used also for unit names etc. Prevent illegal name by other means.
|
2021-09-28 14:33:36 +03:00 |
|
balazs
|
3e382c4b5b
|
OpkMan: Erase all files in the destination directory before installation begins.
|
2021-09-28 10:56:33 +03:00 |
|
Martin
|
031eb66656
|
SynEdit: Highlighter, make sure to call SendHighlightChanged (even if lines where deleted, instead of scanned / HL still changed back to valid/"no scan needed")
|
2021-09-28 00:07:54 +02:00 |
|
Juha
|
a8a398e553
|
PascalScript: Fix event TPSOnProcessDirective signature. Active clashed with TForm.Active. Issue #39359.
|
2021-09-27 22:08:54 +03:00 |
|
Marc
|
f67149d196
|
Ideintf: check parent row interface when checking if TInterfacePropertyEditor is expandable
|
2021-09-27 20:12:45 +02:00 |
|
Juha
|
1ab7994de1
|
IdeIntf: Remove a hack in StringsPropEditDlg related to QT5 and issue #37576.
|
2021-09-26 23:38:49 +03:00 |
|
Juha
|
ce6715ed78
|
Correct spelling errors for "Width" in various units. Issue #39402, patch by Don Siders.
|
2021-09-26 21:40:16 +03:00 |
|
Basile Burg
|
45a590ed0b
|
Revert partly "Add HookGetCheckboxForBoolean handler in OI only once."
This reverts partly commit 943e4e4ff7 .
|
2021-09-26 21:07:43 +03:00 |
|
Basile Burg
|
0b368ce10d
|
Revert "IdeIntf: Synchronize TTIPropGrid checkbox for bool props. Issue #39378, patch by Basile.B."
This reverts commit d3c2bb5ce6 .
|
2021-09-26 16:36:52 +02:00 |
|
Martin
|
0a2bc87781
|
FpDebug: Fixed mem leak.
|
2021-09-26 16:02:26 +02:00 |
|
Juha
|
b7ab9549a6
|
IdeIntf: Improve recursion in TComponentTreeView.FindAndChange. Call RebuildCollection only once per deleted comp. Issue #39290.
|
2021-09-26 14:15:17 +03:00 |
|
Martin
|
f47220cc47
|
FpDebug: Add asserts
|
2021-09-26 02:09:18 +02:00 |
|
Martin
|
c8a6a985d0
|
LazDebuggerFp: Do not call GetInstructionPointerRegisterValue (ReadThreadState) while target may be running. Also do not call from IDE thread (only debug worker thread is allowed).
|
2021-09-26 02:01:50 +02:00 |
|
Martin
|
f99f5c0ed9
|
LazDebuggerFp: Make sure OnIdle is called, and all results are awaited. (Fixes Debug History) / DebugManager triggers snapshots for any dsPause and dsInternalPause.
|
2021-09-26 01:56:00 +02:00 |
|
Juha
|
5a1abf733a
|
LazUtils: Check for Pascal keywords in LazIsValidIdent. Must be prepended with '&'. Merge request 11 by Abdullahi Usman.
|
2021-09-26 01:18:05 +03:00 |
|
Martin
|
9cf535759e
|
SynEdit: Linenumber gutter, "Every Nth Line" must be 1 or greater. Issue #39394
|
2021-09-24 22:00:25 +02:00 |
|
wp_xyz
|
fb4681dd53
|
TAChart: Fix crash when TCubicSplineSeries.Calculate is called. Issue #39393.
|
2021-09-23 23:09:38 +02:00 |
|
Martin
|
736bc5f5b4
|
JitClasses: Allow empty lookup UnitName for classes.
|
2021-09-23 02:02:36 +02:00 |
|
Martin
|
d948ad6717
|
JitClasses: Fix property parsing / Allow "class" access via type in library
|
2021-09-23 02:02:36 +02:00 |
|
wp_xyz
|
5ad938c07a
|
IDEIntf/ImageListEditor: Fix incorrect anchoring of label "Transparent color" causing overlap at high-dpi.
|
2021-09-22 22:05:39 +02:00 |
|
wp_xyz
|
e8affb6df1
|
IDEIntf/ActionsEditor: Improved spacing of items in actionlistbox. Issue #39386. Patch by Roland H.
|
2021-09-21 22:11:39 +02:00 |
|
Juha
|
d3c2bb5ce6
|
IdeIntf: Synchronize TTIPropGrid checkbox for bool props. Issue #39378, patch by Basile.B.
|
2021-09-20 17:56:37 +03:00 |
|
wp_xyz
|
b05d327799
|
IDEIntf/ImageListEditor: Allow multi-selection for "Replace all resolutions". Immediately update the preview image when images are added/replaced. Patch by Roland Hahn.
|
2021-09-19 19:53:17 +02:00 |
|
wp_xyz
|
925e2e7370
|
TAChart: Find point index error in relation with ColorEach of line series (https://forum.lazarus.freepascal.org/index.php/topic,56324.msg418533.html#msg418533).
|
2021-09-17 21:28:48 +02:00 |
|
Balázs Székely
|
256ef8de78
|
Merge branch 'opm-fix-colors' into 'main'
opm: fix readability of hint window on dark themes, remove hardcoded colors...
See merge request freepascal.org/lazarus/lazarus!13
|
2021-09-17 06:47:36 +00:00 |
|
Bernd K
|
b379bae79b
|
opm: fix readability of hint window on dark themes, remove hardcoded colors...
|
2021-09-17 06:47:36 +00:00 |
|
wp_xyz
|
62d7b87f0d
|
TAChart: Fix TLineSeries.ColorEach ignoring LinePen.Width setting.
|
2021-09-16 11:48:12 +02:00 |
|
wp_xyz
|
8410f7274b
|
TAChart: Add InitFonts procedure to TADrawerFPCanvas initialize default font directories. Remove GetDefaultFontName.
|
2021-09-16 00:44:40 +02:00 |
|
wp_xyz
|
002b5cd1bc
|
TAChart: Fix nogui demo showing no texts. (Fix is effective only on fpc fixes or main)
|
2021-09-15 23:06:28 +02:00 |
|
ccrause
|
7309087cd0
|
Only calculate instruction offset if sym is assigned, else default to -1.
|
2021-09-12 11:17:46 +02:00 |
|
ccrause
|
c2c570c04e
|
Include function offset of disassembled instruction to AnEntry to help identify the start of non-source lines identified by a function name.
|
2021-09-11 16:51:48 +02:00 |
|
ccrause
|
5000337f6d
|
Include function name in disassembled entry item.
|
2021-09-11 15:00:27 +02:00 |
|
wp_xyz
|
eaea82f052
|
VirtualTreeView: Fix "no parent window" error when VTV is in a high-dpi frame (issue #39362).
|
2021-09-10 14:42:10 +02:00 |
|
Jesus Reyes A
|
573f49ef02
|
LazReport: removed unnecessary call EMFPages.Draw method, by Michal Gawrycki, issue #32031
|
2021-09-01 22:58:12 -05:00 |
|
Jesus Reyes A
|
fd4f2335c0
|
LazReport: Using same cursor for oposite corners don't look nice in linux on ObjInsp resizing, changed to use proper cursors.
|
2021-09-01 17:36:09 -05:00 |
|
Maxim Ganetsky
|
91f499b984
|
FPDebug: fixed compilation on Windows with FPC trunk, patch by Rika, closes issue #39349
|
2021-09-02 01:24:53 +03:00 |
|
Jesus Reyes A
|
2d593b196f
|
LazReport: Resizeable object inspector, fix issue #12156
|
2021-09-01 10:03:48 -05:00 |
|
Jesus Reyes A
|
92805d1862
|
LazReport: Clear objInsp selection before deleting objects to avoid AV if objInsp is editing a property, fix issue #26060
|
2021-08-31 00:15:14 -05:00 |
|
Jesus Reyes A
|
81a1feb88d
|
IdeIntf: Fix BufDataset component editor "Save Data to File" verb
|
2021-08-27 17:45:57 -05:00 |
|