summaryrefslogtreecommitdiff
path: root/uidesigner
AgeCommit message (Collapse)Author
2009-06-09UIDesigner copyright and code foldingGraeme Geldenhuys
* updated all copyright notices in UI Designer code. * New Forms now only have the fpg_forms unit in uses clause. This help with smartlinking and reduces executable size. * New Forms now include the code folding region around auto-generated GUI code from UI Designer. This feature works in newer Lazarus revisions, but will not affect older versions.
2009-04-16Removed compiler warnings from UI Designer project.Graeme Geldenhuys
2009-04-07Added support for changing the tabs in the PageControl whileGraeme Geldenhuys
in the Form Designer. It's not perfect, but workable. ;-)
2009-04-07This is still work in progress. Renamed the xml documentation filesGraeme Geldenhuys
to match the unit names. Updated the corelib build script. It's still not ready to be run yet, but it is one step closer.
2009-04-05* Added missing unit output directories.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-18* Minor bug fix in TfpgApplication. Setting the HintPase didn't affect the ↵graemeg
hint pause at all. * By default the Hint Windows now doesn't have a shadow. More consistent with desktop environments. * Removed some compiler hints from UI Designer.
2008-11-14* updated all extrafpc.cfg files to use the correct lib output directory.graemeg
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-11-12* Improved UI Designer component palette. Components now wrap around when ↵graemeg
they don't fit. * Added some sensible MinWidth and MinHeight values to UI Designer main form.
2008-10-19* minor adjustment in uidesigner startup when a file is passed in as a ↵graemeg
parameter.
2008-10-14* Applied SpinEdit, Edit, Button and Panel patch from Jean-Marc.graemeg
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-10-13* Added some extra sanity checks in TfpgPageControl.graemeg
* UI Designer: Started experimental support to edit a PageControl visually in the designer.
2008-09-27* Phase 2 of the unit rename is complete. The gui units have now been renamed.graemeg
* UI Designer has been updated to reflect the new gui unit names.
2008-09-27* Rename all corelib units to the new naming convention.graemeg
* Updated the UI Designer to use the new unit names.
2008-09-10* Published ShowHint and ParentShowHint for all gui components.graemeg
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties. * Updated the ShowHint property in TfpgWidget to use the stored property specifier.
2008-09-02* Added some hints to the UI Designer main form.graemeg
2008-08-26* Moved the UI Designer from the examples/apps directory to the root directory.graemeg
* Updated some build scripts