Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | uidesigner: Started enabling localisation | Graeme Geldenhuys | |
- Started extracting string values to resourcestring constants. - Introduced a new vfd_constants unit for all constants and resourcestring constants Still need lots to do. | |||
2011-08-26 | uidesigner: enabled keyboard shortcuts in main menu of main form. | Graeme Geldenhuys | |
2011-07-12 | uidesigner: extra checks and minor code improvements | Graeme Geldenhuys | |
2011-05-15 | uidesigner: updated fpGUI url in About screen. | Graeme Geldenhuys | |
2010-10-03 | uidesigner handling multiple forms bug fix. | Graeme Geldenhuys | |
When creating multiple forms in a single unit, the uidesigner overwrote the last selected form's name to be the same as the newly created form. This patch fixes that bug. | |||
2010-10-01 | uidesigner: correctly center images in component palette buttons. | Graeme Geldenhuys | |
2010-10-01 | uidesigner: Improved the naming of the menu items and tooltips | Graeme Geldenhuys | |
It seems the previous captions sometimes cause confusion as to what action will be applied. | |||
2010-09-28 | uidesigner: Fixed Object Inspector editor bounds to fit cell | Graeme Geldenhuys | |
* When you selected a property, the property editor did not take into account the owner component's border widths, so they overlapped by 2 pixels. | |||
2010-04-13 | UI Designer: Single click in Object Inspector sets focus to actual edit widget. | Graeme Geldenhuys | |
2010-04-07 | ModalResult changed to a enum type | Graeme Geldenhuys | |
* Replaced all magic number modal results with actual enum values * UI Designer now uses enum combolist for ModalResult type in Object Inspector. * UI Designer now handles default values of ModalResult property correctly. | |||
2010-03-08 | Add ellipses to menu entries that show dialogs for user input. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2009-12-29 | Let UI Designer use About fpGUI dialog. | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: text alignment improvement in version label | Graeme Geldenhuys | |
2009-06-12 | Added code-folding regions in the uidesigner project form files. | Graeme Geldenhuys | |
2009-06-09 | UIDesigner copyright and code folding | Graeme 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. | |||
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-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-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-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 |