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_panel.pas
Age
Commit message (
Expand
)
Author
2014-07-15
Make clear what the default values are for two properties in TfpgImagePanel
Graeme Geldenhuys
2013-04-19
Published TfpgPanel.OnResize property
Dibo
2012-11-13
Implements a very basic ImagePanel component.
Graeme Geldenhuys
2012-10-29
Borderless Panel: TfpgPanel can now also have a flat /borderless look.
Graeme Geldenhuys
2012-10-12
Correctly set the default values of TfpgBevel.Shape property
Graeme Geldenhuys
2012-08-28
Publishes various other mouse events for the various panel widgets.
Graeme Geldenhuys
2012-08-28
Publishes the OnMouseScroll event for various widgets.
Graeme Geldenhuys
2012-01-18
A reworked patch from Jean-Marc
Graeme Geldenhuys
2011-11-18
First draft of MDI support.
Graeme Geldenhuys
2011-09-02
Corrected the timing when AfterCreate is called in TfpgFrame
Graeme Geldenhuys
2011-08-18
Added TfpgFrame to fpGUI.
Graeme Geldenhuys
2011-05-08
globally renamed TFTextFlags to TfpgTextFlags
Graeme Geldenhuys
2011-01-12
Use Width and Height properties instead of internal fields in constructor
Graeme Geldenhuys
2010-10-29
Published the DND propertys for some of the most used components.
Graeme Geldenhuys
2010-10-11
Added a default parameter value for CreatePanel() function
Graeme Geldenhuys
2010-10-04
Published Align property for all widgets.
Graeme Geldenhuys
2010-10-03
Published OnPaint for TfpgPanel and TfpgGroupBox.
Graeme Geldenhuys
2010-10-01
published Enabled property on all (most) components
Graeme Geldenhuys
2010-09-21
panel/bevel: corrected the shadow color used in box/panel style
Graeme Geldenhuys
2010-07-02
fpg_panel: bsVerDivider now takes BorderStyle into account.
Graeme Geldenhuys
2010-07-02
fpg_panel: Improved the sucken look by using the correct shadow color.
Graeme Geldenhuys
2010-07-02
fpg_panel: BorderStyle only really applies to bsBox style
Graeme Geldenhuys
2010-07-01
TfpgBevel has a new Shape type: bsVerDivider
Graeme Geldenhuys
2010-07-01
fpg_panel: Refactored the HandlePaint method.
Graeme Geldenhuys
2010-07-01
fpg_panel refactored
Graeme Geldenhuys
2010-06-04
Bumped visibility to Published for some properties.
Graeme Geldenhuys
2010-04-25
Publish the new OnShowHint for all other widgets in fpGUI.
Graeme Geldenhuys
2010-04-20
Panel/Bevel: new property ParentBackgroundColor
Graeme Geldenhuys
2010-04-16
New TfpgFontEdit component.
Graeme Geldenhuys
2010-03-16
Code not needed any more, parent class already does this.
Graeme Geldenhuys
2010-03-01
Fixed memory leak in TfpgGroupBox. Never freed the used font.
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-11-30
fixed compiler reported visibilty issues.
Graeme Geldenhuys
2008-11-25
* Added some of the missing published properties to TfpgPanel.
graemeg
2008-11-08
* Implemented GetClientRect for TfpgBaseEdit
graemeg
2008-10-26
* Added missing published properties to components in fpg_panel unit.
graemeg
2008-10-14
* Applied SpinEdit, Edit, Button and Panel patch from Jean-Marc.
graemeg
2008-09-27
* Phase 2 of the unit rename is complete. The gui units have now been renamed.
graemeg