Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-03-18 | UI Designer: minor tweaks. | Graeme Geldenhuys | |
2010-03-18 | package settings: Use AnsiString and disable optimisation for better debugging. | Graeme Geldenhuys | |
2010-03-08 | Updated 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-08 | Enabled 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-08 | Add ellipses to menu entries that show dialogs for user input. | Graeme Geldenhuys | |
2010-03-04 | Started work on adding new optinos to UI Designer settings dialog. | Graeme Geldenhuys | |
2010-03-04 | UI Designer: Replace ModalResult magic numbers with constants. | Graeme Geldenhuys | |
2010-03-04 | UI 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-04 | UI Designer: Add a few more published properties of various widgets to OI. | Graeme Geldenhuys | |
2010-03-04 | UI Designer: Add Color Listbox widget to component palette. | Graeme Geldenhuys | |
2010-03-04 | UI Designer: Add new component palette bitmaps. | Graeme Geldenhuys | |
2010-02-26 | Update copyright notice in all units. | Graeme Geldenhuys | |
2010-02-25 | Add Hint property support to Form Designer. | Graeme Geldenhuys | |
2010-02-22 | Removed compiler warning about friend class not being | Graeme Geldenhuys | |
related to TfpgWidget. | |||
2010-02-22 | Repositioned OK button of Strings property editor dialog. | Graeme Geldenhuys | |
Adhere to UI standards. | |||
2010-02-22 | Enabled smart linking for UI Designer | Graeme Geldenhuys | |
This optimises the resulting executable size. | |||
2010-02-17 | New 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-29 | Let UI Designer use About fpGUI dialog. | Graeme Geldenhuys | |
2009-12-10 | Extra saftey checks. Nothing major. | Graeme Geldenhuys | |
2009-10-26 | Template for adding spinedit components in UI Designer. | Graeme Geldenhuys | |
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za> | |||
2009-10-12 | Add richtext component icon to UI Designer | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: text alignment improvement in version label | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: minor code formatting & cleanup | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Replace BlockRead() with TFileStream in LoadFile() method | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Improve the method and field visibility in class declaration. | Graeme Geldenhuys | |
2009-07-09 | UIDesigner: Form parser method visibility changes | Graeme Geldenhuys | |
- Moved some methods from public to private - commented code that is not used anymore - updated the unit description. | |||
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. | |||
2009-04-16 | Removed compiler warnings from UI Designer project. | Graeme Geldenhuys | |
2009-04-07 | Added support for changing the tabs in the PageControl while | Graeme Geldenhuys | |
in the Form Designer. It's not perfect, but workable. ;-) | |||
2009-04-07 | This is still work in progress. Renamed the xml documentation files | Graeme 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() function | graemeg | |
* 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. |