paul
|
5ba2d8d3df
merge 13886,13888-13889,13894-13897,13900-13907,13910-13922,13925-13931 revisions from the trunk
|
15 years ago |
paul
|
69f50bc594
rtl: add enumerators to the basic classes
|
16 years ago |
ivost
|
fff6e218af
* readded BeforeDestructor that calls Destroying (delphi compatibility issue)
|
16 years ago |
ivost
|
3cfcdb2ab9
* reverted parts of r13852 (removed +/- with sets and added include/exclude)
|
16 years ago |
ivost
|
242560f138
* corrected some typo that was inserted by r13853
|
16 years ago |
ivost
|
65bca0a26d
* enhanced how observers are notified by subjects on destroying
|
16 years ago |
ivost
|
74c09e2268
* fixed strange free notification behavior of TComponent. Must be some memory corruption or so.
|
16 years ago |
ivost
|
91430b6837
* reverted 13297
|
16 years ago |
ivost
|
8b7167e538
* revised TComponent class. There was a lot of outdated, bad, maybe also old code. Tested also with Lazarus.
|
16 years ago |
ivost
|
da55f04221
* fixed bug in SetAncestor of TComponent
|
16 years ago |
michael
|
2abc422035
* ValidateContainer should call ValidateInsert
|
16 years ago |
michael
|
ee1757a6c5
* Patch from Paul Ishenin to implement SetDesigning and SetDesignInstance
|
17 years ago |
michael
|
d87768dc0c
* Implemented Loading, as per Graeme Geldenhuys request
|
17 years ago |
marco
|
408d5831ea
* isimplementorof/referenceinfo, bug #10567
|
17 years ago |
marco
|
97b1d04d8f
* Fix for 10482, iinterfacecomponentreference
|
17 years ago |
michael
|
a7a0e9a307
* Component name can be empty
|
18 years ago |
michael
|
aaec51dd3f
* Fixed bug #8033, removed longrec, so sysutils version is used
|
18 years ago |
michael
|
4d01d98667
+ Made validaterename case-insensitive (after bug #5166)
|
19 years ago |
michael
|
f1cb336ee0
+ FindComponent should be cse insensitive
|
19 years ago |
michael
|
23ad0ae1ec
+ Removed HASINTF and VER1_0 defines
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
michael
|
783376530d
+ Streaming of subcomponents added by Marc Weustink
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
fa2b38e520
+ PaletteCreated added
|
20 years ago |
peter
|
7cf6eff07f
* interface additions
|
20 years ago |
michael
|
ed3945ca04
+ More optimal FreeNotification when destroying
|
21 years ago |
michael
|
8b3a3858eb
+ Fix in TComponent destroy FreeNotifications.
|
21 years ago |
florian
|
b950207508
* tcomponent.destroying is now called in tcomponent.beforedestruction
|
21 years ago |