summaryrefslogtreecommitdiff
path: root/uidesigner
AgeCommit message (Collapse)Author
2010-09-21uidesigner: new published property (Down) for TpgButton.Graeme Geldenhuys
2010-09-20UI Designer: published new property (BorderStyle) for TfpgPanel.Graeme Geldenhuys
2010-08-18UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a TreeviewGraeme Geldenhuys
* Original dialog used to use a ListBox with indentation * Many reordering bugs in old design is now fixed in the new one. Note: Still outstanding is the sorting of the nodes by TabOrder when using the "Tab Order" dialog mode.
2010-04-20UI Designer: Panel/Bevel has new property ParentBackgroundColor registered.Graeme Geldenhuys
2010-04-16UI Designer: Registered the new TfpgFontEdit in component palette.Graeme Geldenhuys
2010-04-15UI Designer: registered TfpgDirectoryEdit in component palette.Graeme Geldenhuys
2010-04-15Adds new images, updates existing ones for UI Designer.Graeme Geldenhuys
2010-04-15UI Designer: exposed the ExtraHint property of TfpgEdit and TfpgFilenameEditGraeme Geldenhuys
2010-04-15UI Designer: Adds TfpgFilenameEdit to the component palette.Graeme Geldenhuys
2010-04-14adds application icons for fpGUI UI DesignerGraeme Geldenhuys
2010-04-13UI Designer: Single click in Object Inspector sets focus to actual edit widget.Graeme Geldenhuys
2010-04-08Changed method parameter name to avoid conflict with FPC 2.5.1Graeme Geldenhuys
2010-04-07ModalResult changed to a enum typeGraeme 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-04-01UI Designer: Published three new properties.Graeme Geldenhuys
New properties in Object Inspector for TfpgEdit is: * AutoSelect * AutoSize * BorderStyle
2010-04-01UI Designer: publish the new TfpgEdit.IgnoreMouseCursor property.Graeme Geldenhuys
2010-03-24Fixed spelling mistake in comment.Graeme Geldenhuys
2010-03-18UI Designer: minor tweaks.Graeme Geldenhuys
2010-03-18package settings: Use AnsiString and disable optimisation for better debugging.Graeme Geldenhuys
2010-03-08Updated the various programs and fpGUI library to use the new generate ↵Graeme Geldenhuys
version file. The VERSION-GEN script generates a VERSION-FILE file which contans the version number of fpGUI. This is now used in DocView, UI Designer and other example applications too.
2010-03-08Enabled saving and reading the One-Click-Move setting.Graeme Geldenhuys
Changes will only take affect on newly created forms or when loading a unit.
2010-03-08Add ellipses to menu entries that show dialogs for user input.Graeme Geldenhuys
2010-03-04Started work on adding new optinos to UI Designer settings dialog.Graeme Geldenhuys
2010-03-04UI Designer: Replace ModalResult magic numbers with constants.Graeme Geldenhuys
2010-03-04UI Designer: Removed xterm console when running via Lazarus IDE.Graeme Geldenhuys
If this is enabled, then Lazarus IDE cannot debug the actual application, but instead debugs the xterm console. A bug in Lazarus IDE. :-(
2010-03-04UI Designer: Add a few more published properties of various widgets to OI.Graeme Geldenhuys
2010-03-04UI Designer: Add Color Listbox widget to component palette.Graeme Geldenhuys
2010-03-04UI Designer: Add new component palette bitmaps.Graeme Geldenhuys
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2010-02-25Add Hint property support to Form Designer.Graeme Geldenhuys
2010-02-22Removed compiler warning about friend class not beingGraeme Geldenhuys
related to TfpgWidget.
2010-02-22Repositioned OK button of Strings property editor dialog.Graeme Geldenhuys
Adhere to UI standards.
2010-02-22Enabled smart linking for UI DesignerGraeme Geldenhuys
This optimises the resulting executable size.
2010-02-17New unit output directory for UI Designer.Graeme Geldenhuys
This allows you to have separate output directories for various CPU types and Target OSes.
2009-12-29Let UI Designer use About fpGUI dialog.Graeme Geldenhuys
2009-12-10Extra saftey checks. Nothing major.Graeme Geldenhuys
2009-10-26Template for adding spinedit components in UI Designer.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2009-10-12Add richtext component icon to UI DesignerGraeme Geldenhuys
2009-07-09UIDesigner: text alignment improvement in version labelGraeme Geldenhuys
2009-07-09UIDesigner: minor code formatting & cleanupGraeme Geldenhuys
2009-07-09UIDesigner: Replace BlockRead() with TFileStream in LoadFile() methodGraeme Geldenhuys
2009-07-09UIDesigner: Improve the method and field visibility in class declaration.Graeme Geldenhuys
2009-07-09UIDesigner: Form parser method visibility changesGraeme Geldenhuys
- Moved some methods from public to private - commented code that is not used anymore - updated the unit description.
2009-06-12Added code-folding regions in the uidesigner project form files.Graeme Geldenhuys
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.