Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
* Added an example 'customstyles' to show how a quick and easy style could be applied. Please not theming is not fully implemented in fpGUI, so this might change later.
|
|
* Added a few more bug fixes to SpinEdit unit.
|
|
|
|
|
|
* Added a new unit fpg_extgraphics.pas with extensive shape drawing methods
* Added a new conversion method called fpgRectToRect()
* Replaced the implementation of TfpgStyle.DrawDirectionArrow to use the
new fpg_extgraphics.PaintTriangle() method instead.
* Adjusted ComboBox painting of internal button to accomodate the new
fpg_extgraphics unit.
* Added Jean-Marc's new fpg_spinedit unit.
* Made some further improvements and minor fixes to the SpinEdit
and SpinEditFloat components.
* renamed the fpdoc file fpgfx.xml to fpg_main.xml as per the new unit names.
|
|
* I made some changes and minor bug fixes to the SpinEdit and highlighted some todo items in the header of the unit.
|
|
|
|
user input could be blocked.
|
|
* UI Designer has been updated to reflect the new gui unit names.
|
|
* Updated the UI Designer to use the new unit names.
|
|
instead of standard integers.
|
|
|
|
|
|
sample text between font attribute changes.
|
|
|
|
* Added some inline documentation for TfpgButton. Later this will move to fpdoc documentation.
|
|
|
|
|
|
* UI Designer: Updated the designer to support ShowHint and ParentShowHint properties.
* Updated the ShowHint property in TfpgWidget to use the stored property specifier.
|
|
seems fine, but it needs testing.
|
|
* Applied formating to tiListMediators
* Removed the ListBox implementation in tiListMediators. It was totally wrong.
|
|
|
|
* Memo mediator now handles OnChange and OnExit events correctly.
* tiOPF demo 21 now has a CountryList screen as well. Also fixed the Contact.Memo property usage.
|
|
|