Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-17 | uidesigner: Adds TfpgHyperlink widget to the design palette. | Graeme Geldenhuys | |
2012-07-17 | uidesigner: Replaces WriteLn statements with DebugLn statements. | Graeme Geldenhuys | |
Those statements where for debugging purposes anyway. Plus this means when UI Designer is compiled as a Windows GUI app, it will not cause "File not Open" errors any more. | |||
2012-07-17 | uidesigner: Makes the TfpgEdit.PasswordMode property available in OI window. | Graeme Geldenhuys | |
2012-07-17 | uidesigner: Adds a new hyperlink icon for use by UI Designer. | Graeme Geldenhuys | |
2012-07-06 | uidesigner: improves Color Property Editor display in Object Inspector window | Graeme Geldenhuys | |
The Object Inspector now paints a square with the selected color, so it is much easier to see at a glance what colors are choosen in the various properties. | |||
2012-07-06 | uidesigner: Changes writeln() statements to debugln() ones. | Graeme Geldenhuys | |
We can't use writeln() in a Windows GUI application, because we don't have access to a console output area. | |||
2011-12-05 | UIDesigner: surface BorderStyle and ScrollbarStyle for some widgets. | Graeme Geldenhuys | |
2011-09-16 | uidesigner: new option to specify Indentation Style preference. | Graeme Geldenhuys | |
The developer can now choose between a Spaces or Tab indentation style for any UI Designer managed code. | |||
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-07-05 | project file of UI Designer for use with MSEide | Graeme Geldenhuys | |
2011-05-24 | uidesigner: register new properties for Calendor Combobox | Graeme Geldenhuys | |
2011-05-15 | uidesigner: updated fpGUI url in About screen. | Graeme Geldenhuys | |
2011-04-23 | UI Designer: registered the new TfpgEditButton component | Graeme Geldenhuys | |
2011-02-07 | UI Designer: published Margin property in OI of TfpgComboBox. | Graeme Geldenhuys | |
2011-02-07 | UIDesigner: Combobox FocusItem is now after Items property. | Graeme Geldenhuys | |
This means the UI Designer can correctly apply the FocusItem, because Items would already exist. | |||
2011-01-13 | uidesigner: added designtime support for BackgroundColor property in treeview. | Graeme Geldenhuys | |
2011-01-12 | UI Designer: minor code cleanup. | Graeme Geldenhuys | |
2011-01-12 | UI Designer widget position fix | Graeme Geldenhuys | |
This changes is to keep the UI Designer on par with what has changed in the core framework regarding widget positioning. We now need to call UpdateWindowPosition to correct the internal state of widgets, as they are loaded. Also removed unused/commented code. | |||
2010-11-19 | UI Designer: Register BoxLayout property for RadioButton widget. | Graeme Geldenhuys | |
2010-11-18 | UI Designer: minor code cleanup. | Graeme Geldenhuys | |
2010-11-16 | UIDesigner: has a new option to include/exclude code regions in new ↵ | Graeme Geldenhuys | |
dialogs/forms | |||
2010-11-12 | fpGUI Designer now registers new properties for ComboBox widget. | Graeme Geldenhuys | |
2010-11-11 | register missing BoxLayout property of CheckBox in fpGUI Designer. | Graeme Geldenhuys | |
2010-10-04 | uidesigner: Made Align property available for all registered widgets. | Graeme Geldenhuys | |
2010-10-04 | uidesigner: Registered Splitter in component palette. | Graeme Geldenhuys | |
2010-10-03 | uidesigner now gives better default form names and detects conflicts | Graeme Geldenhuys | |
* Form name conflicts are now detected and creation of that new form is stopped before causing harm. * No default form name is given any more in the name prompt dialog because the new form will already be named 'FormX' where X is the next available number. | |||
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: registered Enabled and all color related properties with Object ↵ | Graeme Geldenhuys | |
Inspector | |||
2010-10-01 | uidesigner: Implemented a TfpgColor property editor | Graeme Geldenhuys | |
Now finally we should be able to edit color values in the Object Inspector. Known Limitations * Color names like clRed are not parsed yet. Such values will be read and written back as TfpgColor($FF0000) instead. I'm working on fixing this. | |||
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-10-01 | uidesigner: Added TfpgColorWheel and TfpgValueBar to component palette. | Graeme Geldenhuys | |
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-09-21 | uidesigner: new published property (Down) for TpgButton. | Graeme Geldenhuys | |
2010-09-20 | UI Designer: published new property (BorderStyle) for TfpgPanel. | Graeme Geldenhuys | |
2010-08-18 | UI Designer: Reworked the "Tab Order" and "Widget Order" dialog with a Treeview | Graeme 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-20 | UI Designer: Panel/Bevel has new property ParentBackgroundColor registered. | Graeme Geldenhuys | |
2010-04-16 | UI Designer: Registered the new TfpgFontEdit in component palette. | Graeme Geldenhuys | |
2010-04-15 | UI Designer: registered TfpgDirectoryEdit in component palette. | Graeme Geldenhuys | |
2010-04-15 | Adds new images, updates existing ones for UI Designer. | Graeme Geldenhuys | |
2010-04-15 | UI Designer: exposed the ExtraHint property of TfpgEdit and TfpgFilenameEdit | Graeme Geldenhuys | |
2010-04-15 | UI Designer: Adds TfpgFilenameEdit to the component palette. | Graeme Geldenhuys | |
2010-04-14 | adds application icons for fpGUI UI Designer | Graeme Geldenhuys | |
2010-04-13 | UI Designer: Single click in Object Inspector sets focus to actual edit widget. | Graeme Geldenhuys | |
2010-04-08 | Changed method parameter name to avoid conflict with FPC 2.5.1 | 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-04-01 | UI Designer: Published three new properties. | Graeme Geldenhuys | |
New properties in Object Inspector for TfpgEdit is: * AutoSelect * AutoSize * BorderStyle | |||
2010-04-01 | UI Designer: publish the new TfpgEdit.IgnoreMouseCursor property. | Graeme Geldenhuys | |
2010-03-24 | Fixed spelling mistake in comment. | Graeme Geldenhuys | |