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
|
8 years ago |
pierre
|
07ba4f8cca
Add FSem and FSuspendedExternal private fields for BeOS
|
8 years ago |
michael
|
3a046bda5f
* Fix bug ID #31647: added new shift state: ssScrollH
|
8 years ago |
michael
|
ab0c29e54f
* Rename RawByteString version of TstringStream constructor, compiler cannot decide for empty string
|
8 years ago |
michael
|
2b1bb6a5f5
* TStringStream now observes encoding, bug ID #30508
|
8 years ago |
michael
|
e11821f558
* Patch from Ondrej Pokorny to make Datamodule DPI aware (bug ID 31813)
|
8 years ago |
pierre
|
78343902bf
Allow objpas classes and sysutils units to compile with threading support disabled
|
8 years ago |
marco
|
6166215174
* make istream signedness equal to MSDN and modern delphi. Denis Kozlov,
|
8 years ago |
michael
|
f0a8355b84
* AlwaysQuote added (bug ID 31126)
|
8 years ago |
michael
|
2e3ab0d37e
* Introduce TFPList.CheckIndex (bug ID 30887)
|
8 years ago |
michael
|
9926d37dda
* Fix bug #30869, introduce CheckIndex in TStringList
|
8 years ago |
michael
|
8318ba30d4
* Patch from Ondrej Pokorny to implement specifying encoding when saving/loading from stream
|
9 years ago |
svenbarth
|
d5cc59c22e
Avoid the creation of a TExternalThread instance for Synchronize() and Queue() (Delphi does the same).
|
9 years ago |
michael
|
10bbfce412
* Allow Find to work with user-sorted stringlists.
|
9 years ago |
marco
|
eb1d895718
* fix reexport of record types in classesh, bug #29776 patch by Ondrej.
|
9 years ago |
michael
|
789b80f702
* ExecuteInThread added
|
9 years ago |
michael
|
db19d73ec0
* Add ClearFirst parameter to AddStrings (bug ID 29630)
|
9 years ago |
michael
|
9157a11b7e
* Applied partial patch from barlone to change var->out for IdentToInt
|
9 years ago |
michael
|
6b3b3d5c0c
* Fix bug ID #29155, wrong declaration of ISTream.
|
9 years ago |
michael
|
4f82d103af
* Added SkipLastLineBreak to TStrings (bug ID 28213)
|
9 years ago |
michael
|
e6b86d9b5b
* Made string in stringstream constructor optional
|
9 years ago |
Károly Balogh
|
1a53f6a799
AROS: in agreement with Marcus Sackrow, AThreads is now enabled for AROS, and the old AROS-specific threading implementation is zapped
|
10 years ago |
Károly Balogh
|
632c46bcb6
amicommon: have a generic tthread.inc which even works, given there is a reasonably advanced ThreadManager
|
10 years ago |
michael
|
27ff4c95e4
* Made CheckBitIndex protected
|
10 years ago |