Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-31 | * TfpgColor is now a distinct type. Not just a longword alias. | graemeg | |
* system or named colors like clWindowBackground are now correctly typed to TfpgColor. Hopefully this fixes the range check error under 64bit compilers. * Fixed some defaults for properties in the gfxbase unit. * Removed the unused (prototype) gfx_strings unit from the X11 fpgfx_package. * Fixed some files by adding the missing svn properties for eol styles. | |||
2007-11-26 | * Created a new unit that implements a WideString version of TStringList. | graemeg | |
* I've also implemented a few WideString helper functions that are not included in FPC. * I've created a few fpGUI generic types which hides the actualy Object Pascal types used. This would allow us to make type changes in the future without having to search and replace thousands of lisens of text. |