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
/
gui_button.pas
Age
Commit message (
Expand
)
Author
2008-09-02
* Added some hints to the UI Designer main form.
graemeg
2008-07-14
* Implemented a ModalResult type and related constants.
graemeg
2008-07-03
* EditTest in the prototypes directory now tests Button ImageLayout property.
graemeg
2008-07-02
* Applied Button patch from Michael van Canneyt. Adding ImageLayout property ...
graemeg
2008-07-01
* TfpgButton now contains a new property called Flat which gives it a flat lo...
graemeg
2008-06-26
* Refactored the TfpgButton class so it's easier to create custom button type...
graemeg
2008-06-19
* Restore button state if an exception occurs inside the Click event.
graemeg
2008-05-27
* Applied Vladimir's button flag patch.
graemeg
2008-05-19
* Merged my private graemeg branch changes (r752:r781) into trunk. These chan...
graemeg
2008-04-27
* Removed unneeded Canvas.BeginDraw and Canvas.EndDraw calls.
graemeg
2008-04-25
* Updated some widgets to handle the Keypad Enter key as well.
graemeg
2008-04-25
* Fixed a bug introduced in r719 with toggle buttons.
graemeg
2008-04-21
* Fixed unwanted button down behaviour on mouse hover if buttons Click raised...
graemeg
2008-03-25
applied patch from Jean-Marc allowing ImageName to be set at creation.
graemeg
2008-02-25
* I believe I fixed the Button down state and Mouse Events issue. It now work...
graemeg
2008-02-20
* Applied Vladimir's patch for arrow key support in RadioButtons.
graemeg
2008-02-15
* Applied Jean-Marc's TextColor and BackgroundColor patch.
graemeg
2008-02-01
* Applied patch from Jean-Marc which fixes a minor issue in the TfpgMemo and ...
graemeg
2008-01-28
* Applied Jean-Marc memo patch adding TextColor and BackgroundColor properties.
graemeg
2008-01-26
* Added a new Color property to RadioButton, Button and CheckBox.
graemeg
2008-01-04
* GUI: Moved all MenuItem painting into the Paint event handler.
graemeg
2007-12-27
* ComboBox dropdown now opens and closes as expected when you click inside
graemeg
2007-12-14
* Implemented a OnClick event in TfpgWidget.
graemeg
2007-11-28
* Implemented a Command pattern interface.
graemeg
2007-10-28
* Refactored the TfpgLabel component.
graemeg
2007-10-22
* Fixed more default property values.
graemeg
2007-09-26
* Added comments as to how the ImageMargin and ImageSpacing properties of Tfp...
graemeg
2007-09-26
* Added copyright information in the GUI units.
graemeg
2007-09-08
* Fixed initial painting of components when they are placed in the
graemeg
2007-09-07
GFX: Added support for handle component creation at runtime correct
graemeg
2007-08-29
* Implemented a Default property for TfpgButton
graemeg
2007-08-10
* Fixed minor compiler error and Mouser Cursor support
graemeg
2007-08-08
* Fixed the TfpgButton focus rectangle to not be so close to the edge.
graemeg
2007-08-08
* Finally fixed all painting issues with rectangles and clipping.
graemeg
2007-08-07
reverted unintentional changes to gui_button
drewski207
2007-08-07
* Most Keyhandling for listview
drewski207
2007-08-07
* Changed the parameters of DrawRectangle, FillRectangle to rather use Width ...
graemeg
2007-07-27
X11 only:
graemeg
2007-07-26
* Added a DrawString() method to TfpgStyle
graemeg
2007-07-23
The first part of removing the obsolete fpGUI and replacing it with the new m...
graemeg