summaryrefslogtreecommitdiff
path: root/src/gui/fpg_popupcalendar.pas
AgeCommit message (Collapse)Author
2010-04-01popup calendar: Set some extra properties for the year and month edits.Graeme Geldenhuys
New AutoSize and IgnoreMouseCursor settings applied to edtYear and edtMonth.
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-25Published Hint and ShowHint on all widgets.Graeme Geldenhuys
2009-11-30fixed compiler reported visibilty issues.Graeme Geldenhuys
2009-03-26* CalendarCheckCombo now handles checkbox clicking with mouse.graemeg
* CalendarCheckCombo now paints checkbox location correctly. * CalendarCheckCombo now has a new OnCheckboxChanged event.
2009-03-21Applied patch from Jean-Marc.graemeg
* Fixes size of Today button in drowdown calendar combo. * Updated French translation file.
2009-03-20* Minor X11 debugging improvements.graemeg
* Named internal components * Introduced TfpgBaseCheckbox class. * Refactored text drawing in ComboBox to a method that can be overridden in descendants. * Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection. * Added Calendar Combo Check component to UI Designer. * Fixed some missing properties from Calendar Combo component in UI Designer.
2009-02-17* Fixed memory leaks in Calendar Combobox.graemeg
2008-10-20* Published new events for Calendar Combo.graemeg
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event.
2008-10-12* Applied jean-marc's calendar patch.graemeg
2008-10-06* Applied Jean-Marc's calendar patch adding start week day etc.graemeg
2008-10-03* Added Jean-Marc initial implementation of SpinEdit component.graemeg
* I made some changes and minor bug fixes to the SpinEdit and highlighted some todo items in the header of the unit.
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.