Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-19 | Another file system encoding fix for TfpgINIFile | Graeme Geldenhuys | |
- fpgApplicationName() wrapper for SyUtils.ApplicationName - TfpgINIFile reference ApplicationName, instead of fpgApplicationName - In TfpgINIFile we forgot to encode the file name back to the system encoding before we called Create(). | |||
2013-04-19 | TfpgINIFile called the SysUtils.GetAppConfigDir() instead of ↵ | Graeme Geldenhuys | |
fpgGetAppConfigDir() This should fix the file encoding issue experienced under Windows. | |||
2012-08-21 | changes param type from String to TfpgString | Graeme Geldenhuys | |
2010-11-16 | ReadFormState in INI handling can now ignore size dimensions if needed. | Graeme Geldenhuys | |
This is handy if you apply version version information to your ini files, and on a new version the program must ignore the old size values (because that sepecific form might have changed dimensions at design time). | |||
2010-09-04 | Replaced some RTL functions with fpGUI wrapper ones to handle Unicode text. | Graeme Geldenhuys | |
2010-04-22 | TfpgINIFile: Replaced standard RTL function with fpGUI wrapper version. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-10-12 | Fixed up the comments in fpg_iniutils. Copy and Paste is evil! :-) | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graemeg@gmail.com> | |||
2008-09-27 | * Phase 2 of the unit rename is complete. The gui units have now been renamed. | graemeg | |
* UI Designer has been updated to reflect the new gui unit names. |