summaryrefslogtreecommitdiff
path: root/rtl/objpas/classes/classesh.inc
Commit message (Expand)AuthorAgeFilesLines
* rtl: don't crash if resource is not found in TResourceStream and was passed b...paul2011-03-241-2/+2
* * Change TProxyStream.seek to 64-bit variant.marco2011-03-081-1/+1
* * Tag is now PtrInt, for upcoming Delphi 64-bit compatibilitymichael2010-11-231-2/+2
* * Changed var to out in TStringList.Findmichael2010-11-211-1/+1
* * GetFileHandle(), THandleStream: changed type that is used to store file han...sergei2010-11-201-3/+3
* * Merged XPCom branch into trunk, added support for constref and changedjoost2010-10-171-6/+6
|\
| * * Adapted IUnknown so that it can be used for interfaceing with XPCom, alsojoost2010-09-191-6/+6
* | * TThread.Resume and suspend deprecated (see user changes trunk)marco2010-10-151-2/+2
* | * Windows platforms: always start a thread in suspended state and resume it l...sergei2010-10-061-0/+4
* | * D2009 compat: TStringList.OwnsObjectsmarco2010-09-281-0/+4
|/
* * Patch from Luiz americo to use FPList where possiblemichael2010-07-301-5/+5
* * allow tthread-based threads to only start executing once the constructorjonas2010-07-181-0/+1
* * hmodule should scale with pointertype on non-windows. marco2010-07-021-1/+1
* * Patch from Mattias gaertner to support lazarus lfm encoding in TParsermichael2010-06-121-1/+9
* * Added TDataModuleClass class pointermichael2010-05-311-0/+1
* + tthread.start method, simply calls tthread.resume for now (mantis #16326)jonas2010-04-241-0/+1
* * Added Exchange to TCollection. Bug ID 15517michael2010-03-141-0/+1
* rtl: use CreateVCLComObject routing to create VCLComObject in case it is not ...paul2010-02-271-2/+2
* rtl: initial TComponent.VCLComObject support - map interface related TCompone...paul2010-02-271-18/+14
* rtl: TObject.SafeCallException and TComponent.SafeCallException has HResult r...paul2010-02-251-1/+1
* * fixed memory stream compilation on 64 bit targetsflorian2010-01-021-4/+4
* * T*MemoryStream now uses PtrInt for sizes and positions so it can be bigger ...florian2010-01-011-10/+10
* * Skip UTF-8 BOM in TParser (classes) and dfmreader (fcl-res)giulio22009-11-301-0/+1
* * writer.writeset, reader.readset as per mantis 10501marco2009-11-161-0/+2
* * TStream.Read/writeqword. Mantis 15023marco2009-11-081-0/+2
* * patch from 15003 from M spiller, reverting now implemented. marco2009-11-061-2/+3
* * Patch from Sergei/Anton. Mantis 10948. Under ifndef ver2_2marco2009-11-051-3/+3
* rtl: override TObject.Equals for TBits and TStrings classespaul2009-11-031-2/+4
* merge revisions: 13909,13923,13924,13934,13935,13942,13943,13944,13946,13948,...paul2009-11-021-0/+78
* * TOleStream + TProxystream (Mantis 8376)marco2009-10-301-0/+14
* * readded BeforeDestructor that calls Destroying (delphi compatibility issue)ivost2009-10-161-0/+1
* * fixed strange free notification behavior of TComponent. Must be some memory...ivost2009-10-131-1/+0
* * reverted 13297ivost2009-06-191-1/+1
* * revised TComponent class. There was a lot of outdated, bad, maybe also old ...ivost2009-06-191-1/+1
* * fixes and cleanups for tbits (patch by Sergei Gorelkin, mantis #13890)jonas2009-06-061-3/+1
* * Removed unused private fields TThread.FMethod and TThread.FSynchronizeExcep...yury2009-05-021-2/+0
* * Added sort method to TCollectionmichael2009-03-151-0/+2
* * replaced "tvardata" with "variant" in the interface for streamingjonas2009-02-281-4/+4
* * variants are now stored in a stream as regular values instead of as ajonas2009-02-281-1/+5
* + added support for streaming basic variant types (boolean, integer types,jonas2009-02-231-1/+3
* * MaxBitFlags must not exceed MaxInt atm. After r12443, MaxBitFlags was $3FFF...yury2009-02-051-2/+2
* * increased very low (64k) TBits limit to +/- 2GB, like most datastructures. marco2008-12-271-2/+2
* * indention fixedflorian2008-12-241-2/+2
* * Fixed notes: Virtual method X has a lower visibility (protected) than paren...yury2008-12-121-3/+3
* Merged revisions 11665-11738 via svnmerge from florian2008-09-101-1/+9
* * Implemented StrictDelimiter without the delphi bugs (mantis #8910)michael2008-09-011-0/+2
* * Var -> Out parameters in tstrings.getnamevalmichael2008-05-271-1/+1
* Inline methods inside classes unit protected by {$ifdef classesinline}giulio2008-05-111-7/+7
* * Patch from Paul Ishenin to implement SetDesigning and SetDesignInstancemichael2008-05-051-1/+3
* * Make sure fpdoc can parse through classesmichael2008-04-231-0/+3