Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-16 | uidesigner: Fixes crash when deleting widgets with children. | Graeme Geldenhuys | |
2014-10-19 | uidesigner: Tab/Widget order now display the correct title | Graeme Geldenhuys | |
There was a bug where both forms always displayed "Widget Order" as the window title. | |||
2014-10-19 | uidesigner: Tab/Widget Order forms now show selected form's name | Graeme Geldenhuys | |
2014-10-17 | uidesigner: registered Min/MaxValue properties of Integer and Float Edit widgets | Graeme Geldenhuys | |
2014-10-17 | uidesigner: replaced Grid Resolution combobox with an Integer Edit | Graeme Geldenhuys | |
2014-10-17 | uidesigner: Now has an experimental "visual grid" on designer form. | Graeme Geldenhuys | |
This grid can be toggled on or off. Because it is experimental and still a ongoing feature, there are currently some limitations: - Grid toggle status is not saved between sessions - Grid color is not yet configurable - Grid size can only be between 1-10 | |||
2014-10-17 | uidesigner: designer's Form property now has the exact class type | Graeme Geldenhuys | |
2014-10-17 | uidesigner: extended the snap-to-grid options | Graeme Geldenhuys | |
We now have a range of 1-10. | |||
2014-10-15 | uidesigner: Those IFDEF's are not needed for Linux/FreeBSD any more. | Graeme Geldenhuys | |
2014-09-11 | Use the fpGUI versions of RTL file methods - fpgFileExists() | Graeme Geldenhuys | |
- plus some minor code formatting | |||
2014-07-21 | uidesigner: added togglebox widget to the palette bar | Graeme Geldenhuys | |
2014-07-10 | ui designer: new palette image for the scrollframe | Graeme Geldenhuys | |
2014-05-07 | uidesigner: Preview menu now populated with real themes. | Graeme Geldenhuys | |
2014-03-29 | uidesigner: Align Left button was 2px larger than other align buttons. | Graeme Geldenhuys | |
2014-02-04 | uidesigner: surfaced the TfpgTrackBar.SliderLength property in the Object ↵ | Graeme Geldenhuys | |
Inspector | |||
2013-12-28 | uidesigner: completed string constants to resource string for vfdforms.pas unit | Graeme Geldenhuys | |
2013-12-27 | uidesigner: More string constants refactored to resource strings. | Graeme Geldenhuys | |
2013-12-27 | uidesigner: unit header comment updated | Graeme Geldenhuys | |
2013-12-20 | uidesigner: Fixes compiler hints about unused variables. | Graeme Geldenhuys | |
2013-12-20 | uidesigner: All dialog titles in vfdforms unit are now localised. | Graeme Geldenhuys | |
2013-12-20 | uidesigner: using inheritance to simplify setting localisation values. | Graeme Geldenhuys | |
Introduced virtual methods that simply need to be overwritten in descendants, which then set localisation values. Also moved some constants to the vfd_constants unit. | |||
2013-12-20 | uidesigner: Adds last missed localisation of vfdmain unit. | Graeme Geldenhuys | |
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. | |||
2013-06-18 | Updates extrafpc.cfg files so no console window is shown for Windows ↵ | Graeme Geldenhuys | |
compiled apps. | |||
2013-04-23 | Deletes obsolete test cases for UI Designer. | Graeme Geldenhuys | |
There one only needed, years ago, when the UI Designer was started. | |||
2012-10-31 | uidesigner: moving columns in grid property editor did not work | Graeme Geldenhuys | |
2012-10-29 | While moving constants around I forgot to update the UI Designer | Graeme Geldenhuys | |
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 | |