Age | Commit message (Collapse) | Author |
|
* Checkbox and RadioButton images overlap the focus rectangle
when BoxLayout is right aligned.
|
|
|
|
|
|
|
|
|
|
|
|
* Minor changes to his patch by publishing the property when needed.
* Updated the ListBox and ColorListBox demos to show the feature.
|
|
* CalendarCheckCombo now paints checkbox location correctly.
* CalendarCheckCombo now has a new OnCheckboxChanged event.
|
|
* Fixes size of Today button in drowdown calendar combo.
* Updated French translation file.
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
* Reworked the Treeview Test example so that it is managed by the Form Designer.
|
|
property which is separate from the Hint property.
|
|
|
|
- Private DrawSelection method is now a protected virtual method.
- New TfpgBaseTextEdit class introduced that only does Text string functions.
- Numeric edits now only do Numeric selection handling. This removes the selection paint bug which flashes quickly.
- Hint text inside TfpgEdit now disappears on receiving focus and not only when text is entered.
|
|
|
|
* Registered the TMediatorItemComboBoxView in tiMediators.
|
|
BeginUpdate..EndUpdate requests.
* StringGrid now has a Clear method.
|
|
* Select Dir Dialog can already display some directories, but still far from complete.
|
|
* More work on the Select Directory dialog.
|
|
|
|
* Added a skeleton dialog which will become a Directory Select dialog.
|
|
stach make sure to remove themselves when destroyed
* Added 2 new attributes to TWindowAttributes waUnblockableMessages, waX11SkipWMHints
* waUnblockableMessages is useful for allowing certain windows to still respond when other windows are modal
|
|
* Added TfpgGroupBox to UI Designer component palette.
|
|
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.
|
|
and loose focus with the mouse cursor.
|
|
EditCurrency.
|
|
* 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.
|
|
|
|
|
|
* Replaced Char with TfpgChar for TfpgBaseNumericEdit
* Fixed visiblity of GetClientRect in TfpgAbstractPanel
* Fixed text position in TfpgBaseNumbericEdit - spacing from the right.
|
|
|
|
|
|
* Changed the AChar parameter of UTF8CharAtByte to a out parameter.
|
|
|
|
* Implemented full RowDelete() for TfpgStringGrid.
* Updated tiListMediators to use the new RowDelete() method of StringGrid.
* Updated the GridTest demo to show RowDelete() in action.
* Updated the AddressBook Demo 21 to enable deleting of contacts.
|
|
write to the console (which might not exist).
* MessageDialog displayed wrong icon for Critical errors.
* Removed compiler hint from tiListMediators'
|
|
|
|
|
|
* tiOPF: CalendarCombo mediator now hooks into the OnChange and OnExit event.
|
|
* Spinedit controls got OnChange event.
* tiOPF: Updated the SpinEdit and CheckBox mediators to hook into the OnChange events.
|
|
|
|
the new FPC build system can be used with fpGUI.
* Removed some compiler warnings.
|
|
|
|
|
|
* 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.
|
|
* UI Designer: Started experimental support to edit a PageControl visually in the designer.
|