Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-23 | Demos: fixed compiler warnings. | Graeme Geldenhuys | |
* fixed deprecated functions * fixed unused variables * fixed unused units * fixed not initialised variables * fixed nested comments | |||
2014-06-23 | Demo project files (Lazarus IDE) settings updated. | Graeme Geldenhuys | |
Defined consistent unit output paths and target filenames. | |||
2013-12-22 | demos: Minor improvements to the Custom Styles/Themes demo. | Graeme Geldenhuys | |
2013-06-18 | Updates extrafpc.cfg files so no console window is shown for Windows ↵ | Graeme Geldenhuys | |
compiled apps. | |||
2011-11-21 | Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes() | Graeme Geldenhuys | |
We can now pass in the Lines property of a Memo or Combobox directly, without the need of an extra local TStrings variable. | |||
2011-05-08 | globally renamed TFButtonFlags to TfpgButtonFlags | Graeme Geldenhuys | |
Somehow I forgot to rename that type name when we moved over to the 'fpg' prefix. | |||
2011-05-06 | The style must be instantiated before we create forms. | Graeme Geldenhuys | |
The old behaviour caused problems with menus. A better solution must be found soon though - including getting rid of the fpgStyle variable. I also updated the instructions in the custom style unit for the demo. | |||
2011-05-06 | Updated the 'custom style' demo to show off the Style Manager | Graeme Geldenhuys | |
Styles can also be changed at runtime via the --style parameter. | |||
2011-05-03 | Reduced compiler hints by removing unused entries in uses clause. | Graeme Geldenhuys | |
2010-11-30 | A simple example of customized MenuBar theme. | Graeme Geldenhuys | |
Now the menu bar has a gradient look to it. | |||
2010-08-29 | customstyle demo: minor style fix for menus. | Graeme Geldenhuys | |
2010-08-29 | custom style demo: Added menu theming to the example. | Graeme Geldenhuys | |
2009-04-05 | * Added missing unit output directories. | Graeme Geldenhuys | |
2008-11-14 | * updated all extrafpc.cfg files to use the correct lib output directory. | graemeg | |
2008-10-07 | * Removed a memory leak from fpg_hint unit. | graemeg | |
* Added an example 'customstyles' to show how a quick and easy style could be applied. Please not theming is not fully implemented in fpGUI, so this might change later. |