summaryrefslogtreecommitdiff
path: root/images
AgeCommit message (Collapse)Author
2010-09-04new stock images: added original images to repositoryGraeme Geldenhuys
2010-08-19Images: updated standard arrow images.Graeme Geldenhuys
* 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.
2010-05-06New image for Checked menu items.Graeme Geldenhuys
2010-04-16new standard image: ellipseGraeme Geldenhuys
Using this instead of the text '...' allow developer to center the ellipse on a button.
2010-04-15New standard image added: open folder with a fileGraeme Geldenhuys
2009-05-08Updated the 'updatestdimgs.pas' unit and removed unused units form ↵Graeme Geldenhuys
tiLogToGUI uses clause.
2008-07-28* Applied the updated images from Vladimir to better support alternative ↵graemeg
color backgrounds. * Added filegrid images for future use. * Updated the stdimages.inc file with the new image data.
2008-07-28* Applied Vladimir's updatestdimgs changesgraemeg
2008-07-03* EditTest in the prototypes directory now tests Button ImageLayout property.graemeg
* 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.
2008-07-01* Thanks to Michael van Canneyt for updating and improving the updatestdimgs ↵graemeg
tool.
2008-06-30* A quick implementation of the Vista Black button.graemeg
* Minor code cleanup in GDI window title procedure.
2008-04-08* Just playing with themes again.graemeg
2007-08-16* Added images, Owner, Group and file attribute support to TfpgFileGrid.graemeg
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.
2007-07-26* Added a DrawString() method to TfpgStylegraemeg
* 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.
2007-07-26* Added new composite images for radio buttons and checkbox buttons.graemeg
* 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.
2007-07-23Part 2 of the restructure.graemeg
* Moved all the images from the prototype directory. * Removed all the obsolete examples