michael
|
3b867da924
* Add AddDelimitedText,AddCommatext by Werner Pamler (bug ID 36249)
|
5 years ago |
michael
|
faee789507
* Add some functional methods to TStrings
|
5 years ago |
michael
|
20ca7d857c
* Fix bug ID #36234: unicodedatastering must be of type unicodestring
|
5 years ago |
michael
|
30bc217d55
* Fix bug ID #0036246, delphi compatibility property
|
5 years ago |
michael
|
c6d8bd73f7
* Patch from Serge Anvarov with some optimizations (bug ID 36143)
|
5 years ago |
michael
|
e89383a104
* Fix bug ID #36136, wrong reference count caused by missing const in param
|
5 years ago |
marco
|
8dddf8a525
* patch from Ondrej, TVerticalAlignment & TTopBottom
|
6 years ago |
michael
|
91ba1214d2
* Allow context when sorting lists (patch from Ondrej Pokorny, bug ID #0035962)
|
6 years ago |
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 |