paul
|
69f50bc594
rtl: add enumerators to the basic classes
|
16 年之前 |
ivost
|
fff6e218af
* readded BeforeDestructor that calls Destroying (delphi compatibility issue)
|
16 年之前 |
ivost
|
74c09e2268
* fixed strange free notification behavior of TComponent. Must be some memory corruption or so.
|
16 年之前 |
ivost
|
91430b6837
* reverted 13297
|
16 年之前 |
ivost
|
8b7167e538
* revised TComponent class. There was a lot of outdated, bad, maybe also old code. Tested also with Lazarus.
|
16 年之前 |
Jonas Maebe
|
ba951580a2
* fixes and cleanups for tbits (patch by Sergei Gorelkin, mantis #13890)
|
16 年之前 |
yury
|
80fe51380d
* Removed unused private fields TThread.FMethod and TThread.FSynchronizeException.
|
16 年之前 |
michael
|
a43bda5052
* Added sort method to TCollection
|
16 年之前 |
Jonas Maebe
|
e9fcae46d9
* replaced "tvardata" with "variant" in the interface for streaming
|
16 年之前 |
Jonas Maebe
|
b95b1cc983
* variants are now stored in a stream as regular values instead of as a
|
16 年之前 |
Jonas Maebe
|
f1daa9fa73
+ added support for streaming basic variant types (boolean, integer types,
|
16 年之前 |
yury
|
8bbb39b630
* MaxBitFlags must not exceed MaxInt atm. After r12443, MaxBitFlags was $3FFFFFFE0. "unreachable code" warning indicated that something is wrong. Please fix all warning/notes to eliminate possible coding errors...
|
16 年之前 |
marco
|
658dc2d8cd
* increased very low (64k) TBits limit to +/- 2GB, like most datastructures.
|
16 年之前 |
florian
|
23bbb087bd
* indention fixed
|
16 年之前 |
yury
|
5ffec2d876
* Fixed notes: Virtual method X has a lower visibility (protected) than parent class (public).
|
16 年之前 |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
17 年之前 |
michael
|
64e6d68a64
* Implemented StrictDelimiter without the delphi bugs (mantis #8910)
|
17 年之前 |
michael
|
2482742fc5
* Var -> Out parameters in tstrings.getnameval
|
17 年之前 |
giulio
|
028c6d9042
Inline methods inside classes unit protected by {$ifdef classesinline}
|
17 年之前 |
michael
|
ee1757a6c5
* Patch from Paul Ishenin to implement SetDesigning and SetDesignInstance
|
17 年之前 |
michael
|
2109a8b611
* Make sure fpdoc can parse through classes
|
17 年之前 |
michael
|
6650d151f6
* Fixed (hopefully) childpos writing
|
17 年之前 |
yury
|
bc50a7fd6c
* Removed unused vars.
|
17 年之前 |
michael
|
b2253c0bd9
* Speedup for ancestor lookup using sorted list
|
17 年之前 |
michael
|
d5eec67b53
* Fixed ancestor handling (bug ID 11067)
|
17 年之前 |
michael
|
93400f276c
Merged revisions 9263-10571 via svnmerge from
|
17 年之前 |