index
:
Erich/fpGUI
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
fpg_combobox.pas
Age
Commit message (
Expand
)
Author
2014-03-29
ComboBox/EditCombo now uses the new fpgStyles API.
Graeme Geldenhuys
2014-03-29
combobox/editcombo: Internal button painting now only done in HandlePaint
Graeme Geldenhuys
2013-12-01
Fixes hard-coded widget border size - fixes theming issues
Graeme Geldenhuys
2013-08-27
Replaced the FPC dbugintf unit with the customised fpGUI one.
Graeme Geldenhuys
2013-07-15
CreateComboBox(): specify the default height to be the same as in constructor
Graeme Geldenhuys
2013-05-20
Removed Canvas.DrawControlFrame() - fpgStyle has tha functionality now
Graeme Geldenhuys
2013-04-26
Only enable the debug interface when needed.
Graeme Geldenhuys
2011-09-21
fixed bug where combobox hint closes the dropdown window.
Graeme Geldenhuys
2011-05-19
Implemented a ComboBox.ReadOnly property.
Graeme Geldenhuys
2011-05-19
Combobox paint optimization.
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-05-08
globally renamed TFButtonFlags to TfpgButtonFlags
Graeme Geldenhuys
2011-03-08
Combobox margin fix
Graeme Geldenhuys
2011-02-07
ComboBox: New Margin default 3 -> 1.
Graeme Geldenhuys
2011-02-07
ComboBox: text position is now the same as TfpgEdit.
Graeme Geldenhuys
2011-02-07
Combobox fix: Setting the Martin cause the Height to change.
Graeme Geldenhuys
2010-11-12
ComboBox widget now has a AutoSize property default set to False
Graeme Geldenhuys
2010-10-29
Published the DND propertys for some of the most used components.
Graeme Geldenhuys
2010-10-04
Published Align property for all widgets.
Graeme Geldenhuys
2010-10-01
published Enabled property on all (most) components
Graeme Geldenhuys
2010-06-29
Combobox: no point having protected methods that are not virtual.
Graeme Geldenhuys
2010-04-29
Fixed code to remove compiler warnings/hints.
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-02-26
Update copyright notice in all units.
Graeme Geldenhuys
2010-02-25
Published Hint and ShowHint on all widgets.
Graeme Geldenhuys
2009-03-20
* Minor X11 debugging improvements.
graemeg
2009-03-09
ExtraHint property for EditCombo. Thanks to Jean-Marc.
graemeg
2009-02-16
Reverted the previous vista hint implementation. Introduced a new ExtraHint p...
graemeg
2009-02-13
* Applied combobox patch from Clemens adding improved hint support.
graemeg
2009-02-12
* Applied Jean-Marc's margin patches.
graemeg
2008-10-06
* Applied Jean-Marc's calendar patch adding start week day etc.
graemeg
2008-10-05
* Added a new Canvas.DrawPolygon() method
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg