Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* They used to be Indexed BMP, now they are RGB BMP's.
fpGUI doesn't handle Indexed images well - I'm working on
better image support.
* Updatet the script to generate image include file under Linux.
* Rebuilt stdimages.inc file.
|
|
|
|
Using this instead of the text '...' allow developer to center
the ellipse on a button.
|
|
|
|
tiLogToGUI uses clause.
|
|
color backgrounds.
* Added filegrid images for future use.
* Updated the stdimages.inc file with the new image data.
|
|
|
|
* TfpgBevel has been added to the UI Designer component palette.
* TfpgBevel is used in the UI Designer and Shape=Spacer it paints itself different in the UI Designer, so it's more visible. At runtime it doesn't paint like that.
|
|
tool.
|
|
* Minor code cleanup in GDI window title procedure.
|
|
|
|
I still need to try and get rid of the IFDEF's.
* New executable image added to standard images.
* IsSymLink help function added to gfx_utils unit.
* Extended the FileGrid example project a bit more.
|
|
* Changed TfpgCheckBox, TfpgRadioButton, TfpgLabel and TfpbButton to
use fpgStyle.DrawString instead.
* Updated the prototype test app to demo these features.
* TfpgCheckBox now handle image painting correctly based on the
widget state and mouse state (up, down).
* Minor improvement to the look of the X in the CheckBox image.
|
|
* Implemented and added a new widget TfpgRadioButton
* TfpgWidget now doesn't process MouseUp and MouseDown events when disabled.
* TfpcCheckBox now uses composite images to paint the check mark as well.
|
|
* Moved all the images from the prototype directory.
* Removed all the obsolete examples
|