rich2014
|
21fc3631d5
|
Fix #40737: make TMethodNameTable/TMethodNameTableEntry compatible with FPC 3.3.1
The change follows
170c05592b
Patch by Dean Mustakinov, issue #40737.
|
2024-02-04 21:54:10 +08:00 |
|
rich2014
|
2e28bd8b6d
|
Revert "Designer/LCL: Correctly align TMethodNameTable/TMethodNameTableEntry on platforms that require it (e.g. AARCH64)."
This reverts commit 8253bd9f8f .
|
2024-02-03 09:05:43 +08:00 |
|
Maxim Ganetsky
|
8253bd9f8f
|
Designer/LCL: Correctly align TMethodNameTable/TMethodNameTableEntry on platforms that require it (e.g. AARCH64).
The change follows
170c05592b
Fixes crash on IDE start on AARCH64 platforms when FPC 3.3.1 is used.
Patch by Dean Mustakinov, issue #40737.
|
2024-01-30 17:45:57 +03:00 |
|
Juha
|
0c056fc0d2
|
IDE: Remove unknown component properties using the same GUI already used in other situations. Issue #40377.
|
2023-07-15 21:17:02 +03:00 |
|
Juha
|
e65a102527
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03:00 |
|
Juha
|
adfc424e92
|
Lazarus trunk requires at least FPC 3.2.0. Remove checks for earlier FPC_FULLVERSION.
|
2023-07-07 17:39:03 +03:00 |
|
Juha
|
eac9c6e5c6
|
IdeConfig: Remove LCL dependency from IdeConfig package. Add comments in uses sections, helps locate dependencies.
|
2023-06-11 20:34:36 +03:00 |
|
mattias
|
aecf20f84a
|
fixed compile fpc 3.2.2
|
2023-04-13 16:14:12 +02:00 |
|
mattias
|
345f47ca6f
|
IDE: loadlfm: resolve ambigious registered component classes
|
2023-04-13 15:38:12 +02:00 |
|
Juha
|
d056a1c9f1
|
Designer,IDE: Change a function name to FindGlobalComponent. Reduce debug info.
|
2021-12-28 16:53:33 +02:00 |
|
Juha
|
865013eeb9
|
IDE: Remove unused and duplicate resource strings. Fix exception messages.
|
2021-09-30 17:23:21 +03:00 |
|
maxim
|
3566beff8f
|
Designer: fixed typos related to 'occur' word
git-svn-id: trunk@65205 -
|
2021-06-10 22:16:29 +00:00 |
|
juha
|
7b18690162
|
Remove an obsolete dbg message when deleting a comp. Remove "var" from params when not needed.
git-svn-id: trunk@65000 -
|
2021-04-15 19:22:38 +00:00 |
|
mattias
|
388532a797
|
IDE: less hints
git-svn-id: trunk@64682 -
|
2021-02-28 08:51:36 +00:00 |
|
juha
|
6813e28eef
|
LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
git-svn-id: trunk@64197 -
|
2020-12-12 11:41:07 +00:00 |
|
juha
|
125e794a87
|
Remove useless test for X <> Nil when using "is" operator.
git-svn-id: trunk@63779 -
|
2020-08-18 17:35:21 +00:00 |
|
juha
|
bc1e8a9946
|
LCL: Update Images in BitBtn and SpeedButton from connected Action also when Glyph is not empty. Issue #22071.
git-svn-id: trunk@62642 -
|
2020-02-17 18:17:25 +00:00 |
|
ondrej
|
f5da5df4fb
|
LCL: high-DPI: fix inplace frames. Issue #36370
git-svn-id: trunk@62507 -
|
2020-01-07 21:14:44 +00:00 |
|
juha
|
71735e079b
|
Designer: Add conditional debug lines for JITForm creation and reduce typecasts.
git-svn-id: trunk@62411 -
|
2019-12-18 17:52:31 +00:00 |
|
juha
|
d9ac09795b
|
Respect compiler OPT='-v0' by using {$push} and {$pop} in code. Issue #34955.
git-svn-id: trunk@60706 -
|
2019-03-16 21:17:58 +00:00 |
|
juha
|
b20cf40349
|
Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
git-svn-id: trunk@58622 -
|
2018-07-24 17:49:21 +00:00 |
|
juha
|
3574bdfb6d
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
git-svn-id: trunk@58244 -
|
2018-06-13 13:59:07 +00:00 |
|
juha
|
e27232d4cc
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
|
2017-06-04 15:14:29 +00:00 |
|
juha
|
e800a738ad
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
|
2017-04-05 08:34:48 +00:00 |
|
juha
|
e542ddbfcd
|
Packager refactoring. Move funcs and methods to IdeIntf. Prepare for PackageLink interface.
git-svn-id: trunk@54405 -
|
2017-03-15 13:13:36 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
mattias
|
0eca7b739e
|
IDE: fixed mem leak in jitforms, bug #30487
git-svn-id: trunk@52848 -
|
2016-08-20 21:49:02 +00:00 |
|
mattias
|
4f2a09c958
|
IDE: fixed mem leak in jitforms, bug #30487
git-svn-id: trunk@52845 -
|
2016-08-20 17:35:58 +00:00 |
|
juha
|
9367da0ae5
|
Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
|
2016-08-17 10:40:29 +00:00 |
|
mattias
|
ae3d26a022
|
IDE: jitforms: fixed setting vmt ParentRef under FPC 3.1.1, bug #30424
git-svn-id: trunk@52771 -
|
2016-08-01 20:28:34 +00:00 |
|
hnb
|
2f01b9e55a
|
* IDE: designer: fixed jitform for fpc 3.1 (related to FPC r34087 #4b65d3903d). Resolves issue #30377
git-svn-id: trunk@52691 -
|
2016-07-15 12:35:01 +00:00 |
|
ondrej
|
4c4f98fef2
|
revert r52574 #6e97929097
git-svn-id: trunk@52575 -
|
2016-06-23 11:00:26 +00:00 |
|
ondrej
|
6e97929097
|
accidental commit (reverted in r52575)
git-svn-id: trunk@52574 -
|
2016-06-23 10:58:31 +00:00 |
|
mattias
|
ad3eacb527
|
IDE: designer: fixed jitform for fpc 3.1
git-svn-id: trunk@52507 -
|
2016-06-15 09:43:21 +00:00 |
|
mattias
|
0357266afc
|
IDE: fixed compilation with fpc 3.0.1
git-svn-id: trunk@52484 -
|
2016-06-12 07:08:39 +00:00 |
|
mattias
|
d015e429f4
|
IDE: fixed compilation with fpc 3.1.1, bug #30262
git-svn-id: trunk@52482 -
|
2016-06-12 07:01:24 +00:00 |
|
juha
|
24a234e4ba
|
Designer: Make TFieldInfo record match with its counterpart in typinfo. Noticed by Alfred Glänzer.
git-svn-id: trunk@52058 -
|
2016-03-25 23:29:46 +00:00 |
|
ondrej
|
00c6de89c7
|
designer: fix TJITForms.IsJITForm
git-svn-id: trunk@51136 -
|
2016-01-02 20:16:39 +00:00 |
|
mattias
|
c6391b6a34
|
IDE: fixed Disable/EnableAutosizing debug designer form
git-svn-id: trunk@50180 -
|
2015-10-26 22:21:14 +00:00 |
|
mattias
|
9b0d4c01b6
|
IDE+LCL: debugging Disable/EnableAutoSizing
git-svn-id: trunk@50176 -
|
2015-10-26 21:34:11 +00:00 |
|
mattias
|
ad284bb8ab
|
IDE: debug componentstate
git-svn-id: trunk@44279 -
|
2014-02-27 12:49:45 +00:00 |
|
mattias
|
632f4c9629
|
IDE: use IDEMessageDialog
git-svn-id: trunk@44274 -
|
2014-02-27 10:15:06 +00:00 |
|
mattias
|
3b717ddda1
|
IDE: fixed duplicate code, break cycle lfmunitresource
git-svn-id: trunk@42895 -
|
2013-09-20 09:15:48 +00:00 |
|
mattias
|
0c1f11b7a5
|
IDE: reverted patch #42889
git-svn-id: trunk@42894 -
|
2013-09-20 09:05:34 +00:00 |
|
mattias
|
0b54eaf3c2
|
IDE: lfmunitresource: break cycle
git-svn-id: trunk@42890 -
|
2013-09-19 20:01:11 +00:00 |
|
mattias
|
51d0aff5e3
|
IDE: clean up
git-svn-id: trunk@40695 -
|
2013-04-02 10:11:26 +00:00 |
|
mattias
|
f595fb71f7
|
IDE: added unitresources
git-svn-id: trunk@40326 -
|
2013-02-16 16:15:18 +00:00 |
|
juha
|
672f5bd862
|
Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
|
2012-09-13 06:39:56 +00:00 |
|
mattias
|
3f599eaa55
|
IDE: TDataModule minimum size 150x150
git-svn-id: trunk@38110 -
|
2012-08-01 21:18:48 +00:00 |
|
mattias
|
d91e9ccb16
|
IDE: paste components: update TControl.Caption
git-svn-id: trunk@37640 -
|
2012-06-13 16:26:29 +00:00 |
|