RemObjects Software RemObjects Software

ShineOn

ShineOn All Updates

AgeSort asc/descChange
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Next
Oct 17, 2010
2 years 7 months Changed TEncodingHelper to TEncodingExtender
Commit 174, by Roman Kassebaum
2 years 7 months Added Supports.
Commit 173, by Roman Kassebaum
2 years 7 months Didn't compile
Commit 172, by Roman Kassebaum
2 years 7 months Renamed AnsoReverseString to ReverseString
Commit 171, by Roman Kassebaum
2 years 7 months New method DupeString
Commit 170, by Roman Kassebaum
2 years 7 months Moved AnsiReverseString from SysUtils to StrUtils
Commit 169, by Roman Kassebaum
Oct 16, 2010
2 years 7 months New method AnsiReverseString
Commit 168, by Roman Kassebaum
Oct 15, 2010
2 years 7 months Fixed a bug where TStrings.SetTextStr() was adding too many lines. Example conditions: TStrings.SetTextStr('Line1'+#13#10+'Line2'+#13#10); should result in 2 lines (previously resulted in 3) TStrings.SetTextStr('Line1'+#13#10+'Line2'); should
Commit 167, by Rick Burgstaler
2 years 7 months Re-Added a bug fix that I made in May to TMemoryStream.WriteLine because it was somehow wiped out in the last few check-ins.
Commit 166, by Rick Burgstaler
Oct 14, 2010
2 years 7 months - Added TObjectList<T> class. - Set TList<T>.Items property as default. Both changes made to mimic behavior of Classic (unmanaged) Delphi.
Commit 165, by Rick Burgstaler
2 years 7 months Fixed the SysUtils._CompareText() function to NOT give an index out of bounds error when comparing the following two values as an example: Enumeration and EnumerationDisplayMode. I fixed this prior to this in revision 145 but it was removed when re
Commit 164, by Rick Burgstaler
2 years 7 months New methods BytesOf and StringOf
Commit 163, by Roman Kassebaum
2 years 7 months Added the optional argument Offset to Read and ReadBuffer.
Commit 162, by Roman Kassebaum
2 years 7 months Added the solution for VS2010
Commit 161, by Roman Kassebaum
2 years 7 months Added the optional argument Offset to Write and WriteBuffer.
Commit 160, by Roman Kassebaum
2 years 7 months Added TEncodingHelper.GetBufferEncoding.
Commit 159, by Roman Kassebaum
Oct 13, 2010
2 years 7 months Wrote Tests for TStringList.LoadFromStream, TStringList.SaveToStream.
Commit 158, by Roman Kassebaum
2 years 7 months Fixed a problem in Copy for arrays and wrote a test for it.
Commit 157, by Roman Kassebaum
Oct 12, 2010
2 years 7 months Added Copy for Bytes, tests are missing.
Commit 156, by Roman Kassebaum
2 years 7 months Added overloaded SaveToFile and SaveToStream methods for the TStrings class. Test are missing.
Commit 155, by Roman Kassebaum