summaryrefslogtreecommitdiff
path: root/uidesigner/icons.inc
AgeCommit message (Collapse)Author
2010-04-16UI Designer: Registered the new TfpgFontEdit in component palette.Graeme Geldenhuys
2010-04-15Adds new images, updates existing ones for UI Designer.Graeme Geldenhuys
2010-04-15UI Designer: Adds TfpgFilenameEdit to the component palette.Graeme Geldenhuys
2010-03-04UI Designer: Add new component palette bitmaps.Graeme Geldenhuys
2009-10-12Add richtext component icon to UI DesignerGraeme Geldenhuys
2009-04-16Removed compiler warnings from UI Designer project.Graeme Geldenhuys
2009-03-20* Minor X11 debugging improvements.graemeg
* Named internal components * Introduced TfpgBaseCheckbox class. * Refactored text drawing in ComboBox to a method that can be overridden in descendants. * Implemented a new (experimental) Calendar Combo with Checkbox for optional date selection. * Added Calendar Combo Check component to UI Designer. * Fixed some missing properties from Calendar Combo component in UI Designer.
2008-11-25* Added some of the missing published properties to TfpgPanel.graemeg
* Added TfpgGroupBox to UI Designer component palette.
2008-11-12* new fpgCharAt() functiongraemeg
* Renamed EditXXX's DecimalSeparator and ThousandSeparatar properties to not conflict with the global variables in SysUtils. * Added EditCurrency, EditFloat and EditInteger to the UI Designer palette. I still have issues with TfpgChar type, so you have to use the 'unknow' memo in Object Inspector. * Minor changes in edits demo to compile again after the above changes.
2008-10-14* UI Designer: New component TfpgTabSheet component on the palette.graemeg
* UI Designer: visual editing of PageControl is now possible. Loading and saving of your design also works. It still needs testing and the pagecontrol sometimes draws artifacts.
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
* Updated some build scripts