RemObjects Software RemObjects Software

ShineOn

ShineOn Commits

AgeSort asc/descChange
1 2 3 4 5 6 7 8 9 10 11 12 Next
Feb 12, 2013
3 months 8 days - Changes required to allow compilation on Prism 5.2.41.1191 (Visibility of methods found underneath of implementation was changed to only be visible in the same file.)
Commit 233, by Rick Burgstaler
Jun 13, 2012
11 months 7 days - Re-applied the abstract declaration to to TStream.Read(buf, offset, cnt) and TStream.Write(buf, offset, cnt).... Event though the original VCL does not work this way, making these methods abstract is the best way to implement the optional offset p
Commit 232, by Rick Burgstaler
Jun 12, 2012
11 months 8 days - Fixed another Delphi Prism Version related bug with the interface's and the implementation's of procedures not matching.
Commit 231, by Rick Burgstaler
11 months 8 days Multiple modifications made to make ShineOn more similar to the VCL - Moved TStream.GetSize() to be protected rather than private. (This was done to copy VCL) - Modified TStream.Read(buf, cnt) and TStream.Write(buf, cnt) back to being virtual and re
Commit 230, by Rick Burgstaler
Jun 11, 2012
11 months 9 days - Fixed a problem in the RoundTo method arising from floating point value division issues. Specifically calling RoundTo(3.14, -1) would cause a divide by zero issue.
Commit 229, by Rick Burgstaler
Jun 8, 2012
11 months 12 days - Fixed problem whith FloatToStrF() putting padding in front of whatever result string it returned. More work might need to be put into this method to handle different format types correctly.
Commit 228, by Rick Burgstaler
11 months 12 days - Fixed bug where TDateTime subtracting was not behaving the same as native Delphi TDateTime subtraction. The DelphiEpoch date was not being taken into account properly.
Commit 227, by Rick Burgstaler
11 months 12 days - This time I think that I have the parameter issue resolved
Commit 226, by Rick Burgstaler
11 months 12 days - Fix more problems with parameters not working in older versions of Prism
Commit 225, by Rick Burgstaler
11 months 12 days - Removed some code that looked like debug code that was causing StrToFloat and StrToFloatF not to show the correct formatting. - Removed sealed from SysUtils to allow for easier use outside of Delphi Prism. Hopefully this is not a problem.
Commit 224, by Rick Burgstaler
11 months 12 days - Fixed parameter inconsistency from previous check-in that caused it not to compile in prior versions of Delphi Prism. For some reason, the version of Prism that I am using is not as picky about the declarations matching.
Commit 223, by Rick Burgstaler
Jun 7, 2012
11 months 13 days - Added RoundTo() method to math.pas
Commit 222, by Rick Burgstaler
Mar 26, 2012
1 year 1 month - Previous check-in of changes made to InvalidDateTimeError() removed the const declaration of the TDateTime parameter. This was causing it not to compile in Delphi Prism XE. Apparently Delphi Prism XE2 is not as picky about determining if implemen
Commit 221, by Rick Burgstaler
Mar 23, 2012
1 year 1 month - Delphi Prism XE2 has an issue where methods that ONLY showed up under the implementation section of a unit would show up with public visibility. This was causing problems with DateTimeToStr(AStr: String) because for some reason there was an existen
Commit 220, by Rick Burgstaler
1 year 1 month - Found a problem in Delphi Prism XE2 (update 5 or maybe a little earlier) where it does not like (ABaseDate: TDateTime = 0) in the following: InvalidDateTimeError(const AYear, AMonth, ADay, AHour, AMinute, ASecond, AMilliSecond: Word; ABaseDate: TDa
Commit 219, by Rick Burgstaler
Feb 8, 2012
1 year 3 months - Modified TReplaceFlags to be a "public set of" rather than "public flags". This allows for the StringReplace() function to operate more like native Delphi. Before this change was made, the following observations were made about code that compiled
Commit 218, by Rick Burgstaler
1 year 3 months - Added SplitString() method.
Commit 217, by Rick Burgstaler
1 year 3 months - Modified TValueRelationship to be public
Commit 216, by Rick Burgstaler
Feb 2, 2012
1 year 3 months Exposed CompareValue.
Commit 215, by Rick Burgstaler
Jan 20, 2012
1 year 4 months - Added ESocketError to ScktComp.pas.
Commit 214, by Rick Burgstaler