Historial de Commits

Autor SHA1 Mensaje Fecha
  nickysn ff90e7622a + added .Sort overloads, that specify an algorithm and use the sortbase defined hace 6 años
  nickysn d86da19570 * use the sort algorithm from sortbase for TStringList hace 6 años
  nickysn e8dc54c768 + added TList.Sort overload with a sorting algorithm parameter hace 6 años
  nickysn 248fd313f8 + introduced unit SortBase, which implements the foundation for pluggable hace 6 años
  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 hace 6 años
  nickysn da5868b668 + added method TBits.CopyBits for fast copying hace 6 años
  michael 844a9b0ca6 * Actually observe TStringStream.OwnsEncoding in destructor hace 7 años
  michael 8b19eddd13 * Remove scrollh again, Lazarus solved it another way hace 7 años
  michael 616d8073f2 * Implement flushbuffer abstract method in TFiler (part 2) (bug ID 33062) hace 7 años
  michael a137486439 * Implement flushbuffer abstract method in TFiler (bug ID 33062) hace 7 años
  michael bf3e437dd6 * Fix bug #33475, add AddPair for Delphi compatibility, modified patch by Silvio Clecio hace 7 años
  michael 56fae4697a * Accidentally removed keyword virtual from loadfromfile hace 7 años
  michael cbc50c5fe6 * Restore signature of loadfromstream/loadfromfile, make default delphi compatible hace 7 años
  michael 5c1df42fa4 * Fix bug #32871 hace 7 años
  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()) hace 7 años
  michael 52fe038b53 * use system.HMOdule when available hace 7 años
  pierre 07ba4f8cca Add FSem and FSuspendedExternal private fields for BeOS hace 7 años
  michael 3a046bda5f * Fix bug ID #31647: added new shift state: ssScrollH hace 8 años
  michael ab0c29e54f * Rename RawByteString version of TstringStream constructor, compiler cannot decide for empty string hace 8 años
  michael 2b1bb6a5f5 * TStringStream now observes encoding, bug ID #30508 hace 8 años
  michael e11821f558 * Patch from Ondrej Pokorny to make Datamodule DPI aware (bug ID 31813) hace 8 años
  pierre 78343902bf Allow objpas classes and sysutils units to compile with threading support disabled hace 8 años
  marco 6166215174 * make istream signedness equal to MSDN and modern delphi. Denis Kozlov, hace 8 años
  michael f0a8355b84 * AlwaysQuote added (bug ID 31126) hace 8 años
  michael 2e3ab0d37e * Introduce TFPList.CheckIndex (bug ID 30887) hace 8 años
  michael 9926d37dda * Fix bug #30869, introduce CheckIndex in TStringList hace 8 años
  michael 8318ba30d4 * Patch from Ondrej Pokorny to implement specifying encoding when saving/loading from stream hace 9 años
  svenbarth d5cc59c22e Avoid the creation of a TExternalThread instance for Synchronize() and Queue() (Delphi does the same). hace 9 años
  michael 10bbfce412 * Allow Find to work with user-sorted stringlists. hace 9 años
  marco eb1d895718 * fix reexport of record types in classesh, bug #29776 patch by Ondrej. hace 9 años