michael
|
ade808cb43
* Patch from Pascal Riekenberg to make component loading thread safe (bug ID 35638)
|
6 years ago |
michael
|
4d1e2c6aa5
* Sort public properties/methods in stringlist
|
6 years ago |
michael
|
7c36912eb0
* Better fix for 35660: Introduced TMissingNameValueSeparatorAction
|
6 years ago |
michael
|
833e00bfbd
* Fix bug #35660, introduce prefervaluestonames
|
6 years ago |
michael
|
167ca93d25
* Patch from Ondrej to remove unnecessary overload keywords
|
6 years ago |
michael
|
6649fab22d
* Fix bug ID #0035580
|
6 years ago |
michael
|
e4385d1b19
* Fix bug ID #35576
|
6 years ago |
michael
|
dc592a888f
* Make explicit that Integer is 32-bit
|
6 years ago |
michael
|
58f1a8513b
* FIx compilation for platforms that do not have extended
|
6 years ago |
michael
|
60efc9e81c
* Add Read/Write(Buffer) TBytes, ReadData/WriteData, ReadBufferData/WriteBufferData to be Delphi compatible
|
6 years ago |
michael
|
08d6b446f0
* Fix bug ID #35345, allow tstrings.text to exceed 2Gb
|
6 years ago |
michael
|
2669b68e6d
* Added move on TCollection (bug ID 32673)
|
6 years ago |
nickysn
|
ff90e7622a
+ added .Sort overloads, that specify an algorithm and use the sortbase defined
|
6 years ago |
nickysn
|
d86da19570
* use the sort algorithm from sortbase for TStringList
|
6 years ago |
nickysn
|
e8dc54c768
+ added TList.Sort overload with a sorting algorithm parameter
|
6 years ago |
nickysn
|
248fd313f8
+ introduced unit SortBase, which implements the foundation for pluggable
|
6 years ago |
svenbarth
|
81fa0924d8
* an exception does not need to inherit from Exception, so declare that as such for the thread queue entry for the sake of clarity
|
6 years ago |
nickysn
|
da5868b668
+ added method TBits.CopyBits for fast copying
|
6 years ago |
michael
|
844a9b0ca6
* Actually observe TStringStream.OwnsEncoding in destructor
|
7 years ago |
michael
|
8b19eddd13
* Remove scrollh again, Lazarus solved it another way
|
7 years ago |
michael
|
616d8073f2
* Implement flushbuffer abstract method in TFiler (part 2) (bug ID 33062)
|
7 years ago |
michael
|
a137486439
* Implement flushbuffer abstract method in TFiler (bug ID 33062)
|
7 years ago |
michael
|
bf3e437dd6
* Fix bug #33475, add AddPair for Delphi compatibility, modified patch by Silvio Clecio
|
7 years ago |
michael
|
56fae4697a
* Accidentally removed keyword virtual from loadfromfile
|
7 years ago |
michael
|
cbc50c5fe6
* Restore signature of loadfromstream/loadfromfile, make default delphi compatible
|
7 years ago |
michael
|
5c1df42fa4
* Fix bug #32871
|
7 years ago |
svenbarth
|
81a0f88d8c
+ add Delphi compatible TThread.ForceQueue() which enqueues the method also for the main thread (at least if the RTL is in multi threading mode, otherwise it's still executed right away - whether this is Delphi compatible needs to be tested as I only have a 10.1 currently which does not yet support TThread.ForceQueue())
|
7 years ago |
michael
|
52fe038b53
* use system.HMOdule when available
|
7 years ago |
pierre
|
07ba4f8cca
Add FSem and FSuspendedExternal private fields for BeOS
|
7 years ago |
michael
|
3a046bda5f
* Fix bug ID #31647: added new shift state: ssScrollH
|
8 years ago |