summaryrefslogtreecommitdiff
path: root/src/gui/fpg_hint.pas
AgeCommit message (Collapse)Author
2011-08-17hint window timer field variable renamed.Graeme Geldenhuys
- Renamed the timer field variable from T_Chrono to FTimer. - Renamed the OnTimer event handler from T_ChronoFini to HintTimerFired - Disabled the timer *before* hinding the hint window. This prevents those add AV's that occur when you close an application. - No need to explicityl disable the timer in HintWindow destructor. When you free a timer, it automatically gets disabled.
2010-04-29Fixed code to remove compiler warnings/hints.Graeme Geldenhuys
2010-03-18Refactored the TfpgHintWindow class for better user customization and ↵Graeme Geldenhuys
resource usage. * Changed the parent class of TfpgHintWindow to TfpgBaseForm * Removed the internal TfpgLabel, and instead paint directly to the form canvas. * Due to previous change, we now manually need to paint borders if needed - not a problem. * Removed unused properties and surfaced existing properties from TfpgBaseForm. eg: BackgroundColor, TextColor etc.
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2009-12-10Extra saftey checks. Nothing major.Graeme Geldenhuys
2008-11-18* Minor bug fix in TfpgApplication. Setting the HintPase didn't affect the ↵graemeg
hint pause at all. * By default the Hint Windows now doesn't have a shadow. More consistent with desktop environments. * Removed some compiler hints from UI Designer.
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.
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.