Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | Removed fpgApplication.DefaultFont | Graeme Geldenhuys | |
We really don't need yet another "default font". All references to fpgApplication.DefaultFont has been changed to fpgStyle.DefaultFont - as it should be. | |||
2014-10-23 | nicegrid demo 1 project file for Maximus IDE. | Graeme Geldenhuys | |
2014-10-23 | nicegrid demo 1: fixed the Alpha values of some define colors. | Graeme Geldenhuys | |
2014-10-23 | nicegrid: fixed the Alpha value of some colors | Graeme Geldenhuys | |
2014-10-22 | nicegrid: adds the missing extrafpc.cfg file to compile from command line. | Graeme Geldenhuys | |
The "extrafpc.cfg" file makes it much easier to compile example projects from the command line. eg: fpc @extrafpc.cfg nicegrid1.lpr This same method is used for all the demos in the "examples" directory tree. | |||
2013-07-12 | nicegrid: removed unnecessary fpg_types unit | Graeme Geldenhuys | |
* The code introduced in fpg_types.pas are now available in fpg_main - maybe with slightly different names. * replaced all references to fpg_types methods with new ones found in fpg_main | |||
2013-04-24 | nicegrid: Adds project files (for Lazarus IDE) for the three demos. | Graeme Geldenhuys | |
2013-04-24 | nicegrid: minor change to get unit to compile under 64-bit FPC. | Graeme Geldenhuys | |
2013-04-24 | Adds new contributed grid widget - NiceGrid | Jean Pierre Anghel | |
See the readme.txt file for more details. |